Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDbss.h102 unsigned int est_throughput; member
HDscan.c1995 if (wa->est_throughput != wb->est_throughput) in wpa_scan_result_compar()
1996 return (int) wb->est_throughput - in wpa_scan_result_compar()
1997 (int) wa->est_throughput; in wpa_scan_result_compar()
2085 r->age, r->est_throughput); in dump_scan_res()
2091 r->est_throughput); in dump_scan_res()
2259 if (res->est_throughput) in scan_est_throughput()
2336 res->est_throughput = est; in scan_est_throughput()
HDevents.c1409 bss->snr, bss->est_throughput); in wpa_supplicant_select_bss()
1700 current_bss->snr, current_bss->est_throughput); in wpa_supplicant_need_to_roam()
1704 selected->snr, selected->est_throughput); in wpa_supplicant_need_to_roam()
1714 if (selected->est_throughput > current_bss->est_throughput + 5000) { in wpa_supplicant_need_to_roam()
1729 if (current_bss->est_throughput > selected->est_throughput + 5000) { in wpa_supplicant_need_to_roam()
1735 cur_est = current_bss->est_throughput; in wpa_supplicant_need_to_roam()
1736 sel_est = selected->est_throughput; in wpa_supplicant_need_to_roam()
HDbss.c306 dst->est_throughput = src->est_throughput; in wpa_bss_copy_res()
HDctrl_iface.c4982 bss->est_throughput); in print_bss_info()
8750 res->est_throughput = atoi(pos + 16); in wpas_ctrl_iface_driver_scan_res()
/dragonfly/contrib/wpa_supplicant/src/drivers/
HDdriver.h343 unsigned int est_throughput; member