Searched refs:DPP_CAPAB_ENROLLEE (Results 1 – 3 of 3) sorted by relevance
1241 DPP_CAPAB_ENROLLEE; in dpp_auth_build_resp()1251 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) in dpp_auth_build_resp()1254 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp()2558 case DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()2568 if (!(dpp_allowed_roles & DPP_CAPAB_ENROLLEE)) { in dpp_auth_req_rx()2576 case DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()2577 if (dpp_allowed_roles & DPP_CAPAB_ENROLLEE) { in dpp_auth_req_rx()2926 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status()3160 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) && in dpp_auth_resp_rx()3161 (role == DPP_CAPAB_CONFIGURATOR || role == DPP_CAPAB_ENROLLEE)) { in dpp_auth_resp_rx()[all …]
133 #define DPP_CAPAB_ENROLLEE BIT(0) macro
126 s_dpp_ctx.dpp_auth = dpp_auth_req_rx(NULL, DPP_CAPAB_ENROLLEE, 0, NULL, in esp_dpp_rx_auth_req()