XCORE SDK
XCORE Software Development Kit
|
Request message body for sl_wfx_update_ap_req_t. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
uint16_t | beacon_ie_data_length |
Length of vendor-specific Information Element (IE) data in 802.11 Beacon frames. More... | |
uint16_t | probe_resp_ie_data_length |
Length of vendor-specific Information Element (IE) data in 802.11 Probe Response frames. More... | |
uint8_t | ie_data [] |
Vendor-specific IE data added to the 802.11 Beacon frames and Probe Response frames. More... | |
Request message body for sl_wfx_update_ap_req_t.
uint16_t sl_wfx_update_ap_req_body_s::beacon_ie_data_length |
Length of vendor-specific Information Element (IE) data in 802.11 Beacon frames.
0 - 255: The amount of bytes.
uint8_t sl_wfx_update_ap_req_body_s::ie_data[] |
Vendor-specific IE data added to the 802.11 Beacon frames and Probe Response frames.
The IE data must be in 802.11 Vendor-Specific Element format. It may contain multiple concatenated IEs, up to the maximum length. First part of the IE data, up to the amount of bytes specified in BeaconIeDataLength, is added to the Beacon frames. The remaining part whose length is defined in ProbeRespIeDataLength is added to the Probe Response frames.
See Vendor-Specific IE for further details.
uint16_t sl_wfx_update_ap_req_body_s::probe_resp_ie_data_length |
Length of vendor-specific Information Element (IE) data in 802.11 Probe Response frames.
0 - 255: The amount of bytes.