mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
fix(wifi): Modify authmode to sta for sta connect event
This commit is contained in:
@@ -944,7 +944,7 @@ typedef struct {
|
|||||||
uint8_t ssid_len; /**< SSID length of connected AP */
|
uint8_t ssid_len; /**< SSID length of connected AP */
|
||||||
uint8_t bssid[6]; /**< BSSID of connected AP*/
|
uint8_t bssid[6]; /**< BSSID of connected AP*/
|
||||||
uint8_t channel; /**< channel 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 */
|
uint16_t aid; /**< authentication id assigned by the connected AP */
|
||||||
} wifi_event_sta_connected_t;
|
} wifi_event_sta_connected_t;
|
||||||
|
|
||||||
|
Submodule components/esp_wifi/lib updated: 1b54a55655...e69f4b8850
Reference in New Issue
Block a user