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/
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()
2360 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start()
2376 config.allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start()
2378 config.allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start()
2380 config.allowed_roles = DPP_CAPAB_CONFIGURATOR | in hostapd_dpp_controller_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.h302 u8 allowed_roles; member
398 u8 allowed_roles; member
H A Ddpp_tcp.c68 u8 allowed_roles; member
665 conn->ctrl->allowed_roles, in dpp_controller_rx_auth_req()
1376 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp()
1665 ctrl->allowed_roles = config->allowed_roles; in dpp_controller_start()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
3487 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start()
3503 config.allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start()
3505 config.allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start()
3507 config.allowed_roles = DPP_CAPAB_CONFIGURATOR | in wpas_dpp_controller_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A 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/ap/
H A 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/src/common/
H A Ddpp.h220 u8 allowed_roles; member
H A 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()

Completed in 32 milliseconds