Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/common/
H A Ddpp_reconfig.c276 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_init()
504 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_auth_req_rx()
H A Ddpp.h524 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
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.c643 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx) in dpp_alloc_auth() function
/freebsd-13.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c2109 auth = dpp_alloc_auth(hapd->iface->interfaces->dpp, hapd->msg_ctx); in hostapd_dpp_configurator_sign()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c3078 auth = dpp_alloc_auth(wpa_s->dpp, wpa_s); in wpas_dpp_configurator_sign()