Searched refs:dpp_bootstrap_gen (Results 1 – 14 of 14) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_dpp.py | 109 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 …]
|
D | test_sigma_dut.py | 1521 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 …]
|
D | test_dpp3.py | 86 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")
|
D | hostapd.py | 471 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)
|
D | wpasupplicant.py | 1512 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)
|
D | test_eht.py | 1501 id = wpas.dpp_bootstrap_gen(chan="81/11", mac=True)
|
/hostap-latest/wpa_supplicant/ |
D | README-DPP | 105 > dpp_bootstrap_gen type=qrcode mac=<mac-address-of-device> chan=<operating-class/channel> key=<key…
|
D | dpp_supplicant.c | 3622 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()
|
D | ctrl_iface.c | 13406 res = dpp_bootstrap_gen(wpa_s->dpp, buf + 18); in wpa_supplicant_ctrl_iface_process()
|
/hostap-latest/wpa_supplicant/examples/ |
D | dpp-nfc.py | 172 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/ |
D | dpp.h | 724 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
|
D | dpp.c | 4435 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen() function
|
/hostap-latest/src/ap/ |
D | dpp_hostapd.c | 2660 res = dpp_bootstrap_gen(ifaces->dpp, "type=pkex"); in hostapd_dpp_rx_pb_presence_announcement()
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 4440 res = dpp_bootstrap_gen(hapd->iface->interfaces->dpp, buf + 18); in hostapd_ctrl_iface_receive_process()
|