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.c239 ((wpa_s->enable_oce & OCE_STA) ? 3 : 0)) in wpas_mbo_ie()
259 if ((wpa_s->enable_oce & OCE_STA) && add_oce_capa) { in wpas_mbo_ie()
472 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.c638 if (wpa_s->enable_oce & OCE_STA) in wpa_supplicant_set_default_scan_ies()
763 if (wpa_s->enable_oce & OCE_STA) in wpa_supplicant_extra_ies()
1445 if (wpa_s->enable_oce & OCE_STA) in wpa_supplicant_scan()
1882 if (wpa_s->enable_oce & OCE_STA) in wpa_supplicant_req_sched_scan()
H A Dwpa_supplicant.c7560 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_init_iface()
7562 wpa_s->enable_oce = OCE_STA; in wpa_supplicant_init_iface()
H A Dctrl_iface.c920 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_ctrl_iface_set()
922 wpa_s->enable_oce = OCE_STA; in wpa_supplicant_ctrl_iface_set()
/freebsd/contrib/wpa/src/common/
H A Ddefs.h440 #define OCE_STA BIT(0) macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_common.c337 DF2S(OCE_STA); in driver_flag_to_string()