Lines Matching refs:argument
19 if the possible argument associated with that bit is present or not. So if b0
21 the header for argument index 0 (IEEE80211_RADIOTAP_TSFT) is present in the
22 argument area.
25 [ <possible argument bitmap extensions ... > ]
26 [ <argument> ... ]
28 At the moment there are only 13 possible argument indexes defined, but in case
31 argument bitmap extensions..." above), and the start of the arguments is moved
41 After the fixed part of the header, the arguments follow for each argument
47 - the argument payload for a given argument index has a fixed size. So
48 IEEE80211_RADIOTAP_TSFT being present always indicates an 8-byte argument is
50 breakdown of all the argument sizes
52 - the arguments must be aligned to a boundary of the argument size using
53 padding. So a u16 argument must start on the next u16 boundary if it isn't
63 entities in the fixed radiotap header or the argument region means that you
70 - The arguments for a given argument index can be a compound of multiple types
71 together. For example IEEE80211_RADIOTAP_CHANNEL has an argument payload
111 /* see if this argument is something we can use */