Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.h37 int hostapd_dpp_pkex_remove(struct hostapd_data *hapd, const char *id);
Ddpp_hostapd.c1958 hostapd_dpp_pkex_remove(hapd, "*"); in hostapd_dpp_rx_action()
2135 int hostapd_dpp_pkex_remove(struct hostapd_data *hapd, const char *id) in hostapd_dpp_pkex_remove() function
2266 hostapd_dpp_pkex_remove(hapd, "*"); in hostapd_dpp_deinit()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3843 if (hostapd_dpp_pkex_remove(hapd, buf + 16) < 0) in hostapd_ctrl_iface_receive_process()