Post station's auth mode event after it is connected to AP.

This commit is contained in:
xiaxiaotian
2016-09-06 15:28:09 +08:00
committed by Wu Jian Gang
parent c764683542
commit 035a48f102
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {