vendor_ie_data_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint8_t
Should be set to WIFI_VENDOR_IE_ELEMENT_ID (0xDD).
uint8_t
Length of all bytes in the element data following this field. Minimum 4.
uint8_t[3]
Vendor identifier (OUI).
uint8_t
Vendor-specific OUI type.
uint8_t[0]
Payload. Length is equal to value in 'length' field, minus 4.

References