examples: wpa_supplicant.conf has a wrong field deleted in examples
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Sep 2016 18:47:17 +0000 (20:47 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Sep 2016 18:47:17 +0000 (20:47 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
examples/var_service/supplicant_if/wpa_supplicant.conf

index 5fc96b4da5446ba3c2f545e2b701a5d0bf387662..e317e2ebe298f3248ddfc90f4322f021f830bb12 100644 (file)
@@ -14,9 +14,9 @@ network={
 #    key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
 #    pairwise=CCMP TKIP
 #    group=CCMP TKIP WEP104 WEP40
-#    psk="very secret passphrase"
 #    eap=TTLS PEAP TLS
 #    identity="user@example.com"
+#    password="foobar"
 #    ca_cert="/etc/cert/ca.pem"
 #    client_cert="/etc/cert/user.pem"
 #    private_key="/etc/cert/user.prv"