Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/hostapd/
H A Dmain.c323 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); in handle_reload()
633 hostapd_for_each_interface(interfaces, hostapd_periodic_call, NULL); in hostapd_periodic()
664 interfaces.for_each_interface = hostapd_for_each_interface; in main()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dhostapd.h604 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
H A Ddpp_hostapd.c2711 hostapd_for_each_interface(interfaces, handle_dpp_remove_bi, bi); in hostapd_dpp_remove_bi()
H A Dhostapd.c71 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface() function