]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/ap_config.h
OCE: Add hostapd mode OCE capability indication if enabled
[thirdparty/hostap.git] / src / ap / ap_config.h
index 14fa230901d080ab4a0f66867d6f5a9f416efd13..8e5ff524d6faa95268847f6a4c9e0f206be4094f 100644 (file)
@@ -605,6 +605,13 @@ struct hostapd_bss_config {
 
 #ifdef CONFIG_MBO
        int mbo_enabled;
+       /**
+        * oce - Enable OCE in AP and/or STA-CFON mode
+        *  - BIT(0) is Reserved
+        *  - Set BIT(1) to enable OCE in STA-CFON mode
+        *  - Set BIT(2) to enable OCE in AP mode
+        */
+       unsigned int oce;
        int mbo_cell_data_conn_pref;
 #endif /* CONFIG_MBO */