esp_wifi_get_bandwidths() function
Get the bandwidth of specified interface and specified band @attention 1. The 5G bandwidth can only be read when CONFIG_SOC_WIFI_SUPPORT_5G is enabled. @attention 2. When the WiFi band mode is set to 2.4G only, it will not get 5G bandwidth @attention 3. When the WiFi band mode is set to 5G only, it will not get 2.4G bandwidth
Arguments
ifx
interface to be configured
bw
store bandwidths of interface ifx
Return value
- ESP_OK: succeed - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init - ESP_ERR_WIFI_IF: invalid interface - ESP_ERR_INVALID_ARG: invalid argument