Skip to content

Commit 95ce1c0

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'fix/add_sta_authmode_for_sta_connect' into 'master'
fix(wifi): Add sta authmode for sta connect event Closes WIFIBUG-996 See merge request espressif/esp-idf!36508
2 parents fd2df5e + 147ffec commit 95ce1c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_wifi/include/esp_wifi_types_generic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ typedef struct {
10471047
uint8_t ssid_len; /**< SSID length of connected AP */
10481048
uint8_t bssid[6]; /**< BSSID of connected AP*/
10491049
uint8_t channel; /**< Channel of connected AP*/
1050-
wifi_auth_mode_t authmode;/**< Authentication mode used by AP*/
1050+
wifi_auth_mode_t authmode;/**< Authentication mode used by the connection*/
10511051
uint16_t aid; /**< Authentication id assigned by the connected AP */
10521052
} wifi_event_sta_connected_t;
10531053

0 commit comments

Comments
 (0)