Home
last modified time | relevance | path

Searched refs:channel_time (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
HDacs.c309 total = survey->channel_time; in acs_survey_interference_factor()
356 survey->nf, (unsigned long) survey->channel_time, in acs_survey_chan_interference_factor()
HDdrv_callbacks.c1439 (unsigned long int) survey->channel_time, in hostapd_single_channel_get_survey()
1442 if (survey->channel_time > iface->last_channel_time && in hostapd_single_channel_get_survey()
1443 survey->channel_time > survey->channel_time_busy) { in hostapd_single_channel_get_survey()
1446 divisor = survey->channel_time - iface->last_channel_time; in hostapd_single_channel_get_survey()
1452 iface->last_channel_time = survey->channel_time; in hostapd_single_channel_get_survey()
/dragonfly/contrib/wpa_supplicant/src/drivers/
HDdriver.h4825 u64 channel_time; member
HDdriver_nl80211.c8123 survey->channel_time = in add_survey()
8149 (unsigned long int) survey->channel_time, in add_survey()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_reset.c563 ichan->channel_time = 0;