Searched refs:scan_res_cmd (Results 1 – 1 of 1) sorted by relevance
709 struct nrf_wifi_umac_cmd_get_scan_results *scan_res_cmd = NULL; in nrf_wifi_sys_fmac_scan_res_get() local723 scan_res_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*scan_res_cmd)); in nrf_wifi_sys_fmac_scan_res_get()725 if (!scan_res_cmd) { in nrf_wifi_sys_fmac_scan_res_get()731 scan_res_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_GET_SCAN_RESULTS; in nrf_wifi_sys_fmac_scan_res_get()732 scan_res_cmd->umac_hdr.ids.wdev_id = vif_idx; in nrf_wifi_sys_fmac_scan_res_get()733 scan_res_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_scan_res_get()734 scan_res_cmd->scan_reason = scan_type; in nrf_wifi_sys_fmac_scan_res_get()737 scan_res_cmd, in nrf_wifi_sys_fmac_scan_res_get()738 sizeof(*scan_res_cmd)); in nrf_wifi_sys_fmac_scan_res_get()740 if (scan_res_cmd) { in nrf_wifi_sys_fmac_scan_res_get()[all …]