summaryrefslogtreecommitdiff
path: root/examples/var_service/supplicant_if/wpa_supplicant.conf (plain)
blob: e317e2ebe298f3248ddfc90f4322f021f830bb12
1# allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
2ctrl_interface=DIR=/var/run/wpa_supplicant
3#GROUP=wheel
4
5# Typical minimal wifi setup:
6network={
7 ssid="--your-ESSID--"
8 key_mgmt=WPA-PSK
9 psk="--your-password--"
10}
11
12# Other fields:
13# scan_ssid=1
14# key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
15# pairwise=CCMP TKIP
16# group=CCMP TKIP WEP104 WEP40
17# eap=TTLS PEAP TLS
18# identity="user@example.com"
19# password="foobar"
20# ca_cert="/etc/cert/ca.pem"
21# client_cert="/etc/cert/user.pem"
22# private_key="/etc/cert/user.prv"
23# private_key_passwd="password"
24# phase1="peaplabel=0"
25# ca_cert2="/etc/cert/ca2.pem"
26# client_cert2="/etc/cer/user.pem"
27# private_key2="/etc/cer/user.prv"
28# private_key2_passwd="password"
29