Searched refs:dpp_bootstrap_set (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/src/common/ |
D | dpp.h | 734 int dpp_bootstrap_set(struct dpp_global *dpp, int id, const char *params);
|
D | dpp.c | 4620 int dpp_bootstrap_set(struct dpp_global *dpp, int id, const char *params) in dpp_bootstrap_set() function
|
/hostap-latest/tests/hwsim/ |
D | hostapd.py | 496 def dpp_bootstrap_set(self, id, conf=None, configurator=None, ssid=None, member in Hostapd
|
D | test_dpp.py | 5841 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)
|
D | wpasupplicant.py | 1537 def dpp_bootstrap_set(self, id, conf=None, configurator=None, ssid=None, member in WpaSupplicant
|
D | test_sigma_dut.py | 2157 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/ |
D | ctrl_iface.c | 4469 if (dpp_bootstrap_set(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
|
/hostap-latest/wpa_supplicant/ |
D | ctrl_iface.c | 13432 if (dpp_bootstrap_set(wpa_s->dpp, atoi(buf + 18), in wpa_supplicant_ctrl_iface_process()
|