]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/common/defs.h
AP: Allow PTK rekeying without Ext KeyID to be disabled as a workaround
[thirdparty/hostap.git] / src / common / defs.h
index 5e22278e6bc0ddda39ed0fcefc88cff9ac68d2c0..1e21ec2de44893f52dd478264ed0ac7952a74607 100644 (file)
@@ -445,4 +445,10 @@ enum key_flag {
                                          KEY_FLAG_MODIFY,
 };
 
+enum ptk0_rekey_handling {
+       PTK0_REKEY_ALLOW_ALWAYS,
+       PTK0_REKEY_ALLOW_LOCAL_OK,
+       PTK0_REKEY_ALLOW_NEVER
+};
+
 #endif /* DEFS_H */