Home
last modified time | relevance | path

Searched refs:last_channel_time (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhostapd.h558 u64 last_channel_time; member
Ddrv_callbacks.c1554 if (survey->channel_time > iface->last_channel_time && in hostapd_single_channel_get_survey()
1558 divisor = survey->channel_time - iface->last_channel_time; in hostapd_single_channel_get_survey()
1564 iface->last_channel_time = survey->channel_time; in hostapd_single_channel_get_survey()