mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 15:12:31 +01:00
Add a guiutils module for gui-related functions/classes that are used in multiple modules. Replace os.access with os.path.exists Make the static gateway entry optional. Don't auto-connect/reconnect when the gui is open. Fix bug that would keep the gui from working if the wired network entry was displayed.
16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
name = TTLS with WEP
|
|
author = Adam Blackburn
|
|
version = 1
|
|
require identity *Identity password *Password auth *Authentication
|
|
-----
|
|
ctrl_interface=/var/run/wpa_supplicant
|
|
network={
|
|
ssid="$_ESSID"
|
|
scan_ssid=$_SCAN
|
|
eap=TTLS
|
|
key_mgmt=IEEE8021X
|
|
identity="$_IDENTITY"
|
|
password="$_PASSWORD"
|
|
phase2="auth=$_AUTH"
|
|
}
|