xiaocong / uiautomator

Python wrapper of Android uiautomator test tool.
MIT License
2.03k stars 640 forks source link

Uiautomator process not starting by script for any new device #86

Open gokulakrishnan opened 9 years ago

gokulakrishnan commented 9 years ago

There is a bug that Script doesnt start the server for the first time for a new device I checked that Uiautomator process start has to be done manually, initially for every new single device.

I have logs but I didnt find time to segregate. Below:

01-27 10:59:52.437: D/AndroidRuntime(17479): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 01-27 10:59:52.441: D/AndroidRuntime(17479): CheckJNI is OFF 01-27 10:59:52.568: E/memtrack(17479): Couldn't load memtrack module (No such file or directory) 01-27 10:59:52.568: E/android.os.Debug(17479): failed to load memtrack module: -2 01-27 10:59:52.610: D/AndroidRuntime(17479): Calling main entry com.android.commands.uiautomator.Launcher 01-27 10:59:52.662: D/ActivityManager(17479): default service binder = android.os.BinderProxy@1f5e6c1e 01-27 10:59:52.662: D/ActivityManager(17479): default service = android.app.ActivityManagerProxy@1d595cff 01-27 11:00:00.219: I/art(17479): Background concurrent mark sweep GC freed 19427(3MB) AllocSpace objects, 62(992KB) LOS objects, 57% free, 762KB/1786KB, paused 1.104ms total 102.735ms 01-27 11:00:03.231: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=14): 53 43 41 4e 20 54 59 50 45 3d 4f 4e 4c 59 01-27 11:00:03.231: E/wpa_supplicant(5262): wlan0: Control interface command 'SCAN TYPE=ONLY' 01-27 11:00:03.231: E/wpa_supplicant(5262): wlan0: Setting scan request: 0 sec 0 usec 01-27 11:00:03.231: E/wpa_supplicant(5262): wlan0: Starting AP scan for wildcard SSID 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: Building WPS IE for Probe Request 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Version (hardcoded 0x10) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Request Type 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Config Methods (4288) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * UUID-E 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Primary Device Type 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * RF Bands (1) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Association State 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Configuration Error (0) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Device Password ID (0) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Manufacturer 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Model Name 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Model Number 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Device Name 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Version2 (0x20) 01-27 11:00:03.231: E/wpa_supplicant(5262): P2P: * P2P IE header 01-27 11:00:03.231: E/wpa_supplicant(5262): P2P: * Capability dev=25 group=00 01-27 11:00:03.231: E/wpa_supplicant(5262): P2P: * Listen Channel: Regulatory Class 81 Channel 1 01-27 11:00:03.231: E/wpa_supplicant(5262): wlan0: nl80211: scan request 01-27 11:00:03.231: E/wpa_supplicant(5262): nl80211: Scan SSID - hexdump(len=0): [NULL] 01-27 11:00:03.231: E/wpa_supplicant(5262): nl80211: Scan extra IEs - hexdump(len=150): dd 81 00 50 f2 04 10 4a 00 01 10 10 3a 00 01 00 10 08 00 02 42 88 10 47 00 10 01 d1 ac dc f3 a4 ... 01-27 11:00:03.241: E/wpa_supplicant(5262): Scan requested (ret=0) - scan timeout 30 seconds 01-27 11:00:03.241: E/wpa_supplicant(5262): nl80211: Event message available 01-27 11:00:03.241: E/wpa_supplicant(5262): nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0 01-27 11:00:03.241: E/wpa_supplicant(5262): wlan0: nl80211: Scan trigger 01-27 11:00:03.839: E/wpa_supplicant(5262): RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) 01-27 11:00:03.839: E/wpa_supplicant(5262): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added 01-27 11:00:03.839: E/wpa_supplicant(5262): nl80211: if_removed already cleared - ignore event 01-27 11:00:03.839: E/wpa_supplicant(5262): nl80211: Event message available 01-27 11:00:03.839: E/wpa_supplicant(5262): nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0 01-27 11:00:03.839: E/wpa_supplicant(5262): wlan0: nl80211: New scan results available 01-27 11:00:03.839: E/wpa_supplicant(5262): wlan0: Event SCAN_RESULTS (3) received 01-27 11:00:03.840: E/wpa_supplicant(5262): nl80211: Received scan results (47 BSSes) 01-27 11:00:03.840: E/wpa_supplicant(5262): nl80211: Survey data missing 01-27 11:00:03.841: E/wpa_supplicant(5262): Sorted scan results 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:51 freq=2462 qual=0 noise=0 level=-56 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:52 freq=2462 qual=0 noise=0 level=-57 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:54 freq=2462 qual=0 noise=0 level=-57 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:53 freq=2462 qual=0 noise=0 level=-57 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 02 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:50 freq=2462 qual=0 noise=0 level=-58 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:13 freq=2437 qual=0 noise=0 level=-64 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:12 freq=2437 qual=0 noise=0 level=-65 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:10 freq=2437 qual=0 noise=0 level=-65 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:14 freq=2437 qual=0 noise=0 level=-66 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:11 freq=2437 qual=0 noise=0 level=-66 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:04 freq=2412 qual=0 noise=0 level=-67 flags=0xb age=520 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:01 freq=2412 qual=0 noise=0 level=-67 flags=0xb age=570 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:02 freq=2412 qual=0 noise=0 level=-67 flags=0xb age=570 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:63 freq=2462 qual=0 noise=0 level=-67 flags=0xb age=200 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:03 freq=2412 qual=0 noise=0 level=-67 flags=0xb age=570 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:64 freq=2462 qual=0 noise=0 level=-67 flags=0xb age=190 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:60 freq=2462 qual=0 noise=0 level=-68 flags=0xb age=200 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:62 freq=2462 qual=0 noise=0 level=-68 flags=0xb age=200 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b3 freq=2412 qual=0 noise=0 level=-69 flags=0xb age=580 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:93 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=570 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b4 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=580 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b2 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=580 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:91 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=570 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b1 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=580 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:94 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=570 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:92 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=570 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b0 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=520 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 0c:68:03:e1:80:90 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=170 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=212): 00 09 73 6f 6c 61 72 5f 61 75 73 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e 20 01 0b 1e 0b ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=221): 00 09 73 6f 6c 61 72 5f 61 75 73 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 04 06 00 00 01 00 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 0c:68:03:e1:80:92 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=150 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=191): 00 0e 73 6f 6c 61 72 77 69 6e 64 73 2d 64 65 76 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=200): 00 0e 73 6f 6c 61 72 77 69 6e 64 73 2d 64 65 76 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 00 06 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:14 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=190 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:df:50 freq=2437 qual=0 noise=0 level=-73 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:df:51 freq=2437 qual=0 noise=0 level=-73 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:df:52 freq=2437 qual=0 noise=0 level=-73 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:df:54 freq=2437 qual=0 noise=0 level=-73 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 0c:68:03:e1:80:91 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=190 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=182): 00 05 67 75 65 73 74 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e 20 01 0b 1e 0b 05 09 00 11 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=191): 00 05 67 75 65 73 74 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 04 06 00 00 01 00 00 07 06 49 4e ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:12 freq=2462 qual=0 noise=0 level=-74 flags=0xb age=190 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:13 freq=2462 qual=0 noise=0 level=-74 flags=0xb age=190 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:df:53 freq=2437 qual=0 noise=0 level=-74 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:11 freq=2462 qual=0 noise=0 level=-74 flags=0xb age=190 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): a2:a8:cd:75:84:4c freq=2462 qual=0 noise=0 level=-75 flags=0xb age=140 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=145): 00 08 53 68 6f 74 73 70 6f 74 01 08 8c 12 98 24 b0 48 60 6c 03 01 0b 05 04 02 03 00 00 2a 01 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=145): 00 08 53 68 6f 74 73 70 6f 74 01 08 8c 12 98 24 b0 48 60 6c 03 01 0b 05 04 01 03 00 00 2a 01 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:93 freq=2462 qual=0 noise=0 level=-84 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:91 freq=2462 qual=0 noise=0 level=-84 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:94 freq=2462 qual=0 noise=0 level=-84 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:90 freq=2462 qual=0 noise=0 level=-85 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:92 freq=2462 qual=0 noise=0 level=-85 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): c0:4a:00:c6:97:75 freq=2427 qual=0 noise=0 level=-88 flags=0xb age=380 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=344): 00 15 31 30 74 68 20 46 6c 6f 6f 72 20 42 6f 61 72 64 20 52 6f 6f 6d 01 08 82 84 8b 96 12 24 48 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=249): 00 15 31 30 74 68 20 46 6c 6f 6f 72 20 42 6f 61 72 64 20 52 6f 6f 6d 01 08 82 84 8b 96 12 24 48 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 00:00:00:00:00:00 freq=2412 qual=0 noise=0 level=0 flags=0xb age=20 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=27): 00 19 4e 56 52 41 4d 20 57 41 52 4e 49 4e 47 3a 20 45 72 72 20 3d 20 30 78 30 31 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=27): 00 19 4e 56 52 41 4d 20 57 41 52 4e 49 4e 47 3a 20 45 72 72 20 3d 20 30 78 30 31 01-27 11:00:03.846: E/wpa_supplicant(5262): wlan0: BSS: Start scan result update 52 01-27 11:00:03.847: E/wpa_supplicant(5262): wlan0: BSS: Add new id 179 BSSID 9c:1c:12:0c:c1:94 SSID 'AVcontrol' 01-27 11:00:03.847: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.847: E/wpa_supplicant(5262): wlan0: BSS: Add new id 180 BSSID 9c:1c:12:0c:c1:90 SSID 'wpa2' 01-27 11:00:03.847: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.847: E/wpa_supplicant(5262): wlan0: BSS: Remove id 146 BSSID 9c:1c:12:0c:dc:f1 SSID 'Guest' due to no match in scan 01-27 11:00:03.847: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.847: E/wpa_supplicant(5262): wlan0: BSS: Remove id 155 BSSID 9c:1c:12:0c:dc:f0 SSID 'wpa2' due to no match in scan 01-27 11:00:03.847: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.847: E/wpa_supplicant(5262): BSS: last_scan_res_used=47/64 last_scan_full=0 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=512 entropy=510 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=513 entropy=511 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=514 entropy=512 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=515 entropy=513 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=516 entropy=514 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=517 entropy=515 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): Add randomness: count=518 entropy=516 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): Add randomness: count=519 entropy=517 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): Add randomness: count=520 entropy=518 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): Add randomness: count=521 entropy=519 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): wlan0: Scan-only results received 01-27 11:00:03.848: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.849: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.849: E/wpa_supplicant(5262): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) 01-27 11:00:03.849: E/wpa_supplicant(5262): RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) 01-27 11:00:03.849: E/wpa_supplicant(5262): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added 01-27 11:00:03.849: E/wpa_supplicant(5262): nl80211: if_removed already cleared - ignore event 01-27 11:00:03.849: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=25): 42 53 53 20 52 41 4e 47 45 3d 30 2d 20 4d 41 53 4b 3d 30 78 32 31 39 38 37 01-27 11:00:03.849: E/wpa_supplicant(5262): wlan0: Control interface command 'BSS RANGE=0- MASK=0x21987' 01-27 11:00:03.852: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=26): 42 53 53 20 52 41 4e 47 45 3d 35 32 2d 20 4d 41 53 4b 3d 30 78 32 31 39 38 37 01-27 11:00:03.852: E/wpa_supplicant(5262): wlan0: Control interface command 'BSS RANGE=52- MASK=0x21987' 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.854: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.854: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.854: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.876: E/PhoneInterfaceManager(3771): [PhoneIntfMgr] getIccId: No UICC

