Home
last modified time | relevance | path

Searched refs:set_mcast_cmd (Results 1 – 1 of 1) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c3093 struct nrf_wifi_umac_cmd_mcast_filter *set_mcast_cmd = NULL; in nrf_wifi_sys_fmac_set_mcast_addr() local
3101 set_mcast_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*set_mcast_cmd)); in nrf_wifi_sys_fmac_set_mcast_addr()
3103 if (!set_mcast_cmd) { in nrf_wifi_sys_fmac_set_mcast_addr()
3109 set_mcast_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_MCAST_FILTER; in nrf_wifi_sys_fmac_set_mcast_addr()
3110 set_mcast_cmd->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_set_mcast_addr()
3111 set_mcast_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_set_mcast_addr()
3113 nrf_wifi_osal_mem_cpy(&set_mcast_cmd->info, in nrf_wifi_sys_fmac_set_mcast_addr()
3118 set_mcast_cmd, in nrf_wifi_sys_fmac_set_mcast_addr()
3119 sizeof(*set_mcast_cmd)); in nrf_wifi_sys_fmac_set_mcast_addr()
3122 if (set_mcast_cmd) { in nrf_wifi_sys_fmac_set_mcast_addr()
[all …]