Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dhostapd.h98 struct hostapd_data { struct
99 struct hostapd_config *iconf;
100 struct hostapd_bss_config *conf;
101 int interface_added; /* virtual interface added for this BSS */
103 u8 own_addr[ETH_ALEN];
104 struct sta_info *sta_list; /* STA info list head */
107 struct sta_info *sta_hash[STA_HASH_SIZE];
108 int num_sta; /* number of entries in sta_list */
110 struct eapol_authenticator *eapol_auth;
111 struct wpa_authenticator *wpa_auth;
[all …]