aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/supplicant_if/wpa_supplicant.conf
blob: 5fc96b4da5446ba3c2f545e2b701a5d0bf387662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
ctrl_interface=DIR=/var/run/wpa_supplicant
#GROUP=wheel

# Typical minimal wifi setup:
network={
    ssid="--your-ESSID--"
    key_mgmt=WPA-PSK
    psk="--your-password--"
}

# Other fields:
#    scan_ssid=1
#    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"
#    ca_cert="/etc/cert/ca.pem"
#    client_cert="/etc/cert/user.pem"
#    private_key="/etc/cert/user.prv"
#    private_key_passwd="password"
#    phase1="peaplabel=0"
#    ca_cert2="/etc/cert/ca2.pem"
#    client_cert2="/etc/cer/user.pem"
#    private_key2="/etc/cer/user.prv"
#    private_key2_passwd="password"