Searched defs:beacon (Results 1 - 4 of 4) sorted by relevance

/net/mac80211/
H A Dscan.c65 bool beacon = ieee80211_is_beacon(mgmt->frame_control); local
83 if (beacon)
89 if (beacon)
94 if (beacon)
177 baselen = offsetof(struct ieee80211_mgmt, u.beacon.variable);
178 elements = mgmt->u.beacon.variable;
554 * and grab the lowest used beacon interval
H A Dtx.c379 * the frame is buffered to be sent after DTIM beacon frame.
409 /* device releases frame after DTIM beacon */
2355 struct beacon_data *beacon = rcu_dereference(ap->beacon); local
2357 if (beacon) {
2363 beacon->head_len +
2364 beacon->tail_len + 256);
2369 memcpy(skb_put(skb, beacon->head_len), beacon->head,
2370 beacon
2663 struct beacon_data *beacon = local
[all...]
H A Dmlme.c53 * advertised beacon interval. This may need to be somewhat
56 * probe on beacon miss before declaring the connection lost
62 "Number of beacon intervals before we decide beacon was lost.");
71 * a probe request because of beacon loss or for
118 /* used when a processed beacon causes a deauth */
265 * since we look at probe response/beacon data here
982 /* XXX: wait for a beacon first? */
1019 bool beacon)
1102 if (!beacon
1017 ieee80211_sta_process_chanswitch(struct ieee80211_sub_if_data *sdata, u64 timestamp, struct ieee802_11_elems *elems, bool beacon) argument
2059 ieee80211_mgd_probe_ap(struct ieee80211_sub_if_data *sdata, bool beacon) argument
[all...]
H A Dieee80211_i.h107 /* Keep track of the corruption of the last beacon/probe response. */
116 * @IEEE80211_BSS_CORRUPT_BEACON: last beacon frame received was corrupted
136 * beacon/probe response.
258 struct beacon_data __rcu *beacon; member in struct:ieee80211_if_ap
512 /* probe response/beacon for IBSS */
582 struct beacon_data __rcu *beacon; member in struct:ieee80211_if_mesh
583 /* just protects beacon updates for now */

Completed in 178 milliseconds