Searched refs:OCE_STA (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmbo.c192 ((wpa_s->enable_oce & OCE_STA) ? 3 : 0))
212 if ((wpa_s->enable_oce & OCE_STA) && add_oce_capa) {
425 if (wpa_s->enable_oce & OCE_STA) {
H A Dconfig.h46 #define DEFAULT_OCE_SUPPORT OCE_STA
H A Dscan.c506 if (wpa_s->enable_oce & OCE_STA)
550 if (wpa_s->enable_oce & OCE_STA)
1191 if (wpa_s->enable_oce & OCE_STA)
1605 if (wpa_s->enable_oce & OCE_STA)
H A Dwpa_supplicant.c5955 if ((wpa_s->conf->oce & OCE_STA) &&
5957 wpa_s->enable_oce = OCE_STA;
H A Dctrl_iface.c725 if ((wpa_s->conf->oce & OCE_STA) &&
727 wpa_s->enable_oce = OCE_STA;
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddefs.h407 #define OCE_STA BIT(0) macro
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_common.c307 DF2S(OCE_STA);

Completed in 293 milliseconds