Searched refs:DPP_CAPAB_ENROLLEE (Results 1 – 4 of 4) sorted by relevance
440 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()443 DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()499 hapd->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_listen()502 DPP_CAPAB_ENROLLEE; in hostapd_dpp_listen()1693 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE; in hostapd_dpp_init()
503 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()506 DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()661 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()664 DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()
82 #define DPP_CAPAB_ENROLLEE BIT(0) macro
1955 DPP_CAPAB_ENROLLEE; in dpp_auth_build_resp()1965 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) in dpp_auth_build_resp()1968 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp()3246 case DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()3256 if (!(dpp_allowed_roles & DPP_CAPAB_ENROLLEE)) { in dpp_auth_req_rx()3264 case DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()3265 if (dpp_allowed_roles & DPP_CAPAB_ENROLLEE) { in dpp_auth_req_rx()3618 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status()3870 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) && in dpp_auth_resp_rx()3871 (role == DPP_CAPAB_CONFIGURATOR || role == DPP_CAPAB_ENROLLEE)) { in dpp_auth_resp_rx()[all …]