Home
last modified time | relevance | path

Searched refs:dpp_alloc_auth (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp_reconfig.c292 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_init()
520 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_auth_req_rx()
H A Ddpp_auth.c709 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_auth_req_rx()
1178 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_auth_init()
H A Ddpp.h586 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
H A Ddpp.c769 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx) in dpp_alloc_auth() function
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c3194 auth = dpp_alloc_auth(hapd->iface->interfaces->dpp, hapd->msg_ctx); in hostapd_dpp_configurator_sign()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c4393 auth = dpp_alloc_auth(wpa_s->dpp, wpa_s); in wpas_dpp_configurator_sign()