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 1024 "Single Channel Survey: (freq=%d channel_time=%ld channel_time_busy=%ld)",
1027 (unsigned long int) survey->channel_time_busy);
1030 survey->channel_time > survey->channel_time_busy) {
1031 dividend = survey->channel_time_busy -
1040 iface->last_channel_time_busy = survey->channel_time_busy;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 4047 u64 channel_time_busy; member in struct:freq_survey
    [all...]
driver_nl80211.c     [all...]

Completed in 189 milliseconds