Skip to content

Instantly share code, notes, and snippets.

@clyang
Created September 24, 2015 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clyang/f5bc3a267091d0ab8856 to your computer and use it in GitHub Desktop.
Save clyang/f5bc3a267091d0ab8856 to your computer and use it in GitHub Desktop.
WEP in wpa_supplicant.conf
network={
ssid="MYWEAKLYENCRYPTEDWLAN"
key_mgmt=NONE
wep_key0="12345" # or 13 characters, or a hexkey starting with 0x
wep_tx_keyidx=0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment