Home
last modified time | relevance | path

Searched refs:oce (Results 1 - 19 of 19) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmbo.c89 const u8 *rsne, *mbo, *oce; in wpas_mbo_check_pmf() local
96 oce = wpas_mbo_get_bss_attr(bss, OCE_ATTR_ID_CAPA_IND); in wpas_mbo_check_pmf()
97 if (!mbo && !oce) in wpas_mbo_check_pmf()
99 if (oce && oce[1] >= 1 && (oce[2] & OCE_IS_STA_CFON)) in wpas_mbo_check_pmf()
H A Dconfig.h1523 * oce - Enable OCE in STA and/or STA-CFON mode
1527 unsigned int oce; member
H A Dconfig_file.c1568 if (config->oce != DEFAULT_OCE_SUPPORT) in wpa_config_write_global()
1569 fprintf(f, "oce=%u\n", config->oce); in wpa_config_write_global()
H A Dconfig.c4595 config->oce = DEFAULT_OCE_SUPPORT; in wpa_config_alloc_empty()
5423 { INT_RANGE(oce, 0, 3), 0 },
H A Dwpa_supplicant.c7289 if (!wpa_s->disable_mbo_oce && wpa_s->conf->oce) {
7290 if ((wpa_s->conf->oce & OCE_STA) &&
7293 if ((wpa_s->conf->oce & OCE_STA_CFON) &&
H A Dctrl_iface.c919 } else if (os_strcasecmp(cmd, "oce") == 0) { in wpa_supplicant_ctrl_iface_set()
920 wpa_s->conf->oce = atoi(value); in wpa_supplicant_ctrl_iface_set()
921 if (wpa_s->conf->oce) { in wpa_supplicant_ctrl_iface_set()
922 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_ctrl_iface_set()
926 if ((wpa_s->conf->oce & OCE_STA_CFON) && in wpa_supplicant_ctrl_iface_set()
/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp836 const SkOpPtT* oce = outer->coinPtTEnd(); in DEBUG_COIN_DECLARE_PARAMS() local
837 if (oce->deleted()) { in DEBUG_COIN_DECLARE_PARAMS()
842 if (outerOpp != innerOpp && this->overlap(ocs, oce, ics, ice, &overS, &overE)) { in DEBUG_COIN_DECLARE_PARAMS()
843 FAIL_IF(!this->addIfMissing(ocs->starter(oce), ics->starter(ice), in DEBUG_COIN_DECLARE_PARAMS()
845 SkDEBUGPARAMS(ocs->debugEnder(oce)) in DEBUG_COIN_DECLARE_PARAMS()
849 const SkOpPtT* oce = outer->coinPtTEnd(); in DEBUG_COIN_DECLARE_PARAMS() local
850 FAIL_IF(oce->deleted()); in DEBUG_COIN_DECLARE_PARAMS()
853 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) { in DEBUG_COIN_DECLARE_PARAMS()
854 FAIL_IF(!this->addIfMissing(ocs->starter(oce), ios->starter(ioe), in DEBUG_COIN_DECLARE_PARAMS()
856 SkDEBUGPARAMS(ocs->debugEnder(oce)) in DEBUG_COIN_DECLARE_PARAMS()
[all...]
H A DSkPathOpsDebug.cpp1901 const SkOpPtT* oce = outer->coinPtTEnd(); in debugAddMissing() local
1902 if (oce->deleted()) { in debugAddMissing()
1907 if (outerOpp != innerOpp && this->overlap(ocs, oce, ics, ice, &overS, &overE)) { in debugAddMissing()
1908 this->debugAddIfMissing(log, ocs->starter(oce), ics->starter(ice), in debugAddMissing()
1910 ocs->debugEnder(oce), in debugAddMissing()
1914 const SkOpPtT* oce = outer->coinPtTEnd(); in debugAddMissing() local
1915 SkASSERT(!oce->deleted()); in debugAddMissing()
1918 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) { in debugAddMissing()
1919 this->debugAddIfMissing(log, ocs->starter(oce), ios->starter(ioe), in debugAddMissing()
1921 ocs->debugEnder(oce), in debugAddMissing()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.h22 ((hapd->conf->oce & OCE_STA_CFON) && \
25 ((hapd->conf->oce & OCE_AP) && \
H A Dap_config.h715 * oce - Enable OCE in AP and/or STA-CFON mode
720 unsigned int oce; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h22 ((hapd->conf->oce & OCE_STA_CFON) && \
25 ((hapd->conf->oce & OCE_AP) && \
H A Dap_config.h683 * oce - Enable OCE in AP and/or STA-CFON mode
688 unsigned int oce; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.h1421 * oce - Enable OCE in STA and/or STA-CFON mode
1425 unsigned int oce; member
H A Dconfig_file.c1506 if (config->oce != DEFAULT_OCE_SUPPORT) in wpa_config_write_global()
1507 fprintf(f, "oce=%u\n", config->oce); in wpa_config_write_global()
H A Dconfig.c4122 config->oce = DEFAULT_OCE_SUPPORT; in wpa_config_alloc_empty()
4863 { INT_RANGE(oce, 0, 3), 0 },
H A Dctrl_iface.c725 } else if (os_strcasecmp(cmd, "oce") == 0) { in wpa_supplicant_ctrl_iface_set()
726 wpa_s->conf->oce = atoi(value); in wpa_supplicant_ctrl_iface_set()
727 if (wpa_s->conf->oce) { in wpa_supplicant_ctrl_iface_set()
728 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_ctrl_iface_set()
732 if ((wpa_s->conf->oce & OCE_STA_CFON) && in wpa_supplicant_ctrl_iface_set()
H A Dwpa_supplicant.c5996 if (wpa_s->conf->oce) {
5997 if ((wpa_s->conf->oce & OCE_STA) &&
6000 if ((wpa_s->conf->oce & OCE_STA_CFON) &&
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4276 } else if (os_strcmp(buf, "oce") == 0) { in hostapd_config_fill()
4277 bss->oce = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c4075 } else if (os_strcmp(buf, "oce") == 0) {
4076 bss->oce = atoi(pos);

Completed in 85 milliseconds