Searched refs:dpp_allowed_roles (Results 1 – 2 of 2) sorted by relevance
451 u8 dpp_allowed_roles,456 dpp_auth_req_rx(void *msg_ctx, u8 dpp_allowed_roles, int qr_mutual,
1516 u8 dpp_allowed_roles, in dpp_auth_init() argument1536 auth->allowed_roles = dpp_allowed_roles; in dpp_auth_init()1537 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init()2393 dpp_auth_req_rx(void *msg_ctx, u8 dpp_allowed_roles, int qr_mutual, in dpp_auth_req_rx() argument2559 if (!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR)) { in dpp_auth_req_rx()2568 if (!(dpp_allowed_roles & DPP_CAPAB_ENROLLEE)) { in dpp_auth_req_rx()2577 if (dpp_allowed_roles & DPP_CAPAB_ENROLLEE) { in dpp_auth_req_rx()2580 } else if (dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR) { in dpp_auth_req_rx()2629 if (dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR) in dpp_auth_req_rx()