Searched refs:DPP_CAPAB_ENROLLEE (Results 1 – 10 of 10) sorted by relevance
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()[all …]
120 #define DPP_CAPAB_ENROLLEE BIT(0) macro
509 auth->allowed_roles = DPP_CAPAB_ENROLLEE; in dpp_reconfig_auth_req_rx()
1372 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp()
617 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()620 DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()688 hapd->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_listen()691 DPP_CAPAB_ENROLLEE; in hostapd_dpp_listen()2303 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE; in hostapd_dpp_init()2354 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start()2372 config.allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start()2375 DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start()2652 hapd->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_chirp()
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()
817 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()820 DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()991 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()994 DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()3480 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start()3498 config.allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()3501 DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()3792 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_chirp()3876 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_reconfig()
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 …]