XCORE SDK
XCORE Software Development Kit
|
Request message for adding a MAC address to the device blacklist. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
sl_wfx_header_t | header |
sl_wfx_add_blacklist_addr_req_body_t | body |
Request message for adding a MAC address to the device blacklist.
The host can use this request to add a MAC address to the list of denied MAC addresses. When the first address is added the blacklist, the device will prevent communication with any device whose MAC address matches any of the addresses on the list. Setting a blacklist will clear all entries from the device whitelist. The default state is to allow all MAC addresses. The blacklist 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_blacklist_addr_req_body_t sl_wfx_add_blacklist_addr_req_s::body |
Request message body.
sl_wfx_header_t sl_wfx_add_blacklist_addr_req_s::header |
Common message header.