Searched defs:beacon_data (Results 1 - 2 of 2) sorted by relevance

/net/mac80211/
H A Dtx.c2418 struct beacon_data *beacon)
2421 u8 *beacon_data; local
2428 beacon_data = beacon->tail;
2432 beacon_data = beacon->head;
2436 beacon_data = beacon->head;
2454 beacon_data[beacon->csa_counter_offsets[i]] = count;
2466 struct beacon_data *beacon = NULL;
2496 struct beacon_data *beacon = NULL;
2497 u8 *beacon_data; local
2511 beacon_data
[all...]
H A Dieee80211_i.h243 struct beacon_data { struct
272 struct beacon_data __rcu *beacon;
535 struct beacon_data __rcu *presp;
564 /* should be called with beacon_data under RCU read lock */
566 struct beacon_data *beacon);
616 struct beacon_data __rcu *beacon;

Completed in 12 milliseconds