fix(wifi): Modify authmode to sta for sta connect event

This commit is contained in:
tarun.kumar
2025-01-20 14:44:17 +05:30
committed by Jack
parent e9285cc50c
commit a7ee422cff
2 changed files with 2 additions and 2 deletions

View File

@@ -1047,7 +1047,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*/
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 */
} wifi_event_sta_connected_t;