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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c440 allowed_roles = DPP_CAPAB_ENROLLEE;
443 DPP_CAPAB_ENROLLEE;
499 hapd->dpp_allowed_roles = DPP_CAPAB_ENROLLEE;
502 DPP_CAPAB_ENROLLEE;
1693 hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE;
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h82 #define DPP_CAPAB_ENROLLEE BIT(0) macro
H A Ddpp.c1955 DPP_CAPAB_ENROLLEE;
1965 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE))
1968 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE :
3246 case DPP_CAPAB_ENROLLEE:
3256 if (!(dpp_allowed_roles & DPP_CAPAB_ENROLLEE)) {
3264 case DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE:
3265 if (dpp_allowed_roles & DPP_CAPAB_ENROLLEE) {
3618 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) ||
3870 (DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE)) &&
3871 (role == DPP_CAPAB_CONFIGURATOR || role == DPP_CAPAB_ENROLLEE)) {
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c503 allowed_roles = DPP_CAPAB_ENROLLEE;
506 DPP_CAPAB_ENROLLEE;
661 wpa_s->dpp_allowed_roles = DPP_CAPAB_ENROLLEE;
664 DPP_CAPAB_ENROLLEE;

Completed in 126 milliseconds