Home
last modified time | relevance | path

Searched defs:sta_info (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/wpa_supplicant/src/ap/
Dsta_info.h41 struct sta_info { struct
42 struct sta_info *next; /* next entry in sta list */ argument
43 struct sta_info *hnext; /* next entry in hash table list */ argument
44 u8 addr[6];
45 u32 flags; /* Bitfield of WLAN_STA_* */
48 struct eapol_state_machine *eapol_sm;
49 struct wpa_state_machine *wpa_sm;
51 char *identity; /* User-Name from RADIUS */
53 u16 auth_alg;
56 struct gas_dialog_info *gas_dialog;
[all …]
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa_main.c274 static int check_n_add_wps_sta(struct hostapd_data *hapd, struct sta_info *sta_info, u8 *ies, u8 ie… in check_n_add_wps_sta()
301 struct sta_info *sta_info = NULL; in hostap_sta_join() local