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

/freebsd-13-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c79 float tx = 0.0, rx = 0.0, cc = 0.0, cext = 0.0; local
111 cext = (float) hs->samples[i].ext_chan_busy * 100.0 /
137 if (cext > max_cext)
138 max_cext = cext;
149 if (cext < min_cext)
150 min_cext = cext;

Completed in 91 milliseconds