![]() |
nRF WiFi
|
| enum nrf_wifi_status nrf_wifi_sys_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 ) |
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.