Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDmesh.c344 if (hostapd_setup_interface(ifmsh)) { in wpa_supplicant_mesh_enable_iface_cb()
569 if (hostapd_setup_interface(ifmsh)) { in wpa_supplicant_mesh_init()
HDap.c1178 if (hostapd_setup_interface(wpa_s->ap_iface)) { in wpa_supplicant_create_ap()
/freebsd-14-stable/contrib/wpa/src/ap/
HDhostapd.h726 int hostapd_setup_interface(struct hostapd_iface *iface);
HDhostapd.c2856 int hostapd_setup_interface(struct hostapd_iface *iface) in hostapd_setup_interface() function
3516 if (hostapd_setup_interface(hapd_iface)) { in hostapd_enable_iface()
3778 if (hostapd_setup_interface(hapd_iface)) { in hostapd_add_iface()
/freebsd-14-stable/contrib/wpa/hostapd/
HDmain.c1013 hostapd_setup_interface(interfaces.iface[i])) in main()