Skip to content

Commit 147ffec

Browse files
author
tarun.kumar
committed
fix(wifi): Modify authmode to sta for sta connect event
1 parent 403cc24 commit 147ffec

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)