Home
last modified time | relevance | path

Searched refs:DPP_CAPAB_CONFIGURATOR (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.c1240 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp()
1251 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) in dpp_auth_build_resp()
1255 DPP_CAPAB_CONFIGURATOR; in dpp_auth_build_resp()
1537 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init()
2559 if (!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR)) { in dpp_auth_req_rx()
2567 case DPP_CAPAB_CONFIGURATOR: in dpp_auth_req_rx()
2576 case DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()
2580 } else if (dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR) { in dpp_auth_req_rx()
2629 if (dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR) in dpp_auth_req_rx()
2927 (!auth->configurator && role != DPP_CAPAB_CONFIGURATOR)) { in dpp_auth_resp_rx_status()
[all …]
Ddpp.h134 #define DPP_CAPAB_CONFIGURATOR BIT(1) macro