Searched defs:hostapd_iface (Results 1 – 1 of 1) sorted by relevance
173 struct hostapd_iface { struct176 int (*reload_config)(struct hostapd_iface *iface); argument177 struct hostapd_config * (*config_read_cb)(const char *config_fname);178 char *config_fname;179 struct hostapd_config *conf;181 size_t num_bss;182 struct hostapd_data **bss;184 int num_ap; /* number of entries in ap_list */185 struct ap_info *ap_list; /* AP info list head */186 struct ap_info *ap_hash[STA_HASH_SIZE];[all …]