Skip to content

Instantly share code, notes, and snippets.

@GregHilston
Last active April 21, 2019 05:24
Show Gist options
  • Save GregHilston/c6ea3f74c70062e738b4f542a1b18a9c to your computer and use it in GitHub Desktop.
Save GregHilston/c6ea3f74c70062e738b4f542a1b18a9c to your computer and use it in GitHub Desktop.

Revisions

  1. GregHilston revised this gist Apr 21, 2019. 1 changed file with 4 additions and 5 deletions.
    9 changes: 4 additions & 5 deletions wpa_supplicant.conf
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,9 @@
    country=US
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
    ssid=""
    scan_ssid=1
    psk=""
    key_mgmt=WPA2-PSK
    ssid=""
    psk=""
    key_mgmt=WPA2-PSK
    }
  2. GregHilston revised this gist Apr 20, 2019. 1 changed file with 8 additions and 4 deletions.
    12 changes: 8 additions & 4 deletions wpa_supplicant.conf
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,10 @@
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    country=US
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1

    network={
    ssid="yourSSIDhere"
    psk="yourpasswordhere"
    key_mgmt=WPA-PSK
    ssid=""
    scan_ssid=1
    psk=""
    key_mgmt=WPA2-PSK
    }
  3. GregHilston revised this gist Mar 19, 2019. 1 changed file with 3 additions and 8 deletions.
    11 changes: 3 additions & 8 deletions wpa_supplicant.conf
    Original 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

    ssid="yourSSIDhere"
    psk="yourpasswordhere"
    key_mgmt=WPA-PSK
    }
  4. GregHilston created this gist Mar 19, 2019.
    11 changes: 11 additions & 0 deletions wpa_supplicant.conf
    Original 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

    }