Structure used to fill the vendor information element (IE) as a part of starting SoftAP.
Data Fields | |
uint8_t | oui [CY_WCM_MAX_IE_LENGTH] |
Unique identifier for the IE. | |
uint8_t | subtype |
Sub-type of the IE. | |
void * | data |
Pointer to IE data. | |
uint16_t | length |
IE data length. | |
uint16_t | ie_packet_mask |
Mask of the IE details to be included cy_wcm_ie_mask_t. | |