aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-09-26 20:47:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-09-26 20:47:17 +0200
commitdea3bdbefe6f158fd91ab28ac31b88ec6b8aa448 (patch)
treee18b3b00eec217a7754af753b9dea16e3b5a6e8c /examples
parent5093c8c4aaf9666a4448aa3559fdf636d687ea49 (diff)
downloadbusybox-dea3bdbefe6f158fd91ab28ac31b88ec6b8aa448.tar.gz
examples: wpa_supplicant.conf has a wrong field deleted in examples
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/var_service/supplicant_if/wpa_supplicant.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/supplicant_if/wpa_supplicant.conf b/examples/var_service/supplicant_if/wpa_supplicant.conf
index 5fc96b4da..e317e2ebe 100644
--- a/examples/var_service/supplicant_if/wpa_supplicant.conf
+++ b/examples/var_service/supplicant_if/wpa_supplicant.conf
@@ -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"