Last active
February 23, 2020 13:24
-
-
Save pravodev/f0679726f6e0b7c0cb49bd32e9adc6ea to your computer and use it in GitHub Desktop.
WPA Supplicant configuration
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
country=US | |
update_config=1 | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
scan_ssid=1 | |
ssid="Nama Wifi" | |
psk="passwordWifinya" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment