nrfxlib API 0.1.0
|
enum nrf_wifi_status nrf_wifi_fmac_set_mcast_addr | ( | struct nrf_wifi_fmac_dev_ctx * | fmac_dev_ctx, |
unsigned char | if_idx, | ||
struct nrf_wifi_umac_mcast_cfg * | mcast_info | ||
) |
#include <nrf_wifi/fw_if/umac_if/inc/fmac_api_common.h>
Set the Multicast filter address.
fmac_dev_ctx | Pointer to the UMAC IF context for a RPU WLAN device. |
if_idx | Index of the interface whose state needs to be changed. |
mcast_info | Multicast information to be set. |
This function is used to send a command (NRF_WIFI_UMAC_CMD_MCAST_FILTER) to instruct the firmware to set the multicast filter address to an interface with index if_idx
and parameters specified by mcast_info
.