diff options
-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" |