mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-08 01:17:07 +00:00
Post station's auth mode event after it is connected to AP.
This commit is contained in:
committed by
Wu Jian Gang
parent
c764683542
commit
035a48f102
@@ -56,6 +56,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*/
|
||||
uint8_t authmode;
|
||||
} system_event_sta_connected_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -214,7 +214,6 @@ typedef struct {
|
||||
char password[64]; /**< password of target AP*/
|
||||
bool bssid_set; /**< whether set MAC address of target AP or not. Generally, station_config.bssid_set needs to be 0; and it needs to be 1 only when users need to check the MAC address of the AP.*/
|
||||
uint8_t bssid[6]; /**< MAC address of target AP*/
|
||||
uint8_t authmode;
|
||||
} wifi_sta_config_t;
|
||||
|
||||
typedef union {
|
||||
|
||||
Reference in New Issue
Block a user