Searched defs:ap_data (Results 1 – 1 of 1) sorted by relevance
165 struct ap_data { struct166 int initialized; /* whether ap_data has been initialized */ argument167 local_info_t *local;168 int bridge_packets; /* send packet to associated STAs directly to the171 unsigned int bridged_unicast; /* number of unicast frames bridged on173 unsigned int bridged_multicast; /* number of non-unicast frames175 unsigned int tx_drop_nonassoc; /* number of unicast TX packets dropped178 int nullfunc_ack; /* use workaround for nullfunc frame ACKs */180 spinlock_t sta_table_lock;181 int num_sta; /* number of entries in sta_list */[all …]