Searched defs:sta_info (Results 1 – 2 of 2) sorted by relevance
41 struct sta_info { struct42 struct sta_info *next; /* next entry in sta list */ argument43 struct sta_info *hnext; /* next entry in hash table list */ argument44 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 …]
274 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