Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dctrl_iface_ap.h31 int hostapd_ctrl_iface_stop_ap(struct hostapd_data *hapd);
Dctrl_iface_ap.c1150 int hostapd_ctrl_iface_stop_ap(struct hostapd_data *hapd) in hostapd_ctrl_iface_stop_ap() function
/hostap-latest/wpa_supplicant/
Dap.c1977 return hostapd_ctrl_iface_stop_ap(hapd); in wpas_ap_stop_ap()
/hostap-latest/hostapd/
Dctrl_iface.c4095 if (hostapd_ctrl_iface_stop_ap(hapd)) in hostapd_ctrl_iface_receive_process()