Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h175 struct hostapd_iface { struct
178 int (*reload_config)(struct hostapd_iface *iface); argument
179 struct hostapd_config * (*config_read_cb)(const char *config_fname);
180 char *config_fname;
181 struct hostapd_config *conf;
183 size_t num_bss;
184 struct hostapd_data **bss;
186 int num_ap; /* number of entries in ap_list */
187 struct ap_info *ap_list; /* AP info list head */
188 struct ap_info *ap_hash[STA_HASH_SIZE];
[all …]