Home
last modified time | relevance | path

Searched refs:dpp_bootstrap_set (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/common/
Ddpp.h734 int dpp_bootstrap_set(struct dpp_global *dpp, int id, const char *params);
Ddpp.c4620 int dpp_bootstrap_set(struct dpp_global *dpp, int id, const char *params) in dpp_bootstrap_set() function
/hostap-latest/tests/hwsim/
Dhostapd.py496 def dpp_bootstrap_set(self, id, conf=None, configurator=None, ssid=None, member in Hostapd
Dtest_dpp.py5841 dev[1].dpp_bootstrap_set(idc, conf="sta-dpp", configurator=conf_id)
6815 dev[1].dpp_bootstrap_set(idc, conf="sta-dpp", configurator=conf_id)
6849 hapd.dpp_bootstrap_set(idc, conf="sta-dpp", configurator=conf_id)
6891 dev[0].dpp_bootstrap_set(idc, conf="ap-dpp", configurator=conf_id)
6957 dev[0].dpp_bootstrap_set(idc, conf="ap-dpp", configurator=conf_id)
Dwpasupplicant.py1537 def dpp_bootstrap_set(self, id, conf=None, configurator=None, ssid=None, member in WpaSupplicant
Dtest_sigma_dut.py2157 dev[1].dpp_bootstrap_set(idc, conf="sta-dpp", configurator=conf_id,
2222 dev[0].dpp_bootstrap_set(idc, conf="ap-dpp", configurator=conf_id,
/hostap-latest/hostapd/
Dctrl_iface.c4469 if (dpp_bootstrap_set(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
/hostap-latest/wpa_supplicant/
Dctrl_iface.c13432 if (dpp_bootstrap_set(wpa_s->dpp, atoi(buf + 18), in wpa_supplicant_ctrl_iface_process()