forked from espressif/esp-idf
Merge branch 'fix/add_sta_authmode_for_sta_connect_v5.0' into 'release/v5.0'
Modify authmode to sta for sta connect event(backport v5.0) See merge request espressif/esp-idf!37653
This commit is contained in:
@ -703,7 +703,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*/
|
||||
} wifi_event_sta_connected_t;
|
||||
|
||||
/** Argument structure for WIFI_EVENT_STA_DISCONNECTED event */
|
||||
|
Submodule components/esp_wifi/lib updated: 7aec38b5ee...a3b5f68cf0
Reference in New Issue
Block a user