Going through five extra rounds of SAE commit messages in cases where
SAE peers are somehow unsynchronized feels unnecessary much to do by
default, so drop the default value to 3.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
# Maximum number of SAE synchronization errors (dot11RSNASAESync)
# The offending SAE peer will be disconnected if more than this many
# synchronization errors happen.
-#sae_sync=5
+#sae_sync=3
# Enabled SAE finite cyclic groups
# SAE implementation are required to support group 19 (ECC group defined over a
bss->radius_require_message_authenticator = 1;
bss->anti_clogging_threshold = 5;
- bss->sae_sync = 5;
+ bss->sae_sync = 3;
bss->gas_frag_limit = 1400;