Lines Matching refs:DPP_CAPAB_ENROLLEE
350 DPP_CAPAB_ENROLLEE; in dpp_auth_build_resp()
360 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) in dpp_auth_build_resp()
363 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp()
843 case DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()
853 if (!(dpp_allowed_roles & DPP_CAPAB_ENROLLEE)) { in dpp_auth_req_rx()
861 case DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()
862 if (dpp_allowed_roles & DPP_CAPAB_ENROLLEE) { in dpp_auth_req_rx()
1384 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status()
1644 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) && in dpp_auth_resp_rx()
1645 (role == DPP_CAPAB_CONFIGURATOR || role == DPP_CAPAB_ENROLLEE)) { in dpp_auth_resp_rx()
1648 auth->configurator = role == DPP_CAPAB_ENROLLEE; in dpp_auth_resp_rx()
1651 } else if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx()
1657 if (role != DPP_CAPAB_ENROLLEE && in dpp_auth_resp_rx()