1STRUCT CFG80211_BEAC(9) Actions and configuration STRUCT CFG80211_BEAC(9)
2
3
4
6 struct_cfg80211_beacon_data - beacon data
7
9 struct cfg80211_beacon_data {
10 const u8 * head;
11 const u8 * tail;
12 const u8 * beacon_ies;
13 const u8 * proberesp_ies;
14 const u8 * assocresp_ies;
15 const u8 * probe_resp;
16 size_t head_len;
17 size_t tail_len;
18 size_t beacon_ies_len;
19 size_t proberesp_ies_len;
20 size_t assocresp_ies_len;
21 size_t probe_resp_len;
22 };
23
25 head
26 head portion of beacon (before TIM IE) or NULL if not changed
27
28 tail
29 tail portion of beacon (after TIM IE) or NULL if not changed
30
31 beacon_ies
32 extra information element(s) to add into Beacon frames or NULL
33
34 proberesp_ies
35 extra information element(s) to add into Probe Response frames or
36 NULL
37
38 assocresp_ies
39 extra information element(s) to add into (Re)Association Response
40 frames or NULL
41
42 probe_resp
43 probe response template (AP mode only)
44
45 head_len
46 length of head
47
48 tail_len
49 length of tail
50
51 beacon_ies_len
52 length of beacon_ies in octets
53
54 proberesp_ies_len
55 length of proberesp_ies in octets
56
57 assocresp_ies_len
58 length of assocresp_ies in octets
59
60 probe_resp_len
61 length of probe response template (probe_resp)
62
64 Johannes Berg <johannes@sipsolutions.net>
65 Author.
66
68Kernel Hackers Manual 3.10 June 2019 STRUCT CFG80211_BEAC(9)