diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-26 20:47:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-26 20:47:17 +0200 |
commit | dea3bdbefe6f158fd91ab28ac31b88ec6b8aa448 (patch) | |
tree | e18b3b00eec217a7754af753b9dea16e3b5a6e8c /examples | |
parent | 5093c8c4aaf9666a4448aa3559fdf636d687ea49 (diff) | |
download | busybox-w32-dea3bdbefe6f158fd91ab28ac31b88ec6b8aa448.tar.gz busybox-w32-dea3bdbefe6f158fd91ab28ac31b88ec6b8aa448.tar.bz2 busybox-w32-dea3bdbefe6f158fd91ab28ac31b88ec6b8aa448.zip |
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.conf | 2 |
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={ | |||
14 | # key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE | 14 | # key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE |
15 | # pairwise=CCMP TKIP | 15 | # pairwise=CCMP TKIP |
16 | # group=CCMP TKIP WEP104 WEP40 | 16 | # group=CCMP TKIP WEP104 WEP40 |
17 | # psk="very secret passphrase" | ||
18 | # eap=TTLS PEAP TLS | 17 | # eap=TTLS PEAP TLS |
19 | # identity="user@example.com" | 18 | # identity="user@example.com" |
19 | # password="foobar" | ||
20 | # ca_cert="/etc/cert/ca.pem" | 20 | # ca_cert="/etc/cert/ca.pem" |
21 | # client_cert="/etc/cert/user.pem" | 21 | # client_cert="/etc/cert/user.pem" |
22 | # private_key="/etc/cert/user.prv" | 22 | # private_key="/etc/cert/user.prv" |