Lines Matching refs:best_bss
1672 struct gelic_wl_scan_info *best_bss; in gelic_wl_find_best_bss() local
1678 best_bss = NULL; in gelic_wl_find_best_bss()
1693 best_bss = scan_info; in gelic_wl_find_best_bss()
1709 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss()
1715 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss()
1722 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss()
1734 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss()
1742 pr_debug("%s: -> bss=%p\n", __func__, best_bss); in gelic_wl_find_best_bss()
1743 if (best_bss) { in gelic_wl_find_best_bss()
1745 &best_bss->hwinfo->bssid[2]); in gelic_wl_find_best_bss()
1748 return best_bss; in gelic_wl_find_best_bss()
2180 struct gelic_wl_scan_info *best_bss; in gelic_wl_assoc_worker() local
2232 best_bss = gelic_wl_find_best_bss(wl); in gelic_wl_assoc_worker()
2233 if (!best_bss) { in gelic_wl_assoc_worker()
2240 ret = gelic_wl_associate_bss(wl, best_bss); in gelic_wl_assoc_worker()