[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wifi - unable to connect.



Grzesiek Sójka <pld@sojka.co> writes:


[...]
> According to the instruction the settings should be:
> WPA2 Enterprise,
> PEAP,
> MSCHAPv2,
> no certificate.
>
> And my wpa config is:
> network={
>     ssid="ssid"
>     proto=RSN
>     key_mgmt=WPA-EAP
>     pairwise=CCMP
>     auth_alg=OPEN
>     eap=MSCHAPV2
>     identity="uid"
>     password="pas"
>     mesh_fwding=1
> }
>
> Any suggestions?

What if:
network = {
     ssid="ssid"
     key_mgmt=WPA-EAP
     eap=PEAP
     identity="uid"
     phase2="auth=MSCHAPV2"
     mesh_fwding=1
     password="pas"
 }


KJ


Reply to: