Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A 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 …]
H A Ddpp.h127 #define DPP_CAPAB_ENROLLEE BIT(0) macro
H A Ddpp_reconfig.c525 auth->allowed_roles = DPP_CAPAB_ENROLLEE; in dpp_reconfig_auth_req_rx()
H A Ddpp_tcp.c1723 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp()
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c342 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_pkex_done()
345 DPP_CAPAB_ENROLLEE; in hostapd_dpp_pkex_done()
911 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()
914 DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()
985 hapd->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_listen()
988 DPP_CAPAB_ENROLLEE; in hostapd_dpp_listen()
3491 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE; in hostapd_dpp_init()
3551 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start()
3569 config.allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start()
3572 DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c912 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
915 DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
1092 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()
1095 DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()
2996 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_pkex_done()
2999 DPP_CAPAB_ENROLLEE; in wpas_dpp_pkex_done()
4982 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start()
5001 config.allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()
5004 DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()
5302 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_chirp()
[all …]