Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/ap/
Dhostapd.h563 u64 last_channel_time; member
Ddrv_callbacks.c1628 if (survey->channel_time > iface->last_channel_time && in hostapd_single_channel_get_survey()
1632 divisor = survey->channel_time - iface->last_channel_time; in hostapd_single_channel_get_survey()
1638 iface->last_channel_time = survey->channel_time; in hostapd_single_channel_get_survey()