Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
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 …]
Ddpp.h120 #define DPP_CAPAB_ENROLLEE BIT(0) macro
Ddpp_reconfig.c509 auth->allowed_roles = DPP_CAPAB_ENROLLEE; in dpp_reconfig_auth_req_rx()
Ddpp_tcp.c1372 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddpp_hostapd.c440 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddpp_supplicant.c817 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddpp_supplicant.c503 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h82 #define DPP_CAPAB_ENROLLEE BIT(0) macro
Ddpp.c1955 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 …]