HomeSort by: relevance | last modified time | path
    Searched defs:oce (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
mbo.c 106 const u8 *rsne, *mbo, *oce; local
113 oce = wpas_mbo_get_bss_attr(bss, OCE_ATTR_ID_CAPA_IND, false);
114 if (!mbo && !oce)
116 if (oce && oce[1] >= 1 && (oce[2] & OCE_IS_STA_CFON))
128 "MBO: Disable MBO/OCE due to misbehaving AP not having enabled PMF");
258 /* Add OCE capability indication attribute if OCE is enabled */
267 wpa_printf(MSG_ERROR, "Failed to add MBO/OCE IE")
    [all...]
config.h 1586 * oce - Enable OCE in STA and/or STA-CFON mode
1587 * - Set BIT(0) to enable OCE in non-AP STA mode
1588 * - Set BIT(1) to enable OCE in STA-CFON mode
1590 unsigned int oce; member in struct:wpa_config
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 740 * oce - Enable OCE in AP and/or STA-CFON mode
742 * - Set BIT(1) to enable OCE in STA-CFON mode
743 * - Set BIT(2) to enable OCE in AP mode
745 unsigned int oce; member in struct:hostapd_bss_config

Completed in 30 milliseconds