Skip to content

Instantly share code, notes, and snippets.

@flipsi
Last active August 7, 2023 11:57
Show Gist options
  • Select an option

  • Save flipsi/a15db836f7296ba051e8214c439f699e to your computer and use it in GitHub Desktop.

Select an option

Save flipsi/a15db836f7296ba051e8214c439f699e to your computer and use it in GitHub Desktop.

Revisions

  1. flipsi revised this gist Aug 7, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion netctl-profile
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ Connection=wireless
    Security=wpa-configsection
    IP=dhcp
    WPAConfigSection=(
    'ssid="Wifi@DO"'
    'ssid="SSID"'
    'proto=RSN'
    'key_mgmt=WPA-EAP'
    'pairwise=CCMP'
  2. flipsi renamed this gist Aug 7, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt → netctl-profile
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    [sudo] password for sflip:

    Description='netctl profile'
    Interface=wlan0
    Connection=wireless
  3. flipsi created this gist Aug 7, 2023.
    17 changes: 17 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    [sudo] password for sflip:
    Description='netctl profile'
    Interface=wlan0
    Connection=wireless
    Security=wpa-configsection
    IP=dhcp
    WPAConfigSection=(
    'ssid="Wifi@DO"'
    'proto=RSN'
    'key_mgmt=WPA-EAP'
    'pairwise=CCMP'
    'eap=PEAP'
    'identity="USER"'
    'password="PASSWORD"'
    'priority=1'
    'phase2="auth=GTC"'
    )