Home
last modified time | relevance | path

Searched defs:ap_data (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/wireless/hostap/
Dhostap_ap.h164 struct ap_data { struct
165 int initialized; /* whether ap_data has been initialized */ argument
166 local_info_t *local;
167 int bridge_packets; /* send packet to associated STAs directly to the
170 unsigned int bridged_unicast; /* number of unicast frames bridged on
172 unsigned int bridged_multicast; /* number of non-unicast frames
174 unsigned int tx_drop_nonassoc; /* number of unicast TX packets dropped
177 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 …]