Searched refs:oce (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | mbo.c | 106 const u8 *rsne, *mbo, *oce; in wpas_mbo_check_pmf() local 113 oce = wpas_mbo_get_bss_attr(bss, OCE_ATTR_ID_CAPA_IND, false); in wpas_mbo_check_pmf() 114 if (!mbo && !oce) in wpas_mbo_check_pmf() 116 if (oce && oce[1] >= 1 && (oce[2] & OCE_IS_STA_CFON)) in wpas_mbo_check_pmf()
|
D | config.h | 1590 unsigned int oce; member
|
D | config_file.c | 1556 if (config->oce != DEFAULT_OCE_SUPPORT) in wpa_config_write_global() 1557 fprintf(f, "oce=%u\n", config->oce); in wpa_config_write_global()
|
D | config.c | 4694 config->oce = DEFAULT_OCE_SUPPORT; in wpa_config_alloc_empty() 5563 { INT_RANGE(oce, 0, 3), 0 },
|
D | wpa_supplicant.c | 7375 if (!wpa_s->disable_mbo_oce && wpa_s->conf->oce) { in wpa_supplicant_init_iface() 7376 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_init_iface() 7379 if ((wpa_s->conf->oce & OCE_STA_CFON) && in wpa_supplicant_init_iface()
|
D | ctrl_iface.c | 919 wpa_s->conf->oce = val; in wpa_supplicant_ctrl_iface_set() 920 if (wpa_s->conf->oce) { in wpa_supplicant_ctrl_iface_set() 921 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_ctrl_iface_set() 925 if ((wpa_s->conf->oce & OCE_STA_CFON) && in wpa_supplicant_ctrl_iface_set()
|
/hostap-latest/src/ap/ |
D | hostapd.h | 23 ((hapd->conf->oce & OCE_STA_CFON) && \ 26 ((hapd->conf->oce & OCE_AP) && \
|
D | ap_config.h | 766 unsigned int oce; member
|
/hostap-latest/hostapd/ |
D | config_file.c | 4482 bss->oce = atoi(pos); in hostapd_config_fill()
|