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