Skip to content

Instantly share code, notes, and snippets.

@fheinle
Created October 14, 2012 13:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fheinle/3888512 to your computer and use it in GitHub Desktop.
Save fheinle/3888512 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