Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwifi_mgmt_scan.h24 struct nrf_wifi_umac_event_new_scan_display_results *scan_res,
Dwpa_supp_if.h73 struct nrf_wifi_umac_event_new_scan_results *scan_res,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c153 struct nrf_wifi_umac_event_new_scan_results *scan_res, in nrf_wifi_wpa_supp_event_proc_scan_res() argument
167 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 …]
Dwifi_mgmt_scan.c306 struct nrf_wifi_umac_event_new_scan_display_results *scan_res, in nrf_wifi_event_proc_disp_scan_res_zep() argument
329 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()