# WPA-Personal (PSK) as home network network
# allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
#
# home network
network={
ssid="haze"
scan_ssid=1
psk="hakannilsson"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
priority=9
}