]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/ap_config.h
SAE: Allow commit fields to be overridden for testing purposes
[thirdparty/hostap.git] / src / ap / ap_config.h
index fa2ae49bcec0e8879e0c0053b551b2804813080f..28569ede3abed96ebfbed3dee0955d12f4747470 100644 (file)
@@ -327,6 +327,7 @@ struct hostapd_bss_config {
        int wpa_pairwise;
        int wpa_group;
        int wpa_group_rekey;
+       int wpa_group_rekey_set;
        int wpa_strict_rekey;
        int wpa_gmk_rekey;
        int wpa_ptk_rekey;
@@ -587,6 +588,8 @@ struct hostapd_bss_config {
        u8 bss_load_test[5];
        u8 bss_load_test_set;
        struct wpabuf *own_ie_override;
+       int sae_reflection_attack;
+       struct wpabuf *sae_commit_override;
 #endif /* CONFIG_TESTING_OPTIONS */
 
 #define MESH_ENABLED BIT(0)
@@ -604,6 +607,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 */