Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/hostapd/
H A Dmain.c326 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); in handle_reload()
635 hostapd_for_each_interface(interfaces, hostapd_periodic_call, NULL); in hostapd_periodic()
666 interfaces.for_each_interface = hostapd_for_each_interface; in main()
/freebsd-12.1/contrib/wpa/src/ap/
H A Dhostapd.h572 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
H A Dhostapd.c69 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface() function