Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:est_throughput

4620 		ret = os_snprintf(pos, end - pos, "est_throughput=%d\n",
4621 bss->est_throughput);
8275 pos = os_strstr(param, " est_throughput=");
8277 res->est_throughput = atoi(pos + 16);