Lines Matching refs:hwinfo
581 struct gelic_eurus_scan_info *scan = network->hwinfo; in gelic_wl_translate_scan()
775 pr_debug("bssid=%pM\n", &scan_info->hwinfo->bssid[2]); in scan_list_dump()
776 pr_debug("essid=%s\n", scan_info->hwinfo->essid); in scan_list_dump()
1562 kfree(target->hwinfo); in gelic_wl_scan_complete_event()
1563 target->hwinfo = NULL; in gelic_wl_scan_complete_event()
1590 if (ether_addr_equal(&target->hwinfo->bssid[2], in gelic_wl_scan_complete_event()
1618 kfree(target->hwinfo); in gelic_wl_scan_complete_event()
1619 target->hwinfo = kzalloc(be16_to_cpu(scan_info->size), in gelic_wl_scan_complete_event()
1621 if (!target->hwinfo) in gelic_wl_scan_complete_event()
1625 memcpy(target->hwinfo, scan_info, scan_info->size); in gelic_wl_scan_complete_event()
1691 if (ether_addr_equal(&scan_info->hwinfo->bssid[2], in gelic_wl_find_best_bss()
1705 security = be16_to_cpu(scan_info->hwinfo->security) & in gelic_wl_find_best_bss()
1732 scan_info->hwinfo->essid, in gelic_wl_find_best_bss()
1745 &best_bss->hwinfo->bssid[2]); in gelic_wl_find_best_bss()
2023 memcpy(wl->active_bssid, &bss->hwinfo->bssid[2], ETH_ALEN); in gelic_wl_associate_bss()
2388 kfree(scan_info->hwinfo); in gelic_wl_free()