Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_info.c192 if (local->last_scan_results == NULL || in prism2_host_roaming()
200 selected = &local->last_scan_results[0]; in prism2_host_roaming()
209 entry = &local->last_scan_results[i]; in prism2_host_roaming()
288 prev = local->last_scan_results; in prism2_info_scanresults()
289 local->last_scan_results = results; in prism2_info_scanresults()
354 prev = local->last_scan_results; in prism2_info_hostscanresults()
355 local->last_scan_results = results; in prism2_info_hostscanresults()
Dhostap_proc.c357 scanres = &local->last_scan_results[entry]; in prism2_scan_results_proc_show()
Dhostap_wlan.h819 struct hfa384x_hostscan_result *last_scan_results; member
Dhostap_ioctl.c655 if (!local->last_scan_results) in hostap_join_ap()
657 entry = &local->last_scan_results[i]; in hostap_join_ap()
1973 scan = &local->last_scan_results[entry]; in prism2_translate_scan()
Dhostap_hw.c3383 kfree(local->last_scan_results); in prism2_free_local_data()