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

This commit is contained in:
tarun.kumar
2025-03-10 22:52:27 +05:30
parent 44c38da499
commit 09f26ece10
2 changed files with 2 additions and 2 deletions

View File

@@ -703,7 +703,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*/
} wifi_event_sta_connected_t;
/** Argument structure for WIFI_EVENT_STA_DISCONNECTED event */