Searched refs:DPP_CAPAB_CONFIGURATOR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c401 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR;
438 allowed_roles = DPP_CAPAB_CONFIGURATOR;
442 allowed_roles = DPP_CAPAB_CONFIGURATOR |
497 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR;
501 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR |
1693 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c438 u8 allowed_roles = DPP_CAPAB_CONFIGURATOR;
501 allowed_roles = DPP_CAPAB_CONFIGURATOR;
505 allowed_roles = DPP_CAPAB_CONFIGURATOR |
659 wpa_s->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR;
663 wpa_s->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR |
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h83 #define DPP_CAPAB_CONFIGURATOR BIT(1) macro
H A Ddpp.c1954 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR :
1965 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE))
1969 DPP_CAPAB_CONFIGURATOR;
2244 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR);
3247 if (!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR)) {
3255 case DPP_CAPAB_CONFIGURATOR:
3264 case DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE:
3268 } else if (dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR) {
3320 if (dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR)
3619 (!auth->configurator && role != DPP_CAPAB_CONFIGURATOR)) {
[all...]

Completed in 107 milliseconds