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