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

  /external/wpa_supplicant_8/src/ap/
acs.c 308 total = survey->channel_time;
357 survey->nf, (unsigned long) survey->channel_time,
drv_callbacks.c 971 wpa_printf(MSG_DEBUG, "Single Channel Survey: (freq=%d channel_time=%ld channel_time_busy=%ld)",
973 (unsigned long int) survey->channel_time,
976 if (survey->channel_time > iface->last_channel_time &&
977 survey->channel_time > survey->channel_time_busy) {
980 divisor = survey->channel_time - iface->last_channel_time;
986 iface->last_channel_time = survey->channel_time;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3895 u64 channel_time; member in struct:freq_survey
    [all...]
driver_nl80211.c     [all...]

Completed in 40 milliseconds