Skip to content

Instantly share code, notes, and snippets.

@DeltaWhy
Created September 2, 2014 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeltaWhy/ed5d3a513a80e83aa5e8 to your computer and use it in GitHub Desktop.
Save DeltaWhy/ed5d3a513a80e83aa5e8 to your computer and use it in GitHub Desktop.
GTwifi wicd configs
name = PEAP with AES/MSCHAPV2
author = Douglass
version = 1
require identity *Username password *Password
optional ca_cert *Path_to_CA_Cert
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
eap=PEAP
identity="$_IDENTITY"
password="$_PASSWORD"
phase2="auth=MSCHAPv2"
}
[00:13:7F:BB:41:D0]
afterscript = None
dhcphostname = obsidian
bssid = 00:13:7F:BB:41:D0
ip = None
dns_domain = None
gateway = None
use_global_dns = False
encryption = True
postdisconnectscript = None
beforescript = None
hidden = False
predisconnectscript = None
channel = 6
mode = Master
ca_cert = None
netmask = None
usedhcphostname = 0
password = [REDACTED]
identity = [REDACTED]
enctype = peap-aes
dns3 = None
dns2 = None
dns1 = None
use_settings_globally = True
use_static_dns = False
encryption_method = WPA2
essid = GTwifi
automatic = 1
search_domain = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment