Searched refs:dpp_pkex_init (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_dpp.py | 2704 dev[1].dpp_pkex_init(identifier=identifier_i, code="secret", curve=curve, 2743 dev[1].dpp_pkex_init(identifier="test", code="secret") 2787 dev[1].dpp_pkex_init(identifier=identifier, code=code, 2796 id1 = dev[1].dpp_pkex_init(identifier="test", code="unknown") 2800 dev[1].dpp_pkex_init(identifier="test", code="secret", use_id=id1) 2813 id1 = dev[1].dpp_pkex_init(identifier="test", code="unknown", 2826 dev[1].dpp_pkex_init(identifier="test", code="secret", curve="P-384") 2845 dev[1].dpp_pkex_init(identifier="test", code="secret", curve="P-384") 2861 dev[1].dpp_pkex_init(identifier="test", code="secret") 2872 dev[1].dpp_pkex_init(identifier="test", code="secret") [all …]
|
D | test_dpp3.py | 93 dev0.dpp_pkex_init(identifier=None, code=code, role="enrollee", 269 dev[0].dpp_pkex_init(identifier=None, code=code, role="enrollee")
|
D | hostapd.py | 558 def dpp_pkex_init(self, identifier, code, role=None, key=None, curve=None, member in Hostapd
|
D | wpasupplicant.py | 1622 def dpp_pkex_init(self, identifier, code, role=None, key=None, curve=None, member in WpaSupplicant
|
/hostap-latest/src/common/ |
D | dpp.h | 675 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi,
|
D | dpp_pkex.c | 173 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init() function
|
/hostap-latest/src/ap/ |
D | dpp_hostapd.c | 386 pkex = dpp_pkex_init(hapd->msg_ctx, hapd->dpp_pkex_bi, hapd->own_addr, in hostapd_dpp_pkex_init() 2439 pkex = dpp_pkex_init(hapd->msg_ctx, hapd->dpp_pkex_bi, hapd->own_addr, in hostapd_dpp_pb_pkex_init()
|
/hostap-latest/wpa_supplicant/ |
D | dpp_supplicant.c | 3044 pkex = dpp_pkex_init(wpa_s, wpa_s->dpp_pkex_bi, wpa_s->own_addr, in wpas_dpp_pkex_init() 3491 pkex = dpp_pkex_init(wpa_s, wpa_s->dpp_pkex_bi, wpa_s->own_addr, in wpas_dpp_pb_pkex_init()
|