Home
last modified time | relevance | path

Searched refs:dpp_bootstrap_gen (Results 1 – 14 of 14) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_dpp.py109 id = dev[0].dpp_bootstrap_gen()
115 id = dev[0].dpp_bootstrap_gen(chan="81/1,115/36", mac="010203040506",
126 id0 = dev[0].dpp_bootstrap_gen()
142 id0 = dev[0].dpp_bootstrap_gen()
169 id0 = dev[0].dpp_bootstrap_gen(supported_curves=t[0])
193 id0 = dev[0].dpp_bootstrap_gen(host=t[0])
237 id = dev[0].dpp_bootstrap_gen(key=hex)
251 id = dev[0].dpp_bootstrap_gen(key=hex)
294 id = dev[0].dpp_bootstrap_gen(chan="81/1", mac=True, key=key)
320 id0 = dev[0].dpp_bootstrap_gen(chan="81/1")
[all …]
Dtest_sigma_dut.py1521 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True)
1550 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True)
1596 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True)
1677 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True)
1710 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True,
1780 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True)
1827 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True)
1866 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True)
1968 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True,
2009 id0 = dev[1].dpp_bootstrap_gen(chan="81/6", mac=True)
[all …]
Dtest_dpp3.py86 id1 = dev1.dpp_bootstrap_gen(type="pkex")
230 id_c = dev[1].dpp_bootstrap_gen()
251 id_h = relay.dpp_bootstrap_gen(chan="81/6", mac=True)
258 id1 = dev[1].dpp_bootstrap_gen(type="pkex")
Dhostapd.py471 def dpp_bootstrap_gen(self, type="qrcode", chan=None, mac=None, info=None, member in Hostapd
561 id1 = self.dpp_bootstrap_gen(type="pkex", key=key, curve=curve)
582 id0 = self.dpp_bootstrap_gen(type="pkex", key=key, curve=curve)
Dwpasupplicant.py1512 def dpp_bootstrap_gen(self, type="qrcode", chan=None, mac=None, info=None, member in WpaSupplicant
1626 id1 = self.dpp_bootstrap_gen(type="pkex", key=key, curve=curve)
1654 id0 = self.dpp_bootstrap_gen(type="pkex", key=key, curve=curve)
Dtest_eht.py1501 id = wpas.dpp_bootstrap_gen(chan="81/11", mac=True)
/hostap-latest/wpa_supplicant/
DREADME-DPP105 > dpp_bootstrap_gen type=qrcode mac=<mac-address-of-device> chan=<operating-class/channel> key=<key…
Ddpp_supplicant.c3622 res = dpp_bootstrap_gen(wpa_s->dpp, "type=pkex"); in wpas_dpp_rx_pb_presence_announcement()
5727 res = dpp_bootstrap_gen(wpa_s->dpp, "type=pkex"); in wpas_dpp_push_button()
Dctrl_iface.c13406 res = dpp_bootstrap_gen(wpa_s->dpp, buf + 18); in wpa_supplicant_ctrl_iface_process()
/hostap-latest/wpa_supplicant/examples/
Ddpp-nfc.py172 def dpp_bootstrap_gen(wpas, type="qrcode", chan=None, mac=None, info=None, function
244 own_id = dpp_bootstrap_gen(wpas, type="nfc-uri", chan=chan, mac=True)
/hostap-latest/src/common/
Ddpp.h724 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
Ddpp.c4435 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen() function
/hostap-latest/src/ap/
Ddpp_hostapd.c2660 res = dpp_bootstrap_gen(ifaces->dpp, "type=pkex"); in hostapd_dpp_rx_pb_presence_announcement()
/hostap-latest/hostapd/
Dctrl_iface.c4440 res = dpp_bootstrap_gen(hapd->iface->interfaces->dpp, buf + 18); in hostapd_ctrl_iface_receive_process()