mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
fix(wifi): Modify authmode to sta for sta connect event
This commit is contained in:
parent
403cc24a47
commit
147ffec4ac
@ -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
|
Loading…
x
Reference in New Issue
Block a user