Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h165 struct ap_data { struct
166 int initialized; /* whether ap_data has been initialized */ argument
167 local_info_t *local;
168 int bridge_packets; /* send packet to associated STAs directly to the
171 unsigned int bridged_unicast; /* number of unicast frames bridged on
173 unsigned int bridged_multicast; /* number of non-unicast frames
175 unsigned int tx_drop_nonassoc; /* number of unicast TX packets dropped
178 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 …]