From: Javier S. Pedro Date: Sun, 18 Oct 2009 20:59:03 +0000 (+0200) Subject: adding network sample X-Git-Url: http://git.maemo.org/git/?p=libicd-wpa;a=commitdiff_plain;h=71cf36d0eab110d6cd1fa40d8fd5eef2fad06d81;ds=sidebyside adding network sample --- diff --git a/gconf/network.xml b/gconf/network.xml new file mode 100644 index 0000000..f8bb51c --- /dev/null +++ b/gconf/network.xml @@ -0,0 +1,112 @@ + + + + ipv4_address + + 0.0.0.0 + + + + ipv4_autodns + + true + + + + ipv4_dns1 + + 0.0.0.0 + + + + ipv4_dns2 + + 0.0.0.0 + + + + ipv4_gateway + + 0.0.0.0 + + + + ipv4_netmask + + 0.0.0.0 + + + + ipv4_type + + AUTO + + + + name + + Eduroam + + + + proxytype + + NONE + + + + type + + WLAN_WPA + + + + wpa_anonymous_identity + + anonymous@youruni.edu + + + + wpa_eap + + TTLS + + + + wpa_identity + + your.username@youruni.edu + + + + wpa_key_mgmt + + WPA-EAP + + + + wpa_password + + your_password + + + + wpa_phase2 + + auth=PAP + + + + wpa_scan_ssid + + 1 + + + + wpa_ssid + + eduroam + + + +