Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.c2758 if (!iface->need_to_start_in_sync) in hostapd_setup_interface_complete()
2763 iface->need_to_start_in_sync = 0; in hostapd_setup_interface_complete()
2784 if (interfaces->iface[i]->need_to_start_in_sync && in hostapd_setup_interface_complete()
2798 iface->need_to_start_in_sync = 0; in hostapd_setup_interface_complete()
2817 iface->need_to_start_in_sync = 0; in hostapd_setup_interface_complete()
2820 if (interfaces->iface[i]->need_to_start_in_sync && in hostapd_setup_interface_complete()
2825 interfaces->iface[i]->need_to_start_in_sync = 0; in hostapd_setup_interface_complete()
Dhostapd.h578 unsigned int need_to_start_in_sync:1; member
/hostap-latest/hostapd/
Dmain.c963 interfaces.iface[i]->need_to_start_in_sync = 1; in main()