Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c1858 struct nrf_wifi_umac_cmd_remain_on_channel *roc_cmd = NULL; in nrf_wifi_sys_fmac_p2p_roc_start() local
1869 roc_cmd = nrf_wifi_osal_mem_zalloc(sizeof(struct nrf_wifi_umac_cmd_remain_on_channel)); in nrf_wifi_sys_fmac_p2p_roc_start()
1871 if (!roc_cmd) { in nrf_wifi_sys_fmac_p2p_roc_start()
1877 roc_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_REMAIN_ON_CHANNEL; in nrf_wifi_sys_fmac_p2p_roc_start()
1878 roc_cmd->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_p2p_roc_start()
1879 roc_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_p2p_roc_start()
1881 nrf_wifi_osal_mem_cpy(&roc_cmd->info, in nrf_wifi_sys_fmac_p2p_roc_start()
1883 sizeof(roc_cmd->info)); in nrf_wifi_sys_fmac_p2p_roc_start()
1886 roc_cmd->valid_fields |= NRF_WIFI_CMD_ROC_DURATION_VALID; in nrf_wifi_sys_fmac_p2p_roc_start()
1889 roc_cmd->info.nrf_wifi_freq_params.valid_fields = NRF_WIFI_SET_FREQ_PARAMS_FREQ_VALID; in nrf_wifi_sys_fmac_p2p_roc_start()
[all …]