OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_channel_time
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
drv_callbacks.c
1029
if (survey->channel_time > iface->
last_channel_time
&&
1033
divisor = survey->channel_time - iface->
last_channel_time
;
1039
iface->
last_channel_time
= survey->channel_time;
[
all
...]
hostapd.h
418
u64
last_channel_time
;
member in struct:hostapd_iface
Completed in 1138 milliseconds