Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_info.c193 if (local->last_scan_results == NULL || in prism2_host_roaming()
201 selected = &local->last_scan_results[0]; in prism2_host_roaming()
210 entry = &local->last_scan_results[i]; in prism2_host_roaming()
290 prev = local->last_scan_results; in prism2_info_scanresults()
291 local->last_scan_results = results; in prism2_info_scanresults()
356 prev = local->last_scan_results; in prism2_info_hostscanresults()
357 local->last_scan_results = results; in prism2_info_hostscanresults()
Dhostap_proc.c288 scanres = &local->last_scan_results[entry]; in prism2_scan_results_proc_show()
Dhostap_wlan.h823 struct hfa384x_hostscan_result *last_scan_results; member
Dhostap_ioctl.c645 if (!local->last_scan_results) in hostap_join_ap()
647 entry = &local->last_scan_results[i]; in hostap_join_ap()
1962 scan = &local->last_scan_results[entry]; in prism2_translate_scan()
Dhostap_hw.c3346 kfree(local->last_scan_results); in prism2_free_local_data()