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

/freebsd-13-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c82 float min_tx = 100.0, min_rx = 100.0, min_cc = 100.0, min_cext = 100.0; local
149 if (cext < min_cext)
150 min_cext = cext;
154 min_tx, min_rx, min_cc, min_cext);

Completed in 50 milliseconds