01-27 10:59:52.437: D/AndroidRuntime(17479): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 01-27 10:59:52.441: D/AndroidRuntime(17479): CheckJNI is OFF 01-27 10:59:52.568: E/memtrack(17479): Couldn't load memtrack module (No such file or directory) 01-27 10:59:52.568: E/android.os.Debug(17479): failed to load memtrack module: -2 01-27 10:59:52.610: D/AndroidRuntime(17479): Calling main entry com.android.commands.uiautomator.Launcher 01-27 10:59:52.662: D/ActivityManager(17479): default service binder = android.os.BinderProxy@1f5e6c1e 01-27 10:59:52.662: D/ActivityManager(17479): default service = android.app.ActivityManagerProxy@1d595cff 01-27 11:00:00.219: I/art(17479): Background concurrent mark sweep GC freed 19427(3MB) AllocSpace objects, 62(992KB) LOS objects, 57% free, 762KB/1786KB, paused 1.104ms total 102.735ms 01-27 11:00:03.231: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=14): 53 43 41 4e 20 54 59 50 45 3d 4f 4e 4c 59 01-27 11:00:03.231: E/wpa_supplicant(5262): wlan0: Control interface command 'SCAN TYPE=ONLY' 01-27 11:00:03.231: E/wpa_supplicant(5262): wlan0: Setting scan request: 0 sec 0 usec 01-27 11:00:03.231: E/wpa_supplicant(5262): wlan0: Starting AP scan for wildcard SSID 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: Building WPS IE for Probe Request 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Version (hardcoded 0x10) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Request Type 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Config Methods (4288) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * UUID-E 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Primary Device Type 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * RF Bands (1) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Association State 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Configuration Error (0) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Device Password ID (0) 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Manufacturer 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Model Name 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Model Number 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Device Name 01-27 11:00:03.231: E/wpa_supplicant(5262): WPS: * Version2 (0x20) 01-27 11:00:03.231: E/wpa_supplicant(5262): P2P: * P2P IE header 01-27 11:00:03.231: E/wpa_supplicant(5262): P2P: * Capability dev=25 group=00 01-27 11:00:03.231: E/wpa_supplicant(5262): P2P: * Listen Channel: Regulatory Class 81 Channel 1 01-27 11:00:03.231: E/wpa_supplicant(5262): wlan0: nl80211: scan request 01-27 11:00:03.231: E/wpa_supplicant(5262): nl80211: Scan SSID - hexdump(len=0): [NULL] 01-27 11:00:03.231: E/wpa_supplicant(5262): nl80211: Scan extra IEs - hexdump(len=150): dd 81 00 50 f2 04 10 4a 00 01 10 10 3a 00 01 00 10 08 00 02 42 88 10 47 00 10 01 d1 ac dc f3 a4 ... 01-27 11:00:03.241: E/wpa_supplicant(5262): Scan requested (ret=0) - scan timeout 30 seconds 01-27 11:00:03.241: E/wpa_supplicant(5262): nl80211: Event message available 01-27 11:00:03.241: E/wpa_supplicant(5262): nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0 01-27 11:00:03.241: E/wpa_supplicant(5262): wlan0: nl80211: Scan trigger 01-27 11:00:03.839: E/wpa_supplicant(5262): RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) 01-27 11:00:03.839: E/wpa_supplicant(5262): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added 01-27 11:00:03.839: E/wpa_supplicant(5262): nl80211: if_removed already cleared - ignore event 01-27 11:00:03.839: E/wpa_supplicant(5262): nl80211: Event message available 01-27 11:00:03.839: E/wpa_supplicant(5262): nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0 01-27 11:00:03.839: E/wpa_supplicant(5262): wlan0: nl80211: New scan results available 01-27 11:00:03.839: E/wpa_supplicant(5262): wlan0: Event SCAN_RESULTS (3) received 01-27 11:00:03.840: E/wpa_supplicant(5262): nl80211: Received scan results (47 BSSes) 01-27 11:00:03.840: E/wpa_supplicant(5262): nl80211: Survey data missing 01-27 11:00:03.841: E/wpa_supplicant(5262): Sorted scan results 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:51 freq=2462 qual=0 noise=0 level=-56 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:52 freq=2462 qual=0 noise=0 level=-57 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:54 freq=2462 qual=0 noise=0 level=-57 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:53 freq=2462 qual=0 noise=0 level=-57 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 02 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:de:50 freq=2462 qual=0 noise=0 level=-58 flags=0xb age=190 01-27 11:00:03.841: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.841: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.841: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:13 freq=2437 qual=0 noise=0 level=-64 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:12 freq=2437 qual=0 noise=0 level=-65 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:10 freq=2437 qual=0 noise=0 level=-65 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:14 freq=2437 qual=0 noise=0 level=-66 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:11 freq=2437 qual=0 noise=0 level=-66 flags=0xb age=340 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:04 freq=2412 qual=0 noise=0 level=-67 flags=0xb age=520 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:01 freq=2412 qual=0 noise=0 level=-67 flags=0xb age=570 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:02 freq=2412 qual=0 noise=0 level=-67 flags=0xb age=570 01-27 11:00:03.842: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.842: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:63 freq=2462 qual=0 noise=0 level=-67 flags=0xb age=200 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:03 freq=2412 qual=0 noise=0 level=-67 flags=0xb age=570 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:64 freq=2462 qual=0 noise=0 level=-67 flags=0xb age=190 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:60 freq=2462 qual=0 noise=0 level=-68 flags=0xb age=200 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:62 freq=2462 qual=0 noise=0 level=-68 flags=0xb age=200 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b3 freq=2412 qual=0 noise=0 level=-69 flags=0xb age=580 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:93 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=570 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b4 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=580 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.843: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b2 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=580 01-27 11:00:03.843: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:91 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=570 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b1 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=580 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:94 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=570 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:92 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=570 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b0 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=520 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 0c:68:03:e1:80:90 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=170 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=212): 00 09 73 6f 6c 61 72 5f 61 75 73 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e 20 01 0b 1e 0b ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=221): 00 09 73 6f 6c 61 72 5f 61 75 73 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 04 06 00 00 01 00 00 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 0c:68:03:e1:80:92 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=150 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=191): 00 0e 73 6f 6c 61 72 77 69 6e 64 73 2d 64 65 76 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=200): 00 0e 73 6f 6c 61 72 77 69 6e 64 73 2d 64 65 76 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 00 06 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:14 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=190 01-27 11:00:03.844: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.844: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.844: E/wpa_supplicant(5262): 9c:1c:12:0c:df:50 freq=2437 qual=0 noise=0 level=-73 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:df:51 freq=2437 qual=0 noise=0 level=-73 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:df:52 freq=2437 qual=0 noise=0 level=-73 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:df:54 freq=2437 qual=0 noise=0 level=-73 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 0c:68:03:e1:80:91 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=190 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=182): 00 05 67 75 65 73 74 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e 20 01 0b 1e 0b 05 09 00 11 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=191): 00 05 67 75 65 73 74 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 04 06 00 00 01 00 00 07 06 49 4e ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:12 freq=2462 qual=0 noise=0 level=-74 flags=0xb age=190 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:13 freq=2462 qual=0 noise=0 level=-74 flags=0xb age=190 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:df:53 freq=2437 qual=0 noise=0 level=-74 flags=0xb age=340 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:03.845: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:11 freq=2462 qual=0 noise=0 level=-74 flags=0xb age=190 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): a2:a8:cd:75:84:4c freq=2462 qual=0 noise=0 level=-75 flags=0xb age=140 01-27 11:00:03.845: E/wpa_supplicant(5262): IEs - hexdump(len=145): 00 08 53 68 6f 74 73 70 6f 74 01 08 8c 12 98 24 b0 48 60 6c 03 01 0b 05 04 02 03 00 00 2a 01 00 ... 01-27 11:00:03.845: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=145): 00 08 53 68 6f 74 73 70 6f 74 01 08 8c 12 98 24 b0 48 60 6c 03 01 0b 05 04 01 03 00 00 2a 01 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:93 freq=2462 qual=0 noise=0 level=-84 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:91 freq=2462 qual=0 noise=0 level=-84 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:94 freq=2462 qual=0 noise=0 level=-84 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:90 freq=2462 qual=0 noise=0 level=-85 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:92 freq=2462 qual=0 noise=0 level=-85 flags=0xb age=140 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): c0:4a:00:c6:97:75 freq=2427 qual=0 noise=0 level=-88 flags=0xb age=380 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=344): 00 15 31 30 74 68 20 46 6c 6f 6f 72 20 42 6f 61 72 64 20 52 6f 6f 6d 01 08 82 84 8b 96 12 24 48 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=249): 00 15 31 30 74 68 20 46 6c 6f 6f 72 20 42 6f 61 72 64 20 52 6f 6f 6d 01 08 82 84 8b 96 12 24 48 ... 01-27 11:00:03.846: E/wpa_supplicant(5262): 00:00:00:00:00:00 freq=2412 qual=0 noise=0 level=0 flags=0xb age=20 01-27 11:00:03.846: E/wpa_supplicant(5262): IEs - hexdump(len=27): 00 19 4e 56 52 41 4d 20 57 41 52 4e 49 4e 47 3a 20 45 72 72 20 3d 20 30 78 30 31 01-27 11:00:03.846: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=27): 00 19 4e 56 52 41 4d 20 57 41 52 4e 49 4e 47 3a 20 45 72 72 20 3d 20 30 78 30 31 01-27 11:00:03.846: E/wpa_supplicant(5262): wlan0: BSS: Start scan result update 52 01-27 11:00:03.847: E/wpa_supplicant(5262): wlan0: BSS: Add new id 179 BSSID 9c:1c:12:0c:c1:94 SSID 'AVcontrol' 01-27 11:00:03.847: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.847: E/wpa_supplicant(5262): wlan0: BSS: Add new id 180 BSSID 9c:1c:12:0c:c1:90 SSID 'wpa2' 01-27 11:00:03.847: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.847: E/wpa_supplicant(5262): wlan0: BSS: Remove id 146 BSSID 9c:1c:12:0c:dc:f1 SSID 'Guest' due to no match in scan 01-27 11:00:03.847: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.847: E/wpa_supplicant(5262): wlan0: BSS: Remove id 155 BSSID 9c:1c:12:0c:dc:f0 SSID 'wpa2' due to no match in scan 01-27 11:00:03.847: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.847: E/wpa_supplicant(5262): BSS: last_scan_res_used=47/64 last_scan_full=0 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=512 entropy=510 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=513 entropy=511 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=514 entropy=512 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=515 entropy=513 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=516 entropy=514 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.847: E/wpa_supplicant(5262): Add randomness: count=517 entropy=515 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): Add randomness: count=518 entropy=516 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): Add randomness: count=519 entropy=517 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): Add randomness: count=520 entropy=518 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): Add randomness: count=521 entropy=519 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:03.848: E/wpa_supplicant(5262): wlan0: Scan-only results received 01-27 11:00:03.848: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.848: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.849: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:03.849: E/wpa_supplicant(5262): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) 01-27 11:00:03.849: E/wpa_supplicant(5262): RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) 01-27 11:00:03.849: E/wpa_supplicant(5262): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added 01-27 11:00:03.849: E/wpa_supplicant(5262): nl80211: if_removed already cleared - ignore event 01-27 11:00:03.849: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=25): 42 53 53 20 52 41 4e 47 45 3d 30 2d 20 4d 41 53 4b 3d 30 78 32 31 39 38 37 01-27 11:00:03.849: E/wpa_supplicant(5262): wlan0: Control interface command 'BSS RANGE=0- MASK=0x21987' 01-27 11:00:03.852: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=26): 42 53 53 20 52 41 4e 47 45 3d 35 32 2d 20 4d 41 53 4b 3d 30 78 32 31 39 38 37 01-27 11:00:03.852: E/wpa_supplicant(5262): wlan0: Control interface command 'BSS RANGE=52- MASK=0x21987' 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:03.853: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:03.854: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:03.854: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:03.854: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:03.876: E/PhoneInterfaceManager(3771): [PhoneIntfMgr] getIccId: No UICC 01-27 11:00:16.691: I/art(17479): WaitForGcToComplete blocked for 8.006ms for cause HeapTrim 01-27 11:00:18.240: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=14): 53 43 41 4e 20 54 59 50 45 3d 4f 4e 4c 59 01-27 11:00:18.241: E/wpa_supplicant(5262): wlan0: Control interface command 'SCAN TYPE=ONLY' 01-27 11:00:18.241: E/wpa_supplicant(5262): wlan0: Setting scan request: 0 sec 0 usec 01-27 11:00:18.241: E/wpa_supplicant(5262): wlan0: Starting AP scan for wildcard SSID 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: Building WPS IE for Probe Request 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Version (hardcoded 0x10) 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Request Type 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Config Methods (4288) 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * UUID-E 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Primary Device Type 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * RF Bands (1) 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Association State 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Configuration Error (0) 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Device Password ID (0) 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Manufacturer 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Model Name 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Model Number 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Device Name 01-27 11:00:18.241: E/wpa_supplicant(5262): WPS: * Version2 (0x20) 01-27 11:00:18.241: E/wpa_supplicant(5262): P2P: * P2P IE header 01-27 11:00:18.241: E/wpa_supplicant(5262): P2P: * Capability dev=25 group=00 01-27 11:00:18.241: E/wpa_supplicant(5262): P2P: * Listen Channel: Regulatory Class 81 Channel 1 01-27 11:00:18.241: E/wpa_supplicant(5262): wlan0: nl80211: scan request 01-27 11:00:18.241: E/wpa_supplicant(5262): nl80211: Scan SSID - hexdump(len=0): [NULL] 01-27 11:00:18.241: E/wpa_supplicant(5262): nl80211: Scan extra IEs - hexdump(len=150): dd 81 00 50 f2 04 10 4a 00 01 10 10 3a 00 01 00 10 08 00 02 42 88 10 47 00 10 01 d1 ac dc f3 a4 ... 01-27 11:00:18.251: E/wpa_supplicant(5262): Scan requested (ret=0) - scan timeout 30 seconds 01-27 11:00:18.251: E/wpa_supplicant(5262): nl80211: Event message available 01-27 11:00:18.251: E/wpa_supplicant(5262): nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0 01-27 11:00:18.251: E/wpa_supplicant(5262): wlan0: nl80211: Scan trigger 01-27 11:00:18.861: E/wpa_supplicant(5262): nl80211: Event message available 01-27 11:00:18.861: E/wpa_supplicant(5262): nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0 01-27 11:00:18.861: E/wpa_supplicant(5262): wlan0: nl80211: New scan results available 01-27 11:00:18.861: E/wpa_supplicant(5262): wlan0: Event SCAN_RESULTS (3) received 01-27 11:00:18.862: E/wpa_supplicant(5262): nl80211: Received scan results (47 BSSes) 01-27 11:00:18.862: E/wpa_supplicant(5262): nl80211: Survey data missing 01-27 11:00:18.862: E/wpa_supplicant(5262): Sorted scan results 01-27 11:00:18.862: E/wpa_supplicant(5262): 9c:1c:12:0c:de:52 freq=2462 qual=0 noise=0 level=-57 flags=0xb age=170 01-27 11:00:18.862: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:18.862: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:18.862: E/wpa_supplicant(5262): 9c:1c:12:0c:de:53 freq=2462 qual=0 noise=0 level=-58 flags=0xb age=170 01-27 11:00:18.862: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.862: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 02 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.862: E/wpa_supplicant(5262): 9c:1c:12:0c:de:50 freq=2462 qual=0 noise=0 level=-58 flags=0xb age=170 01-27 11:00:18.862: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.862: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.862: E/wpa_supplicant(5262): 9c:1c:12:0c:de:54 freq=2462 qual=0 noise=0 level=-58 flags=0xb age=170 01-27 11:00:18.862: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.863: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): 9c:1c:12:0c:de:51 freq=2462 qual=0 noise=0 level=-60 flags=0xb age=170 01-27 11:00:18.863: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:11 freq=2437 qual=0 noise=0 level=-65 flags=0xb age=320 01-27 11:00:18.863: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:64 freq=2462 qual=0 noise=0 level=-65 flags=0xb age=170 01-27 11:00:18.863: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.863: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:14 freq=2437 qual=0 noise=0 level=-66 flags=0xb age=320 01-27 11:00:18.863: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.863: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:62 freq=2462 qual=0 noise=0 level=-66 flags=0xb age=170 01-27 11:00:18.863: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:61 freq=2462 qual=0 noise=0 level=-66 flags=0xb age=170 01-27 11:00:18.863: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:18.863: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:13 freq=2437 qual=0 noise=0 level=-66 flags=0xb age=320 01-27 11:00:18.863: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.866: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.866: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:10 freq=2437 qual=0 noise=0 level=-67 flags=0xb age=320 01-27 11:00:18.866: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.867: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:c3:12 freq=2437 qual=0 noise=0 level=-67 flags=0xb age=320 01-27 11:00:18.867: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:18.867: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:c1:63 freq=2462 qual=0 noise=0 level=-67 flags=0xb age=170 01-27 11:00:18.867: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.867: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:02 freq=2412 qual=0 noise=0 level=-68 flags=0xb age=560 01-27 11:00:18.867: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:18.867: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:00 freq=2412 qual=0 noise=0 level=-68 flags=0xb age=560 01-27 11:00:18.867: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:03 freq=2412 qual=0 noise=0 level=-68 flags=0xb age=560 01-27 11:00:18.867: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.867: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:01 freq=2412 qual=0 noise=0 level=-69 flags=0xb age=560 01-27 11:00:18.867: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:18.867: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:d5:04 freq=2412 qual=0 noise=0 level=-69 flags=0xb age=560 01-27 11:00:18.867: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.867: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b4 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=560 01-27 11:00:18.867: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.867: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b0 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=560 01-27 11:00:18.868: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.868: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.868: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b1 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=560 01-27 11:00:18.868: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:18.868: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b2 freq=2412 qual=0 noise=0 level=-70 flags=0xb age=560 01-27 11:00:18.868: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:18.868: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:93 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=560 01-27 11:00:18.868: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.868: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.868: E/wpa_supplicant(5262): 9c:1c:12:0c:bf:b3 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=560 01-27 11:00:18.868: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.868: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:92 freq=2412 qual=0 noise=0 level=-71 flags=0xb age=560 01-27 11:00:18.868: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:18.868: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=137): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 ... 01-27 11:00:18.868: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:94 freq=2412 qual=0 noise=0 level=-72 flags=0xb age=560 01-27 11:00:18.868: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.868: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:18.868: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:90 freq=2412 qual=0 noise=0 level=-72 flags=0xb age=560 01-27 11:00:18.868: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.869: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.869: E/wpa_supplicant(5262): 9c:1c:12:0c:c0:14 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=170 01-27 11:00:18.869: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.869: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 0b 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:18.869: E/wpa_supplicant(5262): 0c:68:03:e1:80:92 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=130 01-27 11:00:18.870: E/wpa_supplicant(5262): IEs - hexdump(len=191): 00 0e 73 6f 6c 61 72 77 69 6e 64 73 2d 64 65 76 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e ... 01-27 11:00:18.870: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=200): 00 0e 73 6f 6c 61 72 77 69 6e 64 73 2d 64 65 76 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 00 06 ... 01-27 11:00:18.871: E/wpa_supplicant(5262): 0c:68:03:e1:80:91 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=160 01-27 11:00:18.871: E/wpa_supplicant(5262): IEs - hexdump(len=182): 00 05 67 75 65 73 74 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e 20 01 0b 1e 0b 05 09 00 26 ... 01-27 11:00:18.871: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=191): 00 05 67 75 65 73 74 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 04 06 00 00 01 00 00 07 06 49 4e ... 01-27 11:00:18.871: E/wpa_supplicant(5262): 9c:1c:12:0c:c9:91 freq=2412 qual=0 noise=0 level=-73 flags=0xb age=560 01-27 11:00:18.871: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:18.871: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 01 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:18.871: E/wpa_supplicant(5262): 0c:68:03:e1:80:90 freq=2462 qual=0 noise=0 level=-73 flags=0xb age=150 01-27 11:00:18.871: E/wpa_supplicant(5262): IEs - hexdump(len=212): 00 09 73 6f 6c 61 72 5f 61 75 73 01 07 8c 18 24 30 48 60 6c 03 01 0b 07 06 49 4e 20 01 0b 1e 0b ... 01-27 11:00:18.871: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=221): 00 09 73 6f 6c 61 72 5f 61 75 73 01 07 8c 18 24 30 48 60 6c 03 01 0b 05 07 04 06 00 00 01 00 00 ... 01-27 11:00:18.878: E/wpa_supplicant(5262): 9c:1c:12:0c:df:50 freq=2437 qual=0 noise=0 level=-76 flags=0xb age=370 01-27 11:00:18.878: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.879: E/wpa_supplicant(5262): 9c:1c:12:0c:df:52 freq=2437 qual=0 noise=0 level=-76 flags=0xb age=370 01-27 11:00:18.879: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:18.879: E/wpa_supplicant(5262): 9c:1c:12:0c:df:53 freq=2437 qual=0 noise=0 level=-76 flags=0xb age=370 01-27 11:00:18.879: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.880: E/wpa_supplicant(5262): a2:a8:cd:75:84:4c freq=2462 qual=0 noise=0 level=-76 flags=0xb age=110 01-27 11:00:18.880: E/wpa_supplicant(5262): IEs - hexdump(len=145): 00 08 53 68 6f 74 73 70 6f 74 01 08 8c 12 98 24 b0 48 60 6c 03 01 0b 05 04 02 03 00 00 2a 01 00 ... 01-27 11:00:18.880: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=145): 00 08 53 68 6f 74 73 70 6f 74 01 08 8c 12 98 24 b0 48 60 6c 03 01 0b 05 04 01 03 00 00 2a 01 00 ... 01-27 11:00:18.880: E/wpa_supplicant(5262): 9c:1c:12:0c:df:54 freq=2437 qual=0 noise=0 level=-77 flags=0xb age=370 01-27 11:00:18.880: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.880: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:18.880: E/wpa_supplicant(5262): 9c:1c:12:0c:df:51 freq=2437 qual=0 noise=0 level=-78 flags=0xb age=370 01-27 11:00:18.880: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:18.880: E/wpa_supplicant(5262): 9c:1c:12:0c:dc:f0 freq=2437 qual=0 noise=0 level=-81 flags=0xb age=350 01-27 11:00:18.881: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.881: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 77 70 61 32 01 06 98 24 b0 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.881: E/wpa_supplicant(5262): 9c:1c:12:0c:dc:f2 freq=2437 qual=0 noise=0 level=-81 flags=0xb age=370 01-27 11:00:18.881: E/wpa_supplicant(5262): IEs - hexdump(len=122): 00 06 4d 6f 62 69 6c 65 01 06 98 24 b0 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 ... 01-27 11:00:18.881: E/wpa_supplicant(5262): 9c:1c:12:0c:dc:f3 freq=2437 qual=0 noise=0 level=-81 flags=0xb age=350 01-27 11:00:18.881: E/wpa_supplicant(5262): IEs - hexdump(len=120): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 0f ... 01-27 11:00:18.881: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=135): 00 04 69 6c 61 77 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 0f ... 01-27 11:00:18.881: E/wpa_supplicant(5262): 9c:1c:12:0c:dc:f4 freq=2437 qual=0 noise=0 level=-81 flags=0xb age=350 01-27 11:00:18.882: E/wpa_supplicant(5262): IEs - hexdump(len=125): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac ... 01-27 11:00:18.882: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=140): 00 09 41 56 63 6f 6e 74 72 6f 6c 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 ... 01-27 11:00:18.882: E/wpa_supplicant(5262): 9c:1c:12:0c:dc:f1 freq=2437 qual=0 noise=0 level=-82 flags=0xb age=350 01-27 11:00:18.882: E/wpa_supplicant(5262): IEs - hexdump(len=121): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 2a 01 00 30 14 01 00 00 0f ac 04 01 00 00 ... 01-27 11:00:18.882: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=136): 00 05 47 75 65 73 74 01 06 98 24 30 48 60 6c 03 01 06 05 04 00 01 00 00 2a 01 00 30 14 01 00 00 ... 01-27 11:00:18.882: E/wpa_supplicant(5262): c0:4a:00:c6:97:75 freq=2427 qual=0 noise=0 level=-87 flags=0xb age=450 01-27 11:00:18.882: E/wpa_supplicant(5262): IEs - hexdump(len=344): 00 15 31 30 74 68 20 46 6c 6f 6f 72 20 42 6f 61 72 64 20 52 6f 6f 6d 01 08 82 84 8b 96 12 24 48 ... 01-27 11:00:18.882: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=249): 00 15 31 30 74 68 20 46 6c 6f 6f 72 20 42 6f 61 72 64 20 52 6f 6f 6d 01 08 82 84 8b 96 12 24 48 ... 01-27 11:00:18.883: E/wpa_supplicant(5262): 70:10:5c:7c:a2:f0 freq=2437 qual=0 noise=0 level=-90 flags=0xb age=330 01-27 11:00:18.883: E/wpa_supplicant(5262): IEs - hexdump(len=218): 00 09 73 6f 6c 61 72 5f 61 75 73 01 07 8c 18 24 30 48 60 6c 03 01 06 05 04 04 06 00 00 07 06 49 ... 01-27 11:00:18.883: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=218): 00 09 73 6f 6c 61 72 5f 61 75 73 01 07 8c 18 24 30 48 60 6c 03 01 06 05 04 04 06 00 00 07 06 49 ... 01-27 11:00:18.883: E/wpa_supplicant(5262): 00:00:00:00:00:00 freq=2412 qual=0 noise=0 level=0 flags=0xb age=10 01-27 11:00:18.883: E/wpa_supplicant(5262): IEs - hexdump(len=27): 00 19 4e 56 52 41 4d 20 57 41 52 4e 49 4e 47 3a 20 45 72 72 20 3d 20 30 78 30 31 01-27 11:00:18.883: E/wpa_supplicant(5262): Beacon IEs - hexdump(len=27): 00 19 4e 56 52 41 4d 20 57 41 52 4e 49 4e 47 3a 20 45 72 72 20 3d 20 30 78 30 31 01-27 11:00:18.883: E/wpa_supplicant(5262): wlan0: BSS: Start scan result update 53 01-27 11:00:18.883: E/wpa_supplicant(5262): wlan0: BSS: Add new id 181 BSSID 9c:1c:12:0c:dc:f0 SSID 'wpa2' 01-27 11:00:18.884: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.884: E/wpa_supplicant(5262): wlan0: BSS: Add new id 182 BSSID 9c:1c:12:0c:dc:f1 SSID 'Guest' 01-27 11:00:18.884: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.884: E/wpa_supplicant(5262): wlan0: BSS: Add new id 183 BSSID 70:10:5c:7c:a2:f0 SSID 'solar_aus' 01-27 11:00:18.885: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.885: E/wpa_supplicant(5262): wlan0: BSS: Remove id 136 BSSID 9c:1c:12:0c:c0:10 SSID 'wpa2' due to no match in scan 01-27 11:00:18.885: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.885: E/wpa_supplicant(5262): wlan0: BSS: Remove id 162 BSSID 9c:1c:12:0c:cd:14 SSID 'AVcontrol' due to no match in scan 01-27 11:00:18.885: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.886: E/wpa_supplicant(5262): wlan0: BSS: Remove id 167 BSSID 9c:1c:12:0c:cd:12 SSID 'Mobile' due to no match in scan 01-27 11:00:18.886: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.886: E/wpa_supplicant(5262): wlan0: BSS: Remove id 164 BSSID 9c:1c:12:0c:cd:11 SSID 'Guest' due to no match in scan 01-27 11:00:18.886: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.886: E/wpa_supplicant(5262): wlan0: BSS: Remove id 165 BSSID 9c:1c:12:0c:cd:13 SSID 'ilaw' due to no match in scan 01-27 11:00:18.886: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.887: E/wpa_supplicant(5262): wlan0: BSS: Remove id 166 BSSID 9c:1c:12:0c:cd:10 SSID 'wpa2' due to no match in scan 01-27 11:00:18.887: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.887: E/wpa_supplicant(5262): BSS: last_scan_res_used=47/64 last_scan_full=0 01-27 11:00:18.888: E/wpa_supplicant(5262): Add randomness: count=522 entropy=520 01-27 11:00:18.888: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): Add randomness: count=523 entropy=521 01-27 11:00:18.888: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): Add randomness: count=524 entropy=522 01-27 11:00:18.888: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.888: E/wpa_supplicant(5262): Add randomness: count=525 entropy=523 01-27 11:00:18.889: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): Add randomness: count=526 entropy=524 01-27 11:00:18.889: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): Add randomness: count=527 entropy=525 01-27 11:00:18.889: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.889: E/wpa_supplicant(5262): Add randomness: count=528 entropy=526 01-27 11:00:18.890: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): Add randomness: count=529 entropy=527 01-27 11:00:18.890: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): Add randomness: count=530 entropy=528 01-27 11:00:18.890: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): Add randomness: count=531 entropy=529 01-27 11:00:18.890: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=8): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random_mix_pool - hexdump(len=5): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): random pool - hexdump(len=128): [REMOVED] 01-27 11:00:18.890: E/wpa_supplicant(5262): wlan0: Scan-only results received 01-27 11:00:18.890: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.890: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:18.890: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:18.890: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:18.890: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:18.890: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:18.890: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:18.890: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:18.891: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:18.891: E/wpa_supplicant(5262): CTRL_IFACE monitor send - hexdump(len=39): 2f 64 61 74 61 2f 6d 69 73 63 2f 77 69 66 69 2f 73 6f 63 6b 65 74 73 2f 77 70 61 5f 63 74 72 6c ... 01-27 11:00:18.891: E/wpa_supplicant(5262): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0) 01-27 11:00:18.891: E/wpa_supplicant(5262): RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) 01-27 11:00:18.891: E/wpa_supplicant(5262): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added 01-27 11:00:18.891: E/wpa_supplicant(5262): nl80211: if_removed already cleared - ignore event 01-27 11:00:18.891: E/wpa_supplicant(5262): RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP]) 01-27 11:00:18.891: E/wpa_supplicant(5262): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added 01-27 11:00:18.891: E/wpa_supplicant(5262): nl80211: if_removed already cleared - ignore event 01-27 11:00:18.893: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=25): 42 53 53 20 52 41 4e 47 45 3d 30 2d 20 4d 41 53 4b 3d 30 78 32 31 39 38 37 01-27 11:00:18.893: E/wpa_supplicant(5262): wlan0: Control interface command 'BSS RANGE=0- MASK=0x21987' 01-27 11:00:18.895: E/wpa_supplicant(5262): RX ctrl_iface - hexdump(len=26): 42 53 53 20 52 41 4e 47 45 3d 35 32 2d 20 4d 41 53 4b 3d 30 78 32 31 39 38 37 01-27 11:00:18.895: E/wpa_supplicant(5262): wlan0: Control interface command 'BSS RANGE=52- MASK=0x21987' 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x104a len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1044 len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x103b len=1 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1047 len=16 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1021 len=24 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1023 len=28 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1024 len=6 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1042 len=8 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1054 len=8 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1011 len=9 01-27 11:00:18.895: E/wpa_supplicant(5262): WPS: attr type=0x1008 len=2 01-27 11:00:18.896: E/wpa_supplicant(5262): WPS: attr type=0x103c len=1 01-27 11:00:18.920: E/PhoneInterfaceManager(3771): [PhoneIntfMgr] getIccId: No UICC

xiaocong commented 9 years ago

Thank @gokulakrishnan . Yes, I also noticed the issue on my side. My previous assumption is the first launch may take more time on some devices, so I changed the waiting time for the first launch from 5s to 30s. But likely it doesn't work...

Please tell me in case any clue you found.