wpa_supplicant / hostapd 2.0
Data Fields

ieee80211_radiotap_iterator Struct Reference

tracks walk thru present radiotap args More...

#include <radiotap_iter.h>

Data Fields

struct ieee80211_radiotap_headerrtheader
int max_length
int this_arg_index
unsigned char * this_arg
int arg_index
unsigned char * arg
uint32_t * next_bitmap
uint32_t bitmap_shifter

Detailed Description

tracks walk thru present radiotap args

Parameters:
rtheaderpointer to the radiotap header we are walking through
max_lengthlength of radiotap header in cpu byte ordering
this_arg_indexIEEE80211_RADIOTAP_... index of current arg
this_argpointer to current radiotap arg
arg_indexinternal next argument index
arginternal next argument pointer
next_bitmapinternal pointer to next present u32
bitmap_shifterinternal shifter for curr u32 bitmap, b0 set == arg present

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines