Searched defs:hostapd_iface (Results 1 – 1 of 1) sorted by relevance
189 struct hostapd_iface { struct192 int (*reload_config)(struct hostapd_iface *iface); argument193 struct hostapd_config * (*config_read_cb)(const char *config_fname);194 char *config_fname;195 struct hostapd_config *conf;197 size_t num_bss;198 struct hostapd_data **bss;200 int num_ap; /* number of entries in ap_list */201 struct ap_info *ap_list; /* AP info list head */202 struct ap_info *ap_hash[STA_HASH_SIZE];[all …]