mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(wifi): fix multi antenna issue
This commit is contained in:
parent
e89e490565
commit
555891bb54
@ -429,7 +429,7 @@ esp_err_t esp_wifi_scan_stop(void);
|
||||
/**
|
||||
* @brief Get number of APs found in last scan
|
||||
*
|
||||
* @param[out] number store number of APIs found in last scan
|
||||
* @param[out] number store number of APs found in last scan
|
||||
*
|
||||
* @attention This API can only be called when the scan is completed, otherwise it may get wrong value.
|
||||
*
|
||||
@ -810,7 +810,7 @@ esp_err_t esp_wifi_get_promiscuous_ctrl_filter(wifi_promiscuous_filter_t *filter
|
||||
* - ESP_ERR_WIFI_MODE: invalid mode
|
||||
* - ESP_ERR_WIFI_PASSWORD: invalid password
|
||||
* - ESP_ERR_WIFI_NVS: WiFi internal NVS error
|
||||
* - others: refer to the erro code in esp_err.h
|
||||
* - others: refer to the error code in esp_err.h
|
||||
*/
|
||||
esp_err_t esp_wifi_set_config(wifi_interface_t interface, wifi_config_t *conf);
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c25c53f183daf2f914524b3d0dce0e47c993ec59
|
||||
Subproject commit fcfd486e3478e8a2afd4678e29bb4914418a5f0a
|
Loading…
Reference in New Issue
Block a user