Searched refs:mgmt_tx_cmd (Results 1 – 1 of 1) sorted by relevance
1954 struct nrf_wifi_umac_cmd_mgmt_tx *mgmt_tx_cmd = NULL; in nrf_wifi_sys_fmac_mgmt_tx() local1965 mgmt_tx_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*mgmt_tx_cmd)); in nrf_wifi_sys_fmac_mgmt_tx()1967 if (!mgmt_tx_cmd) { in nrf_wifi_sys_fmac_mgmt_tx()1973 mgmt_tx_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_FRAME; in nrf_wifi_sys_fmac_mgmt_tx()1974 mgmt_tx_cmd->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_mgmt_tx()1975 mgmt_tx_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_mgmt_tx()1977 nrf_wifi_osal_mem_cpy(&mgmt_tx_cmd->info, in nrf_wifi_sys_fmac_mgmt_tx()1979 sizeof(mgmt_tx_cmd->info)); in nrf_wifi_sys_fmac_mgmt_tx()1981 mgmt_tx_cmd->valid_fields |= (NRF_WIFI_CMD_FRAME_FREQ_VALID | in nrf_wifi_sys_fmac_mgmt_tx()1985 mgmt_tx_cmd->info.freq_params.valid_fields |= in nrf_wifi_sys_fmac_mgmt_tx()[all …]