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

/freebsd-current/contrib/wpa/src/ap/
H A Dacs.c308 busy = survey->channel_time_busy;
364 (unsigned long) survey->channel_time_busy,
H A Ddrv_callbacks.c1623 "Single Channel Survey: (freq=%d channel_time=%ld channel_time_busy=%ld)",
1626 (unsigned long int) survey->channel_time_busy);
1629 survey->channel_time > survey->channel_time_busy) {
1630 dividend = survey->channel_time_busy -
1639 iface->last_channel_time_busy = survey->channel_time_busy;
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver.h5142 * @channel_time_busy: Amount of time in ms the radio detected some signal
5155 u64 channel_time_busy; member in struct:freq_survey
H A Ddriver_nl80211.c8903 survey->channel_time_busy =
8924 (unsigned long int) survey->channel_time_busy,

Completed in 316 milliseconds