Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h665 u64 last_channel_time; member
H A Ddrv_callbacks.c2131 if (survey->channel_time > iface->last_channel_time && in hostapd_single_channel_get_survey()
2135 divisor = survey->channel_time - iface->last_channel_time; in hostapd_single_channel_get_survey()
2141 iface->last_channel_time = survey->channel_time; in hostapd_single_channel_get_survey()