I am not able to connect to my wifi network.
I am seeing the below message in logcat.
I can see the router has provided a DHCP message with the IP details,
but I don't see the IP being assigned to wlan interface.
09-06 04:02:17.418 3582 5678 D WificondControl: Scan result ready
event
09-06 04:02:17.420 3582 3603 I EthernetTracker:
interfaceLinkStateChanged, iface: wlan0, up: false
09-06 04:02:17.421 3582 3679 D WificondScannerImpl: Filtering out
1 scan results.
09-06 04:02:17.429 7681 7681 D WifiSettings:
onAccessPointChanged (singular) callback initiated
09-06 04:02:17.431 7681 7681 I chatty : uid=1000(system)
com.android.settings identical 14 lines
09-06 04:02:17.431 7681 7681 D WifiSettings:
onAccessPointChanged (singular) callback initiated
09-06 04:02:17.432 7681 7681 D WifiSettings:
onAccessPointsChanged (WifiTracker) callback initiated
09-06 04:02:22.423 2677 7811 E wifi hal: Out of event poll
09-06 04:02:22.423 2677 7811 E wifi hal: Timeout on event socket
09-06 04:02:26.279 3582 4450 I WifiService: startScan uid=1000
09-06 04:02:26.285 2677 7811 E wifi hal: Out of event poll
09-06 04:02:26.285 2677 7811 D wifi hal: Data on event socket 0
09-06 04:02:26.285 2677 7811 D wifi hal: Drv Event 33 received
09-06 04:02:27.844 3582 4877 D DhcpClient: Received packet:
54:e1:ad:e0:39:e4 ACK: your new IP /192.168.0.102 <
http://192.168.0.102> ,
netmask /255.255.255.0 <
http://255.255.255.0> , gateways [/192.168.0.1
<
http://192.168.0.1> ] DNS servers: /192.168.0.1 <
http://192.168.0.1>
/192.168.0.1 <
http://192.168.0.1> , lease time 60
09-06 04:02:28.174 3582 4877 D DhcpClient: Received packet:
0c:cb:85:ca:4d:bd ACK: your new IP /192.168.0.100 <
http://192.168.0.100> ,
netmask /255.255.255.0 <
http://255.255.255.0> , gateways [/192.168.0.1
<
http://192.168.0.1> ] DNS servers: /192.168.0.1 <
http://192.168.0.1>
/192.168.0.1 <
http://192.168.0.1> , lease time 60
09-06 04:02:29.617 2677 7811 E wifi hal: Out of event poll
09-06 04:02:29.617 2677 7811 D wifi hal: Data on event socket 0
09-06 04:02:29.617 2677 7811 D wifi hal: Drv Event 34 received
09-06 04:02:29.617 3582 4450 D WificondControl: Scan result ready
event
09-06 04:02:29.620 3582 3603 I EthernetTracker:
interfaceLinkStateChanged, iface: wlan0, up: false
09-06 04:02:29.628 7681 7681 D WifiSettings:
onAccessPointChanged (singular) callback initiated
09-06 04:02:29.628 7681 7681 I chatty : uid=1000(system)
com.android.settings identical 14 lines
09-06 04:02:29.628 7681 7681 D WifiSettings:
onAccessPointChanged (singular) callback initiated
09-06 04:02:29.628 7681 7681 D WifiSettings:
onAccessPointsChanged (WifiTracker) callback initiated
09-06 04:02:34.622 2677 7811 E wifi hal: Out of event poll
09-06 04:02:34.622 2677 7811 E wifi hal: Timeout on event socket
my build details are as below:
[ro.build.characteristics]: [tablet]
[ro.build.date]: [Wed Aug 21 13:33:22 IST 2019]
[ro.build.date.utc]: [1566374602]
[ro.build.description]: [celadon-eng 9 PPR2.181005.003.A1
eng.sathis.20190821.133419 test-keys]
[ro.build.display.id <
http://ro.build.display.id> ]: [celadon-eng 9
PPR2.181005.003.A1 eng.sathis.20190821.133419 test-keys]
[ro.build.fingerprint]:
[celadon/celadon/celadon:9/PPR2.181005.003.A1/sathish08211333:eng/test-
keys]
celadon:/ # ifconfig
.......
wlan0 ....... Driver iwlwifi
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 TX bytes:0
celadon:/ #
Please let me know , if i am missing any configuration changes
Could you share kernel logs(adb shell dmesg > dmesg) and also complete aplogs?
Thanks and Regards,
Jeevaka