Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/hidl/1.1/
Dhostapd.cpp345 if (hostapd_remove_iface(interfaces_, remove_iface_param_vec.data()) < in removeAccessPointInternal()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h574 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
Dhostapd.c233 hostapd_remove_iface(interfaces, hapd->conf->iface); in hostapd_reload_config()
2924 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3793 if (hostapd_remove_iface(interfaces, buf) < 0) { in hostapd_ctrl_iface_remove()