Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
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()
Ddpp.h302 u8 allowed_roles; member
398 u8 allowed_roles; member
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()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddpp_hostapd.c401 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_auth_init() local
438 allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_auth_init()
440 allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_auth_init()
442 allowed_roles = DPP_CAPAB_CONFIGURATOR | in hostapd_dpp_auth_init()
463 allowed_roles, neg_freq, in hostapd_dpp_auth_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddpp_supplicant.c438 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_auth_init() local
501 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_auth_init()
503 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init()
505 allowed_roles = DPP_CAPAB_CONFIGURATOR | in wpas_dpp_auth_init()
531 auth = dpp_auth_init(wpa_s, peer_bi, own_bi, allowed_roles, neg_freq, in wpas_dpp_auth_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h220 u8 allowed_roles; member
Ddpp.c114 u8 allowed_roles; member
1789 auth->i_capab = auth->allowed_roles; in dpp_auth_build_req()
2243 auth->allowed_roles = dpp_allowed_roles; in dpp_auth_init()
3869 if ((auth->allowed_roles == in dpp_auth_resp_rx()
9344 conn->ctrl->allowed_roles, in dpp_controller_rx_auth_req()
10000 ctrl->allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in dpp_controller_start()