Module Name:    src
Committed By:   martin
Date:           Mon Oct  2 13:34:57 UTC 2023

Modified Files:
        src/share/examples/wpa_supplicant [netbsd-9]: wpa_supplicant.conf

Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1736):

        share/examples/wpa_supplicant/wpa_supplicant.conf: revision 1.4

wpa_supplicant.conf: fix connection string for Eduroam
"MSCHAPV2" must have an uppercase "V" in the connection string.

Reported by nebbionegiuseppe at gmail.com in PR misc/57634.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.18.1 \
    src/share/examples/wpa_supplicant/wpa_supplicant.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/examples/wpa_supplicant/wpa_supplicant.conf
diff -u src/share/examples/wpa_supplicant/wpa_supplicant.conf:1.3 src/share/examples/wpa_supplicant/wpa_supplicant.conf:1.3.18.1
--- src/share/examples/wpa_supplicant/wpa_supplicant.conf:1.3	Thu Nov 26 16:07:40 2015
+++ src/share/examples/wpa_supplicant/wpa_supplicant.conf	Mon Oct  2 13:34:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: wpa_supplicant.conf,v 1.3 2015/11/26 16:07:40 hubertf Exp $
+# $NetBSD: wpa_supplicant.conf,v 1.3.18.1 2023/10/02 13:34:57 martin Exp $
 #
 # example wpa_supplicant config
 #
@@ -60,7 +60,7 @@ network={
 #	key_mgmt=WPA-EAP
 #	auth_alg=OPEN
 #	eap=PEAP
-#	phase2="auth=MSCHAPv2"
+#	phase2="auth=MSCHAPV2"
 #
 #	priority=5
 #}

Reply via email to