WLAN WPA-PEAP

arne anka openmoko at ginguppin.de
Tue Jul 15 19:14:57 CEST 2008


> network={
>     ssid="PAL2.0"
>     scan_ssid=1
>     key_mgmt=WPA-EAP
>     eap=PEAP
>     identity="username"
>     password="password"
>     auth_alg="TKIP"
> }
>

hm. the wpa_supplicant.conf of my laptop quotes the following example

network={
#       ssid="example"
#       key_mgmt=WPA-EAP
#       eap=PEAP
#       identity="user at example.com"
#       password="foobar"
#       ca_cert="/etc/cert/ca.pem"
#       phase1="peaplabel=1"
#       phase2="auth=MSCHAPV2"
#       priority=10
#}

> You may need to add support for this EAP method during wpa_supplicant
> build time configuration.

this indicates your requested method is not available -- but at least the  
defconfig of wpa-supplicant_0.6.3 from openembbeded enables everything  
with PEAP:

# EAP-MSCHAPv2 (automatically included if EAP-PEAP is enabled)
CONFIG_EAP_MSCHAPV2=y

# EAP-TLS
CONFIG_EAP_TLS=y

# EAL-PEAP
CONFIG_EAP_PEAP=y

which version is installed, ie what does
wpa_supplicant -v
say?




More information about the community mailing list