Searched defs:hostapd_iface (Results 1 – 1 of 1) sorted by relevance
211 struct hostapd_iface { struct212 struct hapd_interfaces *interfaces;213 void *owner;214 char *config_fname;215 struct hostapd_config *conf;217 size_t num_bss;218 struct hostapd_data **bss;220 int num_ap; /* number of entries in ap_list */221 struct ap_info *ap_list; /* AP info list head */222 struct ap_info *ap_hash[STA_HASH_SIZE];[all …]