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:
Jiang Jiang Jian 2025-02-20 21:02:14 +08:00
commit 2fe702e8f7
2 changed files with 2 additions and 2 deletions

View File

@ -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;

@ -1 +1 @@
Subproject commit e56388eff4b6e39db9125b399bfb6c5a165f9ed4
Subproject commit 440d35bf2f2e6235c385a41be029e48246ee12f4