Searched defs:ap_data (Results 1 – 1 of 1) sorted by relevance
164 struct ap_data { struct165 int initialized; /* whether ap_data has been initialized */ argument166 local_info_t *local;167 int bridge_packets; /* send packet to associated STAs directly to the170 unsigned int bridged_unicast; /* number of unicast frames bridged on172 unsigned int bridged_multicast; /* number of non-unicast frames174 unsigned int tx_drop_nonassoc; /* number of unicast TX packets dropped177 int nullfunc_ack; /* use workaround for nullfunc frame ACKs */179 spinlock_t sta_table_lock;180 int num_sta; /* number of entries in sta_list */[all …]