Searched refs:est_throughput (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | scan.c | 2478 if (wa->est_throughput != wb->est_throughput) in wpa_scan_result_compar() 2479 return (int) wb->est_throughput - in wpa_scan_result_compar() 2480 (int) wa->est_throughput; in wpa_scan_result_compar() 2580 r->age, r->est_throughput); in dump_scan_res() 2588 r->est_throughput); in dump_scan_res() 3421 if (res->est_throughput) in scan_est_throughput() 3429 res->est_throughput = wpas_get_est_tpt(wpa_s, ies, ie_len, rate, snr, in scan_est_throughput() 3502 return neigh_scan_res->est_throughput; in get_partner_est_tput() 3505 total_partner_tput += neigh_scan_res->est_throughput; in get_partner_est_tput() 3528 unsigned int mlo_est_throughput = res->est_throughput; in mlo_scan_est_throughput() [all …]
|
| H A D | bss.h | 115 unsigned int est_throughput; member
|
| H A D | wnm_sta.c | 1238 MAC2STR(bss->bssid), bss->level, bss->est_throughput, in wnm_scan_process() 1239 current_bss ? (int) current_bss->est_throughput : -1); in wnm_scan_process()
|
| H A D | bss.c | 395 dst->est_throughput = src->est_throughput; in wpa_bss_copy_res()
|
| H A D | events.c | 1269 if (bss->est_throughput < 2000) in sae_pk_acceptable_bss_with_pk() 1766 bss->snr, bss->est_throughput); in wpa_supplicant_select_bss() 2211 current_bss->snr, current_bss->est_throughput); in wpa_supplicant_need_to_roam_within_ess() 2215 selected->snr, selected->est_throughput); in wpa_supplicant_need_to_roam_within_ess() 2268 cur_est = current_bss->est_throughput; in wpa_supplicant_need_to_roam_within_ess() 2277 sel_est = selected->est_throughput; in wpa_supplicant_need_to_roam_within_ess()
|
| H A D | ctrl_iface.c | 5792 bss->est_throughput); in print_bss_info() 9908 res->est_throughput = atoi(pos + 16); in wpas_ctrl_iface_driver_scan_res()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver.h | 425 unsigned int est_throughput; member
|