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