Skip to content

Instantly share code, notes, and snippets.

@Xsmael
Forked from fheinle/wpa_supplicant.conf
Created August 20, 2017 19:23
Show Gist options
  • Save Xsmael/a3d682545a823c4213b7dbff4827fe74 to your computer and use it in GitHub Desktop.
Save Xsmael/a3d682545a823c4213b7dbff4827fe74 to your computer and use it in GitHub Desktop.
wpa supplicant sample
ctrl_interface=/var/run/wpa-supplicant
ap_scan=1
network={
ssid="HIER_NETZWERK_NAMEN_EINTRAGEN"
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=TKMP
psk="HIERDASKENNWORTEINTRAGEN"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment