Searched defs:hostapd_iface (Results 1 – 1 of 1) sorted by relevance
175 struct hostapd_iface { struct178 int (*reload_config)(struct hostapd_iface *iface); argument179 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 …]