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

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h102 unsigned int est_throughput; member in struct:wpa_bss
H A Dscan.c1995 if (wa->est_throughput != wb->est_throughput)
1996 return (int) wb->est_throughput -
1997 (int) wa->est_throughput;
2085 r->age, r->est_throughput);
2091 r->est_throughput);
2259 if (res->est_throughput)
2336 res->est_throughput = est;
H A Devents.c1407 " freq=%d level=%d snr=%d est_throughput=%u",
1409 bss->snr, bss->est_throughput);
1697 " freq=%d level=%d snr=%d est_throughput=%u",
1700 current_bss->snr, current_bss->est_throughput);
1702 " freq=%d level=%d snr=%d est_throughput=%u",
1704 selected->snr, selected->est_throughput);
1714 if (selected->est_throughput > current_bss->est_throughput + 5000) {
1729 if (current_bss->est_throughput > selected->est_throughput
[all...]
H A Dbss.c306 dst->est_throughput = src->est_throughput;
H A Dctrl_iface.c4981 ret = os_snprintf(pos, end - pos, "est_throughput=%d\n",
4982 bss->est_throughput);
8748 pos = os_strstr(param, " est_throughput=");
8750 res->est_throughput = atoi(pos + 16);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h309 * @est_throughput: Estimated throughput in kbps (this is calculated during
343 unsigned int est_throughput; member in struct:wpa_scan_res

Completed in 201 milliseconds