Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/
Dtest_dpp.py2704 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 …]
Dtest_dpp3.py93 dev0.dpp_pkex_init(identifier=None, code=code, role="enrollee",
269 dev[0].dpp_pkex_init(identifier=None, code=code, role="enrollee")
Dhostapd.py558 def dpp_pkex_init(self, identifier, code, role=None, key=None, curve=None, member in Hostapd
Dwpasupplicant.py1622 def dpp_pkex_init(self, identifier, code, role=None, key=None, curve=None, member in WpaSupplicant
/hostap-latest/src/common/
Ddpp.h675 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi,
Ddpp_pkex.c173 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init() function
/hostap-latest/src/ap/
Ddpp_hostapd.c386 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/
Ddpp_supplicant.c3044 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()