13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
|
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||
|
update_config=1
|
||
|
country=<Insert 2 letter ISO 3166-1 country code here>
|
||
|
|
||
|
network={
|
||
|
scan_ssid=1
|
||
|
ssid="<Name of your wireless LAN>"
|
||
|
psk="<Password for your wireless LAN>"
|
||
|
proto=RSN
|
||
|
key_mgmt=WPA-PSK
|
||
|
pairwise=CCMP
|
||
|
auth_alg=OPEN
|
||
|
}
|