Created
December 15, 2020 16:52
-
-
Save nhuhoai/da329feff6984977ddf7ab50ca053663 to your computer and use it in GitHub Desktop.
WPA Supplicant config file (useful for headless Raspberry Pi)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
country=«your_ISO-3166-1_two-letter_country_code» | |
network={ | |
ssid="«your_SSID»" | |
psk="«your_PSK»" | |
key_mgmt=WPA-PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment