Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Ddrv_callbacks.c2124 u64 divisor, dividend; in hostapd_single_channel_get_survey() local
2145 divisor = survey->channel_time - iface->last_channel_time; in hostapd_single_channel_get_survey()
2147 iface->channel_utilization = dividend * 255 / divisor; in hostapd_single_channel_get_survey()