Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Ddpp_hostapd.h37 int hostapd_dpp_pkex_remove(struct hostapd_data *hapd, const char *id);
Ddpp_hostapd.c3068 hostapd_dpp_pkex_remove(hapd, "*"); in hostapd_dpp_rx_action()
3323 int hostapd_dpp_pkex_remove(struct hostapd_data *hapd, const char *id) in hostapd_dpp_pkex_remove() function
3534 hostapd_dpp_pkex_remove(hapd, "*"); in hostapd_dpp_deinit()
/hostap-latest/hostapd/
Dctrl_iface.c4518 if (hostapd_dpp_pkex_remove(hapd, buf + 16) < 0) in hostapd_ctrl_iface_receive_process()