mirror of
https://github.com/dwhinham/mt32-pi.git
synced 2026-02-04 05:34:49 +00:00
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
#
|
|
# wpa_supplicant.conf
|
|
#
|
|
|
|
# ISO 3166-1 alpha-2 country code - a full list of valid codes is available here:
|
|
# https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
|
|
country=GB
|
|
|
|
network={
|
|
ssid="my-ssid"
|
|
psk="my-password"
|
|
proto=WPA2
|
|
key_mgmt=WPA-PSK
|
|
}
|