Searched refs:scan_info (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 711 struct gelic_wl_scan_info *scan_info; in gelic_wl_get_scan() local 735 list_for_each_entry(scan_info, &wl->network_list, list) { in gelic_wl_get_scan() 737 time_after(scan_info->last_scanned + wl->scan_age, in gelic_wl_get_scan() 741 scan_info); in gelic_wl_get_scan() 762 struct gelic_wl_scan_info *scan_info; in scan_list_dump() local 766 list_for_each_entry(scan_info, &wl->network_list, list) { in scan_list_dump() 769 scan_info->valid, scan_info->eurus_index, in scan_list_dump() 770 scan_info->last_scanned); in scan_list_dump() 772 scan_info->rate_len, scan_info->rate_ext_len, in scan_list_dump() 773 scan_info->essid_len); in scan_list_dump() [all …]
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | host_interface.c | 173 struct scan_attr scan_info; member 2844 Handle_Scan(msg.drv, &msg.body.scan_info); in hostIFthread() 3892 …msg.body.scan_info.hidden_network.pstrHiddenNetworkInfo = pstrHiddenNetwork->pstrHiddenNetworkInfo; in host_int_scan() 3893 msg.body.scan_info.hidden_network.u8ssidnum = pstrHiddenNetwork->u8ssidnum; in host_int_scan() 3899 msg.body.scan_info.src = u8ScanSource; in host_int_scan() 3900 msg.body.scan_info.type = u8ScanType; in host_int_scan() 3901 msg.body.scan_info.result = ScanResult; in host_int_scan() 3902 msg.body.scan_info.arg = pvUserArg; in host_int_scan() 3904 msg.body.scan_info.ch_list_len = u8ChnlListLen; in host_int_scan() 3905 msg.body.scan_info.ch_freq_list = kmalloc(u8ChnlListLen, GFP_KERNEL); in host_int_scan() [all …]
|