Home
last modified time | relevance | path

Searched refs:DPP_CAPAB_ENROLLEE (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_auth.c350 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()
844 case DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()
854 if (!(dpp_allowed_roles & DPP_CAPAB_ENROLLEE)) { in dpp_auth_req_rx()
862 case DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE: in dpp_auth_req_rx()
863 if (dpp_allowed_roles & DPP_CAPAB_ENROLLEE) { in dpp_auth_req_rx()
1386 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status()
1646 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) && in dpp_auth_resp_rx()
1647 (role == DPP_CAPAB_CONFIGURATOR || role == DPP_CAPAB_ENROLLEE)) { in dpp_auth_resp_rx()
[all …]
Ddpp.h119 #define DPP_CAPAB_ENROLLEE BIT(0) macro
Ddpp_reconfig.c513 auth->allowed_roles = DPP_CAPAB_ENROLLEE; in dpp_reconfig_auth_req_rx()
Ddpp_tcp.c1346 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c617 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()
2232 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE; in hostapd_dpp_init()
2281 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start()
2299 config.allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start()
2302 DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start()
2564 hapd->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_chirp()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c820 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
823 DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
994 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()
997 DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()
3461 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start()
3479 config.allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()
3482 DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()
3774 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_chirp()
3858 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_reconfig()