I am having the same exact issue with the IBM network as well.
09-22 07:28:53.247 I/wpa_supplicant( 2067): WPA: Key negotiation
completed with 00:12:7f:6f:96:50 [PTK=CCMP GTK=WEP-104]
09-22 07:28:53.247 V/WifiMonitor( 132): Event [WPA: Key negotiation
completed with 00:12:7f:6f:96:50 [PTK=CCMP GTK=WEP-104]]
09-22 07:28:53.247 I/wpa_supplicant( 2067): CTRL-EVENT-STATE-CHANGE
id=1 state=7
09-22 07:28:53.247 V/WifiMonitor( 132): Event [CTRL-EVENT-STATE-
CHANGE id=1 state=7]
09-22 07:28:53.257 V/WifiStateTracker( 132): Changing supplicant
state: GROUP_HANDSHAKE ==> COMPLETED
09-22 07:28:53.257 I/wpa_supplicant( 2067): CTRL-EVENT-CONNECTED -
Connection to 00:12:7f:6f:96:50 completed (auth) [id=1 id_str=]
09-22 07:28:53.257 I/wpa_supplicant( 2067): wpa_supplicant -
IPC_EVENT_AUTH_SUCC
09-22 07:28:53.257 V/WifiMonitor( 132): Event [CTRL-EVENT-CONNECTED -
Connection to 00:12:7f:6f:96:50 completed (auth) [id=1 id_str=]]
09-22 07:28:53.257 V/WifiStateTracker( 132): New network state is
CONNECTED
09-22 07:28:53.277 D/WifiStateTracker( 132): DhcpHandler: DHCP
request started
09-22 07:29:04.747 D/WifiService( 132): ACTION_BATTERY_CHANGED
pluggedType: 0
09-22 07:29:14.807 I/ActivityManager( 132): Starting activity: Intent
{ action=android.intent.action.MAIN categories=
{android.intent.category.HOME} flags=0x10200000 comp=
{com.android.launcher/com.android.launcher.Launcher} }
09-22 07:29:14.917 W/InputManagerService( 132): Starting input on non-
focused client com.android.internal.view.IInputMethodClient$Stub
$pr...@439e5f58 (uid=10009 pid=2039)
09-22 07:29:14.917 W/IInputConnectionWrapper( 2039): showStatusIcon on
inactive InputConnection
09-22 07:29:16.787 D/dalvikvm( 188): GC(2) freed 169 objects / 8952
bytes in 115ms
09-22 07:29:18.307 I/ActivityManager( 132): Starting activity: Intent
{ action=android.intent.action.MAIN categories=
{android.intent.category.LAUNCHER} flags=0x10200000 comp=
{com.android.settings/com.android.settings.Settings} }
09-22 07:29:18.547 W/IInputConnectionWrapper( 188): showStatusIcon on
inactive InputConnection
09-22 07:29:19.817 I/ActivityManager( 132): Starting activity: Intent
{ action=android.intent.action.MAIN comp={com.android.settings/
com.android.settings.WirelessSettings} }
09-22 07:29:19.897 D/SettingsWifiEnabler( 1945): Received wifi state
changed from Enabling to Enabled
09-22 07:29:19.907 D/SettingsWifiEnabler( 1945): Received network
state changed to NetworkInfo: type: WIFI[], state: CONNECTING/
OBTAINING_IPADDR, reason: (unspecified), extra: (none), roaming:
false, failover: false, isAvailable: true
09-22 07:29:20.267 I/ActivityManager( 132): Displayed activity
com.android.settings/.WirelessSettings: 446 ms
09-22 07:29:22.407 I/ActivityManager( 132): Starting activity: Intent
{ action=android.intent.action.MAIN comp={com.android.settings/
com.android.settings.wifi.WifiSettings} }
09-22 07:29:22.917 D/SettingsWifiEnabler( 1945): Received wifi state
changed from Enabling to Enabled
09-22 07:29:22.927 D/SettingsWifiEnabler( 1945): Received network
state changed to NetworkInfo: type: WIFI[], state: CONNECTING/
OBTAINING_IPADDR, reason: (unspecified), extra: (none), roaming:
false, failover: false, isAvailable: true
09-22 07:29:23.197 I/wpa_supplicant( 2067): CTRL-EVENT-SCAN-RESULTS
Ready
09-22 07:29:23.257 I/ActivityManager( 132): Displayed activity
com.android.settings/.wifi.WifiSettings: 853 ms
09-22 07:29:24.317 I/WifiStateTracker( 132): DhcpHandler: DHCP
request failed: DHCP result was failed
09-22 07:29:24.317 E/wpa_supplicant( 2067): Set_key: Wrong Key
09-22 07:29:24.317 E/wpa_supplicant( 2067): Set_key: Wrong Key
09-22 07:29:24.317 E/wpa_supplicant( 2067): Set_key: Wrong Key
09-22 07:29:24.317 E/wpa_supplicant( 2067): Set_key: Wrong Key
09-22 07:29:24.317 E/wpa_supplicant( 2067): Set_key: Wrong Key
09-22 07:29:24.317 I/wpa_supplicant( 2067): CTRL-EVENT-STATE-CHANGE
id=1 state=8
09-22 07:29:24.317 V/WifiMonitor( 132): Event [CTRL-EVENT-STATE-
CHANGE id=1 state=8]
09-22 07:29:24.327 V/WifiStateTracker( 132): Changing supplicant
state: COMPLETED ==> DORMANT
09-22 07:29:24.327 D/WifiStateTracker( 132): Deconfiguring interface
and stopping DHCP
On Sep 21, 1:37 am, John <[email protected]> wrote:
> I got a problem when I try to connect the wifi with WEP2 enterprise.
> In the log, I found it failed when doing DHCP request. I don't know
> why. Is any place I can get detail log. Or anything wrong with my
> config, Or it is not supported by Android 1.5
>
> Here is my config in /data/misc/wifi/wpa_supplicant.conf
> -----------------------------------
> ctrl_interface=tiwlan0
> update_config=1
>
> network={
> ssid="TP-LINK"
> key_mgmt=NONE
> group=WEP104 WEP40
> auth_alg=OPEN SHARED
> wep_key0="1AY&S"
> priority=1
> disabled=1
>
> }
>
> network={
> ssid="IBM"
> identity="[email protected]"
> password="XXXXXX"
> scan_ssid=1
> proto=WPA2
> key_mgmt=WPA-EAP
> eap=LEAP
>
> }
>
> -----------------------------------------
>
> Ouput log - get by "adb logcat"
> -----------------------------------------
> /WifiMonitor( 69): Event [CTRL-EVENT-STATE-CHANGE id=1 state=7]
> /WifiMonitor( 69): Event [CTRL-EVENT-CONNECTED - Connection to
> 00:1e:bd:65:39:a0 completed (auth)
> id=1 id_str=]]
> /WifiStateTracker( 69): Changing supplicant state: GROUP_HANDSHAKE
> ==> COMPLETED
> /WifiStateTracker( 69): New network state is CONNECTED
> /WifiStateTracker( 69): DhcpHandler: DHCP request started
> /SettingsWifiEnabler( 190): Received network state changed to
> NetworkInfo: type: WIFI[], state: CON
> ECTING/OBTAINING_IPADDR, reason: (unspecified), extra: (none),
> roaming: false, failover: false, isAv
> ilable: true
> /WifiStateTracker( 69): DhcpHandler: DHCP request failed: DHCP
> result was failed
> /WifiMonitor( 69): Event [CTRL-EVENT-STATE-CHANGE id=1 state=8]
> /WifiStateTracker( 69): Changing supplicant state: COMPLETED ==>
> DORMANT
> /WifiStateTracker( 69): Deconfiguring interface and stopping DHCP
> /WifiMonitor( 69): Event [CTRL-EVENT-DISCONNECTED - Disconnect event
> - remove keys]
> /WifiMonitor( 69): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=8]
> /WifiStateTracker( 69): New network state is DISCONNECTED
> /WifiStateTracker( 69): Changing supplicant state: DORMANT ==>
> DORMANT
> /SettingsWifiEnabler( 190): Received network state changed to
> NetworkInfo: type: WIFI[], state: DIS
> ONNECTED/FAILED, reason: (unspecified), extra: (none), roaming: false,
> failover: false, isAvailable:
> true
> /GpsLocationProvider( 69): updateNetworkState unavailable
> /WifiMonitor( 69): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
> /WifiStateTracker( 69): Changing supplicant state: DORMANT ==>
> INACTIVE
> /GpsLocationProvider( 69): updateNetworkState unavailable
> ------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---