Searched refs:best_bss (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 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() [all …]
|