Home
last modified time | relevance | path

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

/hostap-3.7.0/src/ap/
Ddpp_hostapd.c288 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_pkex_done() local
320 allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_pkex_done()
322 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_pkex_done()
324 allowed_roles = DPP_CAPAB_CONFIGURATOR | in hostapd_dpp_pkex_done()
331 peer_bi, own_bi, allowed_roles, 0, in hostapd_dpp_pkex_done()
807 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_auth_init() local
869 allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_auth_init()
871 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()
873 allowed_roles = DPP_CAPAB_CONFIGURATOR | in hostapd_dpp_auth_init()
900 peer_bi, own_bi, allowed_roles, neg_freq, in hostapd_dpp_auth_init()
[all …]
/hostap-3.7.0/wpa_supplicant/
Ddpp_supplicant.c776 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_auth_init() local
840 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_auth_init()
842 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
844 allowed_roles = DPP_CAPAB_CONFIGURATOR | in wpas_dpp_auth_init()
883 auth = dpp_auth_init(wpa_s->dpp, wpa_s, peer_bi, own_bi, allowed_roles, in wpas_dpp_auth_init()
2701 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_pkex_done() local
2732 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_pkex_done()
2734 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_pkex_done()
2736 allowed_roles = DPP_CAPAB_CONFIGURATOR | in wpas_dpp_pkex_done()
2742 auth = dpp_auth_init(wpa_s->dpp, wpa_s, peer_bi, own_bi, allowed_roles, in wpas_dpp_pkex_done()
[all …]
/hostap-3.7.0/src/common/
Ddpp_tcp.c72 u8 allowed_roles; member
696 conn->ctrl->allowed_roles, in dpp_controller_rx_auth_req()
1626 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp()
2034 ctrl->allowed_roles = config->allowed_roles; in dpp_controller_start()
Ddpp.h312 u8 allowed_roles; member
416 u8 allowed_roles; member
Ddpp_reconfig.c300 auth->allowed_roles = DPP_CAPAB_CONFIGURATOR; in dpp_reconfig_init()
525 auth->allowed_roles = DPP_CAPAB_ENROLLEE; in dpp_reconfig_auth_req_rx()
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()