Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/common/
H A Ddpp.h515 int dpp_configurator_remove(struct dpp_global *dpp, const char *id);
H A Ddpp.c8692 int dpp_configurator_remove(struct dpp_global *dpp, const char *id) in dpp_configurator_remove() function
/netbsd/external/bsd/wpa/dist/hostapd/
H A Dctrl_iface.c3344 if (dpp_configurator_remove(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dctrl_iface.c10725 if (dpp_configurator_remove(wpa_s->dpp, buf + 24) < 0) in wpa_supplicant_ctrl_iface_process()