Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c553 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_auth_init() local
615 allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_auth_init()
617 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()
619 allowed_roles = DPP_CAPAB_CONFIGURATOR | in hostapd_dpp_auth_init()
646 peer_bi, own_bi, allowed_roles, neg_freq, in hostapd_dpp_auth_init()
2354 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start()
2370 config.allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start()
2372 config.allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start()
2374 config.allowed_roles = DPP_CAPAB_CONFIGURATOR | in hostapd_dpp_controller_start()
/freebsd/contrib/wpa/src/common/
H A Ddpp_tcp.c68 u8 allowed_roles; member
665 conn->ctrl->allowed_roles, in dpp_controller_rx_auth_req()
1372 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp()
1661 ctrl->allowed_roles = config->allowed_roles; in dpp_controller_start()
H A Ddpp.h302 u8 allowed_roles; member
398 u8 allowed_roles; member
H A Ddpp_reconfig.c284 auth->allowed_roles = DPP_CAPAB_CONFIGURATOR; in dpp_reconfig_init()
509 auth->allowed_roles = DPP_CAPAB_ENROLLEE; in dpp_reconfig_auth_req_rx()
H A Ddpp_auth.c181 auth->i_capab = auth->allowed_roles; in dpp_auth_build_req()
1186 auth->allowed_roles = dpp_allowed_roles; in dpp_auth_init()
1643 if ((auth->allowed_roles == in dpp_auth_resp_rx()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c752 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_auth_init() local
815 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_auth_init()
817 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
819 allowed_roles = DPP_CAPAB_CONFIGURATOR | in wpas_dpp_auth_init()
858 auth = dpp_auth_init(wpa_s->dpp, wpa_s, peer_bi, own_bi, allowed_roles, in wpas_dpp_auth_init()
3480 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start()
3496 config.allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start()
3498 config.allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()
3500 config.allowed_roles = DPP_CAPAB_CONFIGURATOR | in wpas_dpp_controller_start()