hostapd per-interface data structure More...
#include <hostapd.h>
Data Fields | |
void * | owner |
char * | config_fname |
struct hostapd_config * | conf |
size_t | num_bss |
struct hostapd_data ** | bss |
int | num_ap |
struct ap_info * | ap_list |
struct ap_info * | ap_hash [STA_HASH_SIZE] |
struct ap_info * | ap_iter_list |
struct hostapd_hw_modes * | hw_features |
int | num_hw_features |
struct hostapd_hw_modes * | current_mode |
int | num_rates |
struct hostapd_rate_data * | current_rates |
u16 | hw_flags |
int | num_sta_non_erp |
int | num_sta_no_short_slot_time |
int | num_sta_no_short_preamble |
int | olbc |
int | num_sta_ht_no_gf |
int | num_sta_no_ht |
int | num_sta_ht_20mhz |
int | olbc_ht |
u16 | ht_op_mode |
void(* | scan_cb )(struct hostapd_iface *iface) |
hostapd per-interface data structure
Definition at line 120 of file hostapd.h.