Created
September 24, 2015 23:24
-
-
Save clyang/f5bc3a267091d0ab8856 to your computer and use it in GitHub Desktop.
WEP in wpa_supplicant.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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