Searched refs:DPP_CAPAB_ENROLLEE (Results 1 – 4 of 4) sorted by relevance
439 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()442 DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()498 hapd->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_listen()501 DPP_CAPAB_ENROLLEE; in hostapd_dpp_listen()1614 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE; in hostapd_dpp_init()
479 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()482 DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()632 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()635 DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()
80 #define DPP_CAPAB_ENROLLEE BIT(0) macro
1813 DPP_CAPAB_ENROLLEE; in dpp_auth_build_resp()1823 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) in dpp_auth_build_resp()1826 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp()3141 case DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()3151 if (!(dpp_allowed_roles & DPP_CAPAB_ENROLLEE)) { in dpp_auth_req_rx()3159 case DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()3160 if (dpp_allowed_roles & DPP_CAPAB_ENROLLEE) { in dpp_auth_req_rx()3513 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status()3776 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) && in dpp_auth_resp_rx()3777 (role == DPP_CAPAB_CONFIGURATOR || role == DPP_CAPAB_ENROLLEE)) { in dpp_auth_resp_rx()[all …]