Home
last modified time | relevance | path

Searched refs:channel_time_busy (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_return_int_survey_info/
Dformat14 field:u64 channel_time_busy; offset:64; size:8; signed:0;
21 …ame, REC->ret, REC->band, REC->center_freq, REC->channel_time, REC->channel_time_busy, REC->channe…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_int_survey_info/
Dformat14 field:u64 channel_time_busy; offset:64; size:8; signed:0;
21 …ame, REC->ret, REC->band, REC->center_freq, REC->channel_time, REC->channel_time_busy, REC->channe…
/external/wpa_supplicant_8/src/ap/
Dacs.c308 busy = survey->channel_time_busy; in acs_survey_interference_factor()
366 (unsigned long) survey->channel_time_busy, in acs_survey_chan_interference_factor()
Ddrv_callbacks.c1611 (unsigned long int) survey->channel_time_busy); in hostapd_single_channel_get_survey()
1614 survey->channel_time > survey->channel_time_busy) { in hostapd_single_channel_get_survey()
1615 dividend = survey->channel_time_busy - in hostapd_single_channel_get_survey()
1624 iface->last_channel_time_busy = survey->channel_time_busy; in hostapd_single_channel_get_survey()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h5138 u64 channel_time_busy; member
Ddriver_nl80211.c8961 survey->channel_time_busy = in add_survey()
8982 (unsigned long int) survey->channel_time_busy, in add_survey()