Re: WLAN WPA-PEAP

2008-07-15 Thread Matthew Lane
arne anka wrote:
>> 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="[EMAIL PROTECTED]"
> #   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?
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>   
Do I not need an auth_alg argument?  My wpa_supplicant version is 
0.5.5.  Is the package in the repository?  I'll check when I get home 
from work and attempt to update the package via opkg.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: WLAN WPA-PEAP

2008-07-15 Thread arne anka
> 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="[EMAIL PROTECTED]"
#   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?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: WLAN WPA-PEAP

2008-07-15 Thread Matthew Lane
arne anka wrote:
>> I was curious if there was implemented support for WPA-PEAP with the
>> GTA02 WLAN chip?  I'm receiving errors about WPA-EAP, PEAP, and TKIP
>> unable to parse.
>> 
>
>
> well, tkip works -- could you be more specific?
> what errors exactly?
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>   
Perhaps my syntax isn't correct for the wpa supplicant; I'm having 
difficulty finding documentation for manually writing a wpa supplicant 
using PEAP. 

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

This yields:

WPA: Configuring Interface
Line 21: invalid key_mgmt '"WPA-EAP"'
Line 21: no key_mgmt values configured.
Line 21: failed to parse key_mgmt '"WPA-EAP"'.
Line 22: unknown EAP method '"PEAP"'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 22: failed to parse eap '"PEAP"'.
Line 23: invalid auth_alg '"TKIP"'
Line 23: no auth_alg values configured.
Line 23: failed to parse auth_alg '"TKIP"'.
Line 27: failed to parse network block.

Thanks for any clarification!

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: WLAN WPA-PEAP

2008-07-15 Thread arne anka
> I was curious if there was implemented support for WPA-PEAP with the
> GTA02 WLAN chip?  I'm receiving errors about WPA-EAP, PEAP, and TKIP
> unable to parse.


well, tkip works -- could you be more specific?
what errors exactly?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


WLAN WPA-PEAP

2008-07-15 Thread Matthew Lane
Hello,

I was curious if there was implemented support for WPA-PEAP with the 
GTA02 WLAN chip?  I'm receiving errors about WPA-EAP, PEAP, and TKIP 
unable to parse.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community