Lines Matching refs:best_bss
1657 struct gelic_wl_scan_info *best_bss; in gelic_wl_find_best_bss() local
1663 best_bss = NULL; in gelic_wl_find_best_bss()
1678 best_bss = scan_info; in gelic_wl_find_best_bss()
1694 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss()
1700 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss()
1707 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss()
1719 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss()
1727 pr_debug("%s: -> bss=%p\n", __func__, best_bss); in gelic_wl_find_best_bss()
1728 if (best_bss) { in gelic_wl_find_best_bss()
1730 &best_bss->hwinfo->bssid[2]); in gelic_wl_find_best_bss()
1733 return best_bss; in gelic_wl_find_best_bss()
2165 struct gelic_wl_scan_info *best_bss; in gelic_wl_assoc_worker() local
2217 best_bss = gelic_wl_find_best_bss(wl); in gelic_wl_assoc_worker()
2218 if (!best_bss) { in gelic_wl_assoc_worker()
2225 ret = gelic_wl_associate_bss(wl, best_bss); in gelic_wl_assoc_worker()