Skip to content

Instantly share code, notes, and snippets.

Created August 11, 2012 21:27
Show Gist options
  • Save anonymous/3327417 to your computer and use it in GitHub Desktop.
Save anonymous/3327417 to your computer and use it in GitHub Desktop.
my_wpa_supplicant.conf
# The below line not be changed otherwise we refuse to work
ctrl_interface=/var/run/wpa_supplicant
# Ensure that only root can read the WPA configuration
ctrl_interface_group=0
# Let wpa_supplicant take care of scanning and AP selection
ap_scan=1
network={
ssid="MySSID"
scan_ssid=1
psk="mypasskey"
priority=2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment