XCORE SDK
XCORE Software Development Kit
|
Request message for adding a MAC address to the device whitelist. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
sl_wfx_header_t | header |
sl_wfx_add_whitelist_addr_req_body_t | body |
Request message for adding a MAC address to the device whitelist.
The host can use this request to add a MAC address to the list of allowed MAC addresses. When the first address is added the whitelist, the device will prevent communication with any devices whose MAC address does not match any of the addresses on the list. Setting a whitelist will clear all entries from the device blacklist. The default state is to allow all MAC addresses. The whitelist is reset to the default state when the interface is reset. Up to 8 MAC addresses may be added.
See Filtering for further details.
Interface mode | Request allowed |
---|---|
idle | No |
station | No |
AP | Yes |
sl_wfx_add_whitelist_addr_req_body_t sl_wfx_add_whitelist_addr_req_s::body |
Request message body.
sl_wfx_header_t sl_wfx_add_whitelist_addr_req_s::header |
Common message header.