On Mon, Feb 08, 2010 at 04:38:41PM +0100, Marcel Holtmann wrote:
> Hi Tang,
> 
> > I'm trying to get my wifi connected to my university network using
> > peap. I have successfully connected by killing connman and setup
> > wpa_supplicant manually, but it's very inconvenient.
> > 
> > As 0.48 has started to support peap, I upgraded connman to 0.48, and
> > the wifi type has been successfully identified as IEEE8021X on the GUI
> > of moblin. But it still don't allow me to put in both username and
> > password. I noticed there is a configuration file as
> > /var/lib/connman/default.profile, but I have no idea how to set the
> > parameters.
> > 
> > Can anyone help to post a configuration file for this network?
> > 
> > The wpa_supplicant.conf i'm using is:
> > network={
> >        ssid="sMobileNet"
> >        key_mgmt=WPA-EAP
> >        eap=PEAP
> >        identity="username"
> >        password="password"
> >        phase2="auth=MSCHAPV2"
> > }
> 
> you need to create a file like /var/lib/connman/my.config for your
> network settings:
> 
> [service_mynetwork]
> Type = wifi
> Name = sMobileNet
> EAP = peap
> Identify =
> Password =
> Phase2 = auth=MSCHAPV2
It should be: Phase2 = MSCHAPV2

Tang, dont you have at least a server certificate ?

Cheers,
Samuel.

> Then restart connmand and that might do it. However you might need other
> tweaks as well. Personally I never tested PEAP. I always used TLS.
> 
> Regards
> 
> Marcel
> 
> 
> _______________________________________________
> connman mailing list
> [email protected]
> http://lists.connman.net/listinfo/connman

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to