Blame SOURCES/macsec-0030-mka-Remove-references-to-macsec_qca-from-wpa_supplic.patch

41389a
From ba5ea116873a2f4046e4d3f37ab8215a3846f614 Mon Sep 17 00:00:00 2001
41389a
Message-Id: <ba5ea116873a2f4046e4d3f37ab8215a3846f614.1488376602.git.dcaratti@redhat.com>
41389a
From: Sabrina Dubroca <sd@queasysnail.net>
41389a
Date: Sun, 27 Nov 2016 20:08:56 +0100
41389a
Subject: [PATCH] mka: Remove references to macsec_qca from wpa_supplicant.conf
41389a
41389a
Make the documentation generic, as this is no longer the only macsec
41389a
driver.
41389a
41389a
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
41389a
---
41389a
 wpa_supplicant/wpa_supplicant.conf | 10 ++++------
41389a
 1 file changed, 4 insertions(+), 6 deletions(-)
41389a
41389a
diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf
41389a
index 82aa24e..edb230d 100644
41389a
--- a/wpa_supplicant/wpa_supplicant.conf
41389a
+++ b/wpa_supplicant/wpa_supplicant.conf
41389a
@@ -98,9 +98,7 @@ eapol_version=1
41389a
 #    parameters (e.g., WPA IE generation); this mode can also be used with
41389a
 #    non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
41389a
 #    APs (i.e., external program needs to control association). This mode must
41389a
-#    also be used when using wired Ethernet drivers.
41389a
-#    Note: macsec_qca driver is one type of Ethernet driver which implements
41389a
-#    macsec feature.
41389a
+#    also be used when using wired Ethernet drivers (including MACsec).
41389a
 # 2: like 0, but associate with APs using security policy and SSID (but not
41389a
 #    BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers to
41389a
 #    enable operation with hidden SSIDs and optimized roaming; in this mode,
41389a
@@ -881,13 +879,13 @@ fast_reauth=1
41389a
 # bit0 (1): require dynamically generated unicast WEP key
41389a
 # bit1 (2): require dynamically generated broadcast WEP key
41389a
 # 	(3 = require both keys; default)
41389a
-# Note: When using wired authentication (including macsec_qca driver),
41389a
+# Note: When using wired authentication (including MACsec drivers),
41389a
 # eapol_flags must be set to 0 for the authentication to be completed
41389a
 # successfully.
41389a
 #
41389a
 # macsec_policy: IEEE 802.1X/MACsec options
41389a
-# This determines how sessions are secured with MACsec. It is currently
41389a
-# applicable only when using the macsec_qca driver interface.
41389a
+# This determines how sessions are secured with MACsec (only for MACsec
41389a
+# drivers).
41389a
 # 0: MACsec not in use (default)
41389a
 # 1: MACsec enabled - Should secure, accept key server's advice to
41389a
 #    determine whether to use a secure session or not.
41389a
-- 
41389a
2.7.4
41389a