Home
last modified time | relevance | path

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

/hostap-latest/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.h127 #define DPP_CAPAB_ENROLLEE BIT(0) macro
Ddpp_reconfig.c525 auth->allowed_roles = DPP_CAPAB_ENROLLEE; in dpp_reconfig_auth_req_rx()
Ddpp_tcp.c1723 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp()
/hostap-latest/src/ap/
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 …]
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c917 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
920 DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
1097 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()
1100 DPP_CAPAB_ENROLLEE; in wpas_dpp_listen()
3001 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_pkex_done()
3004 DPP_CAPAB_ENROLLEE; in wpas_dpp_pkex_done()
4987 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start()
5006 config.allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()
5009 DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()
5312 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_chirp()
[all …]