aboutsummaryrefslogtreecommitdiff
path: root/shared/auto/macsec/wpa_supplicant_macsec.conf
blob: 2f4cb04104f17e61e913efac837ed09ef4b47ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}