nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_fmac_set_mcast_addr()

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.

Parameters
fmac_dev_ctxPointer to the UMAC IF context for a RPU WLAN device.
if_idxIndex of the interface whose state needs to be changed.
mcast_infoMulticast 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.

Returns
Command execution status