Vendor IE details. More...
#include <WhdSoftAPInterface.h>
| Data Fields | |
| uint8_t | oui [WIFI_IE_OUI_LENGTH] | 
| Unique identifier for the IE.  More... | |
| uint8_t | subtype | 
| Sub-type of the IE.  More... | |
| void * | data | 
| Pointer to IE data.  More... | |
| uint16_t | length | 
| IE data length.  More... | |
| uint16_t | which_packets | 
| Mask of the packet in which this IE details to be included.  More... | |
Vendor IE details.
Definition at line 32 of file WhdSoftAPInterface.h.
| void* data | 
Pointer to IE data.
Definition at line 35 of file WhdSoftAPInterface.h.
| uint16_t length | 
IE data length.
Definition at line 36 of file WhdSoftAPInterface.h.
| uint8_t oui[WIFI_IE_OUI_LENGTH] | 
Unique identifier for the IE.
Definition at line 33 of file WhdSoftAPInterface.h.
| uint8_t subtype | 
Sub-type of the IE.
Definition at line 34 of file WhdSoftAPInterface.h.
| uint16_t which_packets | 
Mask of the packet in which this IE details to be included.
Definition at line 37 of file WhdSoftAPInterface.h.