HomeSort by relevance Sort by last modified time
    Searched refs:channel_time_busy (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/ap/
acs.c 298 busy = survey->channel_time_busy;
358 (unsigned long) survey->channel_time_busy,
drv_callbacks.c 971 wpa_printf(MSG_DEBUG, "Single Channel Survey: (freq=%d channel_time=%ld channel_time_busy=%ld)",
974 (unsigned long int) survey->channel_time_busy);
977 survey->channel_time > survey->channel_time_busy) {
978 dividend = survey->channel_time_busy -
987 iface->last_channel_time_busy = survey->channel_time_busy;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3896 u64 channel_time_busy; member in struct:freq_survey
    [all...]
driver_nl80211.c     [all...]

Completed in 687 milliseconds