Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c439 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()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c479 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()
/external/wpa_supplicant_8/src/common/
Ddpp.h80 #define DPP_CAPAB_ENROLLEE BIT(0) macro
Ddpp.c1813 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 …]