aboutsummaryrefslogtreecommitdiff
path: root/shared/auto/macsec/wpa_supplicant_macsec.conf
diff options
context:
space:
mode:
Diffstat (limited to 'shared/auto/macsec/wpa_supplicant_macsec.conf')
-rw-r--r--shared/auto/macsec/wpa_supplicant_macsec.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/shared/auto/macsec/wpa_supplicant_macsec.conf b/shared/auto/macsec/wpa_supplicant_macsec.conf
new file mode 100644
index 000000000..2f4cb0410
--- /dev/null
+++ b/shared/auto/macsec/wpa_supplicant_macsec.conf
@@ -0,0 +1,15 @@
+eapol_version=3
+ap_scan=0
+fast_reauth=1
+# Example configuration for MACsec with preshared key
+# mka_cak is not actual key but index for HAL
+network={
+ key_mgmt=NONE
+ eapol_flags=0
+ macsec_policy=1
+ macsec_replay_protect=1
+ macsec_replay_window=0
+ mka_cak=00000000000000000000000000000001
+ mka_ckn=31323334
+ mka_priority=128
+}