Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddpp.h743 int dpp_configurator_remove(struct dpp_global *dpp, const char *id);
Ddpp.c4903 int dpp_configurator_remove(struct dpp_global *dpp, const char *id) in dpp_configurator_remove() function
/hostap-latest/tests/hwsim/
Dhostapd.py606 def dpp_configurator_remove(self, conf_id): member in Hostapd
Dwpasupplicant.py1689 def dpp_configurator_remove(self, conf_id): member in WpaSupplicant
Dtest_dpp.py2104 dev[0].dpp_configurator_remove(conf_id)
3612 hapd.dpp_configurator_remove(conf_id)
6210 hapd.dpp_configurator_remove(conf_id)
/hostap-latest/hostapd/
Dctrl_iface.c4497 if (dpp_configurator_remove(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
/hostap-latest/wpa_supplicant/
Dctrl_iface.c13459 if (dpp_configurator_remove(wpa_s->dpp, buf + 24) < 0) in wpa_supplicant_ctrl_iface_process()