Created
September 2, 2014 18:54
-
-
Save DeltaWhy/ed5d3a513a80e83aa5e8 to your computer and use it in GitHub Desktop.
GTwifi wicd configs
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
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" | |
} | |
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
[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