Searched refs:allowed_roles (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 553 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() 2281 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start() 2297 config.allowed_roles = DPP_CAPAB_CONFIGURATOR; in hostapd_dpp_controller_start() 2299 config.allowed_roles = DPP_CAPAB_ENROLLEE; in hostapd_dpp_controller_start() 2301 config.allowed_roles = DPP_CAPAB_CONFIGURATOR | in hostapd_dpp_controller_start()
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_tcp.c | 68 u8 allowed_roles; member 635 conn->ctrl->allowed_roles, in dpp_controller_rx_auth_req() 1346 (!conn->ctrl || (conn->ctrl->allowed_roles & DPP_CAPAB_ENROLLEE))) in dpp_rx_gas_resp() 1635 ctrl->allowed_roles = config->allowed_roles; in dpp_controller_start()
|
D | dpp.h | 300 u8 allowed_roles; member 397 u8 allowed_roles; member
|
D | dpp_reconfig.c | 288 auth->allowed_roles = DPP_CAPAB_CONFIGURATOR; in dpp_reconfig_init() 513 auth->allowed_roles = DPP_CAPAB_ENROLLEE; in dpp_reconfig_auth_req_rx()
|
D | dpp_auth.c | 181 auth->i_capab = auth->allowed_roles; in dpp_auth_build_req() 1188 auth->allowed_roles = dpp_allowed_roles; in dpp_auth_init() 1645 if ((auth->allowed_roles == in dpp_auth_resp_rx()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 755 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_auth_init() local 818 allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_auth_init() 820 allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_auth_init() 822 allowed_roles = DPP_CAPAB_CONFIGURATOR | in wpas_dpp_auth_init() 861 auth = dpp_auth_init(wpa_s->dpp, wpa_s, peer_bi, own_bi, allowed_roles, in wpas_dpp_auth_init() 3461 config.allowed_roles = DPP_CAPAB_ENROLLEE | DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start() 3477 config.allowed_roles = DPP_CAPAB_CONFIGURATOR; in wpas_dpp_controller_start() 3479 config.allowed_roles = DPP_CAPAB_ENROLLEE; in wpas_dpp_controller_start() 3481 config.allowed_roles = DPP_CAPAB_CONFIGURATOR | in wpas_dpp_controller_start()
|