Last active
April 21, 2019 05:24
-
-
Save GregHilston/c6ea3f74c70062e738b4f542a1b18a9c to your computer and use it in GitHub Desktop.
Revisions
-
GregHilston revised this gist
Apr 21, 2019 . 1 changed file with 4 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,9 @@ ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="" psk="" key_mgmt=WPA2-PSK } -
GregHilston revised this gist
Apr 20, 2019 . 1 changed file with 8 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,10 @@ country=US ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="" scan_ssid=1 psk="" key_mgmt=WPA2-PSK } -
GregHilston revised this gist
Mar 19, 2019 . 1 changed file with 3 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,6 @@ ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev network={ ssid="yourSSIDhere" psk="yourpasswordhere" key_mgmt=WPA-PSK } -
GregHilston created this gist
Mar 19, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev network={ ssid="yourSSIDhere" psk="yourpasswordhere" key_mgmt=WPA-PSK }