Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/hostap/
Dhostap_info.c191 if (local->last_scan_results == NULL || in prism2_host_roaming()
199 selected = &local->last_scan_results[0]; in prism2_host_roaming()
208 entry = &local->last_scan_results[i]; in prism2_host_roaming()
287 prev = local->last_scan_results; in prism2_info_scanresults()
288 local->last_scan_results = results; in prism2_info_scanresults()
353 prev = local->last_scan_results; in prism2_info_hostscanresults()
354 local->last_scan_results = results; in prism2_info_hostscanresults()
Dhostap_proc.c324 scanres = &local->last_scan_results[entry]; in prism2_scan_results_proc_read()
Dhostap_wlan.h819 struct hfa384x_hostscan_result *last_scan_results; member
Dhostap_ioctl.c654 if (!local->last_scan_results) in hostap_join_ap()
656 entry = &local->last_scan_results[i]; in hostap_join_ap()
1972 scan = &local->last_scan_results[entry]; in prism2_translate_scan()
Dhostap_hw.c3377 kfree(local->last_scan_results); in prism2_free_local_data()