Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.h37 int hostapd_dpp_pkex_remove(struct hostapd_data *hapd, const char *id);
H A 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()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c4503 if (hostapd_dpp_pkex_remove(hapd, buf + 16) < 0) in hostapd_ctrl_iface_receive_process()