Home
last modified time | relevance | path

Searched refs:est_throughput (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/wpa_supplicant/
Dwnm_sta.c731 if (a->est_throughput > b->est_throughput) { in find_better_target()
734 MAC2STR(a->bssid), a->est_throughput, in find_better_target()
735 MAC2STR(b->bssid), b->est_throughput); in find_better_target()
741 MAC2STR(a->bssid), a->est_throughput, in find_better_target()
742 MAC2STR(b->bssid), b->est_throughput); in find_better_target()
844 target->est_throughput, bss->est_throughput); in compare_scan_neighbor_results()
849 if ((!target->est_throughput && !bss_in_list->est_throughput) || in compare_scan_neighbor_results()
850 (target->est_throughput > bss_in_list->est_throughput && in compare_scan_neighbor_results()
851 target->est_throughput - bss_in_list->est_throughput > in compare_scan_neighbor_results()
852 bss_in_list->est_throughput >> 4)) { in compare_scan_neighbor_results()
Dbss.h118 unsigned int est_throughput; member
Dscan.c2465 if (wa->est_throughput != wb->est_throughput) in wpa_scan_result_compar()
2466 return (int) wb->est_throughput - in wpa_scan_result_compar()
2467 (int) wa->est_throughput; in wpa_scan_result_compar()
2567 r->age, r->est_throughput); in dump_scan_res()
2575 r->est_throughput); in dump_scan_res()
3158 if (res->est_throughput) in scan_est_throughput()
3166 res->est_throughput = wpas_get_est_tpt(wpa_s, ies, ie_len, rate, snr, in scan_est_throughput()
Dbss.c307 dst->est_throughput = src->est_throughput; in wpa_bss_copy_res()
Devents.c1261 if (bss->est_throughput < 2000) in sae_pk_acceptable_bss_with_pk()
1772 bss->snr, bss->est_throughput); in wpa_supplicant_select_bss()
2201 current_bss->snr, current_bss->est_throughput); in wpa_supplicant_need_to_roam_within_ess()
2205 selected->snr, selected->est_throughput); in wpa_supplicant_need_to_roam_within_ess()
2258 cur_est = current_bss->est_throughput; in wpa_supplicant_need_to_roam_within_ess()
2267 sel_est = selected->est_throughput; in wpa_supplicant_need_to_roam_within_ess()
Dctrl_iface.c5713 bss->est_throughput); in print_bss_info()
9676 res->est_throughput = atoi(pos + 16); in wpas_ctrl_iface_driver_scan_res()
/hostap-latest/src/drivers/
Ddriver.h389 unsigned int est_throughput; member