Merge branch 'fix/add_sta_authmode_for_sta_connect_v5.2' into 'release/v5.2'

Modify authmode to sta for sta connect event(backport v5.2)

See merge request espressif/esp-idf!37642
This commit is contained in:
Jiang Jiang Jian
2025-03-13 02:02:56 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -944,7 +944,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;