Merge branch 'fix/add_sta_authmode_for_sta_connect' into 'master'

fix(wifi): Add sta authmode for sta connect event

Closes WIFIBUG-996

See merge request espressif/esp-idf!36508
This commit is contained in:
Jiang Jiang Jian 2025-02-17 17:31:44 +08:00
commit 95ce1c08c1
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 236fe089edcccf66a266cc0f4906c2fdf4353e52