Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmbo.c222 ((wpa_s->enable_oce & OCE_STA) ? 3 : 0)) in wpas_mbo_ie()
242 if ((wpa_s->enable_oce & OCE_STA) && add_oce_capa) { in wpas_mbo_ie()
455 if (wpa_s->enable_oce & OCE_STA) { in wpas_mbo_scan_ie()
H A Dconfig.h47 #define DEFAULT_OCE_SUPPORT OCE_STA
H A Dscan.c564 if (wpa_s->enable_oce & OCE_STA) in wpa_supplicant_set_default_scan_ies()
622 if (wpa_s->enable_oce & OCE_STA) in wpa_supplicant_extra_ies()
1283 if (wpa_s->enable_oce & OCE_STA) in wpa_supplicant_scan()
1723 if (wpa_s->enable_oce & OCE_STA) in wpa_supplicant_req_sched_scan()
H A Dwpa_supplicant.c6888 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_init_iface()
6890 wpa_s->enable_oce = OCE_STA; in wpa_supplicant_init_iface()
H A Dctrl_iface.c887 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_ctrl_iface_set()
889 wpa_s->enable_oce = OCE_STA; in wpa_supplicant_ctrl_iface_set()
/freebsd/contrib/wpa/src/common/
H A Ddefs.h416 #define OCE_STA BIT(0) macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_common.c308 DF2S(OCE_STA); in driver_flag_to_string()