Skip to content

Instantly share code, notes, and snippets.

@maheshsenni
Created February 11, 2018 00:21
Show Gist options
  • Save maheshsenni/5db86035fa335837017bbc9d2a1ea52d to your computer and use it in GitHub Desktop.
Save maheshsenni/5db86035fa335837017bbc9d2a1ea52d to your computer and use it in GitHub Desktop.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<TWO_LETTER_ISO_COUNTRY_CODE>
network={
ssid="<WIFI_NETWORK_NAME>"
psk="<WIFI_PASSWORD>"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment