Searched refs:scan_res (Results 1 – 4 of 4) sorted by relevance
24 struct nrf_wifi_umac_event_new_scan_display_results *scan_res,
73 struct nrf_wifi_umac_event_new_scan_results *scan_res,
153 struct nrf_wifi_umac_event_new_scan_results *scan_res, in nrf_wifi_wpa_supp_event_proc_scan_res() argument167 if (scan_res->valid_fields & NRF_WIFI_EVENT_NEW_SCAN_RESULTS_IES_VALID) { in nrf_wifi_wpa_supp_event_proc_scan_res()168 ie = scan_res->ies; in nrf_wifi_wpa_supp_event_proc_scan_res()169 ie_len = scan_res->ies_len; in nrf_wifi_wpa_supp_event_proc_scan_res()172 if (scan_res->valid_fields & NRF_WIFI_EVENT_NEW_SCAN_RESULTS_BEACON_IES_VALID) { in nrf_wifi_wpa_supp_event_proc_scan_res()173 beacon_ie = scan_res->ies + scan_res->ies_len; in nrf_wifi_wpa_supp_event_proc_scan_res()174 beacon_ie_len = scan_res->beacon_ies_len; in nrf_wifi_wpa_supp_event_proc_scan_res()184 if (scan_res->valid_fields & NRF_WIFI_EVENT_NEW_SCAN_RESULTS_MAC_ADDR_VALID) { in nrf_wifi_wpa_supp_event_proc_scan_res()185 memcpy(r->bssid, scan_res->mac_addr, ETH_ALEN); in nrf_wifi_wpa_supp_event_proc_scan_res()188 r->freq = scan_res->frequency; in nrf_wifi_wpa_supp_event_proc_scan_res()[all …]
306 struct nrf_wifi_umac_event_new_scan_display_results *scan_res, in nrf_wifi_event_proc_disp_scan_res_zep() argument329 for (i = 0; i < scan_res->event_bss_count; i++) { in nrf_wifi_event_proc_disp_scan_res_zep()338 r = &scan_res->display_results[i]; in nrf_wifi_event_proc_disp_scan_res_zep()