Searched refs:best_bss (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1672 struct gelic_wl_scan_info *best_bss; gelic_wl_find_best_bss() local
1678 best_bss = NULL; gelic_wl_find_best_bss()
1693 best_bss = scan_info; gelic_wl_find_best_bss()
1709 update_best(&best_bss, scan_info, gelic_wl_find_best_bss()
1715 update_best(&best_bss, scan_info, gelic_wl_find_best_bss()
1722 update_best(&best_bss, scan_info, gelic_wl_find_best_bss()
1734 update_best(&best_bss, scan_info, gelic_wl_find_best_bss()
1742 pr_debug("%s: -> bss=%p\n", __func__, best_bss); gelic_wl_find_best_bss()
1743 if (best_bss) { gelic_wl_find_best_bss()
1745 &best_bss->hwinfo->bssid[2]); gelic_wl_find_best_bss()
1748 return best_bss; gelic_wl_find_best_bss()
2180 struct gelic_wl_scan_info *best_bss; gelic_wl_assoc_worker() local
2232 best_bss = gelic_wl_find_best_bss(wl); gelic_wl_assoc_worker()
2233 if (!best_bss) { gelic_wl_assoc_worker()
2240 ret = gelic_wl_associate_bss(wl, best_bss); gelic_wl_assoc_worker()

Completed in 44 milliseconds