Last active
September 19, 2019 22:14
-
-
Save as/1a7db401d41ce3d19d0994f14a8c7346 to your computer and use it in GitHub Desktop.
WPA Supplicant Template
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
#!/bin/sh | |
wpa_supplicant -i wlan0 -D wext -c <(wpa_passphrase $ssid $password) 2>&1 >/var/log/wpa.log | |
dhclient || dhcpcd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment