Lines Matching refs:hwinfo
569 struct gelic_eurus_scan_info *scan = network->hwinfo; in gelic_wl_translate_scan()
763 pr_debug("bssid=%pM\n", &scan_info->hwinfo->bssid[2]); in scan_list_dump()
764 pr_debug("essid=%s\n", scan_info->hwinfo->essid); in scan_list_dump()
1547 kfree(target->hwinfo); in gelic_wl_scan_complete_event()
1548 target->hwinfo = NULL; in gelic_wl_scan_complete_event()
1575 if (ether_addr_equal(&target->hwinfo->bssid[2], in gelic_wl_scan_complete_event()
1603 kfree(target->hwinfo); in gelic_wl_scan_complete_event()
1604 target->hwinfo = kmemdup(scan_info, in gelic_wl_scan_complete_event()
1607 if (!target->hwinfo) in gelic_wl_scan_complete_event()
1676 if (ether_addr_equal(&scan_info->hwinfo->bssid[2], in gelic_wl_find_best_bss()
1690 security = be16_to_cpu(scan_info->hwinfo->security) & in gelic_wl_find_best_bss()
1717 scan_info->hwinfo->essid, in gelic_wl_find_best_bss()
1730 &best_bss->hwinfo->bssid[2]); in gelic_wl_find_best_bss()
2008 memcpy(wl->active_bssid, &bss->hwinfo->bssid[2], ETH_ALEN); in gelic_wl_associate_bss()
2374 kfree(scan_info->hwinfo); in gelic_wl_free()