The output from logcat for the first attempt (ie. turn on wifi through GUI, connection established and then turn off wifi) is as follows:
I/WifiHW ( 966): Loading WiFi modules
I/WifiHW ( 966): WIFI DRIVER_MODULE_NAME := rt3070sta,
I/WifiHW ( 966): WIFI DRIVER_MODULE_TAG := rt3070sta ,
I/WifiHW ( 966): WIFI DRIVER_MODULE_PATH := /system/lib/modules/rt3070sta.ko,
E/WifiHW ( 966): cannot find driver rt3070sta in proc
D/dalvikvm( 966): GC_FOR_MALLOC freed 8985 objects / 414080 bytes in 102ms hsize: 16777216
D/dalvikvm( 1058): GC_FOR_MALLOC freed 3442 objects / 214984 bytes in 71ms hsize: 16777216
D/Tethering( 966): wlan0 is not a tetherable iface, ignoring
I/WifiHW ( 966): Wi-Fi is running
D/WifiService( 966): ACTION_BATTERY_CHANGED pluggedType: 1
I/WifiHW ( 966): Interface directory = /data/system/wpa_supplicant
I/WifiHW ( 966): Interface name = /data/system/wpa_supplicant/wlan0
E/WifiHW ( 966): Unable to open connection to supplicant on "/data/system/wpa_supplicant/wlan0": No such file or directory
D/wpa_supplicant( 1232): Initializing interface 'wlan0' conf '/data/misc/wifi/wpa_supplicant.conf' driver 'awext' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant( 1232): Configuration file '/data/misc/wifi/wpa_supplicant.conf' -> '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 1232): Reading configuration file '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 1232): ctrl_interface='DIR=/data/system/wpa_supplicant GROUP=wifi'
D/wpa_supplicant( 1232): update_config=1
D/wpa_supplicant( 1232): Priority group 1
D/wpa_supplicant( 1232): id=0 ssid='Olympus2'
D/wpa_supplicant( 1232): Initializing interface (2) 'wlan0'
D/wpa_supplicant( 1232): SIOCGIWRANGE: WE(compiled)=22 WE(source)=14 enc_capa=0xf
D/wpa_supplicant( 1232): capabilities: key_mgmt 0xf enc 0xf flags 0x0
D/wpa_supplicant( 1232): WEXT: Operstate: linkmode=1, operstate=5
D/wpa_supplicant( 1232): Own MAC address: 00:08:10:74:b5:da
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1232): wpa_driver_awext_set_countermeasures
D/wpa_supplicant( 1232): wpa_driver_awext_set_drop_unencrypted
D/wpa_supplicant( 1232): RSN: flushing PMKID list in the driver
D/wpa_supplicant( 1232): Setting scan request: 0 sec 100000 usec
D/wpa_supplicant( 1232): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant( 1232): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant( 1232): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant( 1232): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1232): Using existing control interface directory.
D/wpa_supplicant( 1232): ctrl_interface_group=1010 (from group name 'wifi')
D/wpa_supplicant( 1232): Added interface wlan0
D/wpa_supplicant( 1232): RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
D/wpa_supplicant( 1232): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1232): Wireless event: cmd=0x8b06 len=8
D/wpa_supplicant( 1232): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1232): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1232): State: DISCONNECTED -> SCANNING
I/wpa_supplicant( 1232): CTRL-EVENT-STATE-CHANGE id=-1 state=2 BSSID=00:00:00:00:00:00
D/wpa_supplicant( 1232): Starting AP scan (broadcast SSID)
D/wpa_supplicant( 1232): Trying to get current scan results first without requesting a new scan to speed up initial association
D/wpa_supplicant( 1232): Failed to get scan results
D/wpa_supplicant( 1232): Failed to get scan results - try scanning again
D/wpa_supplicant( 1232): Setting scan request: 0 sec 0 usec
D/wpa_supplicant( 1232): Starting AP scan (broadcast SSID)
D/wpa_supplicant( 1232): wpa_driver_wext_scan: specific scan = 0
I//system/bin/wpa_supplicant( 1231): ioctl[SIOCGIWSCAN]: Try again
D/wpa_supplicant( 1232): Scan requested (ret=0) - scan timeout 5 seconds
I/power ( 966): *** set_screen_state 1
D/wpa_supplicant( 1232): EAPOL: disable timer tick
I/WifiHW ( 966): Interface directory = /data/system/wpa_supplicant
I/WifiHW ( 966): Interface name = /data/system/wpa_supplicant/wlan0
I/WifiHW ( 966): connect to supplicant done
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd MACADDR
V/WifiStateTracker( 966): Connection to supplicant established, state=SCANNING
D/NetworkStateTracker( 966): setDetailed state, old =IDLE and new state=SCANNING
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RXFILTER-ADD 0
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd BTCOEXSCAN-STOP
D/ConnectivityService( 966): ConnectivityChange for WIFI: DISCONNECTED/SCANNING
D/ConnectivityService( 966): getMobileDataEnabled returning true
D/DataConnectionTracker( 1034): enableApnType(default), isApnTypeActive = false and state = IDLE
D/DataConnectionTracker( 1034): type not available
D/Tethering( 966): Tethering got CONNECTIVITY_ACTION
D/Tethering( 966): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 966): TetherMaster - unhandledMessage: msg.what=3
D/wpa_supplicant( 1232): Scan timeout - try to get results
D/wpa_supplicant( 1232): Received 371 bytes of scan results (2 BSSes)
D/wpa_supplicant( 1232): New scan results available
D/wpa_supplicant( 1232): Selecting BSS from priority group 1
D/wpa_supplicant( 1232): Try to find WPA-enabled AP
D/wpa_supplicant( 1232): 0: 68:7f:74:1c:e4:7c ssid='Olympus2' wpa_ie_len=28 rsn_ie_len=24 caps=0x11
D/wpa_supplicant( 1232): selected based on RSN IE
D/wpa_supplicant( 1232): selected WPA AP 68:7f:74:1c:e4:7c ssid='Olympus2'
I/wpa_supplicant( 1232): Trying to associate with 68:7f:74:1c:e4:7c (SSID='Olympus2' freq=2437 MHz)
D/wpa_supplicant( 1232): Cancelling scan request
D/wpa_supplicant( 1232): WPA: clearing own WPA/RSN IE
D/wpa_supplicant( 1232): Automatic auth_alg selection: 0x1
D/wpa_supplicant( 1232): RSN: using IEEE 802.11i/D9.0
D/wpa_supplicant( 1232): WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
D/wpa_supplicant( 1232): WPA: using GTK TKIP
D/wpa_supplicant( 1232): WPA: using PTK CCMP
D/wpa_supplicant( 1232): WPA: using KEY_MGMT WPA-PSK
D/wpa_supplicant( 1232): No keys have been configured - skip key clearing
D/wpa_supplicant( 1232): wpa_driver_awext_set_drop_unencrypted
D/wpa_supplicant( 1232): State: SCANNING -> ASSOCIATING
I/wpa_supplicant( 1232): CTRL-EVENT-STATE-CHANGE id=-1 state=3 BSSID=68:7f:74:1c:e4:7c
D/wpa_supplicant( 1232): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
D/wpa_supplicant( 1232): WEXT: Operstate: linkmode=-1, operstate=5
D/wpa_supplicant( 1232): wpa_driver_awext_associate
D/wpa_supplicant( 1232): Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1232): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1232): EAPOL: External notification - EAP fail=0
D/wpa_supplicant( 1232): EAPOL: External notification - portControl=Auto
D/wpa_supplicant( 1232): RSN: Ignored PMKID candidate without preauth flag
D/wpa_supplicant( 1232): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1232): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1232): Wireless event: cmd=0x8b06 len=8
D/wpa_supplicant( 1232): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1232): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1232): Wireless event: cmd=0x8b04 len=12
D/wpa_supplicant( 1232): ap_scan = 1
V/WifiMonitor( 966): Event [Trying to associate with 68:7f:74:1c:e4:7c (SSID='Olympus2' freq=2437 MHz)]
V/WifiMonitor( 966): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=3 BSSID=68:7f:74:1c:e4:7c]
D/wpa_supplicant( 1232): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1232): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1232): Wireless event: cmd=0x8b1a len=16
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-PASSIVE
D/wpa_supplicant( 1232): Scan Passive command
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='priority'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='scan_ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_tx_keyidx'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key2'
V/WifiStateTracker( 966): Changing supplicant state: SCANNING ==> ASSOCIATING
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='psk'
D/wpa_supplicant( 1232): Do not allow key_data field to be exposed
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='proto'
D/NetworkS CTRL_IFACE: GET_NETWORK id=0 name='key_mgmt'
D/ConnectivityService( 966): ConnectivityChange for WIFI: CONNECTING/CONNECTING
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='auth_alg'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='pairwise'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='group'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='eap'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'eap'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='password'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'password'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ca_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'ca_cert'
I/dalvikvm( 966): Jit: resizing JitTable from 4096 to 8192
D/wpa_supplicant( 1232): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1232): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1232): Wireless event: cmd=0x8c07 len=50
D/wpa_supplicant( 1232): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1232): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1232): Wireless event: cmd=0x8b15 len=20
D/wpa_supplicant( 1232): Wireless event: new AP: 68:7f:74:1c:e4:7c
D/wpa_supplicant( 1232): Association info event
D/wpa_supplicant( 1232): WPA: clearing AP WPA IE
D/wpa_supplicant( 1232): WPA: clearing AP RSN IE
D/wpa_supplicant( 1232): State: ASSOCIATING -> ASSOCIATED
I/wpa_supplicant( 1232): CTRL-EVENT-STATE-CHANGE id=0 state=4 BSSID=68:7f:74:1c:e4:7c
D/wpa_supplicant( 1232): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
D/wpa_supplicant( 1232): WEXT: Operstate: linkmode=-1, operstate=5
D/wpa_supplicant( 1232): Associated to a new BSS: BSSID=68:7f:74:1c:e4:7c
D/wpa_supplicant( 1232): No keys have been configured - skip key clearing
I/wpa_supplicant( 1232): Associated with 68:7f:74:1c:e4:7c
D/wpa_supplicant( 1232): WPA: Association event - clear replay counter
D/wpa_supplicant( 1232): WPA: Clear old PTK
D/wpa_supplicant( 1232): EAPOL: External notification - portEnabled=0
D/wpa_supplicant( 1232): EAPOL: External notification - portValid=0
D/wpa_supplicant( 1232): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1232): EAPOL: External notification - portEnabled=1
D/wpa_supplicant( 1232): EAPOL: SUPP_PAE entering state CONNECTING
D/wpa_supplicant( 1232): EAPOL: enable timer tick
D/wpa_supplicant( 1232): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant( 1232): Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1232): Cancelling scan request
V/WifiMonitor( 966): Event [CTRL-EVENT-STATE-CHANGE id=0 state=4 BSSID=68:7f:74:1c:e4:7c]
V/WifiStateTracker( 966): Changing supplicant state: ASSOCIATING ==> ASSOCIATED
D/NetworkStateTracker( 966): setDetailed state, old =CONNECTING and new state=CONNECTING
V/WifiMonitor( 966): Event [Associated with 68:7f:74:1c:e4:7c]
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/dalvikvm( 1034): GC_FOR_MALLOC freed 3880 objects / 230104 bytes in 238ms hsize: 16777216
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): ap_scan = 1
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-ACTIVE
D/wpa_supplicant( 1232): Scan Active command
E/wpa_supplicant( 1232): Ongoing Scan action...
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-PASSIVE
D/wpa_supplicant( 1232): Scan Passive command
D/wpa_supplicant( 1232): RX EAPOL from 68:7f:74:1c:e4:7c
D/wpa_supplicant( 1232): Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1232): IEEE 802.1X RX: version=2 type=3 length=117
D/wpa_supplicant( 1232): EAPOL-Key type=2
D/wpa_supplicant( 1232): key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
D/wpa_supplicant( 1232): key_length=16 key_data_length=22
D/wpa_supplicant( 1232): State: ASSOCIATED -> 4WAY_HANDSHAKE
I/wpa_supplicant( 1232): CTRL-EVENT-STATE-CHANGE id=0 state=5 BSSID=00:00:00:00:00:00
V/WifiMonitor( 966): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5 BSSID=00:00:00:00:00:00]
D/wpa_supplicant( 1232): WPA: RX message 1 of 4-Way Handshake from 68:7f:74:1c:e4:7c (ver=2)
D/wpa_supplicant( 1232): RSN: no matching PMKID found
D/wpa_supplicant( 1232): WPA: PTK derivation - A1=00:08:10:74:b5:da A2=68:7f:74:1c:e4:7c
D/wpa_supplicant( 1232): WPA: Sending EAPOL-Key 2/4
V/WifiStateTracker( 966): Changing supplicant state: ASSOCIATED ==> FOUR_WAY_HANDSHAKE
D/NetworkStateTracker( 966): setDetailed state, old =CONNECTING and new state=AUTHENTICATING
D/ConnectivityService( 966): Dropping ConnectivityChange for WIFI: CONNECTING/AUTHENTICATING
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): RX EAPOL from 68:7f:74:1c:e4:7c
D/wpa_supplicant( 1232): IEEE 802.1X RX: version=2 type=3 length=175
D/wpa_supplicant( 1232): EAPOL-Key type=2
D/wpa_supplicant( 1232): key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
D/wpa_supplicant( 1232): key_length=16 key_data_length=80
D/wpa_supplicant( 1232): State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
I/wpa_supplicant( 1232): CTRL-EVENT-STATE-CHANGE id=0 state=5 BSSID=00:00:00:00:00:00
V/WifiMonitor( 966): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5 BSSID=00:00:00:00:00:00]
D/wpa_supplicant( 1232): WPA: RX message 3 of 4-Way Handshake from 68:7f:74:1c:e4:7c (ver=2)
D/wpa_supplicant( 1232): WPA: No WPA/RSN IE for this AP known. Trying to get from scan results
D/wpa_supplicant( 1232): WPA: Found the current AP from updated scan results
D/wpa_supplicant( 1232): WPA: Sending EAPOL-Key 4/4
D/wpa_supplicant( 1232): WPA: Installing PTK to the driver.
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=3 key_idx=0 set_tx=1 seq_len=6 key_len=16
V/WifiStateTracker( 966): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> FOUR_WAY_HANDSHAKE
D/wpa_supplicant( 1232): EAPOL: External notification - portValid=1
D/wpa_supplicant( 1232): State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
I/wpa_supplicant( 1232): CTRL-EVENT-STATE-CHANGE id=0 state=6 BSSID=00:00:00:00:00:00
V/WifiMonitor( 966): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6 BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 966): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> GROUP_HANDSHAKE
D/wpa_supplicant( 1232): WPA: Installing GTK to the driver (keyidx=2 tx=0 len=32).
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=2 key_idx=2 set_tx=0 seq_len=6 key_len=32
I/wpa_supplicant( 1232): WPA: Key negotiation completed with 68:7f:74:1c:e4:7c [PTK=CCMP GTK=TKIP]
V/WifiMonitor( 966): Event [WPA: Key negotiation completed with 68:7f:74:1c:e4:7c [PTK=CCMP GTK=TKIP]]
D/wpa_supplicant( 1232): Cancelling authentication timeout
D/wpa_supplicant( 1232): State: GROUP_HANDSHAKE -> COMPLETED
I/wpa_supplicant( 1232): CTRL-EVENT-STATE-CHANGE id=0 state=7 BSSID=00:00:00:00:00:00
V/WifiMonitor( 966): Event [CTRL-EVENT-STATE-CHANGE id=0 state=7 BSSID=00:00:00:00:00:00]
I/wpa_supplicant( 1232): CTRL-EVENT-CONNECTED - Connection to 68:7f:74:1c:e4:7c completed (auth) [id=0 id_str=]
D/wpa_supplicant( 1232): wpa_driver_wext_set_operstate: operstate 0->1 (UP)
D/wpa_supplicant( 1232): WEXT: Operstate: linkmode=-1, operstate=6
D/wpa_supplicant( 1232): EAPOL: External notification - portValid=1
D/wpa_supplicant( 1232): EAPOL: External notification - EAP success=1
D/wpa_supplicant( 1232): EAPOL: SUPP_PAE entering state AUTHENTICATING
D/wpa_supplicant( 1232): EAPOL: SUPP_BE entering state SUCCESS
D/wpa_supplicant( 1232): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1232): EAPOL: SUPP_PAE entering state AUTHENTICATED
D/wpa_supplicant( 1232): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant( 1232): EAPOL authentication completed successfully
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
D/wpa_supplicant( 1232): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/NetworkStateTracker( 966): setDetailed state, old =AUTHENTICATING and new state=AUTHENTICATING
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
V/WifiStateTracker( 966): Changing supplicant state: GROUP_HANDSHAKE ==> COMPLETED
V/WifiMonitor( 966): Event [CTRL-EVENT-CONNECTED - Connection to 68:7f:74:1c:e4:7c completed (auth) [id=0 id_str=]]
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
V/WifiStateTracker( 966): New network state is CONNECTED
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd BTCOEXMODE 1
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd POWERMODE 1
D/WifiStateTracker( 966): DhcpHandler: DHCP request started
D/dhcp_utils( 966): dhcp_do_request
D/NetworkStateTracker( 966): setDetailed state, old =AUTHENTICATING and new state=OBTAINING_IPADDR
D/ConnectivityService( 966): Dropping ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/dhcpcd ( 1242): dhcpcd 4.0.15 starting
D/dhcpcd ( 1242): hardware address = 00:08:10:74:b5:da
D/dhcpcd ( 1242): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason PREINIT
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): ap_scan = 2
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-ACTIVE
D/wpa_supplicant( 1232): Scan Active command
D/wpa_supplicant( 1232): Setting scan request: 0 sec 0 usec
D/wpa_supplicant( 1232): Starting AP scan (specific SSID)
D/wpa_supplicant( 1232): wpa_driver_wext_scan: specific scan = 0
D/wpa_supplicant( 1232): Scan requested (ret=0) - scan timeout 5 seconds
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-PASSIVE
D/wpa_supplicant( 1232): Scan Passive command
I//system/bin/dhcpcd( 1241): [: not found
D/dhcpcd ( 1242): host does not support a monotonic clock - timing can skew
D/dhcpcd ( 1242): broadcasting for a lease
D/dhcpcd ( 1242): sending DHCP_DISCOVER with xid 0xefacfb42, next in 3.21 seconds
D/wpa_supplicant( 1232): EAPOL: startWhen --> 0
D/wpa_supplicant( 1232): EAPOL: disable timer tick
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/dhcpcd ( 1242): sending DHCP_DISCOVER with xid 0xefacfb42, next in 7.86 seconds
D/dhcpcd ( 1242): offered 192.168.1.102 from 192.168.1.1
D/dhcpcd ( 1242): sending DHCP_REQUEST with xid 0xefacfb42, next in 4.55 seconds
D/dhcpcd ( 1242): acknowledged 192.168.1.102 from 192.168.1.1
D/dhcpcd ( 1242): checking 192.168.1.102 is available on attached networks
D/dhcpcd ( 1242): sending ARP probe (1 of 3), next in 1.68 seconds
D/wpa_supplicant( 1232): Scan timeout - try to get results
D/wpa_supplicant( 1232): Received 371 bytes of scan results (2 BSSes)
D/wpa_supplicant( 1232): New scan results available
D/wpa_supplicant( 1232): ap_scan = 1
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='priority'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='scan_ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_tx_keyidx'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='psk'
D/wpa_supplicant( 1232): Do not allow key_data field to be exposed
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='proto'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='key_mgmt'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='auth_alg'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='pairwise'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='group'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='eap'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'eap'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='password'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'password'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ca_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'ca_cert'
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): ap_scan = 2
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-ACTIVE
D/wpa_supplicant( 1232): Scan Active command
D/wpa_supplicant( 1232): Setting scan request: 0 sec 0 usec
D/wpa_supplicant( 1232): Starting AP scan (broadcast SSID)
D/wpa_supplicant( 1232): wpa_driver_wext_scan: specific scan = 0
D/wpa_supplicant( 1232): Scan requested (ret=0) - scan timeout 5 seconds
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-PASSIVE
D/wpa_supplicant( 1232): Scan Passive command
D/dhcpcd ( 1242): sending ARP probe (2 of 3), next in 1.57 seconds
D/dhcpcd ( 1242): sending ARP probe (3 of 3), next in 2.00 seconds
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/dhcpcd ( 1242): leased 192.168.1.102 for 86400 seconds
D/dhcpcd ( 1242): adding route to
0.0.0.0/0 via 192.168.1.1
D/dhcpcd ( 1242): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason BOUND
I//system/bin/dhcpcd( 1241): [: not found
D/wpa_supplicant( 1232): Scan timeout - try to get results
D/wpa_supplicant( 1232): Received 371 bytes of scan results (2 BSSes)
D/wpa_supplicant( 1232): New scan results available
D/wpa_supplicant( 1232): ap_scan = 1
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='priority'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='scan_ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_tx_keyidx'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='psk'
D/wpa_supplicant( 1232): Do not allow key_data field to be exposed
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='proto'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='key_mgmt'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='auth_alg'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='pairwise'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='group'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='eap'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'eap'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='password'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'password'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ca_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'ca_cert'
D/dhcpcd ( 1242): forking to background
I/logwrapper( 1241): /system/bin/dhcpcd terminated by exit(0)
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/dhcp_utils( 966): dhcp ok1: wlan0 169.110.52.173 169.110.52.173
D/dhcp_utils( 966): dhcp ok2: wlan0 213.132.63.25 213.132.63.25
V/WifiStateTracker( 966): DhcpHandler: DHCP request succeeded
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd POWERMODE 0
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd BTCOEXMODE 2
D/NetworkStateTracker( 966): setDetailed state, old =OBTAINING_IPADDR and new state=CONNECTED
V/WifiStateTracker( 966): IP configuration: ipaddr 192.168.1.102 gateway 192.168.1.1 netmask 255.255.255.0 dns1 192.168.1.1 dns2 213.132.63.25 DHCP server 192.168.1.1 lease 86400 seconds
V/NetworkStateTracker( 966): Setting TCP values: [4095,87380,110208,4096,16384,110208] which comes from [net.tcp.buffersize.wifi]
E/NetworkStateTracker( 966): Can't set tcp buffer sizes:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_rmem_min (Permission denied)
D/ConnectivityService( 966): ConnectivityChange for WIFI: CONNECTED/CONNECTED
D/ConnectivityService( 966): adding dns 192.168.1.1 for WIFI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/ConnectivityService( 966): adding dns 213.132.63.25 for WIFI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/WifiWatchdogService( 966): (android.server.ServerThread) Olympus2 (68:7f:74:1c:e4:7c) does not require the watchdog
D/Tethering( 966): Tethering got CONNECTIVITY_ACTION
D/Tethering( 966): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 966): TetherMaster - unhandledMessage: msg.what=3
D/wpa_supplicant( 1232): ap_scan = 2
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-ACTIVE
D/wpa_supplicant( 1232): Scan Active command
D/wpa_supplicant( 1232): Setting scan request: 0 sec 0 usec
D/wpa_supplicant( 1232): Starting AP scan (specific SSID)
D/wpa_supplicant( 1232): wpa_driver_wext_scan: specific scan = 0
D/wpa_supplicant( 1232): Scan requested (ret=0) - scan timeout 5 seconds
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-PASSIVE
D/wpa_supplicant( 1232): Scan Passive command
D/dhcpcd ( 1271): sending ARP announce (1 of 2), next in 2.00 seconds
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/dhcpcd ( 1271): sending ARP announce (2 of 2)
D/dhcpcd ( 1271): renew in 43196 seconds
D/wpa_supplicant( 1232): Scan timeout - try to get results
D/wpa_supplicant( 1232): Received 371 bytes of scan results (2 BSSes)
D/wpa_supplicant( 1232): New scan results available
D/wpa_supplicant( 1232): ap_scan = 1
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='priority'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='scan_ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_tx_keyidx'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='psk'
D/wpa_supplicant( 1232): Do not allow key_data field to be exposed
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='proto'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='key_mgmt'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='auth_alg'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='pairwise'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='group'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='eap'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'eap'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='password'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'password'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ca_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'ca_cert'
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): ap_scan = 2
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-ACTIVE
D/wpa_supplicant( 1232): Scan Active command
D/wpa_supplicant( 1232): Setting scan request: 0 sec 0 usec
D/wpa_supplicant( 1232): Starting AP scan (broadcast SSID)
D/wpa_supplicant( 1232): wpa_driver_wext_scan: specific scan = 0
D/wpa_supplicant( 1232): Scan requested (ret=0) - scan timeout 5 seconds
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-PASSIVE
D/wpa_supplicant( 1232): Scan Passive command
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): Scan timeout - try to get results
D/wpa_supplicant( 1232): Received 200 bytes of scan results (1 BSSes)
D/wpa_supplicant( 1232): New scan results available
D/wpa_supplicant( 1232): ap_scan = 1
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'bssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='priority'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='scan_ssid'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_tx_keyidx'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key0'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key1'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'wep_key3'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='psk'
D/wpa_supplicant( 1232): Do not allow key_data field to be exposed
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='proto'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='key_mgmt'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='auth_alg'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='pairwise'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='group'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='eap'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'eap'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'phase2'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'anonymous_identity'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='password'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'password'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'client_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'private_key'
D/wpa_supplicant( 1232): CTRL_IFACE: GET_NETWORK id=0 name='ca_cert'
D/wpa_supplicant( 1232): CTRL_IFACE: Failed to get network variable 'ca_cert'
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1232): >>>. DRIVER AWEXT RSSI
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 1232): Link Speed command
D/wpa_supplicant( 1232): ap_scan = 2
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-ACTIVE
D/wpa_supplicant( 1232): Scan Active command
D/wpa_supplicant( 1232): Setting scan request: 0 sec 0 usec
D/wpa_supplicant( 1232): Starting AP scan (specific SSID)
D/wpa_supplicant( 1232): wpa_driver_wext_scan: specific scan = 0
D/wpa_supplicant( 1232): Scan requested (ret=0) - scan timeout 5 seconds
D/wpa_supplicant( 1232): AWEXT: wpa_driver_priv_driver_cmd SCAN-PASSIVE
D/wpa_supplicant( 1232): Scan Passive command
I/power ( 966): *** set_screen_state 1
I/power ( 966): *** set_screen_state 1
I/power ( 966): *** set_screen_state 1
I/wpa_supplicant( 1232): CTRL-EVENT-TERMINATING - signal 15 received
I/wpa_supplicant( 1232): CTRL-EVENT-TERMINATING - signal 0 received
D/wpa_supplicant( 1232): Removing interface wlan0
D/wpa_supplicant( 1232): wpa_driver_awext_deauthenticate
V/WifiMonitor( 966): Event [CTRL-EVENT-TERMINATING - signal 15 received]
V/WifiStateTracker( 966): Connection to supplicant lost
D/NetworkStateTracker( 966): setDetailed state, old =CONNECTED and new state=DISCONNECTED
D/ConnectivityService( 966): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 966): getMobileDataEnabled returning true
D/WifiStateTracker( 966): Reset connections and stopping DHCP
D/DataConnectionTracker( 1034): enableApnType(default), isApnTypeActive = false and state = IDLE
D/DataConnectionTracker( 1034): type not available
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/Tethering( 966): Tethering got CONNECTIVITY_ACTION
D/Tethering( 966): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 966): TetherMaster - unhandledMessage: msg.what=3
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/dalvikvm( 1058): GC_FOR_MALLOC freed 9666 objects / 542944 bytes in 221ms hsize: 16777216
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1232): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1232): State: COMPLETED -> DISCONNECTED
I/wpa_supplicant( 1232): CTRL-EVENT-STATE-CHANGE id=0 state=0 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1232): CTRL_IFACE monitor[0]: 2 - No such file or directory
D/wpa_supplicant( 1232): wpa_driver_wext_set_operstate: operstate 1->0 (DORMANT)
D/wpa_supplicant( 1232): WEXT: Operstate: linkmode=-1, operstate=5
D/dhcpcd ( 1271): carrier lost
D/wpa_supplicant( 1232): EAPOL: External notification - portEnabled=0
D/wpa_supplicant( 1232): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant( 1232): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant( 1232): EAPOL: External notification - portValid=0
D/wpa_supplicant( 1232): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1232): wpa_driver_awext_set_drop_unencrypted
D/wpa_supplicant( 1232): wpa_driver_awext_set_countermeasures
D/wpa_supplicant( 1232): No keys have been configured - skip key clearing
D/wpa_supplicant( 1232): Cancelling scan request
D/wpa_supplicant( 1232): Cancelling authentication timeout
D/wpa_supplicant( 1232): WEXT: Operstate: linkmode=0, operstate=6
D/dhcpcd ( 1271): carrier acquired
D/dhcpcd ( 1271): rebinding lease of 192.168.1.102
D/dhcpcd ( 1271): sending DHCP_REQUEST with xid 0x71517e30, next in 4.90 seconds
D/dhcpcd ( 1271): carrier lost
D/dhcpcd ( 1271): waiting for carrier
D/WifiStateTracker( 966): Disabling interface
E/dhcpcd ( 1271): carrier_status: No such device
E/Tethering( 966): attempting to remove unknown iface (wlan0), ignoring
E/WifiHW ( 966): cannot find driver rt3070sta in proc
I/power ( 966): *** set_screen_state 1
D/dalvikvm( 1115): GC_EXPLICIT freed 2887 objects / 182360 bytes in 50ms hsize: 16777216
D/Tethering( 966): wlan0 is not a tetherable iface, ignoring
E/NetworkManagmentService( 966): Unexpected response code 600
The logcat output for the second attempt (i.e. turn on wifi from the command line and using wpa_cli to reconnect is as follows:
D/wpa_supplicant( 1294): Initializing interface 'wlan0' conf '/data/misc/wifi/wpa_supplicant.conf' driver 'awext' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant( 1294): Configuration file '/data/misc/wifi/wpa_supplicant.conf' -> '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 1294): Reading configuration file '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 1294): ctrl_interface='DIR=/data/system/wpa_supplicant GROUP=wifi'
D/wpa_supplicant( 1294): update_config=1
D/wpa_supplicant( 1294): Priority group 1
D/wpa_supplicant( 1294): id=0 ssid='Olympus2'
D/wpa_supplicant( 1294): Initializing interface (2) 'wlan0'
D/wpa_supplicant( 1294): SIOCGIWRANGE: WE(compiled)=22 WE(source)=14 enc_capa=0xf
D/wpa_supplicant( 1294): capabilities: key_mgmt 0xf enc 0xf flags 0x0
D/wpa_supplicant( 1294): WEXT: Operstate: linkmode=1, operstate=5
D/wpa_supplicant( 1294): Own MAC address: 00:08:10:74:b5:da
D/wpa_supplicant( 1294): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1294): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1294): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1294): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1294): wpa_driver_awext_set_countermeasures
D/wpa_supplicant( 1294): wpa_driver_awext_set_drop_unencrypted
D/wpa_supplicant( 1294): RSN: flushing PMKID list in the driver
D/wpa_supplicant( 1294): Setting scan request: 0 sec 100000 usec
D/wpa_supplicant( 1294): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant( 1294): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant( 1294): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant( 1294): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1294): Using existing control interface directory.
D/wpa_supplicant( 1294): ctrl_interface_group=1010 (from group name 'wifi')
D/wpa_supplicant( 1294): Added interface wlan0
D/wpa_supplicant( 1294): RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
D/wpa_supplicant( 1294): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1294): Wireless event: cmd=0x8b06 len=8
D/wpa_supplicant( 1294): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1294): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1294): State: DISCONNECTED -> SCANNING
I/wpa_supplicant( 1294): CTRL-EVENT-STATE-CHANGE id=-1 state=2 BSSID=00:00:00:00:00:00
D/wpa_supplicant( 1294): Starting AP scan (broadcast SSID)
D/wpa_supplicant( 1294): Trying to get current scan results first without requesting a new scan to speed up initial association
D/wpa_supplicant( 1294): Failed to get scan results
D/wpa_supplicant( 1294): Failed to get scan results - try scanning again
D/wpa_supplicant( 1294): Setting scan request: 0 sec 0 usec
D/wpa_supplicant( 1294): Starting AP scan (broadcast SSID)
D/wpa_supplicant( 1294): wpa_driver_wext_scan: specific scan = 0
I//system/bin/wpa_supplicant( 1293): ioctl[SIOCGIWSCAN]: Try again
D/wpa_supplicant( 1294): Scan requested (ret=0) - scan timeout 5 seconds
D/wpa_supplicant( 1294): EAPOL: disable timer tick
D/wpa_supplicant( 1294): Received 200 bytes of scan results (1 BSSes)
D/wpa_supplicant( 1294): New scan results available
D/wpa_supplicant( 1294): Selecting BSS from priority group 1
D/wpa_supplicant( 1294): Try to find WPA-enabled AP
D/wpa_supplicant( 1294): 0: 68:7f:74:1c:e4:7c ssid='Olympus2' wpa_ie_len=28 rsn_ie_len=24 caps=0x11
D/wpa_supplicant( 1294): selected based on RSN IE
D/wpa_supplicant( 1294): selected WPA AP 68:7f:74:1c:e4:7c ssid='Olympus2'
I/wpa_supplicant( 1294): Trying to associate with 68:7f:74:1c:e4:7c (SSID='Olympus2' freq=2437 MHz)
D/wpa_supplicant( 1294): Cancelling scan request
D/wpa_supplicant( 1294): WPA: clearing own WPA/RSN IE
D/wpa_supplicant( 1294): Automatic auth_alg selection: 0x1
D/wpa_supplicant( 1294): Scan timeout - try to get results
D/wpa_supplicant( 1294): RSN: using IEEE 802.11i/D9.0
D/wpa_supplicant( 1294): WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
D/wpa_supplicant( 1294): WPA: using GTK TKIP
D/wpa_supplicant( 1294): WPA: using PTK CCMP
D/wpa_supplicant( 1294): WPA: using KEY_MGMT WPA-PSK
D/wpa_supplicant( 1294): No keys have been configured - skip key clearing
D/wpa_supplicant( 1294): wpa_driver_awext_set_drop_unencrypted
D/wpa_supplicant( 1294): State: SCANNING -> ASSOCIATING
I/wpa_supplicant( 1294): CTRL-EVENT-STATE-CHANGE id=-1 state=3 BSSID=68:7f:74:1c:e4:7c
D/wpa_supplicant( 1294): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
D/wpa_supplicant( 1294): WEXT: Operstate: linkmode=-1, operstate=5
D/wpa_supplicant( 1294): wpa_driver_awext_associate
D/wpa_supplicant( 1294): Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1294): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1294): EAPOL: External notification - EAP fail=0
D/wpa_supplicant( 1294): EAPOL: External notification - portControl=Auto
D/wpa_supplicant( 1294): RSN: Ignored PMKID candidate without preauth flag
D/wpa_supplicant( 1294): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1294): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1294): Wireless event: cmd=0x8b06 len=8
D/wpa_supplicant( 1294): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1294): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1294): Wireless event: cmd=0x8b04 len=12
D/wpa_supplicant( 1294): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1294): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1294): Wireless event: cmd=0x8b1a len=16
D/wpa_supplicant( 1294): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1294): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1294): Wireless event: cmd=0x8c07 len=50
D/wpa_supplicant( 1294): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
D/wpa_supplicant( 1294): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1294): Wireless event: cmd=0x8b15 len=20
D/wpa_supplicant( 1294): Wireless event: new AP: 68:7f:74:1c:e4:7c
D/wpa_supplicant( 1294): Association info event
D/wpa_supplicant( 1294): WPA: clearing AP WPA IE
D/wpa_supplicant( 1294): WPA: clearing AP RSN IE
D/wpa_supplicant( 1294): State: ASSOCIATING -> ASSOCIATED
I/wpa_supplicant( 1294): CTRL-EVENT-STATE-CHANGE id=0 state=4 BSSID=68:7f:74:1c:e4:7c
D/wpa_supplicant( 1294): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
D/wpa_supplicant( 1294): WEXT: Operstate: linkmode=-1, operstate=5
D/wpa_supplicant( 1294): Associated to a new BSS: BSSID=68:7f:74:1c:e4:7c
D/wpa_supplicant( 1294): No keys have been configured - skip key clearing
I/wpa_supplicant( 1294): Associated with 68:7f:74:1c:e4:7c
D/wpa_supplicant( 1294): WPA: Association event - clear replay counter
D/wpa_supplicant( 1294): WPA: Clear old PTK
D/wpa_supplicant( 1294): EAPOL: External notification - portEnabled=0
D/wpa_supplicant( 1294): EAPOL: External notification - portValid=0
D/wpa_supplicant( 1294): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1294): EAPOL: External notification - portEnabled=1
D/wpa_supplicant( 1294): EAPOL: SUPP_PAE entering state CONNECTING
D/wpa_supplicant( 1294): EAPOL: enable timer tick
D/wpa_supplicant( 1294): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant( 1294): Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1294): Cancelling scan request
D/wpa_supplicant( 1294): RX EAPOL from 68:7f:74:1c:e4:7c
D/wpa_supplicant( 1294): Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1294): IEEE 802.1X RX: version=2 type=3 length=117
D/wpa_supplicant( 1294): EAPOL-Key type=2
D/wpa_supplicant( 1294): key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
D/wpa_supplicant( 1294): key_length=16 key_data_length=22
D/wpa_supplicant( 1294): State: ASSOCIATED -> 4WAY_HANDSHAKE
I/wpa_supplicant( 1294): CTRL-EVENT-STATE-CHANGE id=0 state=5 BSSID=00:00:00:00:00:00
D/wpa_supplicant( 1294): WPA: RX message 1 of 4-Way Handshake from 68:7f:74:1c:e4:7c (ver=2)
D/wpa_supplicant( 1294): RSN: no matching PMKID found
D/wpa_supplicant( 1294): WPA: PTK derivation - A1=00:08:10:74:b5:da A2=68:7f:74:1c:e4:7c
D/wpa_supplicant( 1294): WPA: Sending EAPOL-Key 2/4
D/wpa_supplicant( 1294): RX EAPOL from 68:7f:74:1c:e4:7c
D/wpa_supplicant( 1294): IEEE 802.1X RX: version=2 type=3 length=175
D/wpa_supplicant( 1294): EAPOL-Key type=2
D/wpa_supplicant( 1294): key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
D/wpa_supplicant( 1294): key_length=16 key_data_length=80
D/wpa_supplicant( 1294): State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
I/wpa_supplicant( 1294): CTRL-EVENT-STATE-CHANGE id=0 state=5 BSSID=00:00:00:00:00:00
D/wpa_supplicant( 1294): WPA: RX message 3 of 4-Way Handshake from 68:7f:74:1c:e4:7c (ver=2)
D/wpa_supplicant( 1294): WPA: No WPA/RSN IE for this AP known. Trying to get from scan results
D/wpa_supplicant( 1294): WPA: Found the current AP from updated scan results
D/wpa_supplicant( 1294): WPA: Sending EAPOL-Key 4/4
D/wpa_supplicant( 1294): WPA: Installing PTK to the driver.
D/wpa_supplicant( 1294): wpa_driver_wext_set_key: alg=3 key_idx=0 set_tx=1 seq_len=6 key_len=16
D/wpa_supplicant( 1294): EAPOL: External notification - portValid=1
D/wpa_supplicant( 1294): State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
I/wpa_supplicant( 1294): CTRL-EVENT-STATE-CHANGE id=0 state=6 BSSID=00:00:00:00:00:00
D/wpa_supplicant( 1294): WPA: Installing GTK to the driver (keyidx=2 tx=0 len=32).
D/wpa_supplicant( 1294): wpa_driver_wext_set_key: alg=2 key_idx=2 set_tx=0 seq_len=6 key_len=32
I/wpa_supplicant( 1294): WPA: Key negotiation completed with 68:7f:74:1c:e4:7c [PTK=CCMP GTK=TKIP]
D/wpa_supplicant( 1294): Cancelling authentication timeout
D/wpa_supplicant( 1294): State: GROUP_HANDSHAKE -> COMPLETED
I/wpa_supplicant( 1294): CTRL-EVENT-STATE-CHANGE id=0 state=7 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1294): CTRL-EVENT-CONNECTED - Connection to 68:7f:74:1c:e4:7c completed (auth) [id=0 id_str=]
D/wpa_supplicant( 1294): wpa_driver_wext_set_operstate: operstate 0->1 (UP)
D/wpa_supplicant( 1294): WEXT: Operstate: linkmode=-1, operstate=6
D/wpa_supplicant( 1294): EAPOL: External notification - portValid=1
D/wpa_supplicant( 1294): EAPOL: External notification - EAP success=1
D/wpa_supplicant( 1294): EAPOL: SUPP_PAE entering state AUTHENTICATING
D/wpa_supplicant( 1294): EAPOL: SUPP_BE entering state SUCCESS
D/wpa_supplicant( 1294): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1294): EAPOL: SUPP_PAE entering state AUTHENTICATED
D/wpa_supplicant( 1294): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant( 1294): EAPOL authentication completed successfully
D/wpa_supplicant( 1294): RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
D/wpa_supplicant( 1294): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant( 1294): EAPOL: startWhen --> 0
D/wpa_supplicant( 1294): EAPOL: disable timer tick
I/power ( 966): *** set_screen_state 1