Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDdrv_callbacks.c997 if (survey->channel_time > iface->last_channel_time && in hostapd_single_channel_get_survey()
1001 divisor = survey->channel_time - iface->last_channel_time; in hostapd_single_channel_get_survey()
1007 iface->last_channel_time = survey->channel_time; in hostapd_single_channel_get_survey()
HDhostapd.h401 u64 last_channel_time; member