Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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