Home
last modified time | relevance | path

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

/src/contrib/wpa/src/ap/
H A Dhostapd.h747 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
H A Dhostapd.c287 hostapd_remove_iface(interfaces, hapd->conf->iface); in hostapd_reload_config()
3956 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface() function
/src/contrib/wpa/hostapd/
H A Dctrl_iface.c5027 if (hostapd_remove_iface(interfaces, buf) < 0) { in hostapd_ctrl_iface_remove()