My university has just implemented a WPA network, but they only give
Linux directions for a wpa_supplicant.conf file.  Given the
wpa_supplicant.conf network section below, can NetworkManager handle
this automatically?  If not, where can I create a wpa_supplicant.conf
file to be automatically discovered so this will work?  Thanks in
advance.

network={
         disabled=0
         eap=TTLS
         phase2="auth=PAP"
         id_str="[EMAIL PROTECTED]"
         mode=0
         proto=WPA2
         key_mgmt=WPA-EAP
         pairwise=TKIP
         group=TKIP
         ssid="[EMAIL PROTECTED]"
         scan_ssid=1
         identity="username"
         password="password"
}

-- 
Joel Goguen
http://jgoguen.net/
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to