mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'fix/backport_wifi_fixes_v5.4' into 'release/v5.4'
Fix/backport wifi fixes v5.4 See merge request espressif/esp-idf!37147
This commit is contained in:
@@ -1047,7 +1047,7 @@ typedef struct {
|
||||
uint8_t ssid_len; /**< SSID length of connected AP */
|
||||
uint8_t bssid[6]; /**< BSSID of connected AP*/
|
||||
uint8_t channel; /**< Channel of connected AP*/
|
||||
wifi_auth_mode_t authmode;/**< Authentication mode used by AP*/
|
||||
wifi_auth_mode_t authmode;/**< Authentication mode used by the connection*/
|
||||
uint16_t aid; /**< Authentication id assigned by the connected AP */
|
||||
} wifi_event_sta_connected_t;
|
||||
|
||||
|
Submodule components/esp_wifi/lib updated: e56388eff4...440d35bf2f
Reference in New Issue
Block a user