wifi scan results were not populating on GUI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

wifi scan results were not populating on GUI

8,802 Views
mutyalaraoneela
Contributor III

Hi all,

                    I made changes in wifi.c file.After those changes, i am able to on the wifi through GUI.After making changes in supplicant.conf file now ON , OFF through GUI working.Connection loading and unloading of driver is also successful.Only issue in front of me was scan results of AP's were not populating on the screen.Can any body please suggest what to do?

Thank you,

Mutyala rao

Labels (4)
0 Kudos
13 Replies

6,481 Views
haoranwang
NXP Employee
NXP Employee

Hi,

     Could you please provide more details to help understand "not populating on the screen"? Such as environment or logcat something.

     Thanks.

BRs,

Haoran

0 Kudos

6,481 Views
mutyalaraoneela
Contributor III

Hi Haoran,

                    My android wifi functionality is working fine.Thanks for continuous help.

Thank you,

Mutyala Rao

0 Kudos

6,481 Views
haoranwang
NXP Employee
NXP Employee

Hi Mutyala,

     Glad to hear that.

     Thanks.

BRs,

Haoran

0 Kudos

6,481 Views
mutyalaraoneela
Contributor III

Hi Haoran,

Hi all,

          I am observing the following issues with kitkat 4.4.3. Iam not understanding whether it is related to android source code issues or with my driver.

          1)After turning OFF wifi and turning ON my station is not able to connect automatically to the router which is connected before.

          2)I am not able to observe WIFI signal strength beside battery but able to observe signal strength of individual routers at settings->wifi.

          3)If the router goes to out of range and comes in sometimes, it is not able to connect to it.

Thank you,

Mutyala Rao.

0 Kudos

6,481 Views
ASTRIHK
Contributor III

Hi Mutyala rao,

Would you mind to share how to get work in wifi UI settings?

0 Kudos

6,481 Views
mutyalaraoneela
Contributor III

Hi ,

          Is framework expect scan results from wlan0?

Thank you

Mutyala  Rao

0 Kudos

6,481 Views
haoranwang
NXP Employee
NXP Employee

Hi,

     For the DHCP issue, I suggest you added a service like below in device/imx6/etc/init.rc :

service dhcpcd_wifi0 /system/bin/dhcpcd -aABDKL

    class main

    disabled

    oneshot

service iprenew_wifi0 /system/bin/dhcpcd -n

    class main

    disabled

    oneshot

I also suggest add:

setprop wlan.interface wifi0    in device/evk_6sl/init.rc

But I still cannot understand your "populating" issue. Is that mean you got less APs in the scan results?

BRs,

Haoran

0 Kudos

6,481 Views
mutyalaraoneela
Contributor III

Hi Haoran,

                    Assume like smart phone GUI, Menu->settings->wifi->wifi on. If we turn on the wifi SSID's of different AP's should display on the screen of smart phone.For me,the issue is on the screen, after turning ON the wifi it is showing like searching for wireless devices but not SSID's.Can you please share wpa_supplicant.conf file for bsd support.In wpa_supplicant.conf file I am giving SSID of AP so it is connecting directly to that AP.

Please see the latest logcat and suggest me what to do?

logcat
--------- beginning of /dev/log/main
I/installd(  123): installd firing up
--------- beginning of /dev/log/system
I/Vold    (  116): Vold 2.1 (the revenge) firing up
I/DEBUG   (  118): debuggerd: May 13 2015 17:06:11
E/DirectVolume(  116): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/extsd
E/DirectVolume(  116): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/udisk
I/Netd    (  117): Netd 1.0 starting
W/InterfaceController(  117): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/Vold    (  116): Volume extsd state changing -1 (Initializing) -> 0 (No-Media)
D/Vold    (  116): Volume udisk state changing -1 (Initializing) -> 0 (No-Media)
I/SurfaceFlinger(  119): SurfaceFlinger is starting
I/SurfaceFlinger(  119): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL  (  119): loaded /system/lib/egl/libGLES_android.so
I/imx6.gralloc(  119): fb_device_open dispid:0, fb:0
I/imx6.gralloc(  119): 16bpp setting of Framebuffer with RGB565 format!
W/imx6.gralloc(  119): using (fd=18)
W/imx6.gralloc(  119): id           = mxs-lcdif
W/imx6.gralloc(  119): xres         = 800 px
W/imx6.gralloc(  119): yres         = 480 px
W/imx6.gralloc(  119): xres_virtual = 800 px
W/imx6.gralloc(  119): yres_virtual = 1440 px
W/imx6.gralloc(  119): bpp          = 16
W/imx6.gralloc(  119): r            = 11:5
W/imx6.gralloc(  119): g            =  5:6
W/imx6.gralloc(  119): b            =  0:5
W/imx6.gralloc(  119): width        = 127 mm (160.000000 dpi)
W/imx6.gralloc(  119): height       = 76 mm (160.421051 dpi)
W/imx6.gralloc(  119): refresh rate = 60.26 Hz
I/FslHwcomposer(  119): using fsl hwc!!!
I/FslHwcomposer(  119): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**),553
I/FslHwcomposer(  119): using fsl hwc!
I/FslHwcomposer(  119): open /sys/class/graphics/fb0/fsl_disp_dev_property failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb1 failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb2 failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb3 failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb4 failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb5 failed
I/FslHwcomposer(  119): hwcomposer: open framebuffer fb0
I/imx6.gralloc(  119): fb_device_open dispid:0, fb:0
I/imx6.gralloc(  119): display already initialized...
I/FslHwcomposer(  119): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**),426
I/SurfaceFlinger(  119): Using composer version 1.3
W/SurfaceFlinger(  119): no suitable EGLConfig found, trying a simpler query
W/SurfaceFlinger(  119): EGL_SLOW_CONFIG selected!
I/SurfaceFlinger(  119): EGL informations:
I/SurfaceFlinger(  119): vendor    : Android
I/SurfaceFlinger(  119): version   : 1.4 Android META-EGL
I/SurfaceFlinger(  119): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
I/SurfaceFlinger(  119): Client API: OpenGL_ES
I/SurfaceFlinger(  119): EGLSurface: 5-6-5-0, config=0x0
I/SurfaceFlinger(  119): OpenGL ES informations:
I/SurfaceFlinger(  119): vendor    : Android
I/SurfaceFlinger(  119): renderer  : Android PixelFlinger 1.4
I/SurfaceFlinger(  119): version   : OpenGL ES-CM 1.0
I/SurfaceFlinger(  119): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
I/SurfaceFlinger(  119): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger(  119): GL_MAX_VIEWPORT_DIMS = 4096
E/cutils-trace(  119): Error opening trace file: Permission denied (13)
D/SurfaceFlinger(  119): Screen acquired, type=0 flinger=0x774c0450
I/FslHwcomposer(  119): prepare: targetHandle is null
D/libEGL  (  187): loaded /system/lib/egl/libGLES_android.so
E/cutils-trace(  187): Error opening trace file: Permission denied (13)
I/mediaserver(  122): ServiceManager: 0x77f20470
I/AudioFlinger(  122): Using default 3000 mSec as standby time.
I/CameraService(  122): CameraService started (pid=122)
I/CameraService(  122): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL(  122): Face Back Camera is csi, orient is 0
I/FslCameraHAL(  122): Face Front Camera is uvc, orient is 0
I/FslCameraHAL(  122): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL(  122): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase(  122): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary(  122): card 0, id wm8962audio ,driver wm8962-audio, name wm8962-audio
W/audio_hw_primary(  122): out rate 44100
W/audio_hw_primary(  122): in rate 44100, channels 1 format 0
W/audio_hw_primary(  122): card 1, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary(  122): out rate 44100
W/audio_hw_primary(  122): in rate 0, channels 0 format 0
I/AudioFlinger(  122): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary(  122): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary(  122): opened out stream...2012395432, type 1
I/AudioFlinger(  122): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/ARMAssembler(  187): generated scanline__00000077:03010102_00000A01_00000000 [  9 ipp] (30 ins) at [0x6e1a01f0:0x6e1a0268] in 109416 ns
I/ARMAssembler(  187): generated scanline__00000077:03545402_00000A01_00000000 [ 31 ipp] (52 ins) at [0x6e1a0270:0x6e1a0340] in 63041 ns
I/AudioMixer(  122): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe(  122): Failed to fetch local time frequency when constructing a MonoPipe (res = -32).  getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime(  120):
D/AndroidRuntime(  120): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(  120): CheckJNI is OFF
I/AndroidRuntime(  120): JNI options: '-Xjniopts:warnonly'
V/NatController(  117): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController(  117): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController(  117): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController(  117): runCmd(/system/bin/ip rule flush) res=0
V/NatController(  117): runCmd(/system/bin/ip -6 rule flush) res=0
V/NatController(  117): runCmd(/system/bin/ip rule add from all lookup default prio 32767) res=0
V/NatController(  117): runCmd(/system/bin/ip rule add from all lookup main prio 32766) res=0
V/NatController(  117): runCmd(/system/bin/ip -6 rule add from all lookup default prio 32767) res=0
V/NatController(  117): runCmd(/system/bin/ip -6 rule add from all lookup main prio 32766) res=0
V/NatController(  117): runCmd(/system/bin/ip route flush cache) res=0
V/NatController(  117): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=1
V/NatController(  117): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=1
V/NatController(  117): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
D/dalvikvm(  120): Trying to load lib libjavacore.so 0x0
D/dalvikvm(  120): Added shared lib libjavacore.so 0x0
D/dalvikvm(  120): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(  120): Added shared lib libnativehelper.so 0x0
D/dalvikvm(  120): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
D/dalvikvm(  120): Note: class Landroid/app/ActivityManagerNative; has 179 unimplemented (abstract) methods
D/MDnsDS  (  117): MDnsSdListener::Hander starting up
D/MDnsDS  (  117): MDnsSdListener starting to monitor
D/MDnsDS  (  117): Going to poll with pollCount 1
E/memtrack(  120): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug(  120): failed to load memtrack module: -2
I/SamplingProfilerIntegration(  120): Profiling disabled.
I/Zygote  (  120): Preloading classes...
E/cutils-trace(  120): Error opening trace file: Permission denied (13)
D/dalvikvm(  120): GC_EXPLICIT freed 39K, 8% free 520K/564K, paused 1ms+1ms, total 3ms
D/dalvikvm(  120): GC_EXPLICIT freed 3K, 4% free 596K/616K, paused 0ms+0ms, total 3ms
D/dalvikvm(  120): GC_EXPLICIT freed 16K, 3% free 640K/660K, paused 0ms+0ms, total 3ms
D/dalvikvm(  120): GC_EXPLICIT freed 20K, 4% free 674K/696K, paused 0ms+1ms, total 4ms
D/dalvikvm(  120): GC_EXPLICIT freed 10K, 2% free 718K/732K, paused 0ms+1ms, total 8ms
D/dalvikvm(  120): GC_EXPLICIT freed 27K, 4% free 747K/776K, paused 0ms+0ms, total 4ms
D/dalvikvm(  120): GC_EXPLICIT freed 35K, 5% free 816K/856K, paused 1ms+0ms, total 5ms
D/dalvikvm(  120): GC_EXPLICIT freed 29K, 4% free 843K/876K, paused 0ms+0ms, total 5ms
D/TextLayoutCache(  120): Using debug level = 0 - Debug Enabled = 0
D/dalvikvm(  120): GC_EXPLICIT freed 19K, 3% free 884K/908K, paused 1ms+0ms, total 5ms
I/dalvikvm(  120): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(  120): register_android_mtp_MtpDevice
I/dalvikvm(  120): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(  120): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(  120): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm(  120): GC_EXPLICIT freed 19K, 3% free 920K/944K, paused 1ms+0ms, total 5ms
D/dalvikvm(  120): GC_EXPLICIT freed 21K, 3% free 956K/980K, paused 0ms+0ms, total 5ms
D/dalvikvm(  120): GC_EXPLICIT freed 14K, 2% free 994K/1012K, paused 0ms+0ms, total 5ms
D/dalvikvm(  120): GC_EXPLICIT freed 28K, 3% free 1020K/1052K, paused 0ms+0ms, total 6ms
D/dalvikvm(  120): GC_EXPLICIT freed 16K, 2% free 1075K/1096K, paused 1ms+1ms, total 6ms
E/EmojiFactory_jni(  120): Failed to load libemoji.so: dlopen failed: library "libemoji.so" not found
D/dalvikvm(  120): GC_EXPLICIT freed 30K, 3% free 1391K/1424K, paused 1ms+0ms, total 9ms
D/dalvikvm(  120): GC_EXPLICIT freed 35K, 3% free 1415K/1452K, paused 0ms+1ms, total 10ms
D/dalvikvm(  120): GC_EXPLICIT freed 30K, 3% free 1440K/1476K, paused 1ms+1ms, total 14ms
D/dalvikvm(  120): GC_EXPLICIT freed 38K, 3% free 1457K/1496K, paused 1ms+1ms, total 9ms
I/LibraryLoader(  120): Loading: webviewchromium
I/LibraryLoader(  120): Time to load native libraries: 1052 ms (timestamps 2492-3544)
I/LibraryLoader(  120): Expected native library version number "",actual native library version number ""
D/dalvikvm(  120): GC_EXPLICIT freed 15K, 2% free 1496K/1516K, paused 1ms+2ms, total 15ms
D/dalvikvm(  120): GC_EXPLICIT freed 21K, 2% free 1528K/1552K, paused 0ms+1ms, total 9ms
D/dalvikvm(  120): GC_EXPLICIT freed 86K, 6% free 1579K/1668K, paused 1ms+1ms, total 10ms
D/dalvikvm(  120): GC_EXPLICIT freed 36K, 5% free 1597K/1668K, paused 1ms+1ms, total 15ms
D/dalvikvm(  120): GC_EXPLICIT freed 31K, 3% free 1623K/1668K, paused 1ms+1ms, total 11ms
D/dalvikvm(  120): GC_EXPLICIT freed 19K, 2% free 1685K/1708K, paused 1ms+1ms, total 11ms
D/dalvikvm(  120): GC_EXPLICIT freed 23K, 2% free 1716K/1744K, paused 1ms+1ms, total 12ms
D/dalvikvm(  120): GC_EXPLICIT freed 28K, 2% free 1743K/1776K, paused 1ms+1ms, total 10ms
D/dalvikvm(  120): GC_FOR_ALLOC freed 250K, 12% free 2003K/2256K, paused 14ms, total 14ms
D/dalvikvm(  120): GC_EXPLICIT freed 210K, 10% free 2124K/2340K, paused 1ms+1ms, total 20ms
D/dalvikvm(  120): GC_EXPLICIT freed 35K, 9% free 2143K/2340K, paused 1ms+1ms, total 14ms
D/dalvikvm(  120): GC_EXPLICIT freed 25K, 8% free 2176K/2348K, paused 1ms+1ms, total 14ms
W/Zygote  (  120): Class not found for preloading: java.lang.UnsafeByteSequence
D/dalvikvm(  120): GC_EXPLICIT freed 36K, 7% free 2196K/2348K, paused 1ms+2ms, total 15ms
D/dalvikvm(  120): GC_EXPLICIT freed 40K, 6% free 2212K/2348K, paused 2ms+2ms, total 16ms
D/dalvikvm(  120): GC_EXPLICIT freed 42K, 6% free 2225K/2348K, paused 1ms+2ms, total 14ms
I/System  (  120): Loaded time zone names for "" in 96ms (90ms in ICU)
I/System  (  120): Loaded time zone names for "en_US" in 55ms (47ms in ICU)
D/dalvikvm(  120): GC_EXPLICIT freed 193K, 9% free 2388K/2600K, paused 1ms+2ms, total 22ms
D/dalvikvm(  120): GC_EXPLICIT freed 14K, 6% free 2452K/2600K, paused 2ms+2ms, total 17ms
D/dalvikvm(  120): GC_EXPLICIT freed 30K, 5% free 2478K/2600K, paused 1ms+2ms, total 16ms
D/dalvikvm(  120): GC_EXPLICIT freed 34K, 4% free 2499K/2600K, paused 1ms+6ms, total 21ms
D/dalvikvm(  120): GC_EXPLICIT freed 32K, 4% free 2520K/2600K, paused 2ms+2ms, total 19ms
D/dalvikvm(  120): GC_EXPLICIT freed 29K, 3% free 2545K/2604K, paused 1ms+1ms, total 17ms
I/Zygote  (  120): ...preloaded 2777 classes in 5326ms.
D/dalvikvm(  120): GC_EXPLICIT freed 17K, 3% free 2548K/2604K, paused 1ms+2ms, total 19ms
I/Zygote  (  120): Preloading resources...
W/Resources(  120): Preloaded drawable resource #0x1080096 (android:drawable/toast_frame) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fb (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 34K, 3% free 2566K/2628K, paused 2ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x10800fa (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800f2 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800f1 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e6 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e5 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800f2 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fb (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e6 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800dc (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 102K, 5% free 2567K/2688K, paused 2ms+2ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800f1 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fa (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e5 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800db (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 61K, 5% free 2565K/2688K, paused 2ms+2ms, total 20ms
W/Resources(  120): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018c (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018b (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 51K, 5% free 2567K/2688K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108017e (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108017d (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108017c (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080128 (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011c (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011b (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 37K, 4% free 2581K/2688K, paused 1ms+1ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080116 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080115 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011b (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080115 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011d (android:drawable/btn_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080128 (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011c (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080116 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011e (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 44K, 3% free 2609K/2688K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801c8 (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 133K, 6% free 2576K/2728K, paused 1ms+5ms, total 24ms
W/Resources(  120): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801c7 (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 97K, 6% free 2578K/2728K, paused 1ms+2ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 26K, 5% free 2607K/2728K, paused 1ms+2ms, total 22ms
W/Resources(  120): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e1 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 63K, 4% free 2622K/2728K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e0 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 70K, 5% free 2608K/2728K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x108064c (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080650 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064a (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080652 (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064c (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064e (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080650 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108063f (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080644 (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080637 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080647 (android:drawable/textfield_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108063f (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080642 (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080644 (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080258 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 56K, 5% free 2609K/2728K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x108064b (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064f (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080649 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080651 (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064b (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064d (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064f (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108063e (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080643 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080636 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080646 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108063e (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080641 (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080643 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080257 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 55K, 5% free 2611K/2728K, paused 1ms+2ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x1080633 (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080635 (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080630 (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108026d (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108026e (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108026d (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080274 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080270 (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108026e (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080275 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080271 (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080421 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 75K, 5% free 2609K/2728K, paused 1ms+2ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080422 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080401 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080400 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080432 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080433 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108043a (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080431 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080430 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 49K, 5% free 2616K/2728K, paused 1ms+2ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x1080437 (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080436 (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080437 (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080431 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080435 (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080436 (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080430 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080434 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108047c (android:drawable/overscroll_edge) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 57K, 5% free 2617K/2744K, paused 3ms+1ms, total 22ms
W/Resources(  120): Preloaded drawable resource #0x108047d (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 187K, 11% free 2586K/2900K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x1080545 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080544 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080549 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080548 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108054b (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108054a (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c5 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c6 (android:drawable/progress_bg_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 47K, 11% free 2589K/2900K, paused 2ms+1ms, total 25ms
W/Resources(  120): Preloaded drawable resource #0x10804c5 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d2 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d0 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c7 (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c6 (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d3 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d1 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c8 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804db (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804dc (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804dd (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804de (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804df (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804e0 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804e1 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804e2 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c9 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 198K, 11% free 2598K/2900K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x108054b (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108054a (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804cb (android:drawable/progress_large_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080549 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080548 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804ce (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d0 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d1 (android:drawable/progress_primary_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 55K, 11% free 2595K/2900K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x10804d2 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d3 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080545 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080544 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d5 (android:drawable/progress_small_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080535 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080534 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080531 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080532 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080536 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080534 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080531 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080533 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080528 (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080529 (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 30K, 10% free 2631K/2900K, paused 2ms+1ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x1080208 (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108020b (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080209 (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802bc (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108020a (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802bd (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d0 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 34K, 9% free 2651K/2900K, paused 2ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x10800d1 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d2 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d1 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d2 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d0 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080355 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080353 (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 55K, 9% free 2649K/2900K, paused 1ms+3ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x1080356 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080354 (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080359 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108035a (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080360 (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108035f (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802c0 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802c2 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802bf (android:drawable/ic_clear) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802c0 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802c2 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080392 (android:drawable/ic_search) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802dd (android:drawable/ic_go) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 53K, 9% free 2648K/2900K, paused 1ms+1ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x108039b (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080221 (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080222 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080226 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080227 (android:drawable/dialog_full_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108022f (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080230 (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080231 (android:drawable/dialog_top_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 17K, 8% free 2686K/2900K, paused 1ms+1ms, total 23ms
W/Resources(  120): Preloaded drawable resource #0x1080232 (android:drawable/dialog_top_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802d1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802d2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f4 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f5 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f5 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 67K, 8% free 2673K/2900K, paused 1ms+2ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803b3 (android:drawable/item_background_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803b4 (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 67K, 9% free 2666K/2900K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080281 (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080281 (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080282 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 41K, 8% free 2678K/2900K, paused 1ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x1080282 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108025b (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080662 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080656 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080664 (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065f (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065d (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080666 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080663 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080657 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080665 (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 48K, 8% free 2684K/2900K, paused 2ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x1080660 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065e (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080667 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080662 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080656 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065f (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065d (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080663 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080657 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080660 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065e (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062b (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080626 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062a (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080625 (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108061a (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062b (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080626 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062a (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080625 (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 67K, 8% free 2674K/2900K, paused 1ms+2ms, total 20ms
I/Zygote  (  120): ...preloaded 274 resources in 1342ms.
I/Zygote  (  120): ...preloaded 31 resources in 10ms.
D/dalvikvm(  120): GC_EXPLICIT freed 24K, 8% free 2687K/2900K, paused 1ms+1ms, total 17ms
D/dalvikvm(  120): GC_EXPLICIT freed 12K, 8% free 2675K/2900K, paused 1ms+1ms, total 17ms
D/dalvikvm(  120): GC_EXPLICIT freed <1K, 8% free 2675K/2900K, paused 1ms+2ms, total 22ms
I/dalvikvm(  120): System server process 418 has been created
I/Zygote  (  120): Accepting command socket connections
D/        (  418): Setting time of day to sec=86400
W/SystemServer(  418): System clock is before 1970; setting to 1970.
D/SensorService(  418): nuSensorService starting...
E/SensorService(  418): couldn't load sensors module (No such file or directory)
I/installd(  123): new connection
E/SWITCHPROFILE(  418): setprop: sys.interactive = active
I/SystemServer(  418): Entered the Android system server!
I/SystemServer(  418): Waiting for installd to be ready.
I/Installer(  418): connecting...
I/SystemServer(  418): Power Manager
I/SystemServer(  418): Activity Manager
I/ActivityManager(  418): Memory class: 64
W/BatteryStatsImpl(  418): Couldn't get kernel wake lock stats
W/UsageStats(  418): Usage stats version changed; dropping
D/dalvikvm(  418): GC_CONCURRENT freed 155K, 7% free 2931K/3148K, paused 2ms+2ms, total 25ms
I/IntentFirewall(  418): Read new rules (A:0 B:0 S:0)
I/SystemServer(  418): Display Manager
I/SystemServer(  418): Telephony Registry
I/DisplayManagerService(  418): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 160.0 x 160.421 dpi, touch INTERNAL, rotation 0, type BUILT_IN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
I/SystemServer(  418): Scheduling Policy
I/SystemServer(  418): Package Manager
D/dalvikvm(  418): GC_CONCURRENT freed 404K, 14% free 3021K/3492K, paused 3ms+1ms, total 23ms
D/dalvikvm(  418): WAIT_FOR_CONCURRENT_GC blocked 6ms
D/SELinuxMMAC(  418): Couldn't find install policy /data/security/mac_permissions.xml
D/SELinuxMMAC(  418): Using install policy file /system/etc/security/mac_permissions.xml
D/dalvikvm(  418): GC_CONCURRENT freed 293K, 11% free 3152K/3512K, paused 2ms+10ms, total 29ms
W/PackageParser(  418): No actions in intent filter at /system/priv-app/Contacts.apk Binary XML file line #375
D/dalvikvm(  418): GC_CONCURRENT freed 128K, 6% free 3409K/3600K, paused 2ms+1ms, total 23ms
W/PackageParser(  418): No actions in intent filter at /system/priv-app/Dialer.apk Binary XML file line #163
I/AudioFlinger(  122): Using module 1 has the primary audio interface
I/AudioFlinger(  122): AudioFlinger's thread 0x760a6008 ready to run
W/audio_hw_primary(  122): out_set_parameters routing=2, ret 1, out 2012395432
I/audio_a2dp_hw(  122): adev_open:  adev_open in A2dp_hw module
I/AudioFlinger(  122): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix(  122): adev_open(name=audio_hw_if)
I/r_submix(  122): adev_init_check()
I/AudioFlinger(  122): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger(  122): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService(  122): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/ResourceType(  418): Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
D/dalvikvm(  418): GC_CONCURRENT freed 182K, 7% free 3665K/3908K, paused 3ms+258ms, total 285ms
W/PackageParser(  418): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #211
D/dalvikvm(  418): GC_CONCURRENT freed 203K, 7% free 3865K/4132K, paused 3ms+2ms, total 32ms
D/dalvikvm(  418): GC_CONCURRENT freed 278K, 8% free 3988K/4328K, paused 2ms+2ms, total 33ms
D/PackageManager(  418): No files in app dir /vendor/app
W/PackageManager(  418): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager(  418): Time to scan packages: 3.451 seconds
W/PackageManager(  418): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager(  418): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(  418): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  418): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  418): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(  418): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(  418): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(  418): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager(  418): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(  418): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager(  418): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(  418): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager(  418): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm(  418): GC_EXPLICIT freed 403K, 12% free 3917K/4444K, paused 1ms+2ms, total 29ms
I/SystemServer(  418): Entropy Mixer
I/EntropyMixer(  418): Writing entropy...
I/SystemServer(  418): User Service
I/SystemServer(  418): Account Manager
I/SystemServer(  418): Content Manager
I/SystemServer(  418): System Content Providers
I/lights  (  418): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights  (  418): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer(  418): Lights Service
E/ConsumerIrService(  418): Can't open consumer IR HW Module, error: -2
I/SystemServer(  418): Battery Service
I/SystemServer(  418): Vibrator Service
I/SystemServer(  418): Consumer IR Service
I/libsuspend(  418): Selected early suspend
I/libsuspend(  418): Starting early suspend unblocker thread
I/SWITCHPROFILE(  418): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(  418): setprop: sys.interactive = active
D/PermissionCache(  119): checking android.permission.ACCESS_SURFACE_FLINGER for uid=1000 => granted (452 us)
D/SurfaceFlinger(  119): Screen acquired, type=0 flinger=0x774c0450
D/SurfaceFlinger(  119):  screen was previously acquired
I/SystemServer(  418): Alarm Manager
I/SystemServer(  418): Init Watchdog
I/SystemServer(  418): Input Manager
I/InputManager(  418): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer(  418): Window Manager
I/WindowManager(  418): No existing display settings /data/system/display_settings.xml; starting empty
I/WindowManager(  418): No keyguard interface!
I/InputManager(  418): Starting input manager
I/SystemServer(  418): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer(  418): Input Method Service
E/EventHub(  418): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService(  418): Couldn't create dir.: /data/system/inputmethod
W/ResourceType(  418): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer(  418): Accessibility Manager
D/EventHub(  418): No input device configuration file found for device 'WM8962 Beep Generator'.
D/dalvikvm(  418): GC_CONCURRENT freed 215K, 8% free 4098K/4444K, paused 3ms+2ms, total 68ms
I/ActivityManager(  418): Config changes=1df8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h640dp 120dpi lrg long land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/ActivityManager(  418): Config changes=500 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.3}
I/SystemServer(  418): Mount Service
D/MountService(  418): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService(  418): addVolumeLocked() StorageVolume:
D/MountService(  418):     mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040663
D/MountService(  418):     mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100
D/MountService(  418):     mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0} mUuid=null
D/MountService(  418):     mUserLabel=null mState=null
D/MountService(  418): got storage path: /storage/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(  418): addVolumeLocked() StorageVolume:
D/MountService(  418):     mStorageId=0 mPath=/storage/extsd mDescriptionId=17040664 mPrimary=false
D/MountService(  418):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService(  418):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
D/MountService(  418): got storage path: /storage/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(  418): addVolumeLocked() StorageVolume:
D/MountService(  418):     mStorageId=0 mPath=/storage/udisk mDescriptionId=17040665 mPrimary=false
D/MountService(  418):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService(  418):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
I/SystemServer(  418): LockSettingsService
I/SystemServer(  418): Device Policy
I/SystemServer(  418): Status Bar
I/SystemServer(  418): Clipboard Service
I/SystemServer(  418): NetworkManagement Service
I/SystemServer(  418): Text Service Manager Service
E/EventHub(  418): could not get driver version for /dev/input/mouse0, Not a typewriter
D/MountService(  418): volume state changed for /storage/extsd (unmounted -> removed)
D/MountService(  418): volume state changed for /storage/udisk (unmounted -> removed)
I/SystemServer(  418): NetworkStats Service
I/SystemServer(  418): NetworkPolicy Service
I/PackageManager(  418): No secure containers on sdcard
W/PackageManager(  418): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager(  418): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(  418): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  418): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  418): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(  418): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(  418): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(  418): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager(  418): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(  418): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager(  418): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(  418): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager(  418): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
I/SystemServer(  418): Wi-Fi P2pService
D/EventHub(  418): No input device configuration file found for device 'PixArt USB Optical Mouse'.
I/EventHub(  418): New device: id=2, fd=103, path='/dev/input/event1', name='PixArt USB Optical Mouse', classes=0x80000008, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=true
I/EventHub(  418): New device: id=3, fd=104, path='/dev/input/event0', name='20b8000.kpp', classes=0x1, configuration='/system/usr/idc/20b8000_kpp.idc', keyLayout='/system/usr/keylayout/20b8000_kpp.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=true
I/InputReader(  418): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader(  418): Device added: id=0, name='20b8000.kpp', sources=0x00000101
I/InputReader(  418): Device added: id=2, name='PixArt USB Optical Mouse', sources=0x00002002
I/InputReader(  418): Reconfiguring input devices.  changes=0x00000004
I/SystemServer(  418): Wi-Fi Service
D/dalvikvm(  418): GC_CONCURRENT freed 256K, 8% free 4247K/4576K, paused 2ms+2ms, total 68ms
D/WifiController(  418): isAirplaneModeOn = false, isWifiEnabled = true, isScanningAvailable = false
I/SystemServer(  418): Connectivity Service
D/ConnectivityService(  418): ConnectivityService starting up
D/ConnectivityService(  418): wifiOnly=false
E/ConnectivityService(  418): Ignoring protectedNetwork 14
D/CommandListener(  117): Setting iface cfg
D/CommandListener(  117): Trying to bring up eth0
D/WifiHW  (  418): Unable to unload driver module "onebox_wlan_gpl": No such file or directory
E/WifiHW  (  418): ******** *****ko rmmod failed
E/WifiApConfigStore(  418): Bad version on hotspot configuration file, set defaults
E/MobileDataStateTracker(  418): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker(  418): default: Could not enable APN type "default"
I/WifiService(  418): WifiService starting up with Wi-Fi enabled
D/WifiService(  418): setWifiEnabled: true pid=418, uid=1000
D/WifiController(  418): WifiController msg { when=0 what=155656 target=com.android.internal.util.StateMachine$SmHandler } deferred for 205ms
I/SystemServer(  418): Network Service Discovery Service
D/NsdService(  418): Network service discovery enabled true
I/SystemServer(  418): UpdateLock Service
I/SystemServer(  418): Notification Manager
I/SystemServer(  418): Device Storage Monitor
I/SystemServer(  418): Location Manager
I/SystemServer(  418): Country Detector
I/SystemServer(  418): Search Service
I/SystemServer(  418): DropBox Service
I/SystemServer(  418): Wallpaper Service
I/SystemServer(  418): Audio Service
D/dalvikvm(  418): GC_CONCURRENT freed 338K, 9% free 4420K/4828K, paused 3ms+5ms, total 57ms
D/dalvikvm(  418): WAIT_FOR_CONCURRENT_GC blocked 1ms
I/MediaFocusControl(  418):   Remote Control   registerMediaButtonIntent() for PendingIntent{2c0818b0: PendingIntentRecord{2c0e3c38 android broadcastIntent}}
I/SystemServer(  418): Dock Observer
W/DockObserver(  418): This kernel does not have dock station support
I/SystemServer(  418): Wired Accessory Manager
W/WiredAccessoryManager(  418): This kernel does not have HDMI audio support
I/SystemServer(  418): USB Service
D/WifiController(  418): DEFERRED_TOGGLE handled
E/WifiHW  (  418): Loading WiFi driver here
I/SystemServer(  418): Serial Service
I/SystemServer(  418): Twilight Service
I/SystemServer(  418): UI Mode Manager Service
I/SystemServer(  418): Backup Service
V/BackupManagerService(  418): Initializing package tracking
E/WifiHW  (  418): *****onebox_nongpl.ko inserted
V/BackupManagerService(  418): No ancestral data
V/BackupManagerService(  418): addPackageParticipantsLocked: all
I/BackupManagerService(  418): Scheduling backup for new app com.android.calendar
D/BackupManagerService(  418): Now staging backup of com.android.calendar
I/BackupManagerService(  418): Scheduling backup for new app com.android.browser
D/BackupManagerService(  418): Now staging backup of com.android.browser
I/BackupManagerService(  418): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService(  418): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService(  418): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService(  418): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService(  418): Scheduling backup for new app android
D/BackupManagerService(  418): Now staging backup of android
I/BackupManagerService(  418): Scheduling backup for new app com.android.dialer
D/BackupManagerService(  418): Now staging backup of com.android.dialer
I/BackupManagerService(  418): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService(  418): Now staging backup of com.android.providers.settings
V/BackupManagerService(  418): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService(  418): Found transports: 1
I/BackupManagerService(  418): Binding to transport host ComponentInfo{android/com.android.internal.backup.LocalTransportService}
I/BackupManagerService(  418): Found stale backup journal, scheduling
I/BackupManagerService(  418):   com.android.calendar
I/BackupManagerService(  418):   com.android.browser
I/BackupManagerService(  418):   com.android.providers.userdictionary
I/BackupManagerService(  418):   com.android.sharedstoragebackup
I/BackupManagerService(  418):   android
I/BackupManagerService(  418):   com.android.dialer
I/BackupManagerService(  418):   com.android.providers.settings
I/BackupManagerService(  418): Backup enabled => false
I/BackupManagerService(  418): Opting out of backup
I/SystemServer(  418): AppWidget Service
I/SystemServer(  418): Recognition Service
I/SystemServer(  418): DiskStats Service
I/SystemServer(  418): SamplingProfiler Service
I/SystemServer(  418): NetworkTimeUpdateService
I/SystemServer(  418): CommonTimeManagementService
I/SystemServer(  418): CertBlacklister
I/SystemServer(  418): Dreams Service
I/SystemServer(  418): Assets Atlas Service
I/WindowManager(  418): SAFE MODE not enabled
D/Atlas   (  418): Loaded configuration: SliceMinArea (768x768) flags=0x2 count=24
D/dalvikvm(  418): JIT started for system_server
I/SystemServer(  418): IdleMaintenanceService
I/SystemServer(  418): Print Service
I/SystemServer(  418): Media Router Service
D/libEGL  (  418): loaded /system/lib/egl/libGLES_android.so
W/AssetAtlasService(  418): Could not find EGL configuration
D/Atlas   (  418): Rendered atlas in 52.53ms (0.93+51.60ms)
I/Zygote  (  418): Process: zygote socket opened
V/KeyguardServiceDelegate(  418): *** Keyguard started
V/KeyguardServiceDelegate(  418): onSystemReady() called before keyguard service was ready
I/ActivityManager(  418): Start proc com.android.systemui for service com.android.keyguard/.KeyguardService: pid=470 uid=10007 gids={50007, 1028, 1015, 1035, 3002, 3001}
I/SWITCHPROFILE(  418): Switchprofile thread received GOV_INTERACTIVE from Power HAL
W/SystemServer(  418): ***********************************************
E/SWITCHPROFILE(  418): setprop: sys.interactive = active
F/SystemServer(  418): BOOT FAILURE making Package Manager Service ready
F/SystemServer(  418): java.lang.SecurityException: Unable to find app for caller android.app.ActivityThread$ApplicationThread@2c135f20 (pid=418) when registering receiver android.app.LoadedApk$ReceiverDispatcher$InnerReceiver@2c1367c8
F/SystemServer(  418):     at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:13021)
F/SystemServer(  418):     at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1450)
F/SystemServer(  418):     at android.app.ContextImpl.registerReceiverAsUser(ContextImpl.java:1425)
F/SystemServer(  418):     at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:84)
F/SystemServer(  418):     at com.android.server.pm.UserManagerService.systemReady(UserManagerService.java:239)
F/SystemServer(  418):     at com.android.server.pm.PackageManagerService.systemReady(PackageManagerService.java:10476)
F/SystemServer(  418):     at com.android.server.ServerThread.initAndLoop(SystemServer.java:893)
F/SystemServer(  418):     at com.android.server.SystemServer.main(SystemServer.java:1179)
F/SystemServer(  418):     at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer(  418):     at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer(  418):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
F/SystemServer(  418):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
F/SystemServer(  418):     at dalvik.system.NativeStart.main(Native Method)
I/AppOps  (  418): Pruning old package media/1013: new uid=-1
D/dalvikvm(  418): GC_CONCURRENT freed 321K, 8% free 4614K/5004K, paused 13ms+4ms, total 153ms
D/dalvikvm(  418): WAIT_FOR_CONCURRENT_GC blocked 39ms
I/ActivityManager(  418): System now ready
I/SystemServer(  418): Making services ready
D/NetworkManagementService(  418): enabling bandwidth control
W/MountService(  418): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
V/KeyguardService(  470): onCreate()
E/cutils-trace(  122): Error opening trace file: Permission denied (13)
D/SystemUIService(  470): loading: class com.android.systemui.recent.Recents
D/SystemUIService(  470): running: com.android.systemui.recent.Recents@2bf37f68
D/SystemUIService(  470): loading: class com.android.systemui.statusbar.SystemBars
D/SystemUIService(  470): running: com.android.systemui.statusbar.SystemBars@2bf38550
D/SystemUIService(  470): loading: class com.android.systemui.usb.StorageNotification
D/SystemUIService(  470): running: com.android.systemui.usb.StorageNotification@2bf3a310
D/SystemUIService(  470): loading: class com.android.systemui.power.PowerUI
D/SystemUIService(  470): running: com.android.systemui.power.PowerUI@2bf3ba80
D/SystemUIService(  470): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService(  470): running: com.android.systemui.media.RingtonePlayer@2bf3cd38
D/SystemUIService(  470): loading: class com.android.systemui.settings.SettingsUI
D/SystemUIService(  470): running: com.android.systemui.settings.SettingsUI@2bf3e020
E/NetdConnector(  418): NDC Command {5 bandwidth enable} took too long (578ms)
I/StatusBarManagerService(  418): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@2c0e8310
D/PhoneStatusBar(  470): mSettingsPanelGravity = 8388661
I/ActivityManager(  418): Start proc android.process.media for broadcast com.android.providers.media/.MtpReceiver: pid=544 uid=10005 gids={50005, 1028, 1015, 1023, 1024, 2001, 3003, 3007}
I/ActivityManager(  418): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.4}
W/RecognitionManagerService(  418): no available voice recognition services found for user 0
W/InputMethodManagerService(  418): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType(  418): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager(  418): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=557 uid=10027 gids={50027, 1028, 1015}
V/InputMethodManagerService(  418): Adding window token: android.os.Binder@2c1420f8
W/GpsLocationProvider(  418): Could not open GPS configuration file /etc/gps.conf
E/FlpHardwareProvider(  418): Error hw_get_module 'flp': -2
W/LocationManagerService(  418): no network location provider found
E/LocationManagerService(  418): no geocoder provider found
E/LocationManagerService(  418): No FusedProvider found.
E/FlpHardwareProvider(  418): Error hw_get_module 'flp': -2
D/dalvikvm(  470): GC_FOR_ALLOC freed 142K, 7% free 2895K/3100K, paused 35ms, total 71ms
E/LocationManagerService(  418): no geofence provider found
I/CommonTimeManagementService(  418): No common time service detected on this platform.  Common time services will be unavailable.
I/InputReader(  418): Reconfiguring input devices.  changes=0x00000020
I/InputReader(  418): Reconfiguring input devices.  changes=0x00000010
I/ActivityManager(  418): Start proc com.android.phone for added application com.android.phone: pid=569 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
I/ActivityManager(  418): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager(  418): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=581 uid=10008 gids={50008}
I/Choreographer(  418): Skipped 98 frames!  The application may be doing too much work on its main thread.
V/KeyguardServiceDelegate(  418): *** Keyguard connected (yay!)
W/InputMethodManagerService(  418): Focus gain on non-focused client android.view.inputmethod.InputMethodManager$1@2c128a40 (uid=1000 pid=418)
D/dalvikvm(  418): GC_CONCURRENT freed 263K, 7% free 4804K/5140K, paused 3ms+12ms, total 231ms
I/MediaFocusControl(  418):   Remote Control   registerMediaButtonIntent() for PendingIntent{2c11eec8: PendingIntentRecord{2c0e3c38 android broadcastIntent}}
I/LatinIME(  557): Hardware accelerated drawing: true
V/BackupManagerService(  418): Connected to transport ComponentInfo{android/com.android.internal.backup.LocalTransportService}
V/BackupManagerService(  418): Registering transport android/com.android.internal.backup.LocalTransportService::android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@2c1693d8
D/dalvikvm(  470): GC_CONCURRENT freed 30K, 4% free 3279K/3384K, paused 6ms+19ms, total 120ms
V/PhoneStatusBar/NavigationBarView(  470): touchEnabled:false
W/ResourceType(  418): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/InputAttributes(  557): No editor info for this field. Bug?
E/BluetoothAdapter(  470): Bluetooth binder is null
E/BluetoothAdapter(  470): Bluetooth binder is null
I/ResourceUtils(  557): Found default value: resource=keypress_vibration_durations build=[HARDWARE=freescale MODEL=EVK_MX6SL BRAND=Freescale MANUFACTURER=Freescale] default=-1
I/ResourceUtils(  557): Found default value: resource=keypress_volumes build=[HARDWARE=freescale MODEL=EVK_MX6SL BRAND=Freescale MANUFACTURER=Freescale] default=-1.0f
I/LatinIME:LogUtils(  557): Dictionary info: dictionary = userunigram.en_US.dict ; version = ? ; date = ?
E/BluetoothAdapter(  470): Bluetooth binder is null
I/ActivityManager(  418): Start proc android.process.acore for content provider com.android.providers.userdictionary/.UserDictionaryProvider: pid=608 uid=10002 gids={50002, 3003, 1028, 1015}
D/dalvikvm(  557): GC_CONCURRENT freed 190K, 8% free 2896K/3148K, paused 3ms+23ms, total 133ms
I/LatinIME:LogUtils(  557): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
E/BluetoothAdapter(  569): Bluetooth binder is null
E/BluetoothAdapter(  569): Bluetooth binder is null
D/dalvikvm(  569): GC_CONCURRENT freed 177K, 8% free 2944K/3184K, paused 3ms+2ms, total 103ms
D/dalvikvm(  581): GC_CONCURRENT freed 184K, 8% free 2898K/3144K, paused 3ms+55ms, total 93ms
E/BluetoothAdapter(  470): Bluetooth binder is null
D/CallNotifier(  569): CallNotifier: mSignalInfoToneGenerator created when toneplay
E/BluetoothAdapter(  569): Bluetooth binder is null
D/MobileDataStateTracker(  418): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  418): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  418): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  418): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  418): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  418): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  418): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  418): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  418): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  418): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  418): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  418): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  418): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/dalvikvm(  608): GC_CONCURRENT freed 258K, 10% free 2924K/3244K, paused 6ms+2ms, total 71ms
D/dalvikvm(  418): GC_CONCURRENT freed 322K, 8% free 4893K/5284K, paused 135ms+5ms, total 208ms
D/MobileDataStateTracker(  418): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  418): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  418): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/dalvikvm(  581): GC_CONCURRENT freed 141K, 7% free 3162K/3368K, paused 3ms+2ms, total 41ms
I/ActivityManager(  418): Start proc com.android.printspooler for service com.android.printspooler/.PrintSpoolerService: pid=642 uid=10037 gids={50037}
D/MobileDataStateTracker(  418): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  418): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  418): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  418): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  418): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  418): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  418): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  418): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  418): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  418): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  418): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
I/LatinIME:LogUtils(  557): Dictionary info: dictionary = UserHistoryDictionary.en_US.dic ; version = ? ; date = 86433
D/MobileDataStateTracker(  418): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  418): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
I/LatinIME:LogUtils(  557): Dictionary info: dictionary = personalization.en_US.dict ; version = ? ; date = 86433
D/PhoneStatusBar(  470): disable: < expand icons alerts ticker system_info back home recent clock search >
I/LatinIME:LogUtils(  557): Dictionary info: dictionary = PersonalizationPredictionDictio ; version = ? ; date = 86433
D/MobileDataStateTracker(  418): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  418): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  418): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  418): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  418): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  418): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  418): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/TelephonyDebugService(  569): TelephonyDebugService()
D/MobileDataStateTracker(  418): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  418): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
I/PrintSpoolerService(  642): No existing print spooler state.
D/MobileDataStateTracker(  418): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/dalvikvm(  470): GC_CONCURRENT freed 135K, 6% free 3639K/3836K, paused 18ms+21ms, total 78ms
D/MobileDataStateTracker(  418): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  418): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  418): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  418): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  418): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
E/BluetoothAdapter(  470): Bluetooth binder is null
W/CallNotifier(  569): Got onMwiChanged() on non-voice-capable device! Ignoring...
D/MobileDataStateTracker(  418): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  418): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  418): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/PhoneStatusBar(  470): heads up is disabled
D/PhoneStatusBar(  470): mSettingsPanelGravity = 8388661
I/ActivityManager(  418): Displayed com.android.launcher/com.android.launcher2.Launcher: +2s998ms
D/PhoneStatusBar(  470): disable: < expand icons alerts ticker system_info back home RECENT* clock SEARCH* >
V/KeyguardHostView(  470): Initial transport state: 1, pbstate=0
D/dalvikvm(  581): GC_CONCURRENT freed 104K, 5% free 3492K/3660K, paused 8ms+7ms, total 70ms
D/dalvikvm(  581): WAIT_FOR_CONCURRENT_GC blocked 43ms
I/FusedLocation(  418): engine started (com.android.location.fused)
D/dalvikvm(  470): GC_CONCURRENT freed 115K, 5% free 3959K/4140K, paused 3ms+2ms, total 72ms
I/Choreographer(  470): Skipped 176 frames!  The application may be doing too much work on its main thread.
V/KeyguardHostView(  470): music state changed: 0
D/dalvikvm(  470): GC_CONCURRENT freed 130K, 5% free 4217K/4412K, paused 10ms+12ms, total 73ms
D/dalvikvm(  470): WAIT_FOR_CONCURRENT_GC blocked 4ms
I/dalvikvm-heap(  470): Grow heap (frag case) to 11.988MB for 8192016-byte allocation
D/dalvikvm(  470): GC_CONCURRENT freed 9K, 2% free 12208K/12416K, paused 5ms+11ms, total 58ms
D/dalvikvm(  470): GC_FOR_ALLOC freed 8001K, 5% free 4208K/4412K, paused 32ms, total 43ms
I/dalvikvm-heap(  470): Grow heap (frag case) to 11.980MB for 8192016-byte allocation
D/dalvikvm(  470): GC_CONCURRENT freed <1K, 2% free 12208K/12416K, paused 17ms+2ms, total 54ms
D/libEGL  (  470): loaded /system/lib/egl/libGLES_android.so
I/Choreographer(  470): Skipped 70 frames!  The application may be doing too much work on its main thread.
I/SurfaceFlinger(  119): Boot is finished (23189 ms)
V/KeyguardServiceDelegate(  418): **** SHOWN CALLED ****
D/PhoneStatusBar(  470): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT clock SEARCH >
W/View    (  470): requestLayout() improperly called by android.widget.TextClock{2c0566d8 V.ED.... ......ID 29,0-280,141 #7f0a0047 app:id/clock_view} during layout: running second layout pass
W/View    (  470): requestLayout() improperly called by android.widget.TextClock{2c0285e8 V.ED.... ......ID 118,0-192,17 #7f0a004c app:id/date_view} during layout: running second layout pass
D/PhoneStatusBar(  470): disable: < expand icons alerts ticker system_info BACK HOME RECENT CLOCK* SEARCH >
D/dalvikvm(  418): GC_CONCURRENT freed 310K, 8% free 5014K/5396K, paused 2ms+3ms, total 105ms
I/ActivityManager(  418): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=671 uid=1000 gids={41000, 3003, 1028, 1015, 3002, 3001}
D/MtpService(  544): updating state; isCurrentUser=true, mMtpLocked=false
D/MtpService(  544): addStorageLocked 65537 /storage/emulated/0
D/MtpService(  544): updating state; isCurrentUser=true, mMtpLocked=false
D/MtpService(  544): starting MTP server in MTP mode
D/MtpService(  544): addStorageLocked 65537 /storage/emulated/0
E/BluetoothAdapter(  671): Bluetooth binder is null
I/ActivityManager(  418): Start proc com.android.music for broadcast com.android.music/.MediaButtonIntentReceiver: pid=688 uid=10032 gids={50032, 3003, 1028, 1015}
D/dalvikvm(  120): GC_EXPLICIT freed 38K, 4% free 2687K/2788K, paused 1ms+2ms, total 35ms
I/dalvikvm(  688): Enabling JNI app bug workarounds for target SDK version 9...
D/dalvikvm(  120): GC_EXPLICIT freed <1K, 4% free 2687K/2788K, paused 1ms+10ms, total 34ms
D/dalvikvm(  120): GC_EXPLICIT freed <1K, 4% free 2687K/2788K, paused 1ms+1ms, total 34ms
E/BluetoothAdapter(  418): Bluetooth binder is null
E/BluetoothAdapter(  418): Bluetooth binder is null
V/WiredAccessoryManager(  418): init()
W/WiredAccessoryManager(  418): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/PowerManagerService(  418): Boot animation finished.
I/RecoverySystem(  418): No recovery log file
I/ActivityManager(  418): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarReceiver: pid=705 uid=10001 gids={50001, 3003, 1028, 1015}
I/BootReceiver(  418): Copying audit failures to DropBox
I/BootReceiver(  418): Checking for fsck errors
I/MediaFocusControl(  418):   Remote Control   registerMediaButtonIntent() for PendingIntent{2c051270: PendingIntentRecord{2c0f5998 com.android.music broadcastIntent}}
V/KeyguardHostView(  470): hide transport, gen:2
V/KeyguardHostView(  470): update widget: transport state changed
V/KeyguardHostView(  470): hide transport, gen:3
I/CalendarProvider2(  705): Created com.android.providers.calendar.CalendarAlarmManager@2bf39a18(com.android.providers.calendar.CalendarProvider2@2bf316e8)
I/ActivityManager(  418): Delay finish: com.android.providers.media/.MediaScannerReceiver
I/ActivityManager(  418): Delaying start of: ServiceRecord{2c1aa858 u0 com.android.providers.calendar/.EmptyService}
D/dalvikvm(  581): GC_CONCURRENT freed 129K, 5% free 3748K/3944K, paused 2ms+3ms, total 33ms
D/dalvikvm(  581): GC_FOR_ALLOC freed 53K, 6% free 3767K/3968K, paused 34ms, total 44ms
I/dalvikvm-heap(  581): Grow heap (frag case) to 4.967MB for 1290512-byte allocation
D/dalvikvm(  581): GC_CONCURRENT freed 2K, 4% free 5025K/5232K, paused 6ms+1ms, total 34ms
D/dalvikvm(  581): WAIT_FOR_CONCURRENT_GC blocked 86ms
D/dalvikvm(  544): GC_CONCURRENT freed 199K, 9% free 2865K/3128K, paused 22ms+1ms, total 113ms
I/CalendarProvider2(  705): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
W/ContentResolver(  705): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
I/ActivityManager(  418): Resuming delayed broadcast
I/ActivityManager(  418): Start proc com.android.mms for broadcast com.android.mms/.transaction.MmsSystemEventReceiver: pid=751 uid=10009 gids={50009, 3003, 1028, 1015}
D/MtpService(  544): updating state; isCurrentUser=true, mMtpLocked=false
D/CountryDetector(  418): The first listener is added
V/MmsConfig(  751): mnc/mcc:
V/MmsConfig(  751): tag: bool value: enabledMMS - true
V/MmsConfig(  751): tag: int value: maxMessageSize - 307200
V/MmsConfig(  751): tag: int value: maxImageHeight - 480
V/MmsConfig(  751): tag: int value: maxImageWidth - 640
V/MmsConfig(  751): tag: int value: defaultSMSMessagesPerThread - 10000
V/MmsConfig(  751): tag: int value: defaultMMSMessagesPerThread - 1000
V/MmsConfig(  751): tag: int value: minMessageCountPerThread - 10
V/MmsConfig(  751): tag: int value: maxMessageCountPerThread - 5000
V/MmsConfig(  751): tag: string value: uaProfUrl - http://www.google.com/oha/rdf/ua-profile-kila.xml
V/MmsConfig(  751): tag: int value: recipientLimit - -1
V/MmsConfig(  751): tag: bool value: enableMultipartSMS - true
V/MmsConfig(  751): tag: int value: smsToMmsTextThreshold - -1
V/MmsConfig(  751): tag: bool value: enableSlideDuration - true
V/MmsConfig(  751): tag: int value: maxMessageTextSize - -1
I/ActivityManager(  418): Delay finish: com.android.mms/.transaction.MmsSystemEventReceiver
I/ActivityManager(  418): Resuming delayed broadcast
I/ActivityManager(  418): Delay finish: com.android.mms/.transaction.SmsReceiver
D/Mms:app (  751): cancelNotification
I/ActivityManager(  418): Resuming delayed broadcast
I/ActivityManager(  418): Start proc com.android.onetimeinitializer for broadcast com.android.onetimeinitializer/.OneTimeInitializerReceiver: pid=775 uid=10011 gids={50011}
V/OneTimeInitializerRece(  775): OneTimeInitializerReceiver.onReceive
I/ActivityManager(  418): Delay finish: com.android.onetimeinitializer/.OneTimeInitializerReceiver
I/ActivityManager(  418): Resuming delayed broadcast
I/ActivityManager(  418): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=789 uid=10019 gids={50019, 3003}
I/ContactLocale(  608): AddressBook Labels [en_US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, ÃŽÂ’, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, ÃŽ ÃŽÂœ, Ν, Ξ, Ο, ÃŽÂ , Ρ, Σ, Τ, ÃŽÂ¥, Φ, Χ, Ψ, Ω, , А, Б, В, Г, Д, Е, Є, Ж, З, И, І, Ї, Й, К, Ð М, Н, О, П, Р, С, Т, У, Ф, Ð¥, Ц, Ч, Ш, Щ, Ю, Я, , א, ב, ג, ד, ה, ו, ז, ח, ט, י, × ל, מ, × , ס, ×¢, פ, צ, ק, ר, ש, ת, , ا, ب, ت, Ø«, ج, Ø­, Ø®, د, Ø°, ر, ز, س, Ø´, ص, ض, Ø·, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, , à ¸, à ¸‚, à ¸ƒ, à ¸„, à ¸…, à ¸†, à ¸‡, à ¸ˆ, à ¸‰, à ¸Š, à ¸‹, à ¸Œ, à ¸, à ¸Ž, à ¸, à ¸, à ¸‘, à ¸’, à ¸“, à ¸”, à ¸•, à ¸–, à ¸—, à ¸˜, à ¸™, à ¸š, à ¸ à ¸œ, à ¸, à ¸ž, à ¸Ÿ, à ¸ , à ¸¡, à ¸¢, à ¸£, à ¸¤, à ¸¥, à ¸¦, à ¸§, à ¸¨, à ¸©, à ¸ª, à ¸«, à ¸¬, à ¸­, à ¸®, , ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, , あ, か, さ, た, な, は, ま, や, ら, わ, #, ]
D/ExtensionsFactory(  789): No custom extensions.
D/AlertReceiver(  789): onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x8000010 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
I/ActivityManager(  418): Delay finish: com.android.calendar/.alerts.AlertReceiver
D/AlertService(  789): 0 Action = android.intent.action.BOOT_COMPLETED
D/AlertService(  789): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
D/AlarmScheduler(  789): No events found starting within 1 week.
D/dalvikvm(  544): GC_CONCURRENT freed 248K, 10% free 3006K/3316K, paused 3ms+5ms, total 81ms
V/MediaScanner(  544): pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@2bf3fbd8
V/MediaScanner(  544): /pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@2bf3fbd8
I/ActivityManager(  418): Resuming delayed broadcast
I/ActivityManager(  418): Start proc com.android.deskclock for broadcast com.android.deskclock/.AlarmInitReceiver: pid=811 uid=10022 gids={50022, 1028}
V/AlarmClock(  811): AlarmInitReceiver android.intent.action.BOOT_COMPLETED
V/AlarmClock(  811): AlarmInitReceiver - Reset timers and clear stopwatch data
I/AlarmClock(  811): Displaying next alarm time: ''
V/AlarmClock(  811): AlarmInitReceiver finished
I/ActivityManager(  418): Start proc com.android.email for broadcast com.android.email/.service.EmailBroadcastReceiver: pid=826 uid=10024 gids={50024, 3003, 1028, 1015}
D/ActivityThread(  826): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
I/ActivityManager(  418): Delay finish: com.android.email/.service.EmailBroadcastReceiver
D/dalvikvm(  826): GC_CONCURRENT freed 214K, 9% free 2867K/3148K, paused 7ms+3ms, total 42ms
W/ContextImpl(  418): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
E/WifiHW  (  418): *****wlan.ko inserted
E/WifiHW  (  418): ****wlan_wep.ko inserted
E/WifiHW  (  418): *****wlan_tkip.ko inserted
E/WifiHW  (  418): *****wlan_ccmp.ko inserted
E/WifiHW  (  418): ********wlan_acl.ko inserted
E/WifiHW  (  418): *****wlan_xauth.ko inserted
E/WifiHW  (  418): ***wlan_scan_sta.ko inserted
E/WifiHW  (  418): ***********onebox_gpl.ko
E/WifiHW  (  418): ********* ALL ko inserted successfully
W/ActivityManager(  418): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
I/Email   (  826): Observing account changes for notifications
W/ActivityManager(  418): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
I/ActivityManager(  418): Delaying start of: ServiceRecord{2c1bbbc0 u0 com.android.exchange/.service.EmailSyncAdapterService}
I/ActivityManager(  418): Start proc com.android.exchange for service com.android.exchange/.service.EmailSyncAdapterService: pid=854 uid=10025 gids={50025, 3003, 1028, 1015}
D/Tethering(  418): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering(  418): InitialState.processMessage what=4
D/Tethering(  418): sendTetherStateChangedBroadcast 0, 0, 0
E/WifiHW  (  117): RAVI:****Vap Creation Output:
E/WifiHW  (  117): VAP created Successfully
E/WifiHW  (  117):
I/LauncherIconVisibilityManager(  557): Boot has been completed
I/ActivityManager(  418): Resuming delayed broadcast
I/LauncherIconVisibilityManager(  557): Activity has already been disabled: ComponentInfo{com.android.inputmethod.latin/com.android.inputmethod.latin.setup.SetupActivity}
E/BluetoothAdapter(  671): Bluetooth binder is null
D/AlertReceiver(  789): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver }
I/ActivityManager(  418): Delay finish: com.android.calendar/.alerts.AlertReceiver
D/AlertService(  789): 0 Action = android.intent.action.PROVIDER_CHANGED
E/WifiHW  (  117): RAVI:****Inside STA wifi.c wifi_get_fw_path out_iface is wlan0
E/SoftapController(  117): RAVI:VAP type changed to STA
E/NetdConnector(  418): NDC Command {10 softap fwreload wifi0 STA} took too long (1716ms)
E/NetdConnector(  418): NDC Command {11 bandwidth gettetherstats} took too long (1153ms)
W/CommandListener(  117): Failed to retrieve HW addr for wifi0 (No such device)
D/CommandListener(  117): Setting iface cfg
E/WifiStateMachine(  418): Unable to change interface settings: java.lang.IllegalStateException: command '14 interface setcfg wifi0 0.0.0.0 0 down' failed with '400 14 Failed to set address (No such device)'
D/WifiMonitor(  418): startMonitoring(wifi0) with mConnected = false
E/WifiHW  (  418): Unable to open connection to supplicant on "@android:wpa_wifi0": No such file or directory
D/dalvikvm(  418): GC_CONCURRENT freed 383K, 9% free 5116K/5568K, paused 18ms+5ms, total 70ms
D/wpa_supplicant(  889): wpa_supplicant v2.1-devel-4.4.3
D/wpa_supplicant(  889): random: Trying to read entropy from /dev/random
I/wpa_supplicant(  889): Successfully initialized wpa_supplicant
D/wpa_supplicant(  889): Initializing interface 'wlan0' conf '/system/bin/release/sta_settings.conf' driver 'bsd' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant(  889): Configuration file '/system/bin/release/sta_settings.conf' -> '/system/bin/release/sta_settings.conf'
D/wpa_supplicant(  889): Reading configuration file '/system/bin/release/sta_settings.conf'
D/wpa_supplicant(  889): update_config=1
D/wpa_supplicant(  889): ctrl_interface='wlan0'
D/wpa_supplicant(  889): eapol_version=1
D/wpa_supplicant(  889): ap_scan=1
D/wpa_supplicant(  889): fast_reauth=1
D/wpa_supplicant(  889): config_methods='virtual_push_button physical_display keypad'
D/wpa_supplicant(  889): persistent_reconnect=1
E/wpa_supplicant(  889): RAVI:****wpa_driver_bsd_init out_iface is wlan0
D/wpa_supplicant(  889): wpa_driver_bsd_capa: drivercaps=0x4401e401,cryptocaps=0x0000001b
D/wpa_supplicant(  889): wlan0: Own MAC address: 00:23:a7:4b:6a:5c
D/wpa_supplicant(  889): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  889): bsd_del_key: key_idx=0
D/wpa_supplicant(  889): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  889): bsd_del_key: key_idx=1
D/wpa_supplicant(  889): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  889): bsd_del_key: key_idx=2
D/wpa_supplicant(  889): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  889): bsd_del_key: key_idx=3
D/wpa_supplicant(  889): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant(  889): wlan0: RSN: flushing PMKID list in the driver
D/wpa_supplicant(  889): wlan0: State: DISCONNECTED -> INACTIVE
D/wpa_supplicant(  889): TDLS: TDLS operation not supported by driver
D/wpa_supplicant(  889): TDLS: Driver uses internal link setup
D/wpa_supplicant(  889): WPS: Set UUID for interface wlan0
D/wpa_supplicant(  889): WPS: UUID based on MAC address - hexdump(len=16): 7c 65 06 d8 8f 06 5f ce b1 a6 43 63 3c 56 76 41
D/wpa_supplicant(  889): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant(  889): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  889): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant(  889): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant(  889): EAP: EAP entering state DISABLED
D/wpa_supplicant(  889): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  889): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  889): wlan0: Added interface wlan0
D/wpa_supplicant(  889): wlan0: State: INACTIVE -> DISCONNECTED
D/wpa_supplicant(  889): random: Got 17/20 bytes from /dev/random
D/wpa_supplicant(  889): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant(  889): l2_packet_receive - recvfrom: Network is down
I/PowerManagerService(  418): Going to sleep due to screen timeout...
D/SurfaceFlinger(  119): Screen released, type=0 flinger=0x774c0450
I/SWITCHPROFILE(  418): Switchprofile thread received GOV_CONSERVATIVE from Power HAL
D/wpa_supplicant(  889): random: Got 3/3 bytes from /dev/random
V/KeyguardServiceDelegate(  418): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$17@2c153cc8)
E/i.MXPowerHAL(  119): Not in interactive mode, don't do powerhint
W/audio_hw_primary(  122): set parameters screen_state=on
E/i.MXPowerHAL(  119): Not in interactive mode, don't do powerhint
V/KeyguardServiceDelegate(  418): **** SHOWN CALLED ****
I/WindowManager(  418): Lock screen displayed!
W/audio_hw_primary(  122): set parameters screen_state=off
V/KeyguardHostView(  470): Initial transport state: 0, pbstate=0
V/KeyguardHostView(  470): hide transport, gen:3
V/KeyguardHostView(  470): music state changed: 0
W/View    (  470): requestLayout() improperly called by android.widget.TextClock{2c8add98 V.ED.... ......ID 29,0-280,141 #7f0a0047 app:id/clock_view} during layout: running second layout pass
W/View    (  470): requestLayout() improperly called by android.widget.TextClock{2c8af6c8 V.ED.... ......ID 118,0-192,17 #7f0a004c app:id/date_view} during layout: running second layout pass
E/WifiHW  (  418): Unable to open connection to supplicant on "@android:wpa_wifi0": No such file or directory
D/wpa_supplicant(  889): EAPOL: disable timer tick
D/wpa_supplicant(  889): EAPOL: Supplicant port status: Unauthorized
E/WifiHW  (  418): Unable to open connection to supplicant on "@android:wpa_wifi0": No such file or directory
E/WifiHW  (  418): Unable to open connection to supplicant on "@android:wpa_wifi0": No such file or directory
I/GlobalDismissManager(  789): no sender configured
D/AlertService(  789): Beginning updateAlertNotification
D/AlertService(  789): No fired or scheduled alerts
D/AlertService(  789): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
D/AlarmScheduler(  789): No events found starting within 1 week.
I/ActivityManager(  418): Resuming delayed broadcast
V/SmsReceiverService(  751): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
I/ActivityManager(  418): Delay finish: com.android.mms/.transaction.SmsReceiver
I/ActivityManager(  418): Resuming delayed broadcast
I/ActivityManager(  418): Delay finish: com.android.providers.calendar/.CalendarProviderBroadcastReceiver
E/WifiHW  (  418): Unable to open connection to supplicant on "@android:wpa_wifi0": No such file or directory
I/ActivityManager(  418): Resuming delayed broadcast
E/BluetoothAdapter(  671): Bluetooth binder is null
E/WifiHW  (  418): Unable to open connection to supplicant on "@android:wpa_wifi0": No such file or directory
E/WifiMonitor(  418): startMonitoring(wifi0) failed!
E/WifiStateMachine(  418): Failed to setup control channel, restart supplicant
I/ActivityManager(  418): Waited long enough for: ServiceRecord{2c180d78 u0 com.android.music/.MediaPlaybackService}
W/Netd    (  117): No subsystem found in netlink event
D/NetlinkEvent(  117): Unexpected netlink message. type=0x11
W/Netd    (  117): No subsystem found in netlink event
D/NetlinkEvent(  117): Unexpected netlink message. type=0x11
E/WifiHW  (  418): ********onebox_gpl.ko rmmod success
E/WifiHW  (  418): *******onebox_nongpl.ko rmmod success
E/WifiHW  (  418): ********wlan_s can_sta.ko rmmod success
E/WifiHW  (  418): *****wlan_xauth.ko rmmod success
E/WifiHW  (  418): ****wlan_acl.ko rmmod success
E/WifiHW  (  418): ******wlan_ccmp.ko rmmod success
E/WifiHW  (  418): ******wlan_tkip.ko rmmod success
E/WifiHW  (  418): *****wlan_wep.ko rmmod success
E/WifiHW  (  418): *****wlan.ko rmmod success
E/WifiHW  (  418):  all ko rmmod success
E/WifiHW  (  418): *****wlan_wep.ko rmmod success
E/WifiHW  (  418): *****wlan_wep.ko rmmod success
W/ContextImpl(  418): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
I/ActivityManager(  418): Waited long enough for: ServiceRecord{2c1ad248 u0 com.android.calendar/.alerts.InitAlarmsService}
E/WifiHW  (  418): Loading WiFi driver here
E/WifiHW  (  418): *****onebox_nongpl.ko inserted
E/WifiHW  (  418): *****wlan.ko inserted
E/WifiHW  (  418): ****wlan_wep.ko inserted
E/WifiHW  (  418): *****wlan_tkip.ko inserted
E/WifiHW  (  418): *****wlan_ccmp.ko inserted
E/WifiHW  (  418): ********wlan_acl.ko inserted
E/WifiHW  (  418): *****wlan_xauth.ko inserted
E/WifiHW  (  418): ***wlan_scan_sta.ko inserted
E/WifiHW  (  418): ***********onebox_gpl.ko
E/WifiHW  (  418): ********* ALL ko inserted successfully
D/Tethering(  418): sendTetherStateChangedBroadcast 0, 0, 0
D/Tethering(  418): InitialState.processMessage what=4
D/Tethering(  418): sendTetherStateChangedBroadcast 0, 0, 0
E/WifiHW  (  117): RAVI:****Vap Creation Output:
E/WifiHW  (  117): VAP created Successfully
E/WifiHW  (  117):
E/WifiHW  (  117): RAVI:****Inside STA wifi.c wifi_get_fw_path out_iface is wlan0
E/SoftapController(  117): RAVI:VAP type changed to STA
E/NetdConnector(  418): NDC Command {15 softap fwreload wifi0 STA} took too long (1524ms)
E/NetdConnector(  418): NDC Command {16 bandwidth gettetherstats} took too long (1166ms)
W/CommandListener(  117): Failed to retrieve HW addr for wifi0 (No such device)
D/CommandListener(  117): Setting iface cfg
E/WifiStateMachine(  418): Unable to change interface settings: java.lang.IllegalStateException: command '19 interface setcfg wifi0 0.0.0.0 0 down' failed with '400 19 Failed to set address (No such device)'
E/WifiMonitor(  418): startMonitor called with unknown iface=wifi0
E/BluetoothAdapter(  671): Bluetooth binder is null
D/wpa_supplicant(  942): wpa_supplicant v2.1-devel-4.4.3
D/wpa_supplicant(  942): random: Trying to read entropy from /dev/random
I/wpa_supplicant(  942): Successfully initialized wpa_supplicant
D/wpa_supplicant(  942): Initializing interface 'wlan0' conf '/system/bin/release/sta_settings.conf' driver 'bsd' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant(  942): Configuration file '/system/bin/release/sta_settings.conf' -> '/system/bin/release/sta_settings.conf'
D/wpa_supplicant(  942): Reading configuration file '/system/bin/release/sta_settings.conf'
D/wpa_supplicant(  942): update_config=1
D/wpa_supplicant(  942): ctrl_interface='wlan0'
D/wpa_supplicant(  942): eapol_version=1
D/wpa_supplicant(  942): ap_scan=1
D/wpa_supplicant(  942): fast_reauth=1
D/wpa_supplicant(  942): config_methods='virtual_push_button physical_display keypad'
D/wpa_supplicant(  942): persistent_reconnect=1
E/wpa_supplicant(  942): RAVI:****wpa_driver_bsd_init out_iface is wlan0
D/wpa_supplicant(  942): wpa_driver_bsd_capa: drivercaps=0x4401e401,cryptocaps=0x0000001b
D/wpa_supplicant(  942): wlan0: Own MAC address: 00:23:a7:4b:6a:5c
D/wpa_supplicant(  942): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  942): bsd_del_key: key_idx=0
D/wpa_supplicant(  942): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  942): bsd_del_key: key_idx=1
D/wpa_supplicant(  942): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  942): bsd_del_key: key_idx=2
D/wpa_supplicant(  942): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  942): bsd_del_key: key_idx=3
D/wpa_supplicant(  942): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant(  942): wlan0: RSN: flushing PMKID list in the driver
D/wpa_supplicant(  942): wlan0: State: DISCONNECTED -> INACTIVE
D/wpa_supplicant(  942): TDLS: TDLS operation not supported by driver
D/wpa_supplicant(  942): TDLS: Driver uses internal link setup
D/wpa_supplicant(  942): WPS: Set UUID for interface wlan0
D/wpa_supplicant(  942): WPS: UUID based on MAC address - hexdump(len=16): 7c 65 06 d8 8f 06 5f ce b1 a6 43 63 3c 56 76 41
D/wpa_supplicant(  942): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant(  942): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  942): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant(  942): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant(  942): EAP: EAP entering state DISABLED
D/wpa_supplicant(  942): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  942): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  942): wlan0: Added interface wlan0
D/wpa_supplicant(  942): wlan0: State: INACTIVE -> DISCONNECTED
D/wpa_supplicant(  942): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant(  942): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant(  942): EAPOL: disable timer tick
D/wpa_supplicant(  942): EAPOL: Supplicant port status: Unauthorized
D/InitAlarmsService(  789): Clearing and rescheduling alarms.
D/wpa_supplicant(  942): random: Got 13/20 bytes from /dev/random
W/SocketClient(  117): write error (Broken pipe)
D/ConnectivityService(  418): Sampling interval elapsed, updating statistics ..
D/ConnectivityService(  418): Done.
D/ConnectivityService(  418): Setting timer for 720seconds
I/MediaFocusControl(  418):  AudioFocus  abandonAudioFocus() from android.media.AudioManager@2bf30948com.android.music.MediaPlaybackService$3@2bf2f7c8
I/ActivityManager(  418): Start proc com.android.musicfx for broadcast com.android.musicfx/.ControlPanelReceiver: pid=958 uid=10010 gids={50010, 3003, 3002}
V/MusicFXControlPanelReceiver(  958): onReceive
V/MusicFXControlPanelReceiver(  958): Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION
V/MusicFXControlPanelReceiver(  958): Package name: com.android.music
V/MusicFXControlPanelReceiver(  958): Audio session: 7
V/MusicFXControlPanelEffect(  958): closeSession(android.app.ReceiverRestrictedContext@2bf2bc48, com.android.music, 7)
D/wpa_supplicant(  975): wpa_supplicant v2.1-devel-4.4.3
D/wpa_supplicant(  975): random: Trying to read entropy from /dev/random
I/wpa_supplicant(  975): Successfully initialized wpa_supplicant
D/wpa_supplicant(  975): Initializing interface 'wlan0' conf '/system/bin/release/sta_settings.conf' driver 'bsd' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant(  975): Configuration file '/system/bin/release/sta_settings.conf' -> '/system/bin/release/sta_settings.conf'
D/wpa_supplicant(  975): Reading configuration file '/system/bin/release/sta_settings.conf'
D/wpa_supplicant(  975): update_config=1
D/wpa_supplicant(  975): ctrl_interface='wlan0'
D/wpa_supplicant(  975): eapol_version=1
D/wpa_supplicant(  975): ap_scan=1
D/wpa_supplicant(  975): fast_reauth=1
D/wpa_supplicant(  975): config_methods='virtual_push_button physical_display keypad'
D/wpa_supplicant(  975): persistent_reconnect=1
E/wpa_supplicant(  975): RAVI:****wpa_driver_bsd_init out_iface is wlan0
D/wpa_supplicant(  975): wpa_driver_bsd_capa: drivercaps=0x4401e401,cryptocaps=0x0000001b
D/wpa_supplicant(  975): wlan0: Own MAC address: 00:23:a7:4b:6a:5c
D/wpa_supplicant(  975): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  975): bsd_del_key: key_idx=0
D/wpa_supplicant(  975): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  975): bsd_del_key: key_idx=1
D/wpa_supplicant(  975): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  975): bsd_del_key: key_idx=2
D/wpa_supplicant(  975): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  975): bsd_del_key: key_idx=3
D/wpa_supplicant(  975): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant(  975): wlan0: RSN: flushing PMKID list in the driver
D/wpa_supplicant(  975): wlan0: State: DISCONNECTED -> INACTIVE
D/wpa_supplicant(  975): TDLS: TDLS operation not supported by driver
D/wpa_supplicant(  975): TDLS: Driver uses internal link setup
D/wpa_supplicant(  975): WPS: Set UUID for interface wlan0
D/wpa_supplicant(  975): WPS: UUID based on MAC address - hexdump(len=16): 7c 65 06 d8 8f 06 5f ce b1 a6 43 63 3c 56 76 41
D/wpa_supplicant(  975): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant(  975): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  975): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant(  975): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant(  975): EAP: EAP entering state DISABLED
D/wpa_supplicant(  975): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  975): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  975): wlan0: Added interface wlan0
D/wpa_supplicant(  975): wlan0: State: INACTIVE -> DISCONNECTED
D/wpa_supplicant(  975): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant(  975): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant(  975): EAPOL: disable timer tick
D/wpa_supplicant(  975): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  975): random: Got 9/20 bytes from /dev/random
D/wpa_supplicant(  942): random: Got 7/7 bytes from /dev/random
D/wpa_supplicant(  975): random: Got 9/11 bytes from /dev/random
log<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 03 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 04 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0f
0096: 2c d3 04 53 fa 12 a1 db b9 fb c3 be 37 3f 0e 00
0112: 20 6c 33 64 a6 5a 71 4b af 7c 3d e9 b3 91 2e b3
0128: cc 23 eb 30 fe 82 90 57 58 15 97 f3 b8 3c 92 4c
0144: 89

CORE_MSG:ni is nullERROR: ni IS NULL In is_node_valid Line 175
<==== Recvd Group Key ====>
In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
Internal mgmt pkt dump
CORE_MSG: Mgmt PKT calling on air mgmt
<===== SENDING SET_KEY FRAME =====>

0000: 90 c0 0a 00 00 00 00 00 EAPOL Recvd
<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
EAPOL len 113
Change the Host_q to DATA_Q as it is rekeying
Queuing onair mgmt pkt
12 a0 00 00 00 00 00 00
0016: f2 f1 a4 b6 c4 10 f8 9c 60 ac 4f f0 82 f0 0d be
0032: 70 ab 05 80 02 00 00 00 80 93 0d 80 c0 5b b8 bc
0048: 02 00 10 00 f2 f1 a4 b6 c4 10 f8 9c 60 ac 4f f0
0064: 82 f0 0d be 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 30 7e 1d 7f c0 5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 70 ab 05 80 02 00 00 00 80 93 0d 80 c0 5b b8 bc

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 d6 95 97 fc 40 88 46 0e 8d 59 be
0128: e8 66 8b 03 00 00 00
cat
--------- beginning of /dev/log/system
I/Vold    (  117): Vold 2.1 (the revenge) firing up
D/Vold    (  117): Volume extsd state changing -1 (Initializing) -> 0 (No-Media)
D/Vold    (  117): Volume udisk state changing -1 (Initializing) -> 0 (No-Media)
W/SystemServer(  422): System clock is before 1970; setting to 1970.
I/SystemServer(  422): Entered the Android system server!
I/SystemServer(  422): Waiting for installd to be ready.
I/Installer(  422): connecting...
I/SystemServer(  422): Power Manager
I/SystemServer(  422): Activity Manager
I/ActivityManager(  422): Memory class: 64
W/BatteryStatsImpl(  422): Couldn't get kernel wake lock stats
I/AppOps  (  422): No existing app ops /data/system/appops.xml; starting empty
I/IntentFirewall(  422): Read new rules (A:0 B:0 S:0)
I/SystemServer(  422): Display Manager
I/SystemServer(  422): Telephony Registry
I/DisplayManagerService(  422): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 160.0 x 160.421 dpi, touch INTERNAL, rotation 0, type BUILT_IN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
I/SystemServer(  422): Scheduling Policy
I/SystemServer(  422): Package Manager
W/FileUtils(  422): Failed to chmod(/data/system/packages.list): libcore.io.ErrnoException: chmod failed: ENOENT (No such file or directory)
D/SELinuxMMAC(  422): Couldn't find install policy /data/security/mac_permissions.xml
D/SELinuxMMAC(  422): Using install policy file /system/etc/security/mac_permissions.xml
I/PackageManager(  422): No settings file; creating initial state
W/PackageParser(  422): No actions in intent filter at /system/priv-app/Contacts.apk Binary XML file line #375
W/PackageParser(  422): No actions in intent filter at /system/priv-app/Dialer.apk Binary XML file line #163
W/PackageParser(  422): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #211
W/PackageManager(  422): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager(  422): Time to scan packages: 11.563 seconds
W/PackageManager(  422): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager(  422): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(  422): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  422): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  422): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(  422): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(  422): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(  422): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager(  422): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(  422): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager(  422): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(  422): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager(  422): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
I/SystemServer(  422): Entropy Mixer
W/EntropyMixer(  422): No existing entropy file -- first boot?
I/EntropyMixer(  422): Writing entropy...
I/SystemServer(  422): User Service
I/SystemServer(  422): Account Manager
I/SystemServer(  422): Content Manager
I/SystemServer(  422): System Content Providers
D/SettingsProvider(  422): Generated and saved new ANDROID_ID [f6cddd3a620840fa] for user 0
I/SystemServer(  422): Lights Service
I/SystemServer(  422): Battery Service
I/SystemServer(  422): Vibrator Service
I/SystemServer(  422): Consumer IR Service
I/SystemServer(  422): Alarm Manager
I/SystemServer(  422): Init Watchdog
I/SystemServer(  422): Input Manager
I/InputManager(  422): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer(  422): Window Manager
I/WindowManager(  422): No existing display settings /data/system/display_settings.xml; starting empty
I/WindowManager(  422): No keyguard interface!
I/InputManager(  422): Starting input manager
I/SystemServer(  422): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer(  422): Input Method Service
W/InputMethodManagerService(  422): No IME selected. Choose the most applicable IME.
I/InputMethodManagerService(  422): No default found, using com.android.inputmethod.latin/.LatinIME
I/SystemServer(  422): Accessibility Manager
I/ActivityManager(  422): Config changes=1df8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h640dp 120dpi lrg long land ?uimode ?night -touch -keyb/h/h -nav/h s.2}
I/ActivityManager(  422): Config changes=500 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/h/h -nav/h s.3}
I/SystemServer(  422): Mount Service
D/MountService(  422): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService(  422): addVolumeLocked() StorageVolume:
D/MountService(  422):     mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040663
D/MountService(  422):     mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100
D/MountService(  422):     mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0} mUuid=null
D/MountService(  422):     mUserLabel=null mState=null
D/MountService(  422): got storage path: /storage/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(  422): addVolumeLocked() StorageVolume:
D/MountService(  422):     mStorageId=0 mPath=/storage/extsd mDescriptionId=17040664 mPrimary=false
D/MountService(  422):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService(  422):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
D/MountService(  422): got storage path: /storage/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(  422): addVolumeLocked() StorageVolume:
D/MountService(  422):     mStorageId=0 mPath=/storage/udisk mDescriptionId=17040665 mPrimary=false
D/MountService(  422):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService(  422):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
I/SystemServer(  422): LockSettingsService
I/SystemServer(  422): Device Policy
I/SystemServer(  422): Status Bar
I/SystemServer(  422): Clipboard Service
I/SystemServer(  422): NetworkManagement Service
I/SystemServer(  422): Text Service Manager Service
D/MountService(  422): volume state changed for /storage/extsd (unmounted -> removed)
D/MountService(  422): volume state changed for /storage/udisk (unmounted -> removed)
W/PackageManager(  422): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager(  422): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(  422): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  422): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  422): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(  422): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(  422): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(  422): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager(  422): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(  422): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager(  422): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
I/SystemServer(  422): NetworkStats Service
I/SystemServer(  422): NetworkPolicy Service
I/SystemServer(  422): Wi-Fi P2pService
W/PackageManager(  422): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager(  422): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
I/SystemServer(  422): Wi-Fi Service
I/SystemServer(  422): Connectivity Service
D/ConnectivityService(  422): ConnectivityService starting up
D/ConnectivityService(  422): wifiOnly=false
E/ConnectivityService(  422): Ignoring protectedNetwork 14
E/MobileDataStateTracker(  422): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker(  422): default: Could not enable APN type "default"
I/WifiService(  422): WifiService starting up with Wi-Fi disabled
I/SystemServer(  422): Network Service Discovery Service
D/NsdService(  422): Network service discovery enabled true
I/SystemServer(  422): UpdateLock Service
I/SystemServer(  422): Notification Manager
I/SystemServer(  422): Device Storage Monitor
I/SystemServer(  422): Location Manager
I/SystemServer(  422): Country Detector
I/SystemServer(  422): Search Service
I/SystemServer(  422): DropBox Service
I/SystemServer(  422): Wallpaper Service
W/WallpaperService(  422): no current wallpaper -- first boot?
I/SystemServer(  422): Audio Service
I/SystemServer(  422): Dock Observer
W/DockObserver(  422): This kernel does not have dock station support
I/SystemServer(  422): Wired Accessory Manager
W/WiredAccessoryManager(  422): This kernel does not have HDMI audio support
I/SystemServer(  422): USB Service
I/SystemServer(  422): Serial Service
I/SystemServer(  422): Twilight Service
I/SystemServer(  422): UI Mode Manager Service
I/SystemServer(  422): Backup Service
V/BackupManagerService(  422): Initializing package tracking
V/BackupManagerService(  422): No ancestral data
V/BackupManagerService(  422): addPackageParticipantsLocked: all
I/BackupManagerService(  422): Scheduling backup for new app com.android.calendar
D/BackupManagerService(  422): Now staging backup of com.android.calendar
I/BackupManagerService(  422): Scheduling backup for new app com.android.browser
D/BackupManagerService(  422): Now staging backup of com.android.browser
I/BackupManagerService(  422): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService(  422): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService(  422): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService(  422): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService(  422): Scheduling backup for new app android
D/BackupManagerService(  422): Now staging backup of android
I/BackupManagerService(  422): Scheduling backup for new app com.android.dialer
D/BackupManagerService(  422): Now staging backup of com.android.dialer
I/BackupManagerService(  422): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService(  422): Now staging backup of com.android.providers.settings
V/BackupManagerService(  422): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService(  422): Found transports: 1
I/BackupManagerService(  422): Binding to transport host ComponentInfo{android/com.android.internal.backup.LocalTransportService}
I/BackupManagerService(  422): Backup enabled => false
I/BackupManagerService(  422): Opting out of backup
I/SystemServer(  422): AppWidget Service
I/SystemServer(  422): Recognition Service
I/SystemServer(  422): DiskStats Service
I/SystemServer(  422): SamplingProfiler Service
I/SystemServer(  422): NetworkTimeUpdateService
I/SystemServer(  422): CommonTimeManagementService
I/SystemServer(  422): CertBlacklister
I/SystemServer(  422): Dreams Service
I/SystemServer(  422): Assets Atlas Service
I/SystemServer(  422): IdleMaintenanceService
I/SystemServer(  422): Print Service
I/SystemServer(  422): Media Router Service
I/LockSettingsService(  422): Migrated lock settings to new location
I/LockSettingsService(  422): Migrated per-user lock settings to new location
I/ActivityManager(  422): Start proc com.android.systemui for service com.android.keyguard/.KeyguardService: pid=477 uid=10007 gids={50007, 1028, 1015, 1035, 3002, 3001}
W/SystemServer(  422): ***********************************************
I/ActivityManager(  422): Sending system update to ComponentInfo{com.android.providers.calendar/com.android.providers.calendar.CalendarUpgradeReceiver} for user 0
I/ActivityManager(  422): Sending system update to ComponentInfo{com.android.providers.contacts/com.android.providers.contacts.ContactsUpgradeReceiver} for user 0
I/ActivityManager(  422): Sending system update to ComponentInfo{com.android.providers.media/com.android.providers.media.MediaUpgradeReceiver} for user 0
I/ActivityManager(  422): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarUpgradeReceiver: pid=490 uid=10001 gids={50001, 3003, 1028, 1015}
W/InputMethodManagerService(  422): Focus gain on non-focused client android.view.inputmethod.InputMethodManager$1@2c56fae0 (uid=1000 pid=422)
V/BackupManagerService(  422): Connected to transport ComponentInfo{android/com.android.internal.backup.LocalTransportService}
V/BackupManagerService(  422): Registering transport android/com.android.internal.backup.LocalTransportService::android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@2c059db8
I/ActivityManager(  422): Launching preboot mode app: ProcessRecord{2c3b2df0 490:com.android.providers.calendar/u0a1}
I/ActivityManager(  422): Start proc android.process.acore for broadcast com.android.providers.contacts/.ContactsUpgradeReceiver: pid=513 uid=10002 gids={50002, 3003, 1028, 1015}
I/ActivityManager(  422): Launching preboot mode app: ProcessRecord{2c0b7a08 513:android.process.acore/u0a2}
I/ActivityManager(  422): Start proc android.process.media for broadcast com.android.providers.media/.MediaUpgradeReceiver: pid=528 uid=10005 gids={50005, 1028, 1015, 1023, 1024, 2001, 3003, 3007}
I/ActivityManager(  422): Launching preboot mode app: ProcessRecord{2c33d870 528:android.process.media/u0a5}
I/ActivityManager(  422): Writing new set of last done pre-boot receivers...
I/ActivityManager(  422): Removing system update proc: ProcessRecord{2c3b2df0 490:com.android.providers.calendar/u0a1}
I/ActivityManager(  422): Killing 490:com.android.providers.calendar/u0a1 (adj 13): system update done
I/ActivityManager(  422): Removing system update proc: ProcessRecord{2c0b7a08 513:android.process.acore/u0a2}
I/ActivityManager(  422): Killing 513:android.process.acore/u0a2 (adj 11): system update done
I/ActivityManager(  422): Removing system update proc: ProcessRecord{2c33d870 528:android.process.media/u0a5}
I/ActivityManager(  422): Killing 528:android.process.media/u0a5 (adj 9): system update done
I/ActivityManager(  422): System now ready
I/SystemServer(  422): Making services ready
D/NetworkManagementService(  422): enabling bandwidth control
W/MountService(  422): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
I/StatusBarManagerService(  422): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@2c304db0
E/NetdConnector(  422): NDC Command {5 bandwidth enable} took too long (656ms)
I/ActivityManager(  422): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=590 uid=10002 gids={50002, 3003, 1028, 1015}
I/ActivityManager(  422): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/h/h -nav/h s.4}
W/RecognitionManagerService(  422): no available voice recognition services found for user 0
W/ContextImpl(  422): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
W/AppWidgetServiceImpl(  422): Failed to read state: java.io.FileNotFoundException: /data/system/users/0/appwidgets.xml: open failed: ENOENT (No such file or directory)
W/InputMethodManagerService(  422): Ignoring setImeWindowStatus of uid 1000 token: null
W/InputMethodUtils(  422): Found no subtypes in a system IME: com.android.inputmethod.pinyin
W/InputMethodManagerService(  422): Reset the default IME as "Resource" is ready here.
W/InputMethodUtils(  422): Found no subtypes in a system IME: com.android.inputmethod.pinyin
I/InputMethodManagerService(  422): Selected default: com.android.inputmethod.latin/.LatinIME
I/ActivityManager(  422): Config changes=20 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.5}
I/ActivityManager(  422): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=605 uid=10027 gids={50027, 1028, 1015}
V/InputMethodManagerService(  422): Adding window token: android.os.Binder@2c58f398
W/InputMethodManagerService(  422): Illegal subtype state: old subtype = null, new subtype = android.view.inputmethod.InputMethodSubtype@c9194f98
W/LocationManagerService(  422): no network location provider found
E/LocationManagerService(  422): no geocoder provider found
E/LocationManagerService(  422): No FusedProvider found.
E/LocationManagerService(  422): no geofence provider found
I/ActivityManager(  422): Start proc com.android.phone for added application com.android.phone: pid=620 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
I/ActivityManager(  422): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.settings/.CryptKeeper} from pid 0
I/ActivityManager(  422): Start proc com.android.settings for activity com.android.settings/.CryptKeeper: pid=629 uid=1000 gids={41000, 3003, 1028, 1015, 3002, 3001}
I/ActivityManager(  422): Start proc android.process.media for broadcast com.android.providers.media/.MtpReceiver: pid=636 uid=10005 gids={50005, 1028, 1015, 1023, 1024, 2001, 3003, 3007}
I/ActivityManager(  422): Start proc com.android.printspooler for service com.android.printspooler/.PrintSpoolerService: pid=660 uid=10037 gids={50037}
I/ActivityManager(  422): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.provision/.DefaultActivity} from pid 0
I/ActivityManager(  422): Start proc com.android.provision for activity com.android.provision/.DefaultActivity: pid=673 uid=10038 gids={50038}
W/BackupManagerService(  422): dataChanged but no participant pkg='com.android.providers.settings' uid=10038
W/BackupManagerService(  422): dataChanged but no participant pkg='com.android.providers.settings' uid=10038
D/MobileDataStateTracker(  422): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  422): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  422): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
I/ActivityManager(  422): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager(  422): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=718 uid=10008 gids={50008}
D/MobileDataStateTracker(  422): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  422): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  422): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  422): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  422): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  422): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  422): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  422): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  422): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  422): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  422): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  422): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  422): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  422): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  422): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  422): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  422): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  422): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  422): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  422): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  422): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  422): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  422): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  422): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  422): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  422): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  422): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  422): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  422): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  422): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  422): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  422): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  422): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  422): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  422): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  422): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  422): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  422): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  422): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  422): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  422): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  422): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  422): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
I/ActivityManager(  422): Start proc com.android.music for broadcast com.android.music/.MediaButtonIntentReceiver: pid=759 uid=10032 gids={50032, 3003, 1028, 1015}
V/WiredAccessoryManager(  422): init()
W/WiredAccessoryManager(  422): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/PowerManagerService(  422): Boot animation finished.
I/ActivityManager(  422): Start proc com.android.calendar for broadcast com.android.calendar/.UpgradeReceiver: pid=778 uid=10019 gids={50019, 3003}
I/ActivityManager(  422): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarReceiver: pid=821 uid=10001 gids={50001, 3003, 1028, 1015}
I/BootReceiver(  422): Copying audit failures to DropBox
I/BootReceiver(  422): Checking for fsck errors
I/ActivityManager(  422): Delay finish: com.android.providers.media/.MediaScannerReceiver
I/ActivityManager(  422): Delaying start of: ServiceRecord{2c5e4870 u0 com.android.providers.calendar/.EmptyService}
I/ActivityManager(  422): Start proc com.android.exchange for content provider com.android.exchange/.provider.ExchangeDirectoryProvider: pid=844 uid=10025 gids={50025, 3003, 1028, 1015}
I/ActivityManager(  422): Start proc com.android.email for content provider com.android.email/.provider.EmailProvider: pid=857 uid=10024 gids={50024, 3003, 1028, 1015}
I/ActivityManager(  422): Resuming delayed broadcast
I/ActivityManager(  422): Start proc com.android.mms for broadcast com.android.mms/.transaction.MmsSystemEventReceiver: pid=870 uid=10009 gids={50009, 3003, 1028, 1015}
D/ActivityThread(  857): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
D/ActivityThread(  857): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
D/CountryDetector(  422): The first listener is added
I/ActivityManager(  422): Delay finish: com.android.mms/.transaction.MmsSystemEventReceiver
I/ActivityManager(  422): Resuming delayed broadcast
I/ActivityManager(  422): Delay finish: com.android.mms/.transaction.SmsReceiver
I/ActivityManager(  422): Resuming delayed broadcast
I/ActivityManager(  422): Start proc com.android.onetimeinitializer for broadcast com.android.onetimeinitializer/.OneTimeInitializerReceiver: pid=899 uid=10011 gids={50011}
I/ActivityManager(  422): Delay finish: com.android.onetimeinitializer/.OneTimeInitializerReceiver
I/ActivityManager(  422): Resuming delayed broadcast
I/ActivityManager(  422): Delay finish: com.android.calendar/.alerts.AlertReceiver
W/ActivityManager(  422): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
W/ActivityManager(  422): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
W/ActivityManager(  422): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
W/BackupManagerService(  422): dataChanged but no participant pkg='com.android.providers.settings' uid=10005
I/ActivityManager(  422): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings} from pid 718
I/ActivityManager(  422): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from pid 629
I/ActivityManager(  422): Waited long enough for: ServiceRecord{2c065d40 u0 com.android.music/.MediaPlaybackService}
I/ActivityManager(  422): Resuming delayed broadcast
I/ActivityManager(  422): Start proc com.android.deskclock for broadcast com.android.deskclock/.AlarmInitReceiver: pid=927 uid=10022 gids={50022, 1028}
W/BackupManagerService(  422): dataChanged but no participant pkg='com.android.providers.settings' uid=10022
I/ActivityManager(  422): Delay finish: com.android.email/.service.EmailUpgradeBroadcastReceiver
W/BackupManagerService(  422): dataChanged but no participant pkg='com.android.providers.settings' uid=10005
I/ActivityManager(  422): Resuming delayed broadcast
I/ActivityManager(  422): Delay finish: com.android.email/.service.EmailBroadcastReceiver
I/ActivityManager(  422): Delaying start of: ServiceRecord{2c26ed50 u0 com.android.exchange/.service.EmailSyncAdapterService}
I/ActivityManager(  422): Resuming delayed broadcast
W/BroadcastQueue(  422): Permission Denial: broadcasting Intent { act=android.appwidget.action.APPWIDGET_UPDATE_OPTIONS flg=0x10 cmp=com.android.settings/.widget.SettingsAppWidgetProvider (has extras) } from android (pid=718, uid=10008) is not exported from uid 1000 due to receiver com.android.settings/.widget.SettingsAppWidgetProvider
I/ActivityManager(  422): Delay finish: com.android.calendar/.alerts.AlertReceiver
D/WifiService(  422): setWifiEnabled: true pid=629, uid=1000
I/ActivityManager(  422): Waited long enough for: ServiceRecord{2c59a158 u0 com.android.providers.media/.MediaScannerService}
I/ActivityManager(  422): Resuming delayed broadcast
I/ActivityManager(  422): Delay finish: com.android.mms/.transaction.SmsReceiver
I/ActivityManager(  422): Resuming delayed broadcast
I/ActivityManager(  422): Delay finish: com.android.providers.calendar/.CalendarProviderBroadcastReceiver
I/ActivityManager(  422): Resuming delayed broadcast
E/NetdConnector(  422): NDC Command {10 softap fwreload wlan0 STA} took too long (1355ms)
E/NetdConnector(  422): NDC Command {11 bandwidth gettetherstats} took too long (1035ms)
I/ActivityManager(  422): Waited long enough for: ServiceRecord{2c0bc7f0 u0 com.android.calendar/.alerts.InitAlarmsService}
W/BackupManagerService(  422): dataChanged but no participant pkg='com.android.providers.settings' uid=10005
--------- beginning of /dev/log/main
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 3: 04:da:d2:8b:48:0c ssid='\x00' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=83
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 4: 04:da:d2:8b:48:0a ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=83
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 5: 04:da:d2:8b:48:0b ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=83
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 6: ec:1a:59:b2:6f:20 ssid='quark_testing' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=81 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 7: 68:7f:74:64:0a:a9 ssid='Redpine' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=78 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 8: c8:d3:a3:62:de:b9 ssid='sta_l2_thrput_in_tkip_CCMP' wpa_ie_len=0 rsn_ie_len=24 caps=0x31 level=78
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 9: c8:d3:a3:69:6c:48 ssid='SAM9G65_5Ghz' wpa_ie_len=26 rsn_ie_len=24 caps=0x31 level=77 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 10: ec:1a:59:54:29:54 ssid='SAM9G45_5GHz' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=77
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 11: c8:d3:a3:69:6e:2b ssid='20MBPS' wpa_ie_len=22 rsn_ie_len=0 caps=0x31 level=76
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 12: 04:da:d2:8b:48:01 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=81
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 13: ec:1a:59:8a:11:b9 ssid='rpine_test5G' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=71 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 14: 68:7f:74:64:79:fd ssid='' wpa_ie_len=26 rsn_ie_len=24 caps=0x11 level=71 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID not known
D/wpa_supplicant(  986): wlan0: 15: 04:da:d2:8b:48:00 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=79
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 16: ec:1a:59:b2:6f:1e ssid='quark_testing2' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=75 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 17: f8:1a:67:46:4d:b4 ssid='testdns' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=73 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 18: 00:14:d1:b2:86:b2 ssid='sta_l2_perf_5-FIXED_RATE' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=63
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 19: c8:3a:35:0e:64:a8 ssid='123490' wpa_ie_len=24 rsn_ie_len=0 caps=0x11 level=72
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 20: 68:86:a7:cb:59:d0 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=71
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 21: 68:86:a7:cb:59:d3 ssid='\x00' wpa_ie_len=24 rsn_ie_len=20 caps=0x31 level=71
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 22: 68:86:a7:cb:59:d1 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=71
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 23: c8:d3:a3:69:6c:46 ssid='SAM9G55' wpa_ie_len=26 rsn_ie_len=24 caps=0x11 level=70 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 24: 04:a1:51:99:f8:d2 ssid='pine_1' wpa_ie_len=26 rsn_ie_len=24 caps=0x31 level=69 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 25: ee:1a:59:b2:6c:91 ssid='?ADO27wT^b6=YXBEEg{haw\\' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=68 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 26: 9c:d6:43:d7:62:46 ssid='sta_l2_perf_2.4' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=65
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 27: 9c:d3:6d:b0:97:ac ssid='Radius_2.4' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=65 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 28: ee:1a:59:b3:32:1c ssid='=Ti??\\0^D}S1|40y' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=62 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 29: ee:1a:59:b3:45:27 ssid='YAH1LE}' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=59 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 30: 68:7f:74:64:79:fe ssid='ralink' wpa_ie_len=26 rsn_ie_len=24 caps=0x31 level=56 wps
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 31: 00:14:d1:b2:86:b0 ssid='ASUS_WPA2_CCMP_WPS_PIN1' wpa_ie_len=26 rsn_ie_len=24 caps=0x11 level=54
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 32: c8:d3:a3:62:de:b7 ssid='sta_l2_thrput_11bgn_MIXED_PEAP' wpa_ie_len=26 rsn_ie_len=24 caps=0x11 level=51
D/wpa_supplicant(  986): wlan0:    skip - SSID mismatch
D/wpa_supplicant(  986): wlan0: 33: 10:fe:ed:e1:51:18 ssid='rps' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=51 wps
D/wpa_supplicant(  986): wlan0:    selected based on RSN IE
D/wpa_supplicant(  986): wlan0:    selected BSS 10:fe:ed:e1:51:18 ssid='rps'
D/wpa_supplicant(  986): wlan0: Considering connect request: reassociate: 0  selected: 10:fe:ed:e1:51:18  bssid: 00:00:00:00:00:00  pending: 00:00:00:00:00:00  wpa_state: SCANNING  ssid=0x7716e760  current_ssid=0x0
D/wpa_supplicant(  986): wlan0: Request association with 10:fe:ed:e1:51:18
D/wpa_supplicant(  986): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=5): 00 03 72 70 73
D/wpa_supplicant(  986): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 2a 01 00
D/wpa_supplicant(  986): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=5): 00 03 72 70 73
D/wpa_supplicant(  986): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 03 01 04
D/wpa_supplicant(  986): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=6): 05 04 01 03 00 00
D/wpa_supplicant(  986): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=8): 07 06 55 53 20 01 0b 1b
D/wpa_supplicant(  986): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 2a 01 00
D/wpa_supplicant(  986): WPA: RSN IE in EAPOL-Key - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant(  986): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=24): 3d 16 04 00 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant(  986): TDLS: TDLS is allowed in the target BSS
I/wpa_supplicant(  986): wlan0: Trying to associate with 10:fe:ed:e1:51:18 (SSID='rps' freq=2427 MHz)
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: Cancelling scan request
D/wpa_supplicant(  986): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant(  986): wlan0: WPA: clearing own WPA/RSN IE
D/wpa_supplicant(  986): wlan0: Automatic auth_alg selection: 0x1
D/wpa_supplicant(  986): RSN: PMKSA cache search - network_ctx=0x7716e760 try_opportunistic=0
D/wpa_supplicant(  986): RSN: Search for BSSID 10:fe:ed:e1:51:18
D/wpa_supplicant(  986): RSN: No PMKSA cache entry found
D/wpa_supplicant(  986): wlan0: RSN: using IEEE 802.11i/D9.0
D/wpa_supplicant(  986): wlan0: WPA: Selected cipher suites: group 16 pairwise 16 key_mgmt 2 proto 2
D/wpa_supplicant(  986): wlan0: WPA: clearing AP WPA IE
D/wpa_supplicant(  986): WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant(  986): wlan0: WPA: using GTK CCMP
D/wpa_supplicant(  986): wlan0: WPA: using PTK CCMP
D/wpa_supplicant(  986): wlan0: WPA: using KEY_MGMT WPA-PSK
D/wpa_supplicant(  986): WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant(  986): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant(  986): wlan0: State: SCANNING -> ASSOCIATING
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): Limit connection to BSSID 10:fe:ed:e1:51:18 freq=2427 MHz based on scan results (bssid_set=0)
D/wpa_supplicant(  986): wpa_driver_bsd_set_drop_unencrypted: enabled=1
D/wpa_supplicant(  986): bsd_set_opt_ie: set WPA+RSN ie (len 22)
D/wpa_supplicant(  986): wpa_driver_bsd_associate: set PRIVACY 1
D/wpa_supplicant(  986): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant(  986): EAPOL: External notification - EAP success=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: External notification - EAP fail=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: External notification - portControl=Auto
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): RSN: Ignored PMKID candidate without preauth flag
D/wpa_supplicant(  986): Wireless event: cmd=0x8c02 len=18
D/wpa_supplicant(  986): Custom wireless event len = 10
D/wpa_supplicant(  986): wlan0: Event ASSOC (0) received
D/wpa_supplicant(  986): wlan0: Association info event
D/wpa_supplicant(  986): wlan0: State: ASSOCIATING -> ASSOCIATED
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: Associated to a new BSS: BSSID=10:fe:ed:e1:51:18
D/wpa_supplicant(  986): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant(  986): wlan0: WPA: clearing AP WPA IE
D/wpa_supplicant(  986): WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
I/wpa_supplicant(  986): wlan0: Associated with 10:fe:ed:e1:51:18
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: WPA: Association event - clear replay counter
D/wpa_supplicant(  986): wlan0: WPA: Clear old PTK
D/wpa_supplicant(  986): TDLS: Remove peers on association
D/wpa_supplicant(  986): EAPOL: External notification - portEnabled=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: External notification - portValid=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: External notification - EAP success=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: External notification - portEnabled=1
D/wpa_supplicant(  986): EAPOL: SUPP_PAE entering state CONNECTING
D/wpa_supplicant(  986): EAPOL: enable timer tick
D/wpa_supplicant(  986): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant(  986): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant(  986): wlan0: Cancelling scan request
D/wpa_supplicant(  986): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant(  986): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant(  986): RX EAPOL - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant(  986): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant(  986): wlan0: IEEE 802.1X RX: version=2 type=3 length=95
D/wpa_supplicant(  986): wlan0:   EAPOL-Key type=2
D/wpa_supplicant(  986): wlan0:   key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
D/wpa_supplicant(  986): wlan0:   key_length=16 key_data_length=0
D/wpa_supplicant(  986):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 01
D/wpa_supplicant(  986):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0c fe
D/wpa_supplicant(  986):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant(  986):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant(  986):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant(  986):   key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant(  986): WPA: RX EAPOL-Key - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant(  986): wlan0: State: ASSOCIATED -> 4WAY_HANDSHAKE
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: WPA: RX message 1 of 4-Way Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant(  986): RSN: msg 1/4 key data - hexdump(len=0):
D/wpa_supplicant(  986): Get randomness: len=32 entropy=11
D/wpa_supplicant(  986): WPA: Renewed SNonce - hexdump(len=32): 85 15 4f fb a8 fb 5a 7d 47 f3 a1 39 39 05 a9 5f 2a cd d6 cf f6 2b fc 0d 3e ca 67 a4 83 2c b3 cd
D/wpa_supplicant(  986): WPA: PTK derivation - A1=00:23:a7:4b:6a:5c A2=10:fe:ed:e1:51:18
D/wpa_supplicant(  986): WPA: Nonce1 - hexdump(len=32): 85 15 4f fb a8 fb 5a 7d 47 f3 a1 39 39 05 a9 5f 2a cd d6 cf f6 2b fc 0d 3e ca 67 a4 83 2c b3 cd
D/wpa_supplicant(  986): WPA: Nonce2 - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0c fe
D/wpa_supplicant(  986): WPA: PMK - hexdump(len=32): [REMOVED]
D/wpa_supplicant(  986): WPA: PTK - hexdump(len=48): [REMOVED]
D/wpa_supplicant(  986): WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant(  986): WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
D/wpa_supplicant(  986): wlan0: WPA: Sending EAPOL-Key 2/4
D/wpa_supplicant(  986): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant(  986): WPA: Derived Key MIC - hexdump(len=16): 0d f7 67 e8 33 30 da 83 95 77 e6 a8 6e 16 a5 a3
D/wpa_supplicant(  986): WPA: TX EAPOL-Key - hexdump(len=121): 01 03 00 75 02 01 0a 00 00 00 00 00 00 00 00 00 01 85 15 4f fb a8 fb 5a 7d 47 f3 a1 39 39 05 a9 ...
I/wpa_supplicant(  986): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant(  986): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant(  986): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/wpa_supplicant(  986): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant(  986): RX EAPOL - hexdump(len=155): 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 02 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant(  986): wlan0: IEEE 802.1X RX: version=2 type=3 length=151
D/wpa_supplicant(  986): wlan0:   EAPOL-Key type=2
D/wpa_supplicant(  986): wlan0:   key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
D/wpa_supplicant(  986): wlan0:   key_length=16 key_data_length=56
D/wpa_supplicant(  986):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 02
D/wpa_supplicant(  986):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0c fe
D/wpa_supplicant(  986):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant(  986):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant(  986):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant(  986):   key_mic - hexdump(len=16): 5d 52 37 5e 9f d9 f3 11 cb fb 17 49 e2 81 6c a1
D/wpa_supplicant(  986): WPA: RX EAPOL-Key - hexdump(len=155): 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 02 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant(  986): RSN: encrypted key data - hexdump(len=56): 4e 90 31 24 3e 12 47 6c 03 98 c5 3e 42 f6 b5 4d da 4a 19 d4 d7 cb 55 33 0e ea a8 03 88 f0 e0 1e ...
D/wpa_supplicant(  986): WPA: decrypted EAPOL-Key key data - hexdump(len=48): [REMOVED]
D/wpa_supplicant(  986): wlan0: State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
D/wpa_supplicant(  986): wlan0: WPA: RX message 3 of 4-Way Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant(  986): WPA: IE KeyData - hexdump(len=48): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 dd 16 00 0f ac 01 02 00 de 5f ...
D/wpa_supplicant(  986): WPA: RSN IE in EAPOL-Key - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant(  986): WPA: GTK in EAPOL-Key - hexdump(len=24): [REMOVED]
D/wpa_supplicant(  986): wlan0: WPA: Sending EAPOL-Key 4/4
D/wpa_supplicant(  986): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant(  986): WPA: Derived Key MIC - hexdump(len=16): 91 3a a5 02 ae 3d fa 5b da a1 7f 15 91 dc e2 c5
D/wpa_supplicant(  986): WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f 02 03 0a 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
D/wpa_supplicant(  986): wlan0: WPA: Installing PTK to the driver
D/wpa_supplicant(  986): bsd_set_key: alg=3 addr=0x7716dd34 key_idx=0 set_tx=1 seq_len=6 key_len=16
D/wpa_supplicant(  986): EAPOL: External notification - portValid=1
D/wpa_supplicant(  986): wlan0: State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): RSN: received GTK in pairwise handshake - hexdump(len=18): [REMOVED]
D/wpa_supplicant(  986): WPA: Group Key - hexdump(len=16): [REMOVED]
D/wpa_supplicant(  986): wlan0: WPA: Installing GTK to the driver (keyidx=2 tx=0 len=16)
D/wpa_supplicant(  986): WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
D/wpa_supplicant(  986): bsd_set_key: alg=3 addr=0x76f318ab key_idx=2 set_tx=0 seq_len=6 key_len=16
I/wpa_supplicant(  986): wlan0: WPA: Key negotiation completed with 10:fe:ed:e1:51:18 [PTK=CCMP GTK=CCMP]
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: Cancelling authentication timeout
D/wpa_supplicant(  986): wlan0: State: GROUP_HANDSHAKE -> COMPLETED
I/wpa_supplicant(  986): wlan0: CTRL-EVENT-CONNECTED - Connection to 10:fe:ed:e1:51:18 completed (auth) [id=2 id_str=]
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): EAPOL: External notification - portValid=1
D/wpa_supplicant(  986): EAPOL: External notification - EAP success=1
D/wpa_supplicant(  986): EAPOL: SUPP_PAE entering state AUTHENTICATING
D/wpa_supplicant(  986): EAPOL: SUPP_BE entering state SUCCESS
D/wpa_supplicant(  986): EAP: EAP entering state DISABLED
D/wpa_supplicant(  986): EAPOL: SUPP_PAE entering state AUTHENTICATED
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Authorized
D/wpa_supplicant(  986): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant(  986): EAPOL authentication completed successfully
D/wpa_supplicant(  986): EAPOL: startWhen --> 0
D/wpa_supplicant(  986): EAPOL: disable timer tick
D/ConnectivityService(  422): Sampling interval elapsed, updating statistics ..
D/ConnectivityService(  422): Done.
D/ConnectivityService(  422): Setting timer for 720seconds
I/wpa_supplicant(  986): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant(  986): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant(  986): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/InitAlarmsService(  778): Clearing and rescheduling alarms.
I/wpa_supplicant(  986): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant(  986): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant(  986): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant(  986): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant(  986): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant(  986): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant(  986): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant(  986): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant(  986): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/WifiService(  422): setWifiEnabled: false pid=629, uid=1000
I/wpa_supplicant(  986): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER WLS_BATCHING GET
D/wpa_supplicant(  986): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 57 4c 53 5f 42 41 54 43 48 49 4e 47 ...
D/wpa_supplicant(  986): wlan0: Control interface command 'IFNAME=wlan0 DRIVER WLS_BATCHING GET'
D/WifiStateMachine(  422): scancount not found
E/WifiStateMachine(  422): scanCount==0 - aborting
I/wpa_supplicant(  986): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER WLS_BATCHING STOP
D/wpa_supplicant(  986): RX ctrl_iface - hexdump(len=37): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 57 4c 53 5f 42 41 54 43 48 49 4e 47 ...
D/wpa_supplicant(  986): wlan0: Control interface command 'IFNAME=wlan0 DRIVER WLS_BATCHING STOP'
D/CommandListener(  118): Clearing all IP addresses on wlan0
D/ConnectivityService(  422): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService(  422): Attempting to switch to mobile
D/ConnectivityService(  422): Attempting to switch to ETHERNET
D/Nat464Xlat(  422): requiresClat: netType=1, hasIPv4Address=false
I/wpa_supplicant(  986): [CTRL_IFACE]wlan0: TERMINATE
D/wpa_supplicant(  986): RX ctrl_iface - hexdump(len=9): 54 45 52 4d 49 4e 41 54 45
D/wpa_supplicant(  986): wlan0: Control interface command 'TERMINATE'
D/wpa_supplicant(  986): wlan0: Removing interface wlan0
D/wpa_supplicant(  986): wlan0: Request to deauthenticate - bssid=10:fe:ed:e1:51:18 pending_bssid=00:00:00:00:00:00 reason=3 state=COMPLETED
D/wpa_supplicant(  986): TDLS: Tear down peers
D/wpa_supplicant(  986): wlan0: Event DEAUTH (12) received
D/wpa_supplicant(  986): wlan0: Deauthentication notification
D/wpa_supplicant(  986): wlan0:  * reason 3 (locally generated)
D/wpa_supplicant(  986): Deauthentication frame IE(s) - hexdump(len=0): [NULL]
I/wpa_supplicant(  986): wlan0: CTRL-EVENT-DISCONNECTED bssid=10:fe:ed:e1:51:18 reason=3 locally_generated=1
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: Auto connect disabled: do not try to re-connect
D/wpa_supplicant(  986): wlan0: Ignore connection failure indication since interface has been put into disconnected state
D/wpa_supplicant(  986): TDLS: Remove peers on disassociation
D/wpa_supplicant(  986): wlan0: Disconnect event - remove keys
D/wpa_supplicant(  986): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  986): bsd_del_key: key_idx=0
D/wpa_supplicant(  986): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  986): bsd_del_key: key_idx=1
D/wpa_supplicant(  986): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  986): bsd_del_key: key_idx=2
D/wpa_supplicant(  986): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  986): bsd_del_key: key_idx=3
D/wpa_supplicant(  986): bsd_set_key: alg=0 addr=0x7716cc3c key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  986): bsd_del_key: addr=10:fe:ed:e1:51:18
D/wpa_supplicant(  986): wlan0: State: COMPLETED -> DISCONNECTED
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): EAPOL: External notification - portEnabled=0
D/wpa_supplicant(  986): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: External notification - portValid=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: External notification - EAP success=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant(  986): wlan0: State: DISCONNECTED -> DISCONNECTED
D/wpa_supplicant(  986): EAPOL: External notification - portEnabled=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): EAPOL: External notification - portValid=0
D/wpa_supplicant(  986): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  986): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant(  986): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant(  986): wlan0: BSS: Remove id 0 BSSID 04:da:d2:8b:48:0f SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 1 BSSID 04:da:d2:8b:48:0e SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 2 BSSID 04:da:d2:8b:48:09 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 3 BSSID 04:da:d2:8b:48:0c SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 4 BSSID 04:da:d2:8b:48:0a SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 5 BSSID 04:da:d2:8b:48:0b SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 6 BSSID ec:1a:59:b2:6f:20 SSID 'quark_testing' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 7 BSSID 68:7f:74:64:0a:a9 SSID 'Redpine' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 8 BSSID c8:d3:a3:62:de:b9 SSID 'sta_l2_thrput_in_tkip_CCMP' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 9 BSSID c8:d3:a3:69:6c:48 SSID 'SAM9G65_5Ghz' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 10 BSSID ec:1a:59:54:29:54 SSID 'SAM9G45_5GHz' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 11 BSSID c8:d3:a3:69:6e:2b SSID '20MBPS' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 12 BSSID 04:da:d2:8b:48:01 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 13 BSSID ec:1a:59:8a:11:b9 SSID 'rpine_test5G' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 14 BSSID 68:7f:74:64:79:fd SSID '' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 15 BSSID 04:da:d2:8b:48:00 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 16 BSSID ec:1a:59:b2:6f:1e SSID 'quark_testing2' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 17 BSSID f8:1a:67:46:4d:b4 SSID 'testdns' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 18 BSSID 00:14:d1:b2:86:b2 SSID 'sta_l2_perf_5-FIXED_RATE' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 19 BSSID c8:3a:35:0e:64:a8 SSID '123490' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 20 BSSID 68:86:a7:cb:59:d0 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 21 BSSID 68:86:a7:cb:59:d3 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 22 BSSID 68:86:a7:cb:59:d1 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 23 BSSID c8:d3:a3:69:6c:46 SSID 'SAM9G55' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 24 BSSID 04:a1:51:99:f8:d2 SSID 'pine_1' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 25 BSSID ee:1a:59:b2:6c:91 SSID '?ADO27wT^b6=YXBEEg{haw\\' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 26 BSSID 9c:d6:43:d7:62:46 SSID 'sta_l2_perf_2.4' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 27 BSSID 9c:d3:6d:b0:97:ac SSID 'Radius_2.4' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 28 BSSID ee:1a:59:b3:32:1c SSID '=Ti??\\0^D}S1|40y' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 29 BSSID ee:1a:59:b3:45:27 SSID 'YAH1LE}' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 30 BSSID 68:7f:74:64:79:fe SSID 'ralink' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 31 BSSID 00:14:d1:b2:86:b0 SSID 'ASUS_WPA2_CCMP_WPS_PIN1' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 32 BSSID c8:d3:a3:62:de:b7 SSID 'sta_l2_thrput_11bgn_MIXED_PEAP' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 33 BSSID 10:fe:ed:e1:51:18 SSID 'rps' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 34 BSSID 68:86:a7:cb:22:2a SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 35 BSSID 68:86:a7:cb:22:2e SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 36 BSSID 68:86:a7:cb:22:2f SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 37 BSSID 68:86:a7:cb:22:2b SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 38 BSSID 68:86:a7:cb:22:29 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 39 BSSID 68:86:a7:cb:22:2c SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 40 BSSID 68:86:a7:cb:22:20 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 41 BSSID 68:86:a7:cb:22:23 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 42 BSSID 68:86:a7:cb:22:21 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 43 BSSID 46:52:f9:d1:7b:81 SSID 'SIM_1' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 44 BSSID ec:1a:59:b3:32:1b SSID 'BT_STA' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 45 BSSID c4:7d:4f:31:cb:00 SSID 'SSID_5' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 46 BSSID 04:da:d2:8b:48:0d SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 47 BSSID ec:1a:59:b3:32:1d SSID '3.2.12.1_5ghz' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 48 BSSID c8:d3:a3:59:7a:ac SSID 'dlink' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 49 BSSID ec:1a:59:b3:45:28 SSID 'linksys_5' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 50 BSSID ec:1a:59:b2:6c:92 SSID 'RAM5G' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 51 BSSID 04:da:d2:8b:48:02 SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 52 BSSID 68:7f:74:0f:03:cb SSID 'SAM9G35' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 53 BSSID 64:66:b3:90:19:a8 SSID 'tp-link' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 54 BSSID c8:b3:73:2c:53:b7 SSID 'cisco_redpine5g' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 55 BSSID 10:fe:ed:e1:60:ca SSID 'dhcp_test' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 56 BSSID ee:1a:59:b2:6f:1f SSID 'belkin.f1e.guests' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 57 BSSID f4:ec:38:e1:42:64 SSID 'TPLINK' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 58 BSSID 10:fe:ed:e9:a9:30 SSID 'TPLINK' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 59 BSSID 00:23:a7:4b:66:70 SSID 'apfin' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 60 BSSID 00:05:1d:03:04:05 SSID 'ASUS' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 61 BSSID ee:1a:59:54:29:53 SSID 'belkin.952.guests' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 62 BSSID c4:7d:4f:36:ba:90 SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 63 BSSID ec:1a:59:54:29:52 SSID '\x00\x00\x00\x00\x00\x00\x00' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 64 BSSID c8:b3:73:2c:53:b6 SSID 'cisco_redpine2g' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 65 BSSID ec:1a:59:b2:89:5a SSID 'fwup' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 66 BSSID 10:fe:ed:d7:51:86 SSID 'mac' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 67 BSSID 00:23:a7:5c:1d:70 SSID 'RSI_SM5C1D70' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 68 BSSID ec:1a:59:b2:6c:90 SSID 'RAM2G' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 69 BSSID ec:1a:59:b3:45:26 SSID 'linksys' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 70 BSSID 68:7f:74:64:0a:aa SSID 'Roam' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 71 BSSID 68:86:a7:cb:59:d2 SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 72 BSSID c8:d3:a3:69:6e:29 SSID 'roaming_test' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 73 BSSID 00:23:a7:4b:0a:60 SSID 'RSI_SM4B0A60' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 74 BSSID c8:d3:a3:69:73:93 SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 75 BSSID ee:1a:59:8a:11:b8 SSID 'belkin.1b7.guests' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 76 BSSID 10:fe:ed:e1:61:40 SSID 'Roam' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 77 BSSID ec:1a:59:8a:11:b7 SSID 'rpine_test2G' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 78 BSSID c8:d3:a3:69:6e:fb SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 79 BSSID c8:d3:a3:69:6e:e6 SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 80 BSSID ec:1a:59:b2:89:58 SSID 'test123' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 81 BSSID 00:23:a7:5c:48:fc SSID 'RSI_SM5C48FC' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 82 BSSID 68:86:a7:cb:22:2d SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 83 BSSID 68:86:a7:cb:22:22 SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 84 BSSID 00:23:a7:5c:3c:28 SSID 'RSI_SM5C3C28' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: BSS: Remove id 85 BSSID c8:d3:a3:69:72:ee SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): wlan0: Cancelling scan request
D/wpa_supplicant(  986): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant(  986): wlan0: Cancelling authentication timeout
D/wpa_supplicant(  986): wpa_driver_bsd_set_wpa: enabled=0
D/wpa_supplicant(  986): wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0
D/wpa_supplicant(  986): bsd_set_opt_ie: set WPA+RSN ie (len 0)
D/wpa_supplicant(  986): wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0
D/wpa_supplicant(  986): bsd_set_opt_ie: set WPA+RSN ie (len 0)
I/wpa_supplicant(  986): wlan0: CTRL-EVENT-TERMINATING
D/wpa_supplicant(  986): 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 ...
D/wpa_supplicant(  986): CTRL_IFACE wait for attached monitors to receive messages
D/Tethering(  422): InitialState.processMessage what=4
D/Tethering(  422): sendTetherStateChangedBroadcast 0, 0, 0
E/BluetoothAdapter(  629): Bluetooth binder is null
E/wpa_supplicant(  986): rmdir[ctrl_interface=wlan0]: Read-only file system
D/Tethering(  422): MasterInitialState.processMessage what=3
D/CaptivePortalTracker(  422): NoActiveNetworkState{ when=-3ms what=1 obj=NetworkInfo: type: WIFI[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: <unknown ssid>, roaming: false, failover: false, isAvailable: false, isConnectedToProvisioningNetwork: false target=com.android.internal.util.StateMachine$SmHandler }
D/dalvikvm(  620): GC_CONCURRENT freed 282K, 11% free 3044K/3388K, paused 3ms+4ms, total 19ms
E/WifiStateMachine(  422): Timed out on a supplicant stop, kill and proceed
E/BluetoothAdapter(  629): Bluetooth binder is null
D/dalvikvm(  422): GC_CONCURRENT freed 512K, 44% free 5435K/9556K, paused 2ms+5ms, total 61ms
W/Netd    (  118): No subsystem found in netlink event
D/NetlinkEvent(  118): Unexpected netlink message. type=0x11
W/Netd    (  118): No subsystem found in netlink event
W/Netd    (  118): No subsystem found in netlink event
E/NetlinkEvent(  118): Unknown ifindex 3 in RTM_DELADDR
D/NetlinkEvent(  118): Unexpected netlink message. type=0x11
E/WifiHW  (  422): ********onebox_gpl.ko rmmod success
E/WifiHW  (  422): *******onebox_nongpl.ko rmmod success
E/WifiHW  (  422): ********wlan_s can_sta.ko rmmod success
E/WifiHW  (  422): *****wlan_xauth.ko rmmod success
E/WifiHW  (  422): ****wlan_acl.ko rmmod success
E/WifiHW  (  422): ******wlan_ccmp.ko rmmod success
E/WifiHW  (  422): ******wlan_tkip.ko rmmod success
E/WifiHW  (  422): *****wlan_wep.ko rmmod success
E/WifiHW  (  422): *****wlan.ko rmmod success
E/WifiHW  (  422):  all ko rmmod success
E/WifiHW  (  422): *****wlan_wep.ko rmmod success
E/WifiHW  (  422): *****wlan_wep.ko rmmod success
W/ContextImpl(  422): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
I/MediaFocusControl(  422):  AudioFocus  abandonAudioFocus() from android.media.AudioManager@2bfd5a90com.android.music.MediaPlaybackService$3@2bfd4910
I/ActivityManager(  422): Start proc com.android.musicfx for broadcast com.android.musicfx/.ControlPanelReceiver: pid=1004 uid=10010 gids={50010, 3003, 3002}
V/MusicFXControlPanelReceiver( 1004): onReceive
V/MusicFXControlPanelReceiver( 1004): Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION
V/MusicFXControlPanelReceiver( 1004): Package name: com.android.music
V/MusicFXControlPanelReceiver( 1004): Audio session: 7
V/MusicFXControlPanelEffect( 1004): closeSession(android.app.ReceiverRestrictedContext@2bfcf4d8, com.android.music, 7)
D/WifiService(  422): setWifiEnabled: true pid=629, uid=1000
E/WifiHW  (  422): Loading WiFi driver here
E/WifiHW  (  422): *****onebox_nongpl.ko inserted
E/WifiHW  (  422): *****wlan.ko inserted
E/WifiHW  (  422): ****wlan_wep.ko inserted
E/WifiHW  (  422): *****wlan_tkip.ko inserted
E/WifiHW  (  422): *****wlan_ccmp.ko inserted
E/WifiHW  (  422): ********wlan_acl.ko inserted
E/WifiHW  (  422): *****wlan_xauth.ko inserted
E/WifiHW  (  422): ***wlan_scan_sta.ko inserted
E/WifiHW  (  422): ***********onebox_gpl.ko
E/WifiHW  (  422): ********* ALL ko inserted successfully
E/WifiHW  (  118): RAVI:****Vap Creation Output:
E/WifiHW  (  118): VAP created Successfully
E/WifiHW  (  118):
D/Tethering(  422): sendTetherStateChangedBroadcast 0, 0, 0
D/Tethering(  422): InitialState.processMessage what=4
D/Tethering(  422): sendTetherStateChangedBroadcast 0, 0, 0
E/WifiHW  (  118): RAVI:****Inside STA wifi.c wifi_get_fw_path out_iface is wlan0
E/SoftapController(  118): RAVI:VAP type changed to STA
E/NetdConnector(  422): NDC Command {25 softap fwreload wlan0 STA} took too long (1371ms)
E/NetdConnector(  422): NDC Command {26 bandwidth gettetherstats} took too long (1025ms)
D/CommandListener(  118): Setting iface cfg
D/CommandListener(  118): Trying to bring down wlan0
D/wpa_supplicant( 1048): wpa_supplicant v2.1-devel-4.4.3
D/wpa_supplicant( 1048): random: Trying to read entropy from /dev/random
I/wpa_supplicant( 1048): Successfully initialized wpa_supplicant
D/wpa_supplicant( 1048): Initializing interface 'wlan0' conf '/system/bin/release/sta_settings.conf' driver 'bsd' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant( 1048): Configuration file '/system/bin/release/sta_settings.conf' -> '/system/bin/release/sta_settings.conf'
D/wpa_supplicant( 1048): Reading configuration file '/system/bin/release/sta_settings.conf'
D/wpa_supplicant( 1048): ctrl_interface='wlan0'
D/wpa_supplicant( 1048): update_config=1
D/wpa_supplicant( 1048): uuid=12345678-9abc-def0-1234-56789abcdef0
D/wpa_supplicant( 1048): device_name='RSI_P2P_DEVICE'
D/wpa_supplicant( 1048): manufacturer='Redpine Signals INC'
D/wpa_supplicant( 1048): model_name='Godavari'
D/wpa_supplicant( 1048): model_number='9113'
D/wpa_supplicant( 1048): serial_number='02'
D/wpa_supplicant( 1048): os_version=01020300
D/wpa_supplicant( 1048): config_methods='display push_button keypad'
D/wpa_supplicant( 1048): ap_scan=1
D/wpa_supplicant( 1048): Line: 15 - start of a new network block
D/wpa_supplicant( 1048): ssid - hexdump(len=12): 72 70 69 6e 65 5f 74 65 73 74 32 47
D/wpa_supplicant( 1048): key_mgmt: 0x4
D/wpa_supplicant( 1048): priority=2 (0x2)
D/wpa_supplicant( 1048): Line: 23 - start of a new network block
D/wpa_supplicant( 1048): ssid - hexdump(len=5): 78 78 78 78 78
D/wpa_supplicant( 1048): wep_key0 - hexdump(len=5): [REMOVED]
D/wpa_supplicant( 1048): wep_tx_keyidx=1 (0x1)
D/wpa_supplicant( 1048): key_mgmt: 0x4
D/wpa_supplicant( 1048): priority=2 (0x2)
D/wpa_supplicant( 1048): Line: 32 - start of a new network block
D/wpa_supplicant( 1048): ssid - hexdump(len=3): 72 70 73
D/wpa_supplicant( 1048): pairwise: 0x18
D/wpa_supplicant( 1048): group: 0x18
D/wpa_supplicant( 1048): key_mgmt: 0x2
D/wpa_supplicant( 1048): PSK (ASCII passphrase) - hexdump(len=10): [REMOVED]
D/wpa_supplicant( 1048): proto: 0x3
D/wpa_supplicant( 1048): priority=200 (0xc8)
D/WifiMonitor(  422): startMonitoring(wlan0) with mConnected = false
E/BluetoothAdapter(  629): Bluetooth binder is null
D/wpa_supplicant( 1048): PSK (from passphrase) - hexdump(len=32): [REMOVED]
D/wpa_supplicant( 1048): Priority group 200
D/wpa_supplicant( 1048):    id=2 ssid='rps'
D/wpa_supplicant( 1048): Priority group 2
D/wpa_supplicant( 1048):    id=0 ssid='rpine_test2G'
D/wpa_supplicant( 1048):    id=1 ssid='xxxxx'
D/wpa_supplicant( 1048): wpa_driver_bsd_capa: drivercaps=0x4401e401,cryptocaps=0x0000001b
D/wpa_supplicant( 1048): wlan0: Own MAC address: 00:23:a7:4b:6a:5c
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: key_idx=0
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: key_idx=1
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: key_idx=2
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: key_idx=3
D/wpa_supplicant( 1048): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant( 1048): wlan0: RSN: flushing PMKID list in the driver
D/wpa_supplicant( 1048): wlan0: Setting scan request: 0 sec 100000 usec
D/wpa_supplicant( 1048): TDLS: TDLS operation not supported by driver
D/wpa_supplicant( 1048): TDLS: Driver uses internal link setup
I/wpa_supplicant( 1048): WPS: Converting display to virtual_display for WPS 2.0 compliance
I/wpa_supplicant( 1048): WPS: Converting push_button to virtual_push_button for WPS 2.0 compliance
D/wpa_supplicant( 1048): WPS: Set UUID for interface wlan0
D/wpa_supplicant( 1048): WPS: UUID based on configuration - hexdump(len=16): 12 34 56 78 9a bc de f0 12 34 56 78 9a bc de f0
D/wpa_supplicant( 1048): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant( 1048): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant( 1048): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): wlan0: Added interface wlan0
D/wpa_supplicant( 1048): wlan0: State: DISCONNECTED -> DISCONNECTED
D/wpa_supplicant( 1048): random: Got 20/20 bytes from /dev/random
D/wpa_supplicant( 1048): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant( 1048): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant( 1048): CTRL_IFACE monitor attached - 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 ...
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER MACADDR
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=27): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 4d 41 43 41 44 44 52
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 DRIVER MACADDR'
D/WifiConfigStore(  422): Loading config and enabling all networks
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 LIST_NETWORKS
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=26): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 4c 49 53 54 5f 4e 45 54 57 4f 52 4b 53
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 LIST_NETWORKS'
E/WifiConfigStore(  422): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET device_name evk_6sl
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 64 65 76 69 63 65 5f 6e 61 6d 65 20 65 76 6b ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SET device_name evk_6sl'
E/BluetoothAdapter(  629): Bluetooth binder is null
E/WifiStateMachine(  422): Failed to set device name evk_6sl
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET manufacturer Freescale
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=39): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 61 6e 75 66 61 63 74 75 72 65 72 20 46 72 ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SET manufacturer Freescale'
E/WifiStateMachine(  422): Failed to set manufacturer Freescale
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET model_name EVK_MX6SL
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=37): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 6f 64 65 6c 5f 6e 61 6d 65 20 45 56 4b 5f ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SET model_name EVK_MX6SL'
E/WifiStateMachine(  422): Failed to set model name EVK_MX6SL
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET model_number EVK_MX6SL
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=39): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 6f 64 65 6c 5f 6e 75 6d 62 65 72 20 45 56 ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SET model_number EVK_MX6SL'
E/WifiStateMachine(  422): Failed to set model number EVK_MX6SL
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET serial_number 392611d4d72d744d
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=47): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 73 65 72 69 61 6c 5f 6e 75 6d 62 65 72 20 33 ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SET serial_number 392611d4d72d744d'
E/WifiStateMachine(  422): Failed to set serial number 392611d4d72d744d
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET config_methods physical_display virtual_push_button
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=68): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 63 6f 6e 66 69 67 5f 6d 65 74 68 6f 64 73 20 ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SET config_methods physical_display virtual_push_button'
E/WifiStateMachine(  422): Failed to set WPS config methods
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET device_type 10-0050F204-5
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=42): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 64 65 76 69 63 65 5f 74 79 70 65 20 31 30 2d ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SET device_type 10-0050F204-5'
E/WifiStateMachine(  422): Failed to set primary device type 10-0050F204-5
D/wpa_supplicant( 1048): wlan0: State: DISCONNECTED -> SCANNING
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: Starting AP scan for wildcard SSID
D/wpa_supplicant( 1048): Scan requested - scan timeout 5 seconds
D/Tethering(  422): sendTetherStateChangedBroadcast 1, 0, 0
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN_INTERVAL 15
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=29): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e 5f 49 4e 54 45 52 56 41 4c 20 31 35
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN_INTERVAL 15'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=35): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 42 54 43 4f 45 58 53 43 41 4e 2d 53 ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER RXFILTER-STOP
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=33): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 52 58 46 49 4c 54 45 52 2d 53 54 4f ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 DRIVER RXFILTER-STOP'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER RXFILTER-STOP
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=33): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 52 58 46 49 4c 54 45 52 2d 53 54 4f ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 DRIVER RXFILTER-STOP'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 RECONNECT
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=22): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 52 45 43 4f 4e 4e 45 43 54
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 RECONNECT'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 STATUS
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=19): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 54 41 54 55 53
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 STATUS'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET ps 1
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=21): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 70 73 20 31
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SET ps 1'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER SETBAND 0
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=29): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 53 45 54 42 41 4e 44 20 30
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 DRIVER SETBAND 0'
E/WifiStateMachine(  422): Failed to set frequency band 0
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/wpa_supplicant( 1048): EAPOL: disable timer tick
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): Scan timeout - try to get results
D/wpa_supplicant( 1048): wlan0: Event SCAN_RESULTS (3) received
E/wpa_supplicant( 1048): ioctl[SIOCS80211, op=76, arg_len=24576]: Operation now in progress
D/wpa_supplicant( 1048): wlan0: Failed to get scan results
D/wpa_supplicant( 1048): wlan0: Failed to get scan results - try scanning again
D/wpa_supplicant( 1048): wlan0: Setting scan request: 1 sec 0 usec
D/wpa_supplicant( 1048): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1048): wlan0: Starting AP scan for wildcard SSID
D/wpa_supplicant( 1048): Scan requested - scan timeout 5 seconds
D/wpa_supplicant( 1048): Wireless event: cmd=0x8b19 len=8
D/wpa_supplicant( 1048): wlan0: Event SCAN_RESULTS (3) received
D/wpa_supplicant( 1048): Received 19804 bytes of scan results (83 BSSes)
D/wpa_supplicant( 1048): wlan0: BSS: Start scan result update 1
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 0 BSSID ec:1a:59:b2:6f:20 SSID 'quark_testing'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 1 BSSID 04:da:d2:8b:48:09 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 2 BSSID 04:da:d2:8b:48:0f SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 3 BSSID 04:da:d2:8b:48:0b SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 4 BSSID 04:da:d2:8b:48:0a SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 5 BSSID 68:7f:74:64:0a:a9 SSID 'Redpine'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 6 BSSID 04:da:d2:8b:48:0e SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 7 BSSID 04:da:d2:8b:48:0c SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 8 BSSID ec:1a:59:54:29:54 SSID 'SAM9G45_5GHz'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 9 BSSID c8:d3:a3:62:de:b9 SSID 'sta_l2_thrput_in_tkip_CCMP'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 10 BSSID c8:d3:a3:69:6e:2b SSID '20MBPS'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 11 BSSID c8:d3:a3:69:6c:48 SSID 'SAM9G65_5Ghz'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 12 BSSID 04:da:d2:8b:48:01 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 13 BSSID 68:7f:74:64:79:fd SSID ''
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 14 BSSID 00:14:d1:b2:86:b2 SSID 'sta_l2_perf_5-FIXED_RATE'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 15 BSSID ec:1a:59:b2:6f:1e SSID 'quark_testing2'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 16 BSSID 04:a1:51:99:f8:d2 SSID 'pine_1'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 17 BSSID ec:1a:59:8a:11:b9 SSID 'rpine_test5G'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 18 BSSID c8:3a:35:0e:64:a8 SSID '123490'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 19 BSSID 68:86:a7:cb:59:d1 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 20 BSSID 68:86:a7:cb:59:d3 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 21 BSSID c8:d3:a3:69:6c:46 SSID 'SAM9G55'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 22 BSSID ee:1a:59:b2:6c:91 SSID '?ADO27wT^b6=YXBEEg{haw\\'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 23 BSSID ee:1a:59:b3:45:27 SSID 'YAH1LE}'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 24 BSSID 68:86:a7:cb:59:d0 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 25 BSSID 9c:d6:43:d7:62:46 SSID 'sta_l2_perf_2.4'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 26 BSSID 9c:d3:6d:b0:97:ac SSID 'Radius_2.4'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 27 BSSID ee:1a:59:b3:32:1c SSID '=Ti??\\0^D}S1|40y'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 28 BSSID 10:fe:ed:e1:51:18 SSID 'rps'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 29 BSSID 68:7f:74:64:79:fe SSID 'ralink'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 30 BSSID 00:14:d1:b2:86:b0 SSID 'ASUS_WPA2_CCMP_WPS_PIN1'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 31 BSSID c8:d3:a3:62:de:b7 SSID 'sta_l2_thrput_11bgn_MIXED_PEAP'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 32 BSSID 68:86:a7:cb:22:29 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 33 BSSID 68:86:a7:cb:22:2c SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 34 BSSID 68:86:a7:cb:22:2a SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 35 BSSID 68:86:a7:cb:22:2f SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 36 BSSID 68:86:a7:cb:22:2b SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 37 BSSID 68:86:a7:cb:22:2e SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 38 BSSID 68:86:a7:cb:22:23 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 39 BSSID 68:86:a7:cb:22:21 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 40 BSSID 68:86:a7:cb:22:20 SSID '\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 41 BSSID ec:1a:59:b3:32:1b SSID 'BT_STA'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 42 BSSID 04:da:d2:8b:48:0d SSID 'GSID'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 43 BSSID c4:7d:4f:31:cb:00 SSID 'SSID_5'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 44 BSSID ec:1a:59:b3:32:1d SSID '3.2.12.1_5ghz'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 45 BSSID c8:b3:73:2c:53:b7 SSID 'cisco_redpine5g'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 46 BSSID 64:66:b3:90:19:a8 SSID 'tp-link'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 47 BSSID 04:da:d2:8b:48:02 SSID 'GSID'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 48 BSSID ec:1a:59:b3:45:28 SSID 'linksys_5'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 49 BSSID ec:1a:59:b2:6c:92 SSID 'RAM5G'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 50 BSSID 00:23:a7:4a:ee:1c SSID 'SDIO_TEST'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 51 BSSID f4:ec:38:e1:42:64 SSID 'TPLINK'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 52 BSSID 10:fe:ed:e1:60:ca SSID 'dhcp_test'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 53 BSSID 68:7f:74:0f:03:cb SSID 'SAM9G35'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 54 BSSID c4:7d:4f:36:ba:90 SSID 'Rpx'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 55 BSSID 10:fe:ed:e9:a9:30 SSID 'TPLINK'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 56 BSSID ec:1a:59:b3:45:26 SSID 'linksys'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 57 BSSID ee:1a:59:b2:6f:1f SSID 'belkin.f1e.guests'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 58 BSSID c8:d3:a3:59:7a:ac SSID 'dlink'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 59 BSSID 10:fe:ed:d7:51:86 SSID 'mac'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 60 BSSID 68:86:a7:cb:59:d2 SSID 'GSID'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 61 BSSID ec:1a:59:b2:6c:90 SSID 'RAM2G'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 62 BSSID 00:23:a7:4b:66:70 SSID 'apfin'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 63 BSSID ee:1a:59:54:29:53 SSID 'belkin.952.guests'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 64 BSSID 00:05:1d:03:04:05 SSID 'ASUS'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 65 BSSID 00:23:a7:5c:1d:70 SSID 'RSI_SM5C1D70'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 66 BSSID ec:1a:59:b2:89:5a SSID 'fwup'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 67 BSSID 68:7f:74:64:0a:aa SSID 'Roam'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 68 BSSID ec:1a:59:54:29:52 SSID '\x00\x00\x00\x00\x00\x00\x00'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 69 BSSID c8:b3:73:2c:53:b6 SSID 'cisco_redpine2g'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 70 BSSID ee:1a:59:8a:11:b8 SSID 'belkin.1b7.guests'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 71 BSSID ec:1a:59:8a:11:b7 SSID 'rpine_test2G'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 72 BSSID c8:d3:a3:69:6e:29 SSID 'roaming_test'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 73 BSSID c8:d3:a3:69:73:93 SSID 'Rpx'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 74 BSSID 10:fe:ed:e1:61:40 SSID 'Roam'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 75 BSSID c8:d3:a3:69:6e:fb SSID 'Rpx'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 76 BSSID 68:86:a7:cb:22:22 SSID 'GSID'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 77 BSSID ec:1a:59:b2:89:58 SSID 'test123'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 78 BSSID c8:d3:a3:69:6e:e6 SSID 'Rpx'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 79 BSSID 00:23:a7:5c:3c:28 SSID 'RSI_SM5C3C28'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 80 BSSID 00:23:a7:5c:48:fc SSID 'RSI_SM5C48FC'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 81 BSSID 68:86:a7:cb:22:2d SSID 'GSID'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Add new id 82 BSSID c8:d3:a3:69:72:ee SSID 'Rpx'
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): BSS: last_scan_res_used=83/128 last_scan_full=0
D/wpa_supplicant( 1048): wlan0: New scan results available
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:b2:6f:20 type 0 added
D/wpa_supplicant( 1048): WPS: AP 68:7f:74:64:0a:a9 type 0 added
D/wpa_supplicant( 1048): WPS: AP c8:d3:a3:69:6c:48 type 0 added
D/wpa_supplicant( 1048): WPS: AP 68:7f:74:64:79:fd type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:b2:6f:1e type 0 added
D/wpa_supplicant( 1048): WPS: AP 04:a1:51:99:f8:d2 type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:8a:11:b9 type 0 added
D/wpa_supplicant( 1048): WPS: AP c8:d3:a3:69:6c:46 type 0 added
D/wpa_supplicant( 1048): WPS: AP ee:1a:59:b2:6c:91 type 0 added
D/wpa_supplicant( 1048): WPS: AP ee:1a:59:b3:45:27 type 0 added
D/wpa_supplicant( 1048): WPS: AP 9c:d3:6d:b0:97:ac type 0 added
D/wpa_supplicant( 1048): WPS: AP ee:1a:59:b3:32:1c type 0 added
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: AP 10:fe:ed:e1:51:18 type 0 added
D/wpa_supplicant( 1048): WPS: AP 68:7f:74:64:79:fe type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:b3:32:1d type 0 added
D/wpa_supplicant( 1048): WPS: AP c8:b3:73:2c:53:b7 type 0 added
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: AP 64:66:b3:90:19:a8 type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:b3:45:28 type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:b2:6c:92 type 0 added
D/wpa_supplicant( 1048): WPS: AP 00:23:a7:4a:ee:1c type 0 added
D/wpa_supplicant( 1048): WPS: AP f4:ec:38:e1:42:64 type 0 added
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: AP 10:fe:ed:e1:60:ca type 0 added
D/wpa_supplicant( 1048): WPS: AP 68:7f:74:0f:03:cb type 0 added
D/wpa_supplicant( 1048): WPS: AP 10:fe:ed:e9:a9:30 type 0 added
D/wpa_supplicant( 1048): WPS: AP ee:1a:59:b2:6f:1f type 0 added
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: AP 10:fe:ed:d7:51:86 type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:b2:6c:90 type 0 added
D/wpa_supplicant( 1048): WPS: AP 00:23:a7:4b:66:70 type 0 added
D/wpa_supplicant( 1048): WPS: AP ee:1a:59:54:29:53 type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:b2:89:5a type 0 added
D/wpa_supplicant( 1048): WPS: AP 68:7f:74:64:0a:aa type 0 added
D/wpa_supplicant( 1048): WPS: AP c8:b3:73:2c:53:b6 type 0 added
D/wpa_supplicant( 1048): WPS: AP ee:1a:59:8a:11:b8 type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:8a:11:b7 type 0 added
D/wpa_supplicant( 1048): WPS: AP c8:d3:a3:69:73:93 type 0 added
D/wpa_supplicant( 1048): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1048): WPS: AP 10:fe:ed:e1:61:40 type 0 added
D/wpa_supplicant( 1048): WPS: AP c8:d3:a3:69:6e:fb type 0 added
D/wpa_supplicant( 1048): WPS: AP ec:1a:59:b2:89:58 type 0 added
D/wpa_supplicant( 1048): WPS: AP c8:d3:a3:69:72:ee type 0 added
D/wpa_supplicant( 1048): WPS: AP[0] ec:1a:59:b2:6f:20 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[1] 68:7f:74:64:0a:a9 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[2] c8:d3:a3:69:6c:48 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[3] 68:7f:74:64:79:fd type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[4] ec:1a:59:b2:6f:1e type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[5] 04:a1:51:99:f8:d2 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[6] ec:1a:59:8a:11:b9 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[7] c8:d3:a3:69:6c:46 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[8] ee:1a:59:b2:6c:91 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[9] ee:1a:59:b3:45:27 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[10] 9c:d3:6d:b0:97:ac type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[11] ee:1a:59:b3:32:1c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[12] 10:fe:ed:e1:51:18 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[13] 68:7f:74:64:79:fe type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[14] ec:1a:59:b3:32:1d type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[15] c8:b3:73:2c:53:b7 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[16] 64:66:b3:90:19:a8 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[17] ec:1a:59:b3:45:28 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[18] ec:1a:59:b2:6c:92 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[19] 00:23:a7:4a:ee:1c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[20] f4:ec:38:e1:42:64 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[21] 10:fe:ed:e1:60:ca type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[22] 68:7f:74:0f:03:cb type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[23] 10:fe:ed:e9:a9:30 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[24] ee:1a:59:b2:6f:1f type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[25] 10:fe:ed:d7:51:86 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[26] ec:1a:59:b2:6c:90 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[27] 00:23:a7:4b:66:70 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[28] ee:1a:59:54:29:53 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[29] ec:1a:59:b2:89:5a type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[30] 68:7f:74:64:0a:aa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[31] c8:b3:73:2c:53:b6 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[32] ee:1a:59:8a:11:b8 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[33] ec:1a:59:8a:11:b7 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[34] c8:d3:a3:69:73:93 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[35] 10:fe:ed:e1:61:40 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[36] c8:d3:a3:69:6e:fb type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[37] ec:1a:59:b2:89:58 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): WPS: AP[38] c8:d3:a3:69:72:ee type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1048): wlan0: Selecting BSS from priority group 200
D/wpa_supplicant( 1048): wlan0: 0: ec:1a:59:b2:6f:20 ssid='quark_testing' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=83 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 1: 04:da:d2:8b:48:09 ssid='\x00' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=81
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 2: 04:da:d2:8b:48:0f ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=81
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 3: 04:da:d2:8b:48:0b ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=81
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 4: 04:da:d2:8b:48:0a ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=81
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 5: 68:7f:74:64:0a:a9 ssid='Redpine' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=79 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 6: 04:da:d2:8b:48:0e ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=79
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 7: 04:da:d2:8b:48:0c ssid='\x00' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=79
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 8: ec:1a:59:54:29:54 ssid='SAM9G45_5GHz' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=78
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 9: c8:d3:a3:62:de:b9 ssid='sta_l2_thrput_in_tkip_CCMP' wpa_ie_len=0 rsn_ie_len=24 caps=0x31 level=77
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 10: c8:d3:a3:69:6e:2b ssid='20MBPS' wpa_ie_len=22 rsn_ie_len=0 caps=0x31 level=77
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 11: c8:d3:a3:69:6c:48 ssid='SAM9G65_5Ghz' wpa_ie_len=26 rsn_ie_len=24 caps=0x31 level=77 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 12: 04:da:d2:8b:48:01 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=82
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 13: 68:7f:74:64:79:fd ssid='' wpa_ie_len=26 rsn_ie_len=24 caps=0x11 level=71 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID not known
D/wpa_supplicant( 1048): wlan0: 14: 00:14:d1:b2:86:b2 ssid='sta_l2_perf_5-FIXED_RATE' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=68
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 15: ec:1a:59:b2:6f:1e ssid='quark_testing2' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=73 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 16: 04:a1:51:99:f8:d2 ssid='pine_1' wpa_ie_len=26 rsn_ie_len=24 caps=0x31 level=73 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 17: ec:1a:59:8a:11:b9 ssid='rpine_test5G' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=63 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 18: c8:3a:35:0e:64:a8 ssid='123490' wpa_ie_len=24 rsn_ie_len=0 caps=0x11 level=71
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 19: 68:86:a7:cb:59:d1 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=71
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 20: 68:86:a7:cb:59:d3 ssid='\x00' wpa_ie_len=24 rsn_ie_len=20 caps=0x31 level=71
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 21: c8:d3:a3:69:6c:46 ssid='SAM9G55' wpa_ie_len=26 rsn_ie_len=24 caps=0x11 level=70 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 22: ee:1a:59:b2:6c:91 ssid='?ADO27wT^b6=YXBEEg{haw\\' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=70 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 23: ee:1a:59:b3:45:27 ssid='YAH1LE}' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=70 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 24: 68:86:a7:cb:59:d0 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=69
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 25: 9c:d6:43:d7:62:46 ssid='sta_l2_perf_2.4' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=65
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 26: 9c:d3:6d:b0:97:ac ssid='Radius_2.4' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=65 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 27: ee:1a:59:b3:32:1c ssid='=Ti??\\0^D}S1|40y' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=64 wps
D/wpa_supplicant( 1048): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1048): wlan0: 28: 10:fe:ed:e1:51:18 ssid='rps' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=56 wps
D/wpa_supplicant( 1048): wlan0:    selected based on RSN IE
D/wpa_supplicant( 1048): wlan0:    selected BSS 10:fe:ed:e1:51:18 ssid='rps'
D/wpa_supplicant( 1048): wlan0: Considering connect request: reassociate: 0  selected: 10:fe:ed:e1:51:18  bssid: 00:00:00:00:00:00  pending: 00:00:00:00:00:00  wpa_state: SCANNING  ssid=0x789ed760  current_ssid=0x0
D/wpa_supplicant( 1048): wlan0: Request association with 10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=5): 00 03 72 70 73
D/wpa_supplicant( 1048): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 2a 01 00
D/wpa_supplicant( 1048): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=5): 00 03 72 70 73
D/wpa_supplicant( 1048): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 03 01 04
D/wpa_supplicant( 1048): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=8): 07 06 55 53 20 01 0b 1b
D/wpa_supplicant( 1048): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 2a 01 00
D/wpa_supplicant( 1048): WPA: RSN IE in EAPOL-Key - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1048): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=24): 3d 16 04 00 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048): TDLS: TDLS is allowed in the target BSS
I/wpa_supplicant( 1048): wlan0: Trying to associate with 10:fe:ed:e1:51:18 (SSID='rps' freq=2427 MHz)
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: Cancelling scan request
D/wpa_supplicant( 1048): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1048): wlan0: WPA: clearing own WPA/RSN IE
D/wpa_supplicant( 1048): wlan0: Automatic auth_alg selection: 0x1
D/wpa_supplicant( 1048): RSN: PMKSA cache search - network_ctx=0x789ed760 try_opportunistic=0
D/wpa_supplicant( 1048): RSN: Search for BSSID 10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): RSN: No PMKSA cache entry found
D/wpa_supplicant( 1048): wlan0: RSN: using IEEE 802.11i/D9.0
D/wpa_supplicant( 1048): wlan0: WPA: Selected cipher suites: group 16 pairwise 16 key_mgmt 2 proto 2
D/wpa_supplicant( 1048): wlan0: WPA: clearing AP WPA IE
D/wpa_supplicant( 1048): WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1048): wlan0: WPA: using GTK CCMP
D/wpa_supplicant( 1048): wlan0: WPA: using PTK CCMP
D/wpa_supplicant( 1048): wlan0: WPA: using KEY_MGMT WPA-PSK
D/wpa_supplicant( 1048): WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1048): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant( 1048): wlan0: State: SCANNING -> ASSOCIATING
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): Limit connection to BSSID 10:fe:ed:e1:51:18 freq=2427 MHz based on scan results (bssid_set=0)
D/wpa_supplicant( 1048): wpa_driver_bsd_set_drop_unencrypted: enabled=1
D/wpa_supplicant( 1048): bsd_set_opt_ie: set WPA+RSN ie (len 22)
D/wpa_supplicant( 1048): wpa_driver_bsd_associate: set PRIVACY 1
D/wpa_supplicant( 1048): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1048): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: External notification - EAP fail=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: External notification - portControl=Auto
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): RSN: Ignored PMKID candidate without preauth flag
D/wpa_supplicant( 1048): Wireless event: cmd=0x8c02 len=18
D/wpa_supplicant( 1048): Custom wireless event len = 10
D/wpa_supplicant( 1048): wlan0: Event ASSOC (0) received
D/wpa_supplicant( 1048): wlan0: Association info event
D/wpa_supplicant( 1048): wlan0: State: ASSOCIATING -> ASSOCIATED
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: Associated to a new BSS: BSSID=10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant( 1048): wlan0: WPA: clearing AP WPA IE
D/wpa_supplicant( 1048): WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
I/wpa_supplicant( 1048): wlan0: Associated with 10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: WPA: Association event - clear replay counter
D/wpa_supplicant( 1048): wlan0: WPA: Clear old PTK
D/wpa_supplicant( 1048): TDLS: Remove peers on association
D/wpa_supplicant( 1048): EAPOL: External notification - portEnabled=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: External notification - portValid=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: External notification - portEnabled=1
D/wpa_supplicant( 1048): EAPOL: SUPP_PAE entering state CONNECTING
D/wpa_supplicant( 1048): EAPOL: enable timer tick
D/wpa_supplicant( 1048): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant( 1048): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1048): wlan0: Cancelling scan request
D/wpa_supplicant( 1048): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1048): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): RX EAPOL - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1048): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1048): wlan0: IEEE 802.1X RX: version=2 type=3 length=95
D/wpa_supplicant( 1048): wlan0:   EAPOL-Key type=2
D/wpa_supplicant( 1048): wlan0:   key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
D/wpa_supplicant( 1048): wlan0:   key_length=16 key_data_length=0
D/wpa_supplicant( 1048):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 01
D/wpa_supplicant( 1048):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 00
D/wpa_supplicant( 1048):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048): WPA: RX EAPOL-Key - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1048): wlan0: State: ASSOCIATED -> 4WAY_HANDSHAKE
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: WPA: RX message 1 of 4-Way Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant( 1048): RSN: msg 1/4 key data - hexdump(len=0):
D/wpa_supplicant( 1048): Get randomness: len=32 entropy=11
D/wpa_supplicant( 1048): WPA: Renewed SNonce - hexdump(len=32): 5c d7 67 eb df bb d3 9c 29 98 59 b8 3c f3 4a 99 b6 36 27 bf 91 cb 0e a5 0f c4 64 ad be fa 91 64
D/wpa_supplicant( 1048): WPA: PTK derivation - A1=00:23:a7:4b:6a:5c A2=10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): WPA: Nonce1 - hexdump(len=32): 5c d7 67 eb df bb d3 9c 29 98 59 b8 3c f3 4a 99 b6 36 27 bf 91 cb 0e a5 0f c4 64 ad be fa 91 64
D/wpa_supplicant( 1048): WPA: Nonce2 - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 00
D/wpa_supplicant( 1048): WPA: PMK - hexdump(len=32): [REMOVED]
D/wpa_supplicant( 1048): WPA: PTK - hexdump(len=48): [REMOVED]
D/wpa_supplicant( 1048): WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1048): WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
D/wpa_supplicant( 1048): wlan0: WPA: Sending EAPOL-Key 2/4
D/wpa_supplicant( 1048): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1048): WPA: Derived Key MIC - hexdump(len=16): b7 7b 58 f2 5d 54 4d 58 ec ab 8f 9c de 75 b0 26
D/wpa_supplicant( 1048): WPA: TX EAPOL-Key - hexdump(len=121): 01 03 00 75 02 01 0a 00 00 00 00 00 00 00 00 00 01 5c d7 67 eb df bb d3 9c 29 98 59 b8 3c f3 4a ...
D/wpa_supplicant( 1048): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): RX EAPOL - hexdump(len=155): 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 02 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1048): wlan0: IEEE 802.1X RX: version=2 type=3 length=151
D/wpa_supplicant( 1048): wlan0:   EAPOL-Key type=2
D/wpa_supplicant( 1048): wlano 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
D/wpa_supplicant( 1048): wlan0:   key_length=16 key_data_length=56
D/wpa_supplicant( 1048):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 02
D/wpa_supplicant( 1048):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 00
D/wpa_supplicant( 1048):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_mic - hexdump(len=16): e4 40 74 c5 56 fd 0c 01 2f 66 07 96 fc e7 17 bb
D/wpa_supplicant( 1048): WPA: RX EAPOL-Key - hexdump(len=155): 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 02 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1048): RSN: encrypted key data - hexdump(len=56): 2d c3 8a 59 10 36 21 76 7b 99 20 fb ea b2 6e d5 47 af f2 a4 21 7a e3 23 64 59 bb 81 04 ac 41 d4 ...
D/wpa_supplicant( 1048): WPA: decrypted EAPOL-Key key data - hexdump(len=48): [REMOVED]
D/wpa_supplicant( 1048): wlan0: State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
D/wpa_supplicant( 1048): wlan0: WPA: RX message 3 of 4-Way Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant( 1048): WPA: IE KeyData - hexdump(len=48): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 dd 16 00 0f ac 01 01 00 59 e7 ...
D/wpa_supplicant( 1048): WPA: RSN IE in EAPOL-Key - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1048): WPA: GTK in EAPOL-Key - hexdump(len=24): [REMOVED]
D/wpa_supplicant( 1048): wlan0: WPA: Sending EAPOL-Key 4/4
D/wpa_supplicant( 1048): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1048): WPA: Derived Key MIC - hexdump(len=16): 0f 40 c4 32 e7 74 dd 79 49 ca ad 6b 9e 71 9f 03
D/wpa_supplicant( 1048): WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f 02 03 0a 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
D/wpa_supplicant( 1048): wlan0: WPA: Installing PTK to the driver
D/wpa_supplicant( 1048): bsd_set_key: alg=3 addr=0x789ecd34 key_idx=0 set_tx=1 seq_len=6 key_len=16
D/wpa_supplicant( 1048): EAPOL: External notification - portValid=1
D/wpa_supplicant( 1048): wlan0: State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): RSN: received GTK in pairwise handshake - hexdump(len=18): [REMOVED]
D/wpa_supplicant( 1048): WPA: Group Key - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1048): wlan0: WPA: Installing GTK to the driver (keyidx=1 tx=0 len=16)
D/wpa_supplicant( 1048): WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
D/wpa_supplicant( 1048): bsd_set_key: alg=3 addr=0x76ef68ab key_idx=1 set_tx=0 seq_len=6 key_len=16
I/wpa_supplicant( 1048): wlan0: WPA: Key negotiation completed with 10:fe:ed:e1:51:18 [PTK=CCMP GTK=CCMP]
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: Cancelling authentication timeout
D/wpa_supplicant( 1048): wlan0: State: GROUP_HANDSHAKE -> COMPLETED
I/wpa_supplicant( 1048): wlan0: CTRL-EVENT-CONNECTED - Connection to 10:fe:ed:e1:51:18 completed (auth) [id=2 id_str=]
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): EAPOL: External notification - portValid=1
D/wpa_supplicant( 1048): EAPOL: External notification - EAP success=1
D/wpa_supplicant( 1048): EAPOL: SUPP_PAE entering state AUTHENTICATING
D/wpa_supplicant( 1048): EAPOL: SUPP_BE entering state SUCCESS
D/wpa_supplicant( 1048): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1048): EAPOL: SUPP_PAE entering state AUTHENTICATED
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Authorized
D/wpa_supplicant( 1048): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant( 1048): EAPOL authentication completed successfully
D/wpa_supplicant( 1048): EAPOL: startWhen --> 0
D/wpa_supplicant( 1048): EAPOL: disable timer tick
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
W/AudioTrack(  422): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
I/audio_hw_primary(  123): start_output_stream... 2017007528, device 2
W/audio_hw_primary(  123): card 0, port 0 device 0x2
W/audio_hw_primary(  123): rate 44100, channel 2 period_size 0xc0
D/dalvikvm(  629): GC_CONCURRENT freed 167K, 7% free 3574K/3804K, paused 3ms+8ms, total 33ms
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 WPS_PBC
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=20): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 57 50 53 5f 50 42 43
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 WPS_PBC'
E/WifiConfigStore(  422): Failed to start WPS push button configuration
E/WifiStateMachine(  422): Failed to start WPS with config  setup: 0
E/WifiStateMachine(  422):  BSSID: null
E/WifiStateMachine(  422):  pin: null
W/AudioTrack(  422): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
W/InputMethodManagerService(  422): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2c263ed0 attribute=null, token = android.os.BinderProxy@2c27dda0
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
W/audio_hw_primary(  123): do_out_standby... 2017007528
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/wpa_supplicant( 1048): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): RX EAPOL - hexdump(len=131): 02 03 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 03 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1048): wlan0: IEEE 802.1X RX: version=2 type=3 length=127
D/wpa_supplicant( 1048): wlan0:   EAPOL-Key type=2
D/wpa_supplicant( 1048): wlan0:   key_info 0x1382 (ver=2 keyidx=0 rsvd=0 Group Ack MIC Secure Encr)
D/wpa_supplicant( 1048): wlan0:   key_length=16 key_data_length=32
D/wpa_supplicant( 1048):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 03
D/wpa_supplicant( 1048):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 01
D/wpa_supplicant( 1048):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_mic - hexdump(len=16): b7 d0 0f 8e 18 3d 52 e5 7a 26 3a 12 7d 60 16 80
D/wpa_supplicant( 1048): WPA: RX EAPOL-Key - hexdump(len=131): 02 03 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 03 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1048): RSN: encrypted key data - hexdump(len=32): 5e 8e 46 78 95 3a 14 e1 60 88 d2 39 ad 28 6d 4f 65 1e c3 1a 70 19 41 c9 51 26 c0 a0 d9 61 5c fe
D/wpa_supplicant( 1048): WPA: decrypted EAPOL-Key key data - hexdump(len=24): [REMOVED]
D/wpa_supplicant( 1048): wlan0: WPA: RX message 1 of Group Key Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant( 1048): RSN: msg 1/2 key data - hexdump(len=24): dd 16 00 0f ac 01 02 00 5b b7 91 ea 2d 96 cd 9c 10 43 78 a0 2a 7b bd 7f
D/wpa_supplicant( 1048): WPA: GTK in EAPOL-Key - hexdump(len=24): [REMOVED]
D/wpa_supplicant( 1048): RSN: received GTK in group key handshake - hexdump(len=18): 02 00 5b b7 91 ea 2d 96 cd 9c 10 43 78 a0 2a 7b bd 7f
D/wpa_supplicant( 1048): wlan0: State: COMPLETED -> GROUP_HANDSHAKE
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): WPA: Group Key - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1048): wlan0: WPA: Installing GTK to the driver (keyidx=2 tx=0 len=16)
D/wpa_supplicant( 1048): WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
D/wpa_supplicant( 1048): bsd_set_key: alg=3 addr=0x76ef68ab key_idx=2 set_tx=0 seq_len=6 key_len=16
D/wpa_supplicant( 1048): wlan0: WPA: Sending EAPOL-Key 2/2
D/wpa_supplicant( 1048): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1048): WPA: Derived Key MIC - hexdump(len=16): 6a 3b b8 fc 34 2c 08 cc ab 24 d4 4e f9 e8 95 3e
D/wpa_supplicant( 1048): WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f 02 03 02 00 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
I/wpa_supplicant( 1048): wlan0: WPA: Group rekeying completed with 10:fe:ed:e1:51:18 [GTK=CCMP]
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: Cancelling authentication timeout
D/wpa_supplicant( 1048): wlan0: State: GROUP_HANDSHAKE -> COMPLETED
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): RX EAPOL - hexdump(len=131): 02 03 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 04 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1048): wlan0: IEEE 802.1X RX: version=2 type=3 length=127
D/wpa_supplicant( 1048): wlan0:   EAPOL-Key type=2
D/wpa_supplicant( 1048): wlan0:   key_info 0x1382 (ver=2 keyidx=0 rsvd=0 Group Ack MIC Secure Encr)
D/wpa_supplicant( 1048): wlan0:   key_length=16 key_data_length=32
D/wpa_supplicant( 1048):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 04
D/wpa_supplicant( 1048):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 01
D/wpa_supplicant( 1048):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1048):   key_mic - hexdump(len=16): d9 da c1 f9 1d 91 52 f1 13 b7 69 5d d2 bc 37 f4
D/wpa_supplicant( 1048): WPA: RX EAPOL-Key - hexdump(len=131): 02 03 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 04 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1048): RSN: encrypted key data - hexdump(len=32): 5e 8e 46 78 95 3a 14 e1 60 88 d2 39 ad 28 6d 4f 65 1e c3 1a 70 19 41 c9 51 26 c0 a0 d9 61 5c fe
D/wpa_supplicant( 1048): WPA: decrypted EAPOL-Key key data - hexdump(len=24): [REMOVED]
D/wpa_supplicant( 1048): wlan0: WPA: RX message 1 of Group Key Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant( 1048): RSN: msg 1/2 key data - hexdump(len=24): dd 16 00 0f ac 01 02 00 5b b7 91 ea 2d 96 cd 9c 10 43 78 a0 2a 7b bd 7f
D/wpa_supplicant( 1048): WPA: GTK in EAPOL-Key - hexdump(len=24): [REMOVED]
D/wpa_supplicant( 1048): RSN: received GTK in group key handshake - hexdump(len=18): 02 00 5b b7 91 ea 2d 96 cd 9c 10 43 78 a0 2a 7b bd 7f
D/wpa_supplicant( 1048): wlan0: State: COMPLETED -> GROUP_HANDSHAKE
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): WPA: Group Key - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1048): wlan0: WPA: Installing GTK to the driver (keyidx=2 tx=0 len=16)
D/wpa_supplicant( 1048): WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
D/wpa_supplicant( 1048): bsd_set_key: alg=3 addr=0x76ef68ab key_idx=2 set_tx=0 seq_len=6 key_len=16
D/wpa_supplicant( 1048): wlan0: WPA: Sending EAPOL-Key 2/2
D/wpa_supplicant( 1048): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1048): WPA: Derived Key MIC - hexdump(len=16): bd 9e ec 6c 71 40 54 f9 21 37 c6 f0 f2 25 cd 0e
D/wpa_supplicant( 1048): WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f 02 03 02 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
I/wpa_supplicant( 1048): wlan0: WPA: Group rekeying completed with 10:fe:ed:e1:51:18 [GTK=CCMP]
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: Cancelling authentication timeout
D/wpa_supplicant( 1048): wlan0: State: GROUP_HANDSHAKE -> COMPLETED
D/wpa_supplicant( 1048): 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 ...
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/WifiService(  422): setWifiEnabled: false pid=629, uid=1000
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER WLS_BATCHING GET
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 57 4c 53 5f 42 41 54 43 48 49 4e 47 ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 DRIVER WLS_BATCHING GET'
D/WifiStateMachine(  422): scancount not found
E/WifiStateMachine(  422): scanCount==0 - aborting
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER WLS_BATCHING STOP
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=37): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 57 4c 53 5f 42 41 54 43 48 49 4e 47 ...
D/wpa_supplicant( 1048): wlan0: Control interface command 'IFNAME=wlan0 DRIVER WLS_BATCHING STOP'
D/CommandListener(  118): Clearing all IP addresses on wlan0
I/wpa_supplicant( 1048): [CTRL_IFACE]wlan0: TERMINATE
D/wpa_supplicant( 1048): RX ctrl_iface - hexdump(len=9): 54 45 52 4d 49 4e 41 54 45
D/wpa_supplicant( 1048): wlan0: Control interface command 'TERMINATE'
D/wpa_supplicant( 1048): wlan0: Removing interface wlan0
D/wpa_supplicant( 1048): wlan0: Request to deauthenticate - bssid=10:fe:ed:e1:51:18 pending_bssid=00:00:00:00:00:00 reason=3 state=COMPLETED
D/wpa_supplicant( 1048): TDLS: Tear down peers
D/wpa_supplicant( 1048): wlan0: Event DEAUTH (12) received
D/wpa_supplicant( 1048): wlan0: Deauthentication notification
D/wpa_supplicant( 1048): wlan0:  * reason 3 (locally generated)
D/wpa_supplicant( 1048): Deauthentication frame IE(s) - hexdump(len=0): [NULL]
I/wpa_supplicant( 1048): wlan0: CTRL-EVENT-DISCONNECTED bssid=10:fe:ed:e1:51:18 reason=3 locally_generated=1
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: Auto connect disabled: do not try to re-connect
D/wpa_supplicant( 1048): wlan0: Ignore connection failure indication since interface has been put into disconnected state
D/wpa_supplicant( 1048): TDLS: Remove peers on disassociation
D/wpa_supplicant( 1048): wlan0: Disconnect event - remove keys
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: key_idx=0
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: key_idx=1
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: key_idx=2
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: key_idx=3
D/wpa_supplicant( 1048): bsd_set_key: alg=0 addr=0x789ebc3c key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1048): bsd_del_key: addr=10:fe:ed:e1:51:18
D/wpa_supplicant( 1048): wlan0: State: COMPLETED -> DISCONNECTED
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): EAPOL: External notification - portEnabled=0
D/wpa_supplicant( 1048): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: External notification - portValid=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant( 1048): wlan0: State: DISCONNECTED -> DISCONNECTED
D/wpa_supplicant( 1048): EAPOL: External notification - portEnabled=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): EAPOL: External notification - portValid=0
D/wpa_supplicant( 1048): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1048): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant( 1048): wlan0: No keys have been configured - skip key clearing
E/BluetoothAdapter(  629): Bluetooth binder is null
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 0 BSSID ec:1a:59:b2:6f:20 SSID 'quark_testing' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 1 BSSID 04:da:d2:8b:48:09 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 2 BSSID 04:da:d2:8b:48:0f SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 3 BSSID 04:da:d2:8b:48:0b SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 4 BSSID 04:da:d2:8b:48:0a SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 5 BSSID 68:7f:74:64:0a:a9 SSID 'Redpine' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 6 BSSID 04:da:d2:8b:48:0e SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 7 BSSID 04:da:d2:8b:48:0c SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 8 BSSID ec:1a:59:54:29:54 SSID 'SAM9G45_5GHz' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 9 BSSID c8:d3:a3:62:de:b9 SSID 'sta_l2_thrput_in_tkip_CCMP' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 10 BSSID c8:d3:a3:69:6e:2b SSID '20MBPS' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 11 BSSID c8:d3:a3:69:6c:48 SSID 'SAM9G65_5Ghz' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 12 BSSID 04:da:d2:8b:48:01 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 13 BSSID 68:7f:74:64:79:fd SSID '' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 14 BSSID 00:14:d1:b2:86:b2 SSID 'sta_l2_perf_5-FIXED_RATE' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 15 BSSID ec:1a:59:b2:6f:1e SSID 'quark_testing2' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 16 BSSID 04:a1:51:99:f8:d2 SSID 'pine_1' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 17 BSSID ec:1a:59:8a:11:b9 SSID 'rpine_test5G' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 18 BSSID c8:3a:35:0e:64:a8 SSID '123490' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 19 BSSID 68:86:a7:cb:59:d1 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 20 BSSID 68:86:a7:cb:59:d3 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 21 BSSID c8:d3:a3:69:6c:46 SSID 'SAM9G55' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 22 BSSID ee:1a:59:b2:6c:91 SSID '?ADO27wT^b6=YXBEEg{haw\\' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 23 BSSID ee:1a:59:b3:45:27 SSID 'YAH1LE}' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 24 BSSID 68:86:a7:cb:59:d0 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 25 BSSID 9c:d6:43:d7:62:46 SSID 'sta_l2_perf_2.4' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 26 BSSID 9c:d3:6d:b0:97:ac SSID 'Radius_2.4' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 27 BSSID ee:1a:59:b3:32:1c SSID '=Ti??\\0^D}S1|40y' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 28 BSSID 10:fe:ed:e1:51:18 SSID 'rps' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 29 BSSID 68:7f:74:64:79:fe SSID 'ralink' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 30 BSSID 00:14:d1:b2:86:b0 SSID 'ASUS_WPA2_CCMP_WPS_PIN1' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 31 BSSID c8:d3:a3:62:de:b7 SSID 'sta_l2_thrput_11bgn_MIXED_PEAP' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 32 BSSID 68:86:a7:cb:22:29 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 33 BSSID 68:86:a7:cb:22:2c SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 34 BSSID 68:86:a7:cb:22:2a SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 35 BSSID 68:86:a7:cb:22:2f SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 36 BSSID 68:86:a7:cb:22:2b SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 37 BSSID 68:86:a7:cb:22:2e SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 38 BSSID 68:86:a7:cb:22:23 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 39 BSSID 68:86:a7:cb:22:21 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 40 BSSID 68:86:a7:cb:22:20 SSID '\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 41 BSSID ec:1a:59:b3:32:1b SSID 'BT_STA' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 42 BSSID 04:da:d2:8b:48:0d SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 43 BSSID c4:7d:4f:31:cb:00 SSID 'SSID_5' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 44 BSSID ec:1a:59:b3:32:1d SSID '3.2.12.1_5ghz' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 45 BSSID c8:b3:73:2c:53:b7 SSID 'cisco_redpine5g' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 46 BSSID 64:66:b3:90:19:a8 SSID 'tp-link' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 47 BSSID 04:da:d2:8b:48:02 SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 48 BSSID ec:1a:59:b3:45:28 SSID 'linksys_5' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 49 BSSID ec:1a:59:b2:6c:92 SSID 'RAM5G' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 50 BSSID 00:23:a7:4a:ee:1c SSID 'SDIO_TEST' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 51 BSSID f4:ec:38:e1:42:64 SSID 'TPLINK' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 52 BSSID 10:fe:ed:e1:60:ca SSID 'dhcp_test' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 53 BSSID 68:7f:74:0f:03:cb SSID 'SAM9G35' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 54 BSSID c4:7d:4f:36:ba:90 SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 55 BSSID 10:fe:ed:e9:a9:30 SSID 'TPLINK' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 56 BSSID ec:1a:59:b3:45:26 SSID 'linksys' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 57 BSSID ee:1a:59:b2:6f:1f SSID 'belkin.f1e.guests' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 58 BSSID c8:d3:a3:59:7a:ac SSID 'dlink' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 59 BSSID 10:fe:ed:d7:51:86 SSID 'mac' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 60 BSSID 68:86:a7:cb:59:d2 SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 61 BSSID ec:1a:59:b2:6c:90 SSID 'RAM2G' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 62 BSSID 00:23:a7:4b:66:70 SSID 'apfin' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 63 BSSID ee:1a:59:54:29:53 SSID 'belkin.952.guests' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 64 BSSID 00:05:1d:03:04:05 SSID 'ASUS' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 65 BSSID 00:23:a7:5c:1d:70 SSID 'RSI_SM5C1D70' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 66 BSSID ec:1a:59:b2:89:5a SSID 'fwup' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 67 BSSID 68:7f:74:64:0a:aa SSID 'Roam' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 68 BSSID ec:1a:59:54:29:52 SSID '\x00\x00\x00\x00\x00\x00\x00' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 69 BSSID c8:b3:73:2c:53:b6 SSID 'cisco_redpine2g' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 70 BSSID ee:1a:59:8a:11:b8 SSID 'belkin.1b7.guests' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 71 BSSID ec:1a:59:8a:11:b7 SSID 'rpine_test2G' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 72 BSSID c8:d3:a3:69:6e:29 SSID 'roaming_test' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 73 BSSID c8:d3:a3:69:73:93 SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 74 BSSID 10:fe:ed:e1:61:40 SSID 'Roam' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 75 BSSID c8:d3:a3:69:6e:fb SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 76 BSSID 68:86:a7:cb:22:22 SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 77 BSSID ec:1a:59:b2:89:58 SSID 'test123' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 78 BSSID c8:d3:a3:69:6e:e6 SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 79 BSSID 00:23:a7:5c:3c:28 SSID 'RSI_SM5C3C28' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 80 BSSID 00:23:a7:5c:48:fc SSID 'RSI_SM5C48FC' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 81 BSSID 68:86:a7:cb:22:2d SSID 'GSID' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: BSS: Remove id 82 BSSID c8:d3:a3:69:72:ee SSID 'Rpx' due to wpa_bss_flush
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): wlan0: Cancelling scan request
D/wpa_supplicant( 1048): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1048): wlan0: Cancelling authentication timeout
D/wpa_supplicant( 1048): wpa_driver_bsd_set_wpa: enabled=0
D/wpa_supplicant( 1048): wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0
D/wpa_supplicant( 1048): bsd_set_opt_ie: set WPA+RSN ie (len 0)
D/Tethering(  422): InitialState.processMessage what=4
D/wpa_supplicant( 1048): wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0
D/wpa_supplicant( 1048): bsd_set_opt_ie: set WPA+RSN ie (len 0)
I/wpa_supplicant( 1048): wlan0: CTRL-EVENT-TERMINATING
D/wpa_supplicant( 1048): 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 ...
D/wpa_supplicant( 1048): CTRL_IFACE wait for attached monitors to receive messages
D/Tethering(  422): sendTetherStateChangedBroadcast 0, 0, 0
W/SocketClient(  118): write error (Broken pipe)
E/wpa_supplicant( 1048): rmdir[ctrl_interface=wlan0]: Read-only file system
E/WifiStateMachine(  422): Timed out on a supplicant stop, kill and proceed
E/BluetoothAdapter(  629): Bluetooth binder is null
W/Netd    (  118): No subsystem found in netlink event
D/NetlinkEvent(  118): Unexpected netlink message. type=0x11
W/Netd    (  118): No subsystem found in netlink event
W/Netd    (  118): No subsystem found in netlink event
E/NetlinkEvent(  118): Unknown ifindex 5 in RTM_DELADDR
D/NetlinkEvent(  118): Unexpected netlink message. type=0x11
E/WifiHW  (  422): ********onebox_gpl.ko rmmod success
E/WifiHW  (  422): *******onebox_nongpl.ko rmmod success
E/WifiHW  (  422): ********wlan_s can_sta.ko rmmod success
E/WifiHW  (  422): *****wlan_xauth.ko rmmod success
E/WifiHW  (  422): ****wlan_acl.ko rmmod success
E/WifiHW  (  422): ******wlan_ccmp.ko rmmod success
E/WifiHW  (  422): ******wlan_tkip.ko rmmod success
E/WifiHW  (  422): *****wlan_wep.ko rmmod success
E/WifiHW  (  422): *****wlan.ko rmmod success
E/WifiHW  (  422):  all ko rmmod success
E/WifiHW  (  422): *****wlan_wep.ko rmmod success
E/WifiHW  (  422): *****wlan_wep.ko rmmod success
W/ContextImpl(  422): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
D/WifiService(  422): setWifiEnabled: true pid=629, uid=1000
E/WifiHW  (  422): Loading WiFi driver here
E/WifiHW  (  422): *****onebox_nongpl.ko inserted
I/Choreographer(  629): Skipped 32 frames!  The application may be doing too much work on its main thread.
E/WifiHW  (  422): *****wlan.ko inserted
E/WifiHW  (  422): ****wlan_wep.ko inserted
E/WifiHW  (  422): *****wlan_tkip.ko inserted
E/WifiHW  (  422): *****wlan_ccmp.ko inserted
E/WifiHW  (  422): ********wlan_acl.ko inserted
E/WifiHW  (  422): *****wlan_xauth.ko inserted
E/WifiHW  (  422): ***wlan_scan_sta.ko inserted
E/WifiHW  (  422): ***********onebox_gpl.ko
E/WifiHW  (  422): ********* ALL ko inserted successfully
D/Tethering(  422): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering(  422): InitialState.processMessage what=4
D/Tethering(  422): sendTetherStateChangedBroadcast 0, 0, 0
E/WifiHW  (  118): RAVI:****Vap Creation Output:
E/WifiHW  (  118): VAP created Successfully
E/WifiHW  (  118):
E/WifiHW  (  118): RAVI:****Inside STA wifi.c wifi_get_fw_path out_iface is wlan0
E/SoftapController(  118): RAVI:VAP type changed to STA
E/NetdConnector(  422): NDC Command {36 softap fwreload wlan0 STA} took too long (1435ms)
E/NetdConnector(  422): NDC Command {37 bandwidth gettetherstats} took too long (1129ms)
D/CommandListener(  118): Setting iface cfg
D/CommandListener(  118): Trying to bring down wlan0
D/wpa_supplicant( 1108): wpa_supplicant v2.1-devel-4.4.3
D/wpa_supplicant( 1108): random: Trying to read entropy from /dev/random
I/wpa_supplicant( 1108): Successfully initialized wpa_supplicant
D/wpa_supplicant( 1108): Initializing interface 'wlan0' conf '/system/bin/release/sta_settings.conf' driver 'bsd' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant( 1108): Configuration file '/system/bin/release/sta_settings.conf' -> '/system/bin/release/sta_settings.conf'
D/wpa_supplicant( 1108): Reading configuration file '/system/bin/release/sta_settings.conf'
D/wpa_supplicant( 1108): ctrl_interface='wlan0'
D/wpa_supplicant( 1108): update_config=1
D/wpa_supplicant( 1108): uuid=12345678-9abc-def0-1234-56789abcdef0
D/wpa_supplicant( 1108): device_name='RSI_P2P_DEVICE'
D/wpa_supplicant( 1108): manufacturer='Redpine Signals INC'
D/wpa_supplicant( 1108): model_name='Godavari'
D/wpa_supplicant( 1108): model_number='9113'
D/wpa_supplicant( 1108): serial_number='02'
D/wpa_supplicant( 1108): os_version=01020300
D/wpa_supplicant( 1108): config_methods='display push_button keypad'
D/wpa_supplicant( 1108): ap_scan=1
D/wpa_supplicant( 1108): Line: 15 - start of a new network block
D/wpa_supplicant( 1108): ssid - hexdump(len=12): 72 70 69 6e 65 5f 74 65 73 74 32 47
D/wpa_supplicant( 1108): key_mgmt: 0x4
D/wpa_supplicant( 1108): priority=2 (0x2)
D/wpa_supplicant( 1108): Line: 23 - start of a new network block
D/wpa_supplicant( 1108): ssid - hexdump(len=5): 78 78 78 78 78
D/wpa_supplicant( 1108): wep_key0 - hexdump(len=5): [REMOVED]
D/wpa_supplicant( 1108): wep_tx_keyidx=1 (0x1)
D/wpa_supplicant( 1108): key_mgmt: 0x4
D/wpa_supplicant( 1108): priority=2 (0x2)
D/wpa_supplicant( 1108): Line: 32 - start of a new network block
D/wpa_supplicant( 1108): ssid - hexdump(len=3): 72 70 73
D/wpa_supplicant( 1108): pairwise: 0x18
D/wpa_supplicant( 1108): group: 0x18
D/wpa_supplicant( 1108): key_mgmt: 0x2
D/wpa_supplicant( 1108): PSK (ASCII passphrase) - hexdump(len=10): [REMOVED]
D/wpa_supplicant( 1108): proto: 0x3
D/wpa_supplicant( 1108): priority=200 (0xc8)
D/WifiMonitor(  422): startMonitoring(wlan0) with mConnected = false
E/BluetoothAdapter(  629): Bluetooth binder is null
D/dalvikvm(  422): GC_CONCURRENT freed 567K, 43% free 5456K/9556K, paused 10ms+5ms, total 138ms
D/wpa_supplicant( 1108): PSK (from passphrase) - hexdump(len=32): [REMOVED]
D/wpa_supplicant( 1108): Priority group 200
D/wpa_supplicant( 1108):    id=2 ssid='rps'
D/wpa_supplicant( 1108): Priority group 2
D/wpa_supplicant( 1108):    id=0 ssid='rpine_test2G'
D/wpa_supplicant( 1108):    id=1 ssid='xxxxx'
D/wpa_supplicant( 1108): wpa_driver_bsd_capa: drivercaps=0x4401e401,cryptocaps=0x0000001b
D/wpa_supplicant( 1108): wlan0: Own MAC address: 00:23:a7:4b:6a:5c
D/wpa_supplicant( 1108): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1108): bsd_del_key: key_idx=0
D/wpa_supplicant( 1108): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1108): bsd_del_key: key_idx=1
D/wpa_supplicant( 1108): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1108): bsd_del_key: key_idx=2
D/wpa_supplicant( 1108): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1108): bsd_del_key: key_idx=3
D/wpa_supplicant( 1108): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant( 1108): wlan0: RSN: flushing PMKID list in the driver
D/wpa_supplicant( 1108): wlan0: Setting scan request: 0 sec 100000 usec
D/wpa_supplicant( 1108): TDLS: TDLS operation not supported by driver
D/wpa_supplicant( 1108): TDLS: Driver uses internal link setup
I/wpa_supplicant( 1108): WPS: Converting display to virtual_display for WPS 2.0 compliance
I/wpa_supplicant( 1108): WPS: Converting push_button to virtual_push_button for WPS 2.0 compliance
D/wpa_supplicant( 1108): WPS: Set UUID for interface wlan0
D/wpa_supplicant( 1108): WPS: UUID based on configuration - hexdump(len=16): 12 34 56 78 9a bc de f0 12 34 56 78 9a bc de f0
D/wpa_supplicant( 1108): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant( 1108): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant( 1108): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): wlan0: Added interface wlan0
D/wpa_supplicant( 1108): wlan0: State: DISCONNECTED -> DISCONNECTED
D/wpa_supplicant( 1108): random: Got 20/20 bytes from /dev/random
D/wpa_supplicant( 1108): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant( 1108): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant( 1108): CTRL_IFACE monitor attached - 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 ...
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER MACADDR
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=27): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 4d 41 43 41 44 44 52
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 DRIVER MACADDR'
D/WifiConfigStore(  422): Loading config and enabling all networks
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 LIST_NETWORKS
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=26): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 4c 49 53 54 5f 4e 45 54 57 4f 52 4b 53
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 LIST_NETWORKS'
E/WifiConfigStore(  422): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET device_name evk_6sl
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 64 65 76 69 63 65 5f 6e 61 6d 65 20 65 76 6b ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SET device_name evk_6sl'
E/WifiStateMachine(  422): Failed to set device name evk_6sl
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET manufacturer Freescale
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=39): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 61 6e 75 66 61 63 74 75 72 65 72 20 46 72 ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SET manufacturer Freescale'
E/WifiStateMachine(  422): Failed to set manufacturer Freescale
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET model_name EVK_MX6SL
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=37): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 6f 64 65 6c 5f 6e 61 6d 65 20 45 56 4b 5f ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SET model_name EVK_MX6SL'
E/WifiStateMachine(  422): Failed to set model name EVK_MX6SL
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET model_number EVK_MX6SL
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=39): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 6f 64 65 6c 5f 6e 75 6d 62 65 72 20 45 56 ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SET model_number EVK_MX6SL'
E/WifiStateMachine(  422): Failed to set model number EVK_MX6SL
D/wpa_supplicant( 1108): wlan0: State: DISCONNECTED -> SCANNING
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: Starting AP scan for wildcard SSID
D/wpa_supplicant( 1108): Scan requested - scan timeout 5 seconds
D/Tethering(  422): sendTetherStateChangedBroadcast 1, 0, 0
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET serial_number 392611d4d72d744d
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=47): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 73 65 72 69 61 6c 5f 6e 75 6d 62 65 72 20 33 ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SET serial_number 392611d4d72d744d'
E/WifiStateMachine(  422): Failed to set serial number 392611d4d72d744d
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET config_methods physical_display virtual_push_button
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=68): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 63 6f 6e 66 69 67 5f 6d 65 74 68 6f 64 73 20 ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SET config_methods physical_display virtual_push_button'
E/WifiStateMachine(  422): Failed to set WPS config methods
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET device_type 10-0050F204-5
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=42): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 64 65 76 69 63 65 5f 74 79 70 65 20 31 30 2d ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SET device_type 10-0050F204-5'
E/WifiStateMachine(  422): Failed to set primary device type 10-0050F204-5
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN_INTERVAL 15
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=29): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e 5f 49 4e 54 45 52 56 41 4c 20 31 35
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN_INTERVAL 15'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=35): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 42 54 43 4f 45 58 53 43 41 4e 2d 53 ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP'
E/BluetoothAdapter(  629): Bluetooth binder is null
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER RXFILTER-STOP
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=33): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 52 58 46 49 4c 54 45 52 2d 53 54 4f ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 DRIVER RXFILTER-STOP'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER RXFILTER-STOP
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=33): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 52 58 46 49 4c 54 45 52 2d 53 54 4f ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 DRIVER RXFILTER-STOP'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 RECONNECT
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=22): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 52 45 43 4f 4e 4e 45 43 54
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 RECONNECT'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 STATUS
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=19): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 54 41 54 55 53
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 STATUS'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET ps 1
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=21): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 70 73 20 31
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SET ps 1'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER SETBAND 0
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=29): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 53 45 54 42 41 4e 44 20 30
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 DRIVER SETBAND 0'
E/WifiStateMachine(  422): Failed to set frequency band 0
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/wpa_supplicant( 1108): EAPOL: disable timer tick
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): Scan timeout - try to get results
D/wpa_supplicant( 1108): wlan0: Event SCAN_RESULTS (3) received
E/wpa_supplicant( 1108): ioctl[SIOCS80211, op=76, arg_len=24576]: Operation now in progress
D/wpa_supplicant( 1108): wlan0: Failed to get scan results
D/wpa_supplicant( 1108): wlan0: Failed to get scan results - try scanning again
D/wpa_supplicant( 1108): wlan0: Setting scan request: 1 sec 0 usec
D/wpa_supplicant( 1108): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1108): wlan0: Starting AP scan for wildcard SSID
D/wpa_supplicant( 1108): Scan requested - scan timeout 5 seconds
D/wpa_supplicant( 1108): Wireless event: cmd=0x8b19 len=8
D/wpa_supplicant( 1108): wlan0: Event SCAN_RESULTS (3) received
D/wpa_supplicant( 1108): Received 19844 bytes of scan results (84 BSSes)
D/wpa_supplicant( 1108): wlan0: BSS: Start scan result update 1
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 0 BSSID 04:da:d2:8b:48:0a SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 1 BSSID c8:d3:a3:69:6c:48 SSID 'SAM9G65_5Ghz'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 2 BSSID 04:da:d2:8b:48:0e SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 3 BSSID ec:1a:59:b2:6f:20 SSID 'quark_testing'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 4 BSSID 04:da:d2:8b:48:0b SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 5 BSSID 04:da:d2:8b:48:09 SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 6 BSSID 04:da:d2:8b:48:0c SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 7 BSSID 04:da:d2:8b:48:0f SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 8 BSSID 68:7f:74:64:0a:a9 SSID 'Redpine'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 9 BSSID c8:d3:a3:69:6e:2b SSID '20MBPS'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 10 BSSID ec:1a:59:54:29:54 SSID 'SAM9G45_5GHz'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 11 BSSID c8:d3:a3:62:de:b9 SSID 'sta_l2_thrput_in_tkip_CCMP'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 12 BSSID 68:7f:74:64:79:fd SSID ''
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 13 BSSID ec:1a:59:8a:11:b9 SSID 'rpine_test5G'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 14 BSSID 88:70:8c:d3:9f:80 SSID 'Lenovo A6000_AP'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 15 BSSID ee:1a:59:b2:6c:91 SSID '?ADO27wT^b6=YXBEEg{haw\\'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 16 BSSID 00:14:d1:b2:86:b2 SSID 'sta_l2_perf_5-FIXED_RATE'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 17 BSSID c8:d3:a3:69:6c:46 SSID 'SAM9G55'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 18 BSSID 68:86:a7:cb:59:d1 SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 19 BSSID f8:1a:67:46:4d:b4 SSID 'testdns'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 20 BSSID 04:a1:51:99:f8:d2 SSID 'pine_1'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 21 BSSID ec:1a:59:b2:6f:1e SSID 'quark_testing2'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 22 BSSID 68:86:a7:cb:59:d3 SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 23 BSSID c8:3a:35:0e:64:a8 SSID '123490'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 24 BSSID 68:86:a7:cb:59:d0 SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 25 BSSID 9c:d3:6d:b0:97:ac SSID 'Radius_2.4'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 26 BSSID 9c:d6:43:d7:62:46 SSID 'sta_l2_perf_2.4'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 27 BSSID 68:86:a7:cb:22:21 SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 28 BSSID ee:1a:59:b3:32:1c SSID '=Ti??\\0^D}S1|40y'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 29 BSSID 10:fe:ed:e1:51:18 SSID 'rps'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 30 BSSID 00:14:d1:b2:86:b0 SSID 'ASUS_WPA2_CCMP_WPS_PIN1'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 31 BSSID ee:1a:59:b3:45:27 SSID 'YAH1LE}'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 32 BSSID 68:7f:74:64:79:fe SSID 'ralink'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 33 BSSID c8:d3:a3:62:de:b7 SSID 'sta_l2_thrput_11bgn_MIXED_PEAP'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 34 BSSID 68:86:a7:cb:22:2e SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 35 BSSID 68:86:a7:cb:22:2c SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 36 BSSID 68:86:a7:cb:22:29 SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 37 BSSID 68:86:a7:cb:22:2b SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 38 BSSID 68:86:a7:cb:22:2a SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 39 BSSID 68:86:a7:cb:22:2f SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 40 BSSID 68:86:a7:cb:22:20 SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 41 BSSID 68:86:a7:cb:22:23 SSID '\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 42 BSSID 46:52:f9:d1:7b:81 SSID 'SIM_1'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 43 BSSID ec:1a:59:b3:32:1b SSID 'BT_STA'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 44 BSSID c4:7d:4f:31:cb:00 SSID 'SSID_5'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 45 BSSID 04:da:d2:8b:48:0d SSID 'GSID'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 46 BSSID ec:1a:59:b3:32:1d SSID '3.2.12.1_5ghz'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 47 BSSID ec:1a:59:b3:45:28 SSID 'linksys_5'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 48 BSSID ec:1a:59:b2:6c:92 SSID 'RAM5G'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 49 BSSID c8:b3:73:2c:53:b7 SSID 'cisco_redpine5g'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 50 BSSID c8:d3:a3:59:7a:ac SSID 'dlink'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 51 BSSID 04:da:d2:8b:48:02 SSID 'GSID'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 52 BSSID f4:ec:38:e1:42:64 SSID 'TPLINK'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 53 BSSID 10:fe:ed:e1:60:ca SSID 'dhcp_test'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 54 BSSID ec:1a:59:b2:6c:90 SSID 'RAM2G'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 55 BSSID 68:86:a7:cb:59:d2 SSID 'GSID'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 56 BSSID c4:7d:4f:36:ba:90 SSID 'Rpx'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 57 BSSID c8:b3:73:2c:53:b6 SSID 'cisco_redpine2g'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 58 BSSID 10:fe:ed:d7:51:86 SSID 'mac'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 59 BSSID 10:fe:ed:e9:a9:30 SSID 'TPLINK'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 60 BSSID ec:1a:59:b3:45:26 SSID 'linksys'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 61 BSSID ee:1a:59:54:29:53 SSID 'belkin.952.guests'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 62 BSSID ec:1a:59:b2:89:5a SSID 'fwup'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 63 BSSID 00:23:a7:4b:66:70 SSID 'ctn'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 64 BSSID ec:1a:59:54:29:52 SSID '\x00\x00\x00\x00\x00\x00\x00'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 65 BSSID 68:7f:74:0f:03:cb SSID 'SAM9G35'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 66 BSSID c8:d3:a3:69:73:93 SSID 'Rpx'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 67 BSSID c8:d3:a3:69:6e:29 SSID 'roaming_test'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 68 BSSID 10:fe:ed:e1:61:40 SSID 'Roam'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 69 BSSID 68:7f:74:64:0a:aa SSID 'Roam'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 70 BSSID ee:1a:59:b2:6f:1f SSID 'belkin.f1e.guests'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 71 BSSID 00:23:a7:19:73:54 SSID 'RSI_SM197354'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 72 BSSID ec:1a:59:8a:11:b7 SSID 'rpine_test2G'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 73 BSSID c8:d3:a3:69:6e:fb SSID 'Rpx'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 74 BSSID ee:1a:59:8a:11:b8 SSID 'belkin.1b7.guests'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 75 BSSID 00:23:a7:19:74:9c SSID 'RSI_SM19749C'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 76 BSSID 00:23:a7:5c:44:d8 SSID 'RSI_SM5C44D8'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 77 BSSID 68:86:a7:cb:22:22 SSID 'GSID'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 78 BSSID c8:d3:a3:69:6e:e6 SSID 'Rpx'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 79 BSSID ec:1a:59:b2:89:58 SSID 'test123'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 80 BSSID 00:23:a7:5c:48:fc SSID 'RSI_SM5C48FC'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 81 BSSID 00:23:a7:5c:3c:28 SSID 'RSI_SM5C3C28'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 82 BSSID 68:86:a7:cb:22:2d SSID 'GSID'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Add new id 83 BSSID c8:d3:a3:69:72:ee SSID 'Rpx'
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): BSS: last_scan_res_used=84/128 last_scan_full=0
D/wpa_supplicant( 1108): wlan0: New scan results available
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): WPS: AP c8:d3:a3:69:6c:48 type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:b2:6f:20 type 0 added
D/wpa_supplicant( 1108): WPS: AP 68:7f:74:64:0a:a9 type 0 added
D/wpa_supplicant( 1108): WPS: AP 68:7f:74:64:79:fd type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:8a:11:b9 type 0 added
D/wpa_supplicant( 1108): WPS: AP ee:1a:59:b2:6c:91 type 0 added
D/wpa_supplicant( 1108): WPS: AP c8:d3:a3:69:6c:46 type 0 added
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: AP f8:1a:67:46:4d:b4 type 0 added
D/wpa_supplicant( 1108): WPS: AP 04:a1:51:99:f8:d2 type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:b2:6f:1e type 0 added
D/wpa_supplicant( 1108): WPS: AP 9c:d3:6d:b0:97:ac type 0 added
D/wpa_supplicant( 1108): WPS: AP ee:1a:59:b3:32:1c type 0 added
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: AP 10:fe:ed:e1:51:18 type 0 added
D/wpa_supplicant( 1108): WPS: AP ee:1a:59:b3:45:27 type 0 added
D/wpa_supplicant( 1108): WPS: AP 68:7f:74:64:79:fe type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:b3:32:1d type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:b3:45:28 type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:b2:6c:92 type 0 added
D/wpa_supplicant( 1108): WPS: AP c8:b3:73:2c:53:b7 type 0 added
D/wpa_supplicant( 1108): WPS: AP f4:ec:38:e1:42:64 type 0 added
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: AP 10:fe:ed:e1:60:ca type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:b2:6c:90 type 0 added
D/wpa_supplicant( 1108): WPS: AP c8:b3:73:2c:53:b6 type 0 added
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: AP 10:fe:ed:d7:51:86 type 0 added
D/wpa_supplicant( 1108): WPS: AP 10:fe:ed:e9:a9:30 type 0 added
D/wpa_supplicant( 1108): WPS: AP ee:1a:59:54:29:53 type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:b2:89:5a type 0 added
D/wpa_supplicant( 1108): WPS: AP 00:23:a7:4b:66:70 type 0 added
D/wpa_supplicant( 1108): WPS: AP 68:7f:74:0f:03:cb type 0 added
D/wpa_supplicant( 1108): WPS: AP c8:d3:a3:69:73:93 type 0 added
D/wpa_supplicant( 1108): WPS: Unknown Vendor Extension (Vendor ID 9442)
D/wpa_supplicant( 1108): WPS: AP 10:fe:ed:e1:61:40 type 0 added
D/wpa_supplicant( 1108): WPS: AP 68:7f:74:64:0a:aa type 0 added
D/wpa_supplicant( 1108): WPS: AP ee:1a:59:b2:6f:1f type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:8a:11:b7 type 0 added
D/wpa_supplicant( 1108): WPS: AP c8:d3:a3:69:6e:fb type 0 added
D/wpa_supplicant( 1108): WPS: AP ee:1a:59:8a:11:b8 type 0 added
D/wpa_supplicant( 1108): WPS: AP ec:1a:59:b2:89:58 type 0 added
D/wpa_supplicant( 1108): WPS: AP c8:d3:a3:69:72:ee type 0 added
D/wpa_supplicant( 1108): WPS: AP[0] c8:d3:a3:69:6c:48 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[1] ec:1a:59:b2:6f:20 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[2] 68:7f:74:64:0a:a9 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[3] 68:7f:74:64:79:fd type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[4] ec:1a:59:8a:11:b9 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[5] ee:1a:59:b2:6c:91 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[6] c8:d3:a3:69:6c:46 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[7] f8:1a:67:46:4d:b4 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[8] 04:a1:51:99:f8:d2 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[9] ec:1a:59:b2:6f:1e type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[10] 9c:d3:6d:b0:97:ac type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[11] ee:1a:59:b3:32:1c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[12] 10:fe:ed:e1:51:18 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[13] ee:1a:59:b3:45:27 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[14] 68:7f:74:64:79:fe type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[15] ec:1a:59:b3:32:1d type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[16] ec:1a:59:b3:45:28 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[17] ec:1a:59:b2:6c:92 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[18] c8:b3:73:2c:53:b7 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[19] f4:ec:38:e1:42:64 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[20] 10:fe:ed:e1:60:ca type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[21] ec:1a:59:b2:6c:90 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[22] c8:b3:73:2c:53:b6 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[23] 10:fe:ed:d7:51:86 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[24] 10:fe:ed:e9:a9:30 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[25] ee:1a:59:54:29:53 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[26] ec:1a:59:b2:89:5a type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[27] 00:23:a7:4b:66:70 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[28] 68:7f:74:0f:03:cb type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[29] c8:d3:a3:69:73:93 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[30] 10:fe:ed:e1:61:40 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[31] 68:7f:74:64:0a:aa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[32] ee:1a:59:b2:6f:1f type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[33] ec:1a:59:8a:11:b7 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[34] c8:d3:a3:69:6e:fb type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[35] ee:1a:59:8a:11:b8 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[36] ec:1a:59:b2:89:58 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): WPS: AP[37] c8:d3:a3:69:72:ee type=0 tries=0 last_attempt=-1 sec ago blacklist=0
D/wpa_supplicant( 1108): wlan0: Selecting BSS from priority group 200
D/wpa_supplicant( 1108): wlan0: 0: 04:da:d2:8b:48:0a ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=83
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 1: c8:d3:a3:69:6c:48 ssid='SAM9G65_5Ghz' wpa_ie_len=26 rsn_ie_len=24 caps=0x31 level=83 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 2: 04:da:d2:8b:48:0e ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=83
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 3: ec:1a:59:b2:6f:20 ssid='quark_testing' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=83 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 4: 04:da:d2:8b:48:0b ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=81
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 5: 04:da:d2:8b:48:09 ssid='\x00' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=81
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 6: 04:da:d2:8b:48:0c ssid='\x00' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=81
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 7: 04:da:d2:8b:48:0f ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=81
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 8: 68:7f:74:64:0a:a9 ssid='Redpine' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=79 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 9: c8:d3:a3:69:6e:2b ssid='20MBPS' wpa_ie_len=22 rsn_ie_len=0 caps=0x31 level=77
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 10: ec:1a:59:54:29:54 ssid='SAM9G45_5GHz' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=75
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 11: c8:d3:a3:62:de:b9 ssid='sta_l2_thrput_in_tkip_CCMP' wpa_ie_len=0 rsn_ie_len=24 caps=0x31 level=73
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 12: 68:7f:74:64:79:fd ssid='' wpa_ie_len=26 rsn_ie_len=24 caps=0x11 level=71 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID not known
D/wpa_supplicant( 1108): wlan0: 13: ec:1a:59:8a:11:b9 ssid='rpine_test5G' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=64 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 14: 88:70:8c:d3:9f:80 ssid='Lenovo A6000_AP' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=73
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 15: ee:1a:59:b2:6c:91 ssid='?ADO27wT^b6=YXBEEg{haw\\' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=73 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 16: 00:14:d1:b2:86:b2 ssid='sta_l2_perf_5-FIXED_RATE' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=62
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 17: c8:d3:a3:69:6c:46 ssid='SAM9G55' wpa_ie_len=26 rsn_ie_len=24 caps=0x11 level=71 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 18: 68:86:a7:cb:59:d1 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=71
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 19: f8:1a:67:46:4d:b4 ssid='testdns' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=71 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 20: 04:a1:51:99:f8:d2 ssid='pine_1' wpa_ie_len=26 rsn_ie_len=24 caps=0x31 level=71 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 21: ec:1a:59:b2:6f:1e ssid='quark_testing2' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=71 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 22: 68:86:a7:cb:59:d3 ssid='\x00' wpa_ie_len=24 rsn_ie_len=20 caps=0x31 level=69
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 23: c8:3a:35:0e:64:a8 ssid='123490' wpa_ie_len=24 rsn_ie_len=0 caps=0x11 level=69
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 24: 68:86:a7:cb:59:d0 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=68
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 25: 9c:d3:6d:b0:97:ac ssid='Radius_2.4' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=67 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 26: 9c:d6:43:d7:62:46 ssid='sta_l2_perf_2.4' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=63
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 27: 68:86:a7:cb:22:21 ssid='\x00' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=61
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 28: ee:1a:59:b3:32:1c ssid='=Ti??\\0^D}S1|40y' wpa_ie_len=28 rsn_ie_len=24 caps=0x11 level=60 wps
D/wpa_supplicant( 1108): wlan0:    skip - SSID mismatch
D/wpa_supplicant( 1108): wlan0: 29: 10:fe:ed:e1:51:18 ssid='rps' wpa_ie_len=0 rsn_ie_len=20 caps=0x31 level=56 wps
D/wpa_supplicant( 1108): wlan0:    selected based on RSN IE
D/wpa_supplicant( 1108): wlan0:    selected BSS 10:fe:ed:e1:51:18 ssid='rps'
D/wpa_supplicant( 1108): wlan0: Considering connect request: reassociate: 0  selected: 10:fe:ed:e1:51:18  bssid: 00:00:00:00:00:00  pending: 00:00:00:00:00:00  wpa_state: SCANNING  ssid=0x7797a760  current_ssid=0x0
D/wpa_supplicant( 1108): wlan0: Request association with 10:fe:ed:e1:51:18
D/wpa_supplicant( 1108): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=5): 00 03 72 70 73
D/wpa_supplicant( 1108): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 2a 01 00
D/wpa_supplicant( 1108): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=5): 00 03 72 70 73
D/wpa_supplicant( 1108): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 03 01 04
D/wpa_supplicant( 1108): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=6): 05 04 01 03 00 00
D/wpa_supplicant( 1108): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=8): 07 06 55 53 20 01 0b 1b
D/wpa_supplicant( 1108): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=3): 2a 01 00
D/wpa_supplicant( 1108): WPA: RSN IE in EAPOL-Key - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1108): WPA: Unrecognized EAPOL-Key Key Data IE - hexdump(len=24): 3d 16 04 00 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108): TDLS: TDLS is allowed in the target BSS
I/wpa_supplicant( 1108): wlan0: Trying to associate with 10:fe:ed:e1:51:18 (SSID='rps' freq=2427 MHz)
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: Cancelling scan request
D/wpa_supplicant( 1108): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1108): wlan0: WPA: clearing own WPA/RSN IE
D/wpa_supplicant( 1108): wlan0: Automatic auth_alg selection: 0x1
D/wpa_supplicant( 1108): RSN: PMKSA cache search - network_ctx=0x7797a760 try_opportunistic=0
D/wpa_supplicant( 1108): RSN: Search for BSSID 10:fe:ed:e1:51:18
D/wpa_supplicant( 1108): RSN: No PMKSA cache entry found
D/wpa_supplicant( 1108): wlan0: RSN: using IEEE 802.11i/D9.0
D/wpa_supplicant( 1108): wlan0: WPA: Selected cipher suites: group 16 pairwise 16 key_mgmt 2 proto 2
D/wpa_supplicant( 1108): wlan0: WPA: clearing AP WPA IE
D/wpa_supplicant( 1108): WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1108): wlan0: WPA: using GTK CCMP
D/wpa_supplicant( 1108): wlan0: WPA: using PTK CCMP
D/wpa_supplicant( 1108): wlan0: WPA: using KEY_MGMT WPA-PSK
D/wpa_supplicant( 1108): WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1108): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant( 1108): wlan0: State: SCANNING -> ASSOCIATING
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): Limit connection to BSSID 10:fe:ed:e1:51:18 freq=2427 MHz based on scan results (bssid_set=0)
D/wpa_supplicant( 1108): wpa_driver_bsd_set_drop_unencrypted: enabled=1
D/wpa_supplicant( 1108): bsd_set_opt_ie: set WPA+RSN ie (len 22)
D/wpa_supplicant( 1108): wpa_driver_bsd_associate: set PRIVACY 1
D/wpa_supplicant( 1108): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1108): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): EAPOL: External notification - EAP fail=0
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): EAPOL: External notification - portControl=Auto
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): RSN: Ignored PMKID candidate without preauth flag
D/wpa_supplicant( 1108): Wireless event: cmd=0x8c02 len=18
D/wpa_supplicant( 1108): Custom wireless event len = 10
D/wpa_supplicant( 1108): wlan0: Event ASSOC (0) received
D/wpa_supplicant( 1108): wlan0: Association info event
D/wpa_supplicant( 1108): wlan0: State: ASSOCIATING -> ASSOCIATED
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: Associated to a new BSS: BSSID=10:fe:ed:e1:51:18
D/wpa_supplicant( 1108): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant( 1108): wlan0: WPA: clearing AP WPA IE
D/wpa_supplicant( 1108): WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
I/wpa_supplicant( 1108): wlan0: Associated with 10:fe:ed:e1:51:18
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: WPA: Association event - clear replay counter
D/wpa_supplicant( 1108): wlan0: WPA: Clear old PTK
D/wpa_supplicant( 1108): TDLS: Remove peers on association
D/wpa_supplicant( 1108): EAPOL: External notification - portEnabled=0
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): EAPOL: External notification - portValid=0
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): EAPOL: External notification - EAP success=0
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1108): EAPOL: External notification - portEnabled=1
D/wpa_supplicant( 1108): EAPOL: SUPP_PAE entering state CONNECTING
D/wpa_supplicant( 1108): EAPOL: enable timer tick
D/wpa_supplicant( 1108): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant( 1108): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1108): wlan0: Cancelling scan request
D/wpa_supplicant( 1108): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1108): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant( 1108): RX EAPOL - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1108): wlan0: Setting authentication timeout: 10 sec 0 usec
D/wpa_supplicant( 1108): wlan0: IEEE 802.1X RX: version=2 type=3 length=95
D/wpa_supplicant( 1108): wlan0:   EAPOL-Key type=2
D/wpa_supplicant( 1108): wlan0:   key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
D/wpa_supplicant( 1108): wlan0:   key_length=16 key_data_length=0
D/wpa_supplicant( 1108):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 01
D/wpa_supplicant( 1108):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 03
D/wpa_supplicant( 1108):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108): WPA: RX EAPOL-Key - hexdump(len=99): 02 03 00 5f 02 00 8a 00 10 00 00 00 00 00 00 00 01 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1108): wlan0: State: ASSOCIATED -> 4WAY_HANDSHAKE
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: WPA: RX message 1 of 4-Way Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant( 1108): RSN: msg 1/4 key data - hexdump(len=0):
D/wpa_supplicant( 1108): Get randomness: len=32 entropy=11
D/wpa_supplicant( 1108): WPA: Renewed SNonce - hexdump(len=32): 6c 1f 42 b7 70 74 c6 5f df 3d 6f 0f 3e f1 ef 0f f1 77 0a 30 9f 3d 4c ef 81 7c 9e ad b2 45 b7 b9
D/wpa_supplicant( 1108): WPA: PTK derivation - A1=00:23:a7:4b:6a:5c A2=10:fe:ed:e1:51:18
D/wpa_supplicant( 1108): WPA: Nonce1 - hexdump(len=32): 6c 1f 42 b7 70 74 c6 5f df 3d 6f 0f 3e f1 ef 0f f1 77 0a 30 9f 3d 4c ef 81 7c 9e ad b2 45 b7 b9
D/wpa_supplicant( 1108): WPA: Nonce2 - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 03
D/wpa_supplicant( 1108): WPA: PMK - hexdump(len=32): [REMOVED]
D/wpa_supplicant( 1108): WPA: PTK - hexdump(len=48): [REMOVED]
D/wpa_supplicant( 1108): WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1108): WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
D/wpa_supplicant( 1108): wlan0: WPA: Sending EAPOL-Key 2/4
D/wpa_supplicant( 1108): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1108): WPA: Derived Key MIC - hexdump(len=16): c3 ed ad 70 01 2d 3d ce 45 fb 90 f3 5a 2e a4 cb
D/wpa_supplicant( 1108): WPA: TX EAPOL-Key - hexdump(len=121): 01 03 00 75 02 01 0a 00 00 00 00 00 00 00 00 00 01 6c 1f 42 b7 70 74 c6 5f df 3d 6f 0f 3e f1 ef ...
D/wpa_supplicant( 1108): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant( 1108): RX EAPOL - hexdump(len=155): 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 02 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1108): wlan0: IEEE 802.1X RX: version=2 type=3 length=151
D/wpa_supplicant( 1108): wlan0:   EAPOL-Key type=2
D/wpa_supplicant( 1108): wlan0:   key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
D/wpa_supplicant( 1108): wlan0:   key_length=16 key_data_length=56
D/wpa_supplicant( 1108):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 02
D/wpa_supplicant( 1108):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 03
D/wpa_supplicant( 1108):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_mic - hexdump(len=16): e6 c0 d8 f6 2b b3 90 6d 52 af 7c 24 3b ac f7 aa
D/wpa_supplicant( 1108): WPA: RX EAPOL-Key - hexdump(len=155): 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 02 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1108): RSN: encrypted key data - hexdump(len=56): 80 a5 3e ea 25 56 15 55 15 7c 3c d1 b7 60 5a ea b4 a3 90 e0 1a e6 b4 74 75 b0 e8 6e 31 39 a7 09 ...
D/wpa_supplicant( 1108): WPA: decrypted EAPOL-Key key data - hexdump(len=48): [REMOVED]
D/wpa_supplicant( 1108): wlan0: State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
D/wpa_supplicant( 1108): wlan0: WPA: RX message 3 of 4-Way Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant( 1108): WPA: IE KeyData - hexdump(len=48): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 dd 16 00 0f ac 01 01 00 e2 0c ...
D/wpa_supplicant( 1108): WPA: RSN IE in EAPOL-Key - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
D/wpa_supplicant( 1108): WPA: GTK in EAPOL-Key - hexdump(len=24): [REMOVED]
D/wpa_supplicant( 1108): wlan0: WPA: Sending EAPOL-Key 4/4
D/wpa_supplicant( 1108): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1108): WPA: Derived Key MIC - hexdump(len=16): 8e 16 7b 7c 62 1b f6 e7 8b a4 e2 cf bd 92 c9 14
D/wpa_supplicant( 1108): WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f 02 03 0a 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
D/wpa_supplicant( 1108): wlan0: WPA: Installing PTK to the driver
D/wpa_supplicant( 1108): bsd_set_key: alg=3 addr=0x77979d34 key_idx=0 set_tx=1 seq_len=6 key_len=16
D/wpa_supplicant( 1108): EAPOL: External notification - portValid=1
D/wpa_supplicant( 1108): wlan0: State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): RSN: received GTK in pairwise handshake - hexdump(len=18): [REMOVED]
D/wpa_supplicant( 1108): WPA: Group Key - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1108): wlan0: WPA: Installing GTK to the driver (keyidx=1 tx=0 len=16)
D/wpa_supplicant( 1108): WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
D/wpa_supplicant( 1108): bsd_set_key: alg=3 addr=0x76fb48ab key_idx=1 set_tx=0 seq_len=6 key_len=16
I/wpa_supplicant( 1108): wlan0: WPA: Key negotiation completed with 10:fe:ed:e1:51:18 [PTK=CCMP GTK=CCMP]
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: Cancelling authentication timeout
D/wpa_supplicant( 1108): wlan0: State: GROUP_HANDSHAKE -> COMPLETED
I/wpa_supplicant( 1108): wlan0: CTRL-EVENT-CONNECTED - Connection to 10:fe:ed:e1:51:18 completed (auth) [id=2 id_str=]
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): EAPOL: External notification - portValid=1
D/wpa_supplicant( 1108): EAPOL: External notification - EAP success=1
D/wpa_supplicant( 1108): EAPOL: SUPP_PAE entering state AUTHENTICATING
D/wpa_supplicant( 1108): EAPOL: SUPP_BE entering state SUCCESS
D/wpa_supplicant( 1108): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1108): EAPOL: SUPP_PAE entering state AUTHENTICATED
D/wpa_supplicant( 1108): EAPOL: Supplicant port status: Authorized
D/wpa_supplicant( 1108): EAPOL: SUPP_BE entering state IDLE
D/wpa_supplicant( 1108): EAPOL authentication completed successfully
D/wpa_supplicant( 1108): EAPOL: startWhen --> 0
D/wpa_supplicant( 1108): EAPOL: disable timer tick
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/PowerManagerService(  422): Going to sleep due to screen timeout...
D/SurfaceFlinger(  120): Screen released, type=0 flinger=0x76fd3450
I/SWITCHPROFILE(  422): Switchprofile thread received GOV_CONSERVATIVE from Power HAL
V/KeyguardServiceDelegate(  422): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$17@2c0120e0)
V/KeyguardServiceDelegate(  422): **** SHOWN CALLED ****
I/WindowManager(  422): No lock screen! windowToken=null
W/audio_hw_primary(  123): set parameters screen_state=on
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER SETSUSPENDMODE 1
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 53 45 54 53 55 53 50 45 4e 44 4d 4f ...
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 DRIVER SETSUSPENDMODE 1'
W/audio_hw_primary(  123): set parameters screen_state=off
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
V/KeyguardHostView(  477): Initial transport state: 0, pbstate=0
V/KeyguardHostView(  477): hide transport, gen:2
V/KeyguardHostView(  477): music state changed: 0
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
W/View    (  477): requestLayout() improperly called by android.widget.TextClock{2c935ed8 V.ED.... ......ID 29,0-280,141 #7f0a0047 app:id/clock_view} during layout: running second layout pass
W/View    (  477): requestLayout() improperly called by android.widget.TextClock{2c937aa8 V.ED.... ......ID 118,0-192,17 #7f0a004c app:id/date_view} during layout: running second layout pass
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
D/PhoneStatusBar(  477): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT* CLOCK* SEARCH* >
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
D/wpa_supplicant( 1108): wlan0: RX EAPOL from 10:fe:ed:e1:51:18
D/wpa_supplicant( 1108): RX EAPOL - hexdump(len=131): 02 03 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 03 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1108): wlan0: IEEE 802.1X RX: version=2 type=3 length=127
D/wpa_supplicant( 1108): wlan0:   EAPOL-Key type=2
D/wpa_supplicant( 1108): wlan0:   key_info 0x1382 (ver=2 keyidx=0 rsvd=0 Group Ack MIC Secure Encr)
D/wpa_supplicant( 1108): wlan0:   key_length=16 key_data_length=32
D/wpa_supplicant( 1108):   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 03
D/wpa_supplicant( 1108):   key_nonce - hexdump(len=32): ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 04
D/wpa_supplicant( 1108):   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
D/wpa_supplicant( 1108):   key_mic - hexdump(len=16): 0f 2c d3 04 53 fa 12 a1 db b9 fb c3 be 37 3f 0e
D/wpa_supplicant( 1108): WPA: RX EAPOL-Key - hexdump(len=131): 02 03 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 03 ad 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 ...
D/wpa_supplicant( 1108): RSN: encrypted key data - hexdump(len=32): 6c 33 64 a6 5a 71 4b af 7c 3d e9 b3 91 2e b3 cc 23 eb 30 fe 82 90 57 58 15 97 f3 b8 3c 92 4c 89
D/wpa_supplicant( 1108): WPA: decrypted EAPOL-Key key data - hexdump(len=24): [REMOVED]
D/wpa_supplicant( 1108): wlan0: WPA: RX message 1 of Group Key Handshake from 10:fe:ed:e1:51:18 (ver=2)
D/wpa_supplicant( 1108): RSN: msg 1/2 key data - hexdump(len=24): dd 16 00 0f ac 01 02 00 f2 f1 a4 b6 c4 10 f8 9c 60 ac 4f f0 82 f0 0d be
D/wpa_supplicant( 1108): WPA: GTK in EAPOL-Key - hexdump(len=24): [REMOVED]
D/wpa_supplicant( 1108): RSN: received GTK in group key handshake - hexdump(len=18): 02 00 f2 f1 a4 b6 c4 10 f8 9c 60 ac 4f f0 82 f0 0d be
D/wpa_supplicant( 1108): wlan0: State: COMPLETED -> GROUP_HANDSHAKE
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): WPA: Group Key - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1108): wlan0: WPA: Installing GTK to the driver (keyidx=2 tx=0 len=16)
D/wpa_supplicant( 1108): WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
D/wpa_supplicant( 1108): bsd_set_key: alg=3 addr=0x76fb48ab key_idx=2 set_tx=0 seq_len=6 key_len=16
D/wpa_supplicant( 1108): wlan0: WPA: Sending EAPOL-Key 2/2
D/wpa_supplicant( 1108): WPA: KCK - hexdump(len=16): [REMOVED]
D/wpa_supplicant( 1108): WPA: Derived Key MIC - hexdump(len=16): d6 95 97 fc 40 88 46 0e 8d 59 be e8 66 8b 03 00
D/wpa_supplicant( 1108): WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f 02 03 02 00 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
I/wpa_supplicant( 1108): wlan0: WPA: Group rekeying completed with 10:fe:ed:e1:51:18 [GTK=CCMP]
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: Cancelling authentication timeout
D/wpa_supplicant( 1108): wlan0: State: GROUP_HANDSHAKE -> COMPLETED
D/wpa_supplicant( 1108): 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 ...
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 04 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 05 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ab
0096: 7f ca d2 36 6f a1 95 06 8d e7 6d 86 9e 46 c9 00
0112: 20 94 f3 cf 75 20 a1 62 f2 89 13 c3 00 f4 34 b5
0128: 27 4a 7f 4f bd 2c 60 2e 14 bd f7 76 a2 4c 7a 62
0144: ca
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 04 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 04
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 05
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00e6
D/wpa_supplicant( 1108):   key_m86 ic - hexdump(len=16): ab 7f ca d272  36 6f a1 95 06 8d e7 6d 86 9e 463b  c9
D/wpa_supplicant( 1108): WPAf1 : RX EAPOL-Key - hexdump(len=131)36 : 02 03 00 7f 02 13 82 00 10 00 0d5 0 00 00 00 00 00 04 ad 3f 8b 83 f02 a a9 f0 33 e8 bc 22 cc fe 62 77 .ce ..
D/wpa_supplicant( 1108): RSN:b6  encrypted key data - hexdump(lenba =32): 94 f3 cf 75 20 a1 62 f2 89 a9 13 c3 00 f4 34 b5 27 4a 7f 4f bd 0f 2c 60 2e 14 bd f7 76 a2 4c 7a 62 93 ca
D/wpa_supplicant( 1108): WPA:e9  decrypted EAPOL-Key key data - he9 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX70  message 1 of Group Key Handshake2b  from 10:fe:ed:e1:51:18 (ver=2)
28 D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 01 00 e6 86 72 00 3b f1 36 d5 02 ce b6 ba a9 0f 93 00 e9 e9
D/wpa_supplicant( 1108): W00 PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 e6 86 72 3b f1 36 d5 0257  ce b6 ba a9 0f 93 e9 e9
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groe6 up Key - hexdump(len=16): [REMOVE86 D]
D/wpa_supplicant( 1108): wlan72 0: WPA: Installing GTK to the dri3b ver (keyidx=1 tx=0 len=16)
D/wpaf1 _supplicant( 1108): WPA: RSC - he36 xdump(len=6): 00 00 00 00 00 00
d5 D/wpa_supplicant( 1108): bsd_set_02 key: alg=3 addr=0x76fb48ab key_idce x=1 set_tx=0 seq_len=6 key_len=16b6
D/wpa_supplicant( 1108): wlan0:ba  WPA: Sending EAPOL-Key 2/2
D/wpa9 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_0f supplicant( 1108): WPA: Derived K93 ey MIC - hexdump(len=16): 9a 55 7e9 a d2 82 88 d0 c8 7c c2 27 50 31 3e9 4 b0 8a
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 04 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 70 2b 28 80 00 00 00 00 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 9a 55 7a d2 82 88 d0 c8 7c c2 27
0128: 50 31 34 b0 8a 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 05 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 06 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 79
0096: a5 00 9c 19 26 da 12 b0 2a f7 24 5d 97 b9 23 00
0112: 20 b6 84 4c f2 00 2f 51 e9 fb 9d 6b 95 71 13 6e
0128: 11 be 2a dd bd 79 75 31 6e 53 d6 e2 44 ce a0 14
0144: c1
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 05 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 05
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 06
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00b5
D/wpa_supplicant( 1108):   key_m3f ic - hexdump(len=16): 79 a5 00 9cbb  19 26 da 12 b0 2a f7 24 5d 97 b91f  23
D/wpa_supplicant( 1108): WPA9e : RX EAPOL-Key - hexdump(len=131)41 : 02 03 00 7f 02 13 82 00 10 00 042 0 00 00 00 00 00 05 ad 3f 8b 83 f84 a a9 f0 33 e8 bc 22 cc fe 62 77 .8a ..
D/wpa_supplicant( 1108): RSN:9f  encrypted key data - hexdump(len3a =32): b6 84 4c f2 00 2f 51 e9 fb 6c 9d 6b 95 71 13 6e 11 be 2a dd bd 7b 79 75 31 6e 53 d6 e2 44 ce a0 14 53 c1
D/wpa_supplicant( 1108): WPA:a6  decrypted EAPOL-Key key data - hdd exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 b5 3f bb 92 1f 9e 41 42 84 8a 9f 3a 6c 7b 53 00 a6 dd
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 b5 3f bb 1f 9e 41 42 8457  8a 9f 3a 6c 7b 53 a6 dd
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Grob5 up Key - hexdump(len=16): [REMOVE3f D]
D/wpa_supplicant( 1108): wlanbb 0: WPA: Installing GTK to the dri1f ver (keyidx=2 tx=0 len=16)
D/wpa9e _supplicant( 1108): WPA: RSC - he41 xdump(len=6): 00 00 00 00 00 00
42 D/wpa_supplicant( 1108): bsd_set_84 key: alg=3 addr=0x76fb48ab key_id8a x=2 set_tx=0 seq_len=6 key_len=169f
D/wpa_supplicant( 1108): wlan0:3a  WPA: Sending EAPOL-Key 2/2
D/wp6c a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_7b supplicant( 1108): WPA: Derived K53 ey MIC - hexdump(len=16): a7 a8 7a6 1 d7 79 3f 69 84 a2 3f 1c 70 9a 8dd 1 80 55
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 05 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 a7 a8 71 d7 79 3f 69 84 a2 3f 1c
0128: 70 9a 81 80 55 00 00
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 0 BSSID 04:da:d2:8b:48:0a SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 1 BSSID c8:d3:a3:69:6c:48 SSID 'SAM9G65_5Ghz' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 2 BSSID 04:da:d2:8b:48:0e SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 3 BSSID ec:1a:59:b2:6f:20 SSID 'quark_testing' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 4 BSSID 04:da:d2:8b:48:0b SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 5 BSSID 04:da:d2:8b:48:09 SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 6 BSSID 04:da:d2:8b:48:0c SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 7 BSSID 04:da:d2:8b:48:0f SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 8 BSSID 68:7f:74:64:0a:a9 SSID 'Redpine' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 9 BSSID c8:d3:a3:69:6e:2b SSID '20MBPS' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 10 BSSID ec:1a:59:54:29:54 SSID 'SAM9G45_5GHz' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 11 BSSID c8:d3:a3:62:de:b9 SSID 'sta_l2_thrput_in_tkip_CCMP' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 12 BSSID 68:7f:74:64:79:fd SSID '' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 13 BSSID ec:1a:59:8a:11:b9 SSID 'rpine_test5G' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 14 BSSID 88:70:8c:d3:9f:80 SSID 'Lenovo A6000_AP' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 15 BSSID ee:1a:59:b2:6c:91 SSID '?ADO27wT^b6=YXBEEg{haw\\' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 16 BSSID 00:14:d1:b2:86:b2 SSID 'sta_l2_perf_5-FIXED_RATE' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 17 BSSID c8:d3:a3:69:6c:46 SSID 'SAM9G55' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 18 BSSID 68:86:a7:cb:59:d1 SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 19 BSSID f8:1a:67:46:4d:b4 SSID 'testdns' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 20 BSSID 04:a1:51:99:f8:d2 SSID 'pine_1' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 21 BSSID ec:1a:59:b2:6f:1e SSID 'quark_testing2' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 22 BSSID 68:86:a7:cb:59:d3 SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 23 BSSID c8:3a:35:0e:64:a8 SSID '123490' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 24 BSSID 68:86:a7:cb:59:d0 SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 25 BSSID 9c:d3:6d:b0:97:ac SSID 'Radius_2.4' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 26 BSSID 9c:d6:43:d7:62:46 SSID 'sta_l2_perf_2.4' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 27 BSSID 68:86:a7:cb:22:21 SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 28 BSSID ee:1a:59:b3:32:1c SSID '=Ti??\\0^D}S1|40y' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 30 BSSID 00:14:d1:b2:86:b0 SSID 'ASUS_WPA2_CCMP_WPS_PIN1' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 31 BSSID ee:1a:59:b3:45:27 SSID 'YAH1LE}' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 32 BSSID 68:7f:74:64:79:fe SSID 'ralink' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 33 BSSID c8:d3:a3:62:de:b7 SSID 'sta_l2_thrput_11bgn_MIXED_PEAP' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 34 BSSID 68:86:a7:cb:22:2e SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 35 BSSID 68:86:a7:cb:22:2c SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 36 BSSID 68:86:a7:cb:22:29 SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 37 BSSID 68:86:a7:cb:22:2b SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 38 BSSID 68:86:a7:cb:22:2a SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 39 BSSID 68:86:a7:cb:22:2f SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 40 BSSID 68:86:a7:cb:22:20 SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 41 BSSID 68:86:a7:cb:22:23 SSID '\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 42 BSSID 46:52:f9:d1:7b:81 SSID 'SIM_1' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 43 BSSID ec:1a:59:b3:32:1b SSID 'BT_STA' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 44 BSSID c4:7d:4f:31:cb:00 SSID 'SSID_5' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 45 BSSID 04:da:d2:8b:48:0d SSID 'GSID' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 46 BSSID ec:1a:59:b3:32:1d SSID '3.2.12.1_5ghz' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 47 BSSID ec:1a:59:b3:45:28 SSID 'linksys_5' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 48 BSSID ec:1a:59:b2:6c:92 SSID 'RAM5G' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 49 BSSID c8:b3:73:2c:53:b7 SSID 'cisco_redpine5g' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 50 BSSID c8:d3:a3:59:7a:ac SSID 'dlink' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 51 BSSID 04:da:d2:8b:48:02 SSID 'GSID' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 52 BSSID f4:ec:38:e1:42:64 SSID 'TPLINK' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 53 BSSID 10:fe:ed:e1:60:ca SSID 'dhcp_test' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 54 BSSID ec:1a:59:b2:6c:90 SSID 'RAM2G' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 55 BSSID 68:86:a7:cb:59:d2 SSID 'GSID' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 56 BSSID c4:7d:4f:36:ba:90 SSID 'Rpx' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 57 BSSID c8:b3:73:2c:53:b6 SSID 'cisco_redpine2g' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 58 BSSID 10:fe:ed:d7:51:86 SSID 'mac' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 59 BSSID 10:fe:ed:e9:a9:30 SSID 'TPLINK' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 60 BSSID ec:1a:59:b3:45:26 SSID 'linksys' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 61 BSSID ee:1a:59:54:29:53 SSID 'belkin.952.guests' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 62 BSSID ec:1a:59:b2:89:5a SSID 'fwup' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 63 BSSID 00:23:a7:4b:66:70 SSID 'ctn' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 64 BSSID ec:1a:59:54:29:52 SSID '\x00\x00\x00\x00\x00\x00\x00' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 65 BSSID 68:7f:74:0f:03:cb SSID 'SAM9G35' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 66 BSSID c8:d3:a3:69:73:93 SSID 'Rpx' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 67 BSSID c8:d3:a3:69:6e:29 SSID 'roaming_test' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 68 BSSID 10:fe:ed:e1:61:40 SSID 'Roam' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 69 BSSID 68:7f:74:64:0a:aa SSID 'Roam' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 70 BSSID ee:1a:59:b2:6f:1f SSID 'belkin.f1e.guests' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 71 BSSID 00:23:a7:19:73:54 SSID 'RSI_SM197354' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 72 BSSID ec:1a:59:8a:11:b7 SSID 'rpine_test2G' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 73 BSSID c8:d3:a3:69:6e:fb SSID 'Rpx' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 74 BSSID ee:1a:59:8a:11:b8 SSID 'belkin.1b7.guests' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 75 BSSID 00:23:a7:19:74:9c SSID 'RSI_SM19749C' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 76 BSSID 00:23:a7:5c:44:d8 SSID 'RSI_SM5C44D8' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 77 BSSID 68:86:a7:cb:22:22 SSID 'GSID' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 78 BSSID c8:d3:a3:69:6e:e6 SSID 'Rpx' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 79 BSSID ec:1a:59:b2:89:58 SSID 'test123' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 80 BSSID 00:23:a7:5c:48:fc SSID 'RSI_SM5C48FC' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 81 BSSID 00:23:a7:5c:3c:28 SSID 'RSI_SM5C3C28' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 82 BSSID 68:86:a7:cb:22:2d SSID 'GSID' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
D/wpa_supplicant( 1108): wlan0: BSS: Remove id 83 BSSID c8:d3:a3:69:72:ee SSID 'Rpx' due to wpa_bss_flush_by_age
D/wpa_supplicant( 1108): 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 ...
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 06 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 07 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6c
0096: 3d 67 ae 94 7d 6e 74 87 5c e0 06 b9 da d9 d3 00
0112: 20 47 2f 54 74 2c 8c ad e2 90 d6 21 bc 42 a7 7b
0128: 60 8e 57 1e a0 3d 2b 7c 14 55 91 e0 10 bb 34 57
0144: aa
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 06 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 06
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 07
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0000
D/wpa_supplicant( 1108):   key_m3a ic - hexdump(len=16): 6c 3d 67 aeee  94 7d 6e 74 87 5c e0 06 b9 da d944  d3
D/wpa_supplicant( 1108): WPAed : RX EAPOL-Key - hexdump(len=131)ed : 02 03 00 7f 02 13 82 00 10 00 05f 0 00 00 00 00 00 06 ad 3f 8b 83 f2d a a9 f0 33 e8 bc 22 cc fe 62 77 .a1 ..
D/wpa_supplicant( 1108): RSN:7d  encrypted key data - hexdump(len92 =32): 47 2f 54 74 2c 8c ad e2 90 f7 d6 21 bc 42 a7 7b 60 8e 57 1e a0 a3 3d 2b 7c 14 55 91 e0 10 bb 34 57 35 aa
D/wpa_supplicant( 1108): WPA:94  decrypted EAPOL-Key key data - h80 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshake00  from 10:fe:ed:e1:51:18 (ver=2)
00 D/wpa_supplicant( 1108): RSN: msg00  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 01 00 00 3a ee b3 44 ed ed 5f 2d a1 7d 92 f7 a3 35 f2 94 80
D/wpa_supplicant( 1108): W80 PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 00 3a ee 44 ed ed 5f 2d57  a1 7d 92 f7 a3 35 94 80
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro00 up Key - hexdump(len=16): [REMOVE3a D]
D/wpa_supplicant( 1108): wlanee 0: WPA: Installing GTK to the dri44 ver (keyidx=1 tx=0 len=16)
D/wpaed _supplicant( 1108): WPA: RSC - heed xdump(len=6): 00 00 00 00 00 00
5f D/wpa_supplicant( 1108): bsd_set_2d key: alg=3 addr=0x76fb48ab key_ida1 x=1 set_tx=0 seq_len=6 key_len=167d
D/wpa_supplicant( 1108): wlan0:92  WPA: Sending EAPOL-Key 2/2
D/wpf7 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_a3 supplicant( 1108): WPA: Derived K35 ey MIC - hexdump(len=16): 39 ea 794 8 46 da 1a c2 75 ed 5f ab 8b 32 c80 e 28 41
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 06 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 00 00 00 00 b3 f2 80 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 39 ea 78 46 da 1a c2 75 ed 5f ab
0128: 8b 32 ce 28 41 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 07 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 08 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 bc
0096: 96 1d b2 26 87 ca 92 6c b3 09 20 6e 9f 01 f3 00
0112: 20 07 ed de 1c 15 90 ab 21 13 e8 5b 50 5e 5c 86
0128: 6c c9 70 27 c6 5f aa 56 c6 3b 51 9e 6c 5d 0a 5a
0144: 3e
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 07 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 07
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 08
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00c9
D/wpa_supplicant( 1108):   key_m06 ic - hexdump(len=16): bc 96 1d b26d  26 87 ca 92 6c b3 09 20 6e 9f 0120  f3
D/wpa_supplicant( 1108): WPAd4 : RX EAPOL-Key - hexdump(len=131)45 : 02 03 00 7f 02 13 82 00 10 00 0a0 0 00 00 00 00 00 07 ad 3f 8b 83 fa0 a a9 f0 33 e8 bc 22 cc fe 62 77 .8f ..
D/wpa_supplicant( 1108): RSN:61  encrypted key data - hexdump(lenbb =32): 07 ed de 1c 15 90 ab 21 13 09 e8 5b 50 5e 5c 86 6c c9 70 27 c6 c5 5f aa 56 c6 3b 51 9e 6c 5d 0a 5a 92 3e
D/wpa_supplicant( 1108): WPA:5b  decrypted EAPOL-Key key data - h06 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 c9 06 6d 92 20 d4 45 a0 a0 8f 61 bb 09 c5 92 00 5b 06
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 c9 06 6d 20 d4 45 a0 a057  8f 61 bb 09 c5 92 5b 06
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groc9 up Key - hexdump(len=16): [REMOVE06 D]
D/wpa_supplicant( 1108): wlan6d 0: WPA: Installing GTK to the dri20 ver (keyidx=2 tx=0 len=16)
D/wpad4 _supplicant( 1108): WPA: RSC - he45 xdump(len=6): 00 00 00 00 00 00
a0 D/wpa_supplicant( 1108): bsd_set_a0 key: alg=3 addr=0x76fb48ab key_id8f x=2 set_tx=0 seq_len=6 key_len=1661
D/wpa_supplicant( 1108): wlan0:bb  WPA: Sending EAPOL-Key 2/2
D/wp09 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_c5 supplicant( 1108): WPA: Derived K92 ey MIC - hexdump(len=16): 02 9a 75b 8 ed cf 72 a8 d9 50 d3 51 8b 88 006 1 68 81
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 07 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 07 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 02 9a 78 ed cf 72 a8 d9 50 d3 51
0128: 8b 88 01 68 81 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 08 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 09 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 09
0096: be 89 a7 a5 d0 47 8f 1b c8 8a b8 28 95 4c c5 00
0112: 20 a1 12 53 df 89 6c a5 81 fb 5e f4 1d 57 5e fe
0128: f2 99 1b 94 b1 a6 ae b6 c1 12 7f 70 b8 6c e6 56
0144: f0
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 08 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 08
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 09
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 005f
D/wpa_supplicant( 1108):   key_m5c ic - hexdump(len=16): 09 be 89 a71b  a5 d0 47 8f 1b c8 8a b8 28 95 4cb3  c5
D/wpa_supplicant( 1108): WPA68 : RX EAPOL-Key - hexdump(len=131)db : 02 03 00 7f 02 13 82 00 10 00 0cc 0 00 00 00 00 00 08 ad 3f 8b 83 f20 a a9 f0 33 e8 bc 22 cc fe 62 77 .40 ..
D/wpa_supplicant( 1108): RSN:77  encrypted key data - hexdump(len54 =32): a1 12 53 df 89 6c a5 81 fb c4 5e f4 1d 57 5e fe f2 99 1b 94 b1 7e a6 ae b6 c1 12 7f 70 b8 6c e6 56 40 f0
D/wpa_supplicant( 1108): WPA:04  decrypted EAPOL-Key key data - h31 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 5f 5c 1b 92 b3 68 db cc 20 40 77 54 c4 7e 40 00 04 31
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 5f 5c 1b b3 68 db cc 2057  40 77 54 c4 7e 40 04 31
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro5f up Key - hexdump(len=16): [REMOVE5c D]
D/wpa_supplicant( 1108): wlan1b 0: WPA: Installing GTK to the drib3 ver (keyidx=1 tx=0 len=16)
D/wpa68 _supplicant( 1108): WPA: RSC - hedb xdump(len=6): 00 00 00 00 00 00
cc D/wpa_supplicant( 1108): bsd_set_20 key: alg=3 addr=0x76fb48ab key_id40 x=1 set_tx=0 seq_len=6 key_len=1677
D/wpa_supplicant( 1108): wlan0:54  WPA: Sending EAPOL-Key 2/2
D/wpc4 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_7e supplicant( 1108): WPA: Derived K40 ey MIC - hexdump(len=16): a4 95 704 d 30 7a 07 04 81 0e 96 6b 97 9f 931 8 23 a8
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 08 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 a4 95 7d 30 7a 07 04 81 0e 96 6b
0128: 97 9f 98 23 a8 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 09 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 0a 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 17
0096: 85 7c 4f 09 54 4f eb 19 42 e6 9b c0 75 48 75 00
0112: 20 c0 ac 51 2f 31 93 3e a3 cf 87 50 e0 52 1c 6e
0128: 69 4f 61 7c 5e 71 a5 c1 9b 87 6f a9 28 2a c0 fd
0144: 1b
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 09 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 09
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 0a
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0011
D/wpa_supplicant( 1108):   key_mc4 ic - hexdump(len=16): 17 85 7c 4fb7  09 54 4f eb 19 42 e6 9b c0 75 4814  75
D/wpa_supplicant( 1108): WPAad : RX EAPOL-Key - hexdump(len=131)c6 : 02 03 00 7f 02 13 82 00 10 00 016 0 00 00 00 00 00 09 ad 3f 8b 83 fe9 a a9 f0 33 e8 bc 22 cc fe 62 77 .d7 ..
D/wpa_supplicant( 1108): RSN:62  encrypted key data - hexdump(lene0 =32): c0 ac 51 2f 31 93 3e a3 cf ac 87 50 e0 52 1c 6e 69 4f 61 7c 5e 41 71 a5 c1 9b 87 6f a9 28 2a c0 fd bc 1b
D/wpa_supplicant( 1108): WPA:a6  decrypted EAPOL-Key key data - h0c exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 11 c4 b7 92 14 ad c6 16 e9 d7 62 e0 ac 41 bc 00 a6 0c
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 11 c4 b7 14 ad c6 16 e957  d7 62 e0 ac 41 bc a6 0c
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro11 up Key - hexdump(len=16): [REMOVEc4 D]
D/wpa_supplicant( 1108): wlanb7 0: WPA: Installing GTK to the dri14 ver (keyidx=2 tx=0 len=16)
D/wpaad _supplicant( 1108): WPA: RSC - hec6 xdump(len=6): 00 00 00 00 00 00
16 D/wpa_supplicant( 1108): bsd_set_e9 key: alg=3 addr=0x76fb48ab key_idd7 x=2 set_tx=0 seq_len=6 key_len=1662
D/wpa_supplicant( 1108): wlan0:e0  WPA: Sending EAPOL-Key 2/2
D/wpac a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_41 supplicant( 1108): WPA: Derived Kbc ey MIC - hexdump(len=16): 57 0f 0a6 b d2 f1 42 8d c2 9e 2e e0 e1 6a 00c 2 8c 0a
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 09 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 57 0f 0b d2 f1 42 8d c2 9e 2e e0
0128: e1 6a 02 8c 0a 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 0a ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 0b 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5f
0096: c8 c5 2d a0 7c 2d c3 a9 1c 11 01 a9 9b a7 7e 00
0112: 20 c3 81 2d ec 3d 8b c3 6a 99 66 c0 4b 87 64 bc
0128: 90 8b 8b f2 ff b5 29 b3 51 1b c1 f8 69 7f 4c a8
0144: da
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 0a ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 0a
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 0b
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00ee
D/wpa_supplicant( 1108):   key_m16 ic - hexdump(len=16): 5f c8 c5 2da6  a0 7c 2d c3 a9 1c 11 01 a9 9b a7b7  7e
D/wpa_supplicant( 1108): WPA13 : RX EAPOL-Key - hexdump(len=131)32 : 02 03 00 7f 02 13 82 00 10 00 01c 0 00 00 00 00 00 0a ad 3f 8b 83 f58 a a9 f0 33 e8 bc 22 cc fe 62 77 .0f ..
D/wpa_supplicant( 1108): RSN:a3  encrypted key data - hexdump(lenc3 =32): c3 81 2d ec 3d 8b c3 6a 99 5f 66 c0 4b 87 64 bc 90 8b 8b f2 ff b6 b5 29 b3 51 1b c1 f8 69 7f 4c a8 92 da
D/wpa_supplicant( 1108): WPA:3c  decrypted EAPOL-Key key data - ha2 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 ee 16 a6 92 b7 13 32 1c 58 0f a3 c3 5f b6 92 00 3c a2
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 ee 16 a6 b7 13 32 1c 5857  0f a3 c3 5f b6 92 3c a2
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groee up Key - hexdump(len=16): [REMOVE16 D]
D/wpa_supplicant( 1108): wlana6 0: WPA: Installing GTK to the drib7 ver (keyidx=1 tx=0 len=16)
D/wpa13 _supplicant( 1108): WPA: RSC - he32 xdump(len=6): 00 00 00 00 00 00
1c D/wpa_supplicant( 1108): bsd_set_58 key: alg=3 addr=0x76fb48ab key_id0f x=1 set_tx=0 seq_len=6 key_len=16a3
D/wpa_supplicant( 1108): wlan0:c3  WPA: Sending EAPOL-Key 2/2
D/wp5f a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_b6 supplicant( 1108): WPA: Derived K92 ey MIC - hexdump(len=16): d0 11 33c 2 2d 65 b0 d9 7c 12 5b 01 85 67 7a2 4 a5 3b
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 0a 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 0a 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 d0 11 32 2d 65 b0 d9 7c 12 5b 01
0128: 85 67 74 a5 3b 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 0b ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 0c 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7c
0096: fe 12 fa b5 c6 da d2 4e ae 07 96 b3 12 33 72 00
0112: 20 ed 6f d2 f4 13 52 39 d9 19 df 54 c9 c2 95 60
0128: d1 fc 36 27 3a 15 ca 12 35 54 b6 31 d3 8e e9 06
0144: d2
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 0b ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 0b
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 0c
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00cf
D/wpa_supplicant( 1108):   key_m60 ic - hexdump(len=16): 7c fe 12 fa1b  b5 c6 da d2 4e ae 07 96 b3 12 330e  72
D/wpa_supplicant( 1108): WPAeb : RX EAPOL-Key - hexdump(len=131)32 : 02 03 00 7f 02 13 82 00 10 00 022 0 00 00 00 00 00 0b ad 3f 8b 83 feb a a9 f0 33 e8 bc 22 cc fe 62 77 .a3 ..
D/wpa_supplicant( 1108): RSN:19  encrypted key data - hexdump(len74 =32): ed 6f d2 f4 13 52 39 d9 19 e2 df 54 c9 c2 95 60 d1 fc 36 27 3a 14 15 ca 12 35 54 b6 31 d3 8e e9 06 76 d2
D/wpa_supplicant( 1108): WPA:45  decrypted EAPOL-Key key data - hbc exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 cf 60 1b 92 0e eb 32 22 eb a3 19 74 e2 14 76 00 45 bc
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 cf 60 1b 0e eb 32 22 eb57  a3 19 74 e2 14 76 45 bc
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Grocf up Key - hexdump(len=16): [REMOVE60 D]
D/wpa_supplicant( 1108): wlan1b 0: WPA: Installing GTK to the dri0e ver (keyidx=2 tx=0 len=16)
D/wpaeb _supplicant( 1108): WPA: RSC - he32 xdump(len=6): 00 00 00 00 00 00
22 D/wpa_supplicant( 1108): bsd_set_eb key: alg=3 addr=0x76fb48ab key_ida3 x=2 set_tx=0 seq_len=6 key_len=1619
D/wpa_supplicant( 1108): wlan0:74  WPA: Sending EAPOL-Key 2/2
D/wpe2 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_14 supplicant( 1108): WPA: Derived K76 ey MIC - hexdump(len=16): 94 70 145 1 b5 87 4d 25 73 0b a1 56 27 8b bbc d 2f 06
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 0b 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 0b 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 94 70 11 b5 87 4d 25 73 0b a1 56
0128: 27 8b bd 2f 06 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Sampling interval elapsed, updating statistics ..
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Done.
D/ConnectivityService(  422): Setting timer for 720seconds
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 0c ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 0d 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 75
0096: 32 34 b8 e0 9b 99 a7 2f f1 c9 87 af 0b 1e 94 00
0112: 20 5d 29 ea af d6 08 47 cd 9f 40 ae 9a 33 73 be
0128: 20 65 2f 1b b2 65 9d 67 da 37 dd eb c3 a2 05 6d
0144: 14
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 0c ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 0c
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 0d
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0090
D/wpa_supplicant( 1108):   key_m01 ic - hexdump(len=16): 75 32 34 b835  e0 9b 99 a7 2f f1 c9 87 af 0b 1eae  94
D/wpa_supplicant( 1108): WPA4b : RX EAPOL-Key - hexdump(len=131)23 : 02 03 00 7f 02 13 82 00 10 00 099 0 00 00 00 00 00 0c ad 3f 8b 83 fc7 a a9 f0 33 e8 bc 22 cc fe 62 77 .03 ..
D/wpa_supplicant( 1108): RSN:2c  encrypted key data - hexdump(len7a =32): 5d 29 ea af d6 08 47 cd 9f 99 40 ae 9a 33 73 be 20 65 2f 1b b2 6f 65 9d 67 da 37 dd eb c3 a2 05 6d 11 14
D/wpa_supplicant( 1108): WPA:e1  decrypted EAPOL-Key key data - h73 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 90 01 35 92 ae 4b 23 99 c7 03 2c 7a 99 6f 11 00 e1 73
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 90 01 35 ae 4b 23 99 c757  03 2c 7a 99 6f 11 e1 73
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro90 up Key - hexdump(len=16): [REMOVE01 D]
D/wpa_supplicant( 1108): wlan35 0: WPA: Installing GTK to the driae ver (keyidx=1 tx=0 len=16)
D/wpa4b _supplicant( 1108): WPA: RSC - he23 xdump(len=6): 00 00 00 00 00 00
99 D/wpa_supplicant( 1108): bsd_set_c7 key: alg=3 addr=0x76fb48ab key_id03 x=1 set_tx=0 seq_len=6 key_len=162c
D/wpa_supplicant( 1108): wlan0:7a  WPA: Sending EAPOL-Key 2/2
D/wp99 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_6f supplicant( 1108): WPA: Derived K11 ey MIC - hexdump(len=16): 61 0d be1 4 5f 7e 42 ac ca a0 be b1 db fe 073 5 22 32
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 0c 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 0c 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 61 0d b4 5f 7e 42 ac ca a0 be b1
0128: db fe 05 22 32 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 0d ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 0e 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6a
0096: d1 de 38 71 97 e5 c4 cd 23 61 a1 8c 57 7e b0 00
0112: 20 c3 b9 74 ab 00 21 af 16 7c 2b cf 6e 3d 27 fb
0128: 78 7a 17 f3 34 49 53 ed 94 d9 2f 29 98 b0 99 a3
0144: 10
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 0d ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 0d
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 0e
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 001c
D/wpa_supplicant( 1108):   key_maa ic - hexdump(len=16): 6a d1 de 38d6  71 97 e5 c4 cd 23 61 a1 8c 57 7e31  b0
D/wpa_supplicant( 1108): WPA82 : RX EAPOL-Key - hexdump(len=131)3b : 02 03 00 7f 02 13 82 00 10 00 08a 0 00 00 00 00 00 0d ad 3f 8b 83 f78 a a9 f0 33 e8 bc 22 cc fe 62 77 .f2 ..
D/wpa_supplicant( 1108): RSN:7d  encrypted key data - hexdump(lene7 =32): c3 b9 74 ab 00 21 af 16 7c 4d 2b cf 6e 3d 27 fb 78 7a 17 f3 34 ad 49 53 ed 94 d9 2f 29 98 b0 99 a3 7f 10
D/wpa_supplicant( 1108): WPA:0e  decrypted EAPOL-Key key data - h9e exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 1c aa d6 92 31 82 3b 8a 78 f2 7d e7 4d ad 7f 00 0e 9e
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 1c aa d6 31 82 3b 8a 7857  f2 7d e7 4d ad 7f 0e 9e
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro1c up Key - hexdump(len=16): [REMOVEaa D]
D/wpa_supplicant( 1108): wland6 0: WPA: Installing GTK to the dri31 ver (keyidx=2 tx=0 len=16)
D/wpa82 _supplicant( 1108): WPA: RSC - he3b xdump(len=6): 00 00 00 00 00 00
8a D/wpa_supplicant( 1108): bsd_set_78 key: alg=3 addr=0x76fb48ab key_idf2 x=2 set_tx=0 seq_len=6 key_len=167d
D/wpa_supplicant( 1108): wlan0:e7  WPA: Sending EAPOL-Key 2/2
D/wp4d a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_ad supplicant( 1108): WPA: Derived K7f ey MIC - hexdump(len=16): 79 e6 00e e 7f 74 a1 aa ff 4b d0 bc d6 8e 79e 9 05 64
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 0d 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 0d 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 79 e6 0e 7f 74 a1 aa ff 4b d0 bc
0128: d6 8e 79 05 64 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 0e ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 0f 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e0
0096: 4a 8e 51 db 4b c6 1b 43 e4 e9 8c 40 ed f6 94 00
0112: 20 e9 11 04 4c 87 b9 22 8e d9 9a 0c 04 71 78 89
0128: be f0 12 33 42 83 fd 74 05 c9 0e e7 de b1 70 2d
0144: 77
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 0e ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 0e
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 0f
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0021
D/wpa_supplicant( 1108):   key_mb2 ic - hexdump(len=16): e0 4a 8e 5158  db 4b c6 1b 43 e4 e9 8c 40 ed f6c3  94
D/wpa_supplicant( 1108): WPA33 : RX EAPOL-Key - hexdump(len=131)5b : 02 03 00 7f 02 13 82 00 10 00 0f4 0 00 00 00 00 00 0e ad 3f 8b 83 fc7 a a9 f0 33 e8 bc 22 cc fe 62 77 .83 ..
D/wpa_supplicant( 1108): RSN:22  encrypted key data - hexdump(lenf8 =32): e9 11 04 4c 87 b9 22 8e d9 a7 9a 0c 04 71 78 89 be f0 12 33 42 32 83 fd 74 05 c9 0e e7 de b1 70 2d fa 77
D/wpa_supplicant( 1108): WPA:6e  decrypted EAPOL-Key key data - heb exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 21 b2 58 92 c3 33 5b f4 c7 83 22 f8 a7 32 fa 00 6e eb
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 21 b2 58 c3 33 5b f4 c757  83 22 f8 a7 32 fa 6e eb
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro21 up Key - hexdump(len=16): [REMOVEb2 D]
D/wpa_supplicant( 1108): wlan58 0: WPA: Installing GTK to the dric3 ver (keyidx=1 tx=0 len=16)
D/wpa33 _supplicant( 1108): WPA: RSC - he5b xdump(len=6): 00 00 00 00 00 00
f4 D/wpa_supplicant( 1108): bsd_set_c7 key: alg=3 addr=0x76fb48ab key_id83 x=1 set_tx=0 seq_len=6 key_len=1622
D/wpa_supplicant( 1108): wlan0:f8  WPA: Sending EAPOL-Key 2/2
D/wpa7 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_32 supplicant( 1108): WPA: Derived Kfa ey MIC - hexdump(len=16): cc d8 86e 8 90 03 79 27 5c 4b 1d 53 c8 8f beb 3 8e 54
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 0e 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 0e 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 cc d8 88 90 03 79 27 5c 4b 1d 53
0128: c8 8f b3 8e 54 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 0f ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 10 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 d6
0096: 01 13 dd 83 d6 bd ab 92 6f d8 98 79 31 66 a4 00
0112: 20 4e 6c 5b 5f 87 ea 2b e7 5e 33 bf d6 fa 57 bd
0128: 0b 34 d5 ab 56 21 29 56 4d bb 44 01 52 c6 fd ef
0144: 88
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 0f ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 0f
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 10
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0026
D/wpa_supplicant( 1108):   key_m18 ic - hexdump(len=16): d6 01 13 dd0a  83 d6 bd ab 92 6f d8 98 79 31 6631  a4
D/wpa_supplicant( 1108): WPA43 : RX EAPOL-Key - hexdump(len=131)09 : 02 03 00 7f 02 13 82 00 10 00 07b 0 00 00 00 00 00 0f ad 3f 8b 83 f3a a a9 f0 33 e8 bc 22 cc fe 62 77 .e2 ..
D/wpa_supplicant( 1108): RSN:a6  encrypted key data - hexdump(len46 =32): 4e 6c 5b 5f 87 ea 2b e7 5e b1 33 bf d6 fa 57 bd 0b 34 d5 ab 56 31 21 29 56 4d bb 44 01 52 c6 fd ef 00 88
D/wpa_supplicant( 1108): WPA:5e  decrypted EAPOL-Key key data - h53 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 26 18 0a 92 31 43 09 7b 3a e2 a6 46 b1 31 00 00 5e 53
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 26 18 0a 31 43 09 7b 3a57  e2 a6 46 b1 31 00 5e 53
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro26 up Key - hexdump(len=16): [REMOVE18 D]
D/wpa_supplicant( 1108): wlan0a 0: WPA: Installing GTK to the dri31 ver (keyidx=2 tx=0 len=16)
D/wpa43 _supplicant( 1108): WPA: RSC - he09 xdump(len=6): 00 00 00 00 00 00
7b D/wpa_supplicant( 1108): bsd_set_3a key: alg=3 addr=0x76fb48ab key_ide2 x=2 set_tx=0 seq_len=6 key_len=16a6
D/wpa_supplicant( 1108): wlan0:46  WPA: Sending EAPOL-Key 2/2
D/wpb1 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_31 supplicant( 1108): WPA: Derived K00 ey MIC - hexdump(len=16): 63 0f b5e 8 62 77 68 1f 21 63 70 0b 9b 4d 253 6 bf 37
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 0f 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 0f 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 63 0f b8 62 77 68 1f 21 63 70 0b
0128: 9b 4d 26 bf 37 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 10 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 11 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 91
0096: 6f 37 dd 67 bf f1 e2 34 c6 d4 de c5 24 de b8 00
0112: 20 d8 d8 49 61 ab 5c 7a 60 9b 09 4c ae 7f 34 43
0128: f3 b2 94 84 4d 26 4c 76 e4 9e 10 ae 9e 90 a2 4b
0144: 2c
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 10 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 10
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 11
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0089
D/wpa_supplicant( 1108):   key_mb4 ic - hexdump(len=16): 91 6f 37 dd4d  67 bf f1 e2 34 c6 d4 de c5 24 dedf  b8
D/wpa_supplicant( 1108): WPAab : RX EAPOL-Key - hexdump(len=131)49 : 02 03 00 7f 02 13 82 00 10 00 0d5 0 00 00 00 00 00 10 ad 3f 8b 83 fb9 a a9 f0 33 e8 bc 22 cc fe 62 77 .17 ..
D/wpa_supplicant( 1108): RSN:44  encrypted key data - hexdump(len5a =32): d8 d8 49 61 ab 5c 7a 60 9b 3a 09 4c ae 7f 34 43 f3 b2 94 84 4d f2 26 4c 76 e4 9e 10 ae 9e 90 a2 4b 99 2c
D/wpa_supplicant( 1108): WPA:18  decrypted EAPOL-Key key data - he2 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 89 b4 4d 92 df ab 49 d5 b9 17 44 5a 3a f2 99 00 18 e2
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 89 b4 4d df ab 49 d5 b957  17 44 5a 3a f2 99 18 e2
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro89 up Key - hexdump(len=16): [REMOVEb4 D]
D/wpa_supplicant( 1108): wlan4d 0: WPA: Installing GTK to the dridf ver (keyidx=1 tx=0 len=16)
D/wpaab _supplicant( 1108): WPA: RSC - he49 xdump(len=6): 00 00 00 00 00 00
d5 D/wpa_supplicant( 1108): bsd_set_b9 key: alg=3 addr=0x76fb48ab key_id17 x=1 set_tx=0 seq_len=6 key_len=1644
D/wpa_supplicant( 1108): wlan0:5a  WPA: Sending EAPOL-Key 2/2
D/wp3a a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_f2 supplicant( 1108): WPA: Derived K99 ey MIC - hexdump(len=16): ef 3c e18 3 f7 e0 7d 11 fc 34 c1 97 d8 f1 1e2 2 06 48
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 10 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 ef 3c e3 f7 e0 7d 11 fc 34 c1 97
0128: d8 f1 12 06 48 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 11 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 12 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4d
0096: 57 0f bd af 57 57 ab 97 81 d5 ba 7f c8 76 01 00
0112: 20 b8 3c c3 3f 41 f5 b3 fe bf 88 8f 3c 78 11 2e
0128: ac 5e 72 87 f2 b2 6a 65 ba cd b0 8e 4a 28 c9 bf
0144: ec
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 11 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 11
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 12
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0088
D/wpa_supplicant( 1108):   key_m5b ic - hexdump(len=16): 4d 57 0f bd50  af 57 57 ab 97 81 d5 ba 7f c8 7640  01
D/wpa_supplicant( 1108): WPA77 : RX EAPOL-Key - hexdump(len=131)4d : 02 03 00 7f 02 13 82 00 10 00 0cc 0 00 00 00 00 00 11 ad 3f 8b 83 f2b a a9 f0 33 e8 bc 22 cc fe 62 77 .a6 ..
D/wpa_supplicant( 1108): RSN:9f  encrypted key data - hexdump(lenf5 =32): b8 3c c3 3f 41 f5 b3 fe bf 63 88 8f 3c 78 11 2e ac 5e 72 87 f2 e4 b2 6a 65 ba cd b0 8e 4a 28 c9 bf 7d ec
D/wpa_supplicant( 1108): WPA:d9  decrypted EAPOL-Key key data - h7b exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 88 5b 50 92 40 77 4d cc 2b a6 9f f5 63 e4 7d 00 d9 7b
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 88 5b 50 40 77 4d cc 2b57  a6 9f f5 63 e4 7d d9 7b
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro88 up Key - hexdump(len=16): [REMOVE5b D]
D/wpa_supplicant( 1108): wlan50 0: WPA: Installing GTK to the dri40 ver (keyidx=2 tx=0 len=16)
D/wpa77 _supplicant( 1108): WPA: RSC - he4d xdump(len=6): 00 00 00 00 00 00
cc D/wpa_supplicant( 1108): bsd_set_2b key: alg=3 addr=0x76fb48ab key_ida6 x=2 set_tx=0 seq_len=6 key_len=169f
D/wpa_supplicant( 1108): wlan0:f5  WPA: Sending EAPOL-Key 2/2
D/wp63 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_e4 supplicant( 1108): WPA: Derived K7d ey MIC - hexdump(len=16): 7d 94 6d9 c 0c d6 11 40 bc 97 a3 e0 8b 54 27b 3 b5 99
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 11 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 11 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 7d 94 6c 0c d6 11 40 bc 97 a3 e0
0128: 8b 54 23 b5 99 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 12 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 13 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 9e
0096: 1b 00 ac 87 2a ef 6d 3a e7 fc 2b 69 dd 4b 8d 00
0112: 20 b7 5b 39 22 19 5c 64 91 e6 73 31 7e dc 8e 0c
0128: 10 1e c5 9f 65 25 ab 19 5a fe a5 27 8d 4a 7d 69
0144: f3
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 12 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 12
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 13
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 003a
D/wpa_supplicant( 1108):   key_m64 ic - hexdump(len=16): 9e 1b 00 ac07  87 2a ef 6d 3a e7 fc 2b 69 dd 4b97  8d
D/wpa_supplicant( 1108): WPA17 : RX EAPOL-Key - hexdump(len=131)f8 : 02 03 00 7f 02 13 82 00 10 00 03e 0 00 00 00 00 00 12 ad 3f 8b 83 f4c a a9 f0 33 e8 bc 22 cc fe 62 77 .09 ..
D/wpa_supplicant( 1108): RSN:0a  encrypted key data - hexdump(lenaf =32): b7 5b 39 22 19 5c 64 91 e6 4d 73 31 7e dc 8e 0c 10 1e c5 9f 65 0c 25 ab 19 5a fe a5 27 8d 4a 7d 69 65 f3
D/wpa_supplicant( 1108): WPA:47  decrypted EAPOL-Key key data - h4d exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 3a 64 07 92 97 17 f8 3e 4c 09 0a af 4d 0c 65 00 47 4d
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 3a 64 07 97 17 f8 3e 4c57  09 0a af 4d 0c 65 47 4d
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro3a up Key - hexdump(len=16): [REMOVE64 D]
D/wpa_supplicant( 1108): wlan07 0: WPA: Installing GTK to the dri97 ver (keyidx=1 tx=0 len=16)
D/wpa17 _supplicant( 1108): WPA: RSC - hef8 xdump(len=6): 00 00 00 00 00 00
3e D/wpa_supplicant( 1108): bsd_set_4c key: alg=3 addr=0x76fb48ab key_id09 x=1 set_tx=0 seq_len=6 key_len=160a
D/wpa_supplicant( 1108): wlan0:af  WPA: Sending EAPOL-Key 2/2
D/wp4d a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_0c supplicant( 1108): WPA: Derived K65 ey MIC - hexdump(len=16): de bb 247 f f3 ec e7 46 ae 48 ee b3 10 2d 44d 7 dc 27
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 12 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 12 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 de bb 2f f3 ec e7 46 ae 48 ee b3
0128: 10 2d 47 dc 27 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 13 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 14 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3d
0096: 46 47 83 52 11 ae 00 c1 91 3a 4e 07 72 5b 76 00
0112: 20 bb f8 7b 2c 5c 09 28 78 87 11 eb c7 85 f9 f8
0128: 5e 5d 84 cc db aa b6 5d cc c1 4a b8 42 b4 68 6c
0144: 17
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 13 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 13
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 14
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00c4
D/wpa_supplicant( 1108):   key_mf5 ic - hexdump(len=16): 3d 46 47 835b  52 11 ae 00 c1 91 3a 4e 07 72 5b3e  76
D/wpa_supplicant( 1108): WPAa6 : RX EAPOL-Key - hexdump(len=131)f6 : 02 03 00 7f 02 13 82 00 10 00 0bb 0 00 00 00 00 00 13 ad 3f 8b 83 f8d a a9 f0 33 e8 bc 22 cc fe 62 77 .32 ..
D/wpa_supplicant( 1108): RSN:87  encrypted key data - hexdump(lenc2 =32): bb f8 7b 2c 5c 09 28 78 87 aa 11 eb c7 85 f9 f8 5e 5d 84 cc db 57 aa b6 5d cc c1 4a b8 42 b4 68 6c 6b 17
D/wpa_supplicant( 1108): WPA:a3  decrypted EAPOL-Key key data - h42 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RXc0  message 1 of Group Key Handshake0d  from 10:fe:ed:e1:51:18 (ver=2)
f7 D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 80 dd 16 00 0f ac 01 02 00 c4 f5 5b a9 3e a6 f6 bb 8d 32 87 c2 aa 57 6b 03 a3 42
D/wpa_supplicant( 1108): W00 PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 c4 f5 5b 3e a6 f6 bb 8d57  32 87 c2 aa 57 6b a3 42
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groc4 up Key - hexdump(len=16): [REMOVEf5 D]
D/wpa_supplicant( 1108): wlan5b 0: WPA: Installing GTK to the dri3e ver (keyidx=2 tx=0 len=16)
D/wpaa6 _supplicant( 1108): WPA: RSC - hef6 xdump(len=6): 00 00 00 00 00 00
bb D/wpa_supplicant( 1108): bsd_set_8d key: alg=3 addr=0x76fb48ab key_id32 x=2 set_tx=0 seq_len=6 key_len=1687
D/wpa_supplicant( 1108): wlan0:c2  WPA: Sending EAPOL-Key 2/2
D/wpaa a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_57 supplicant( 1108): WPA: Derived K6b ey MIC - hexdump(len=16): c2 15 1a3 c c4 3e 18 f6 26 f7 ee b0 cb ae 042 e cb 03
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 13 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: c0 0d f7 80 80 a9 03 00 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 13 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 c2 15 1c c4 3e 18 f6 26 f7 ee b0
0128: cb ae 0e cb 03 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 14 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 15 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 14
0096: f5 90 3f b3 ab 0c 17 c9 27 15 53 34 92 97 da 00
0112: 20 84 f7 83 87 e5 3e 86 b1 61 f2 00 fa 9b 81 05
0128: a1 d0 27 74 de 08 a8 b9 c5 74 e8 ad a0 ac d5 c4
0144: bc
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 14 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 14
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 15
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0049
D/wpa_supplicant( 1108):   key_m48 ic - hexdump(len=16): 14 f5 90 3f5c  b3 ab 0c 17 c9 27 15 53 34 92 9772  da
D/wpa_supplicant( 1108): WPA3f : RX EAPOL-Key - hexdump(len=131)cf : 02 03 00 7f 02 13 82 00 10 00 045 0 00 00 00 00 00 14 ad 3f 8b 83 fd7 a a9 f0 33 e8 bc 22 cc fe 62 77 .cc ..
D/wpa_supplicant( 1108): RSN:4a  encrypted key data - hexdump(lenf2 =32): 84 f7 83 87 e5 3e 86 b1 61 26 f2 00 fa 9b 81 05 a1 d0 27 74 de c9 08 a8 b9 c5 74 e8 ad a0 ac d5 c4 b3 bc
D/wpa_supplicant( 1108): WPA:9e  decrypted EAPOL-Key key data - h06 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX90  message 1 of Group Key Handshake59  from 10:fe:ed:e1:51:18 (ver=2)
09 D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 54 dd 16 00 0f ac 01 01 00 49 48 5c 5f 72 3f cf 45 d7 cc 4a f2 26 c9 b3 ea 9e 06
D/wpa_supplicant( 1108): W80 PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 49 48 5c 72 3f cf 45 d757  cc 4a f2 26 c9 b3 9e 06
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro49 up Key - hexdump(len=16): [REMOVE48 D]
D/wpa_supplicant( 1108): wlan5c 0: WPA: Installing GTK to the dri72 ver (keyidx=1 tx=0 len=16)
D/wpa3f _supplicant( 1108): WPA: RSC - hecf xdump(len=6): 00 00 00 00 00 00
45 D/wpa_supplicant( 1108): bsd_set_d7 key: alg=3 addr=0x76fb48ab key_idcc x=1 set_tx=0 seq_len=6 key_len=164a
D/wpa_supplicant( 1108): wlan0:f2  WPA: Sending EAPOL-Key 2/2
D/wp26 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_c9 supplicant( 1108): WPA: Derived Kb3 ey MIC - hexdump(len=16): 4f 9e c9e 2 0b 66 c9 bf 43 74 ad 11 c8 08 906 f 87 43
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 14 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 90 59 09 80 54 5f ea 80 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 14 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 4f 9e c2 0b 66 c9 bf 43 74 ad 11
0128: c8 08 9f 87 43 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 15 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 16 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 bf
0096: d6 0b 78 11 01 62 25 01 09 92 5d d8 82 4f 62 00
0112: 20 68 5e 64 d3 df 74 ab ac 22 3e 5f ef 6a 49 3f
0128: 70 00 ed 27 df 05 7c bb 12 41 b1 44 4a 35 43 58
0144: 6d
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 15 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 15
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 16
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0098
D/wpa_supplicant( 1108):   key_m68 ic - hexdump(len=16): bf d6 0b 78d3  11 01 62 25 01 09 92 5d d8 82 4fcb  62
D/wpa_supplicant( 1108): WPAb0 : RX EAPOL-Key - hexdump(len=131)ae : 02 03 00 7f 02 13 82 00 10 00 057 0 00 00 00 00 00 15 ad 3f 8b 83 fb9 a a9 f0 33 e8 bc 22 cc fe 62 77 .c7 ..
D/wpa_supplicant( 1108): RSN:bf  encrypted key data - hexdump(lenb9 =32): 68 5e 64 d3 df 74 ab ac 22 48 3e 5f ef 6a 49 3f 70 00 ed 27 df 52 05 7c bb 12 41 b1 44 4a 35 43 58 d4 6d
D/wpa_supplicant( 1108): WPA:67  decrypted EAPOL-Key key data - h35 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 02 00 98 68 d3 7c cb b0 ae 57 b9 c7 bf b9 48 52 d4 00 67 35
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 98 68 d3 cb b0 ae 57 b957  c7 bf b9 48 52 d4 67 35
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro98 up Key - hexdump(len=16): [REMOVE68 D]
D/wpa_supplicant( 1108): wland3 0: WPA: Installing GTK to the dricb ver (keyidx=2 tx=0 len=16)
D/wpab0 _supplicant( 1108): WPA: RSC - heae xdump(len=6): 00 00 00 00 00 00
57 D/wpa_supplicant( 1108): bsd_set_b9 key: alg=3 addr=0x76fb48ab key_idc7 x=2 set_tx=0 seq_len=6 key_len=16bf
D/wpa_supplicant( 1108): wlan0:b9  WPA: Sending EAPOL-Key 2/2
D/wp48 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_52 supplicant( 1108): WPA: Derived Kd4 ey MIC - hexdump(len=16): f3 8d 467 f 74 38 97 70 df 59 4b f6 3c 9e 935 e 23 f2
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 15 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 00 7c 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 15 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 f3 8d 4f 74 38 97 70 df 59 4b f6
0128: 3c 9e 9e 23 f2 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/dalvikvm(  422): GC_CONCURRENT freed 487K, 43% free 5538K/9556K, paused 7ms+9ms, total 88ms
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 16 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 17 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 da
0096: a0 80 df 22 e7 60 93 f9 fe a8 5d a4 7b ff 8b 00
0112: 20 e7 63 04 66 fd c6 14 3a f5 5e db cd b3 d7 1d
0128: d1 b1 08 a5 68 16 ee a2 12 06 dd 12 45 24 26 42
0144: 60
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 16 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 16
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 17
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 001a
D/wpa_supplicant( 1108):   key_m42 ic - hexdump(len=16): da a0 80 df2d  22 e7 60 93 f9 fe a8 5d a4 7b ff91  8b
D/wpa_supplicant( 1108): WPA31 : RX EAPOL-Key - hexdump(len=131)6f : 02 03 00 7f 02 13 82 00 10 00 0df 0 00 00 00 00 00 16 ad 3f 8b 83 f92 a a9 f0 33 e8 bc 22 cc fe 62 77 .b8 ..
D/wpa_supplicant( 1108): RSN:f6  encrypted key data - hexdump(len67 =32): e7 63 04 66 fd c6 14 3a f5 ad 5e db cd b3 d7 1d d1 b1 08 a5 68 78 16 ee a2 12 06 dd 12 45 24 26 42 51 60
D/wpa_supplicant( 1108): WPA:d7  decrypted EAPOL-Key key data - hce exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 1a 42 2d 92 91 31 6f df 92 b8 f6 67 ad 78 51 00 d7 ce
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 1a 42 2d 91 31 6f df 9257  b8 f6 67 ad 78 51 d7 ce
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro1a up Key - hexdump(len=16): [REMOVE42 D]
D/wpa_supplicant( 1108): wlan2d 0: WPA: Installing GTK to the dri91 ver (keyidx=1 tx=0 len=16)
D/wpa31 _supplicant( 1108): WPA: RSC - he6f xdump(len=6): 00 00 00 00 00 00
df D/wpa_supplicant( 1108): bsd_set_92 key: alg=3 addr=0x76fb48ab key_idb8 x=1 set_tx=0 seq_len=6 key_len=16f6
D/wpa_supplicant( 1108): wlan0:67  WPA: Sending EAPOL-Key 2/2
D/wpad a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_78 supplicant( 1108): WPA: Derived K51 ey MIC - hexdump(len=16): 12 f8 bd7 8 22 b1 a8 71 68 ab 18 7e 28 01 cce 9 93 d0
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 16 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 12 f8 b8 22 b1 a8 71 68 ab 18 7e
0128: 28 01 c9 93 d0 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 17 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 18 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60
0096: 32 5b 96 d9 86 c1 3c b9 0f 6d 9f f4 f1 e4 31 00
0112: 20 3c bd 6a ac 2d 14 2c 58 3f aa 16 4a d7 7f 23
0128: be 40 68 f0 2e 64 e1 b5 42 9c da 92 e1 b6 71 f0
0144: fa
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 17 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 17
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 18
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0051
D/wpa_supplicant( 1108):   key_m97 ic - hexdump(len=16): 60 32 5b 962b  d9 86 c1 3c b9 0f 6d 9f f4 f1 e499  31
D/wpa_supplicant( 1108): WPA6b : RX EAPOL-Key - hexdump(len=131)a7 : 02 03 00 7f 02 13 82 00 10 00 022 0 00 00 00 00 00 17 ad 3f 8b 83 ff3 a a9 f0 33 e8 bc 22 cc fe 62 77 .74 ..
D/wpa_supplicant( 1108): RSN:f0  encrypted key data - hexdump(lenbb =32): 3c bd 6a ac 2d 14 2c 58 3f d8 aa 16 4a d7 7f 23 be 40 68 f0 2e e7 64 e1 b5 42 9c da 92 e1 b6 71 f0 68 fa
D/wpa_supplicant( 1108): WPA:13  decrypted EAPOL-Key key data - hdd exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 51 97 2b 92 99 6b a7 22 f3 74 f0 bb d8 e7 68 00 13 dd
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 51 97 2b 99 6b a7 22 f357  74 f0 bb d8 e7 68 13 dd
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro51 up Key - hexdump(len=16): [REMOVE97 D]
D/wpa_supplicant( 1108): wlan2b 0: WPA: Installing GTK to the dri99 ver (keyidx=2 tx=0 len=16)
D/wpa6b _supplicant( 1108): WPA: RSC - hea7 xdump(len=6): 00 00 00 00 00 00
22 D/wpa_supplicant( 1108): bsd_set_f3 key: alg=3 addr=0x76fb48ab key_id74 x=2 set_tx=0 seq_len=6 key_len=16f0
D/wpa_supplicant( 1108): wlan0:bb  WPA: Sending EAPOL-Key 2/2
D/wpd8 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_e7 supplicant( 1108): WPA: Derived K68 ey MIC - hexdump(len=16): c1 67 713 2 47 3d 71 85 a6 32 09 40 8c bc 9dd d 82 d8
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 17 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 17 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 c1 67 72 47 3d 71 85 a6 32 09 40
0128: 8c bc 9d 82 d8 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 18 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 19 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c1
0096: 97 76 fd 51 4d 0b a3 d6 0b 35 ca 06 2e 3c 3a 00
0112: 20 1e f8 27 a7 bb 33 4a a3 06 51 27 4b a9 eb 47
0128: e0 6c 43 86 4c 32 1c a5 77 01 d3 b5 da 5f 39 2b
0144: 67
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 18 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 18
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 19
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0050
D/wpa_supplicant( 1108):   key_m51 ic - hexdump(len=16): c1 97 76 fd4a  51 4d 0b a3 d6 0b 35 ca 06 2e 3c8b  3a
D/wpa_supplicant( 1108): WPA88 : RX EAPOL-Key - hexdump(len=131)f9 : 02 03 00 7f 02 13 82 00 10 00 052 0 00 00 00 00 00 18 ad 3f 8b 83 fd0 a a9 f0 33 e8 bc 22 cc fe 62 77 .0d ..
D/wpa_supplicant( 1108): RSN:fe  encrypted key data - hexdump(lene2 =32): 1e f8 27 a7 bb 33 4a a3 06 da 51 27 4b a9 eb 47 e0 6c 43 86 4c ac 32 1c a5 77 01 d3 b5 da 5f 39 2b b0 67
D/wpa_supplicant( 1108): WPA:6e  decrypted EAPOL-Key key data - h98 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 50 51 4a 92 8b 88 f9 52 d0 0d fe e2 da ac b0 00 6e 98
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 50 51 4a 8b 88 f9 52 d057  0d fe e2 da ac b0 6e 98
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro50 up Key - hexdump(len=16): [REMOVE51 D]
D/wpa_supplicant( 1108): wlan4a 0: WPA: Installing GTK to the dri8b ver (keyidx=1 tx=0 len=16)
D/wpa88 _supplicant( 1108): WPA: RSC - hef9 xdump(len=6): 00 00 00 00 00 00
52 D/wpa_supplicant( 1108): bsd_set_d0 key: alg=3 addr=0x76fb48ab key_id0d x=1 set_tx=0 seq_len=6 key_len=16fe
D/wpa_supplicant( 1108): wlan0:e2  WPA: Sending EAPOL-Key 2/2
D/wpda a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_ac supplicant( 1108): WPA: Derived Kb0 ey MIC - hexdump(len=16): 1b 16 d6e f 14 1a 87 4d 36 a6 b3 e0 ef 8a 998 8 c0 4b
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 18 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 18 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 1b 16 df 14 1a 87 4d 36 a6 b3 e0
0128: ef 8a 98 c0 4b 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 19 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 1a 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e0
0096: da 1f 92 48 d3 c4 98 01 25 4a 2c 48 8e 80 5b 00
0112: 20 81 60 b4 ba 40 53 4e d0 5e 35 6d f9 60 46 60
0128: 98 4a 53 ca cf 24 b8 c6 39 7a cb 25 16 35 c4 19
0144: e4
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 19 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 19
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 1a
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00f8
D/wpa_supplicant( 1108):   key_me7 ic - hexdump(len=16): e0 da 1f 9281  48 d3 c4 98 01 25 4a 2c 48 8e 8036  5b
D/wpa_supplicant( 1108): WPAb3 : RX EAPOL-Key - hexdump(len=131)56 : 02 03 00 7f 02 13 82 00 10 00 025 0 00 00 00 00 00 19 ad 3f 8b 83 f2e a a9 f0 33 e8 bc 22 cc fe 62 77 .dc ..
D/wpa_supplicant( 1108): RSN:2d  encrypted key data - hexdump(lena2 =32): 81 60 b4 ba 40 53 4e d0 5e 81 35 6d f9 60 46 60 98 4a 53 ca cf 01 24 b8 c6 39 7a cb 25 16 35 c4 19 70 e4
D/wpa_supplicant( 1108): WPA:c9  decrypted EAPOL-Key key data - h26 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 f8 e7 81 92 36 b3 56 25 2e dc 2d a2 81 01 70 00 c9 26
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 f8 e7 81 36 b3 56 25 2e57  dc 2d a2 81 01 70 c9 26
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Grof8 up Key - hexdump(len=16): [REMOVEe7 D]
D/wpa_supplicant( 1108): wlan81 0: WPA: Installing GTK to the dri36 ver (keyidx=2 tx=0 len=16)
D/wpab3 _supplicant( 1108): WPA: RSC - he56 xdump(len=6): 00 00 00 00 00 00
25 D/wpa_supplicant( 1108): bsd_set_2e key: alg=3 addr=0x76fb48ab key_iddc x=2 set_tx=0 seq_len=6 key_len=162d
D/wpa_supplicant( 1108): wlan0:a2  WPA: Sending EAPOL-Key 2/2
D/wp81 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_01 supplicant( 1108): WPA: Derived K70 ey MIC - hexdump(len=16): b3 27 9c9 a d0 25 4d 88 6e 6a c5 6c 02 15 226 c 22 77
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 19 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 19 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 b3 27 9a d0 25 4d 88 6e 6a c5 6c
0128: 02 15 2c 22 77 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 1a ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 1b 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ec
0096: ac 44 a0 a8 ef d9 3b 4e 85 96 f7 a6 ee 15 f1 00
0112: 20 5b 12 a3 3f 8e 15 09 5e 17 a2 ff 6c ce 58 8c
0128: 56 36 d1 24 06 d8 8f d3 94 ff 6d 39 de 1d b4 85
0144: 94
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 1a ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 1a
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 1b
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 002a
D/wpa_supplicant( 1108):   key_m4d ic - hexdump(len=16): ec ac 44 a043  a8 ef d9 3b 4e 85 96 f7 a6 ee 15f6  f1
D/wpa_supplicant( 1108): WPAc0 : RX EAPOL-Key - hexdump(len=131)6a : 02 03 00 7f 02 13 82 00 10 00 015 0 00 00 00 00 00 1a ad 3f 8b 83 f4b a a9 f0 33 e8 bc 22 cc fe 62 77 .ec ..
D/wpa_supplicant( 1108): RSN:7c  encrypted key data - hexdump(len8d =32): 5b 12 a3 3f 8e 15 09 5e 17 27 a2 ff 6c ce 58 8c 56 36 d1 24 06 fe d8 8f d3 94 ff 6d 39 de 1d b4 85 d2 94
D/wpa_supplicant( 1108): WPA:96  decrypted EAPOL-Key key data - hab exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 2a 4d 43 92 f6 c0 6a 15 4b ec 7c 8d 27 fe d2 00 96 ab
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 2a 4d 43 f6 c0 6a 15 4b57  ec 7c 8d 27 fe d2 96 ab
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro2a up Key - hexdump(len=16): [REMOVE4d D]
D/wpa_supplicant( 1108): wlan43 0: WPA: Installing GTK to the drif6 ver (keyidx=1 tx=0 len=16)
D/wpac0 _supplicant( 1108): WPA: RSC - he6a xdump(len=6): 00 00 00 00 00 00
15 D/wpa_supplicant( 1108): bsd_set_4b key: alg=3 addr=0x76fb48ab key_idec x=1 set_tx=0 seq_len=6 key_len=167c
D/wpa_supplicant( 1108): wlan0:8d  WPA: Sending EAPOL-Key 2/2
D/wp27 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_fe supplicant( 1108): WPA: Derived Kd2 ey MIC - hexdump(len=16): 73 99 796 e 2b be 50 78 92 d4 45 2d ff 94 fab 9 af ed
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 1a 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 1a 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 73 99 7e 2b be 50 78 92 d4 45 2d
0128: ff 94 f9 af ed 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 1b ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 1c 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60
0096: bf 79 c4 1b 19 65 1a 2e 8b 87 f8 9d bb 43 92 00
0112: 20 31 be 00 ec 33 e0 2f ab 1d 7d 71 b1 15 86 2d
0128: b1 ac 4b ca 03 2c 27 af dd 3e 27 a0 55 dc d2 e3
0144: 37
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 1b ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 1b
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 1c
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 000a
D/wpa_supplicant( 1108):   key_m49 ic - hexdump(len=16): 60 bf 79 c4ef  1b 19 65 1a 2e 8b 87 f8 9d bb 4337  92
D/wpa_supplicant( 1108): WPA71 : RX EAPOL-Key - hexdump(len=131)09 : 02 03 00 7f 02 13 82 00 10 00 094 0 00 00 00 00 00 1b ad 3f 8b 83 f61 a a9 f0 33 e8 bc 22 cc fe 62 77 .30 ..
D/wpa_supplicant( 1108): RSN:1a  encrypted key data - hexdump(len73 =32): 31 be 00 ec 33 e0 2f ab 1d 74 7d 71 b1 15 86 2d b1 ac 4b ca 03 e3 2c 27 af dd 3e 27 a0 55 dc d2 e3 84 37
D/wpa_supplicant( 1108): WPA:18  decrypted EAPOL-Key key data - h72 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 0a 49 ef 92 37 71 09 94 61 30 1a 73 74 e3 84 00 18 72
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 0a 49 ef 37 71 09 94 6157  30 1a 73 74 e3 84 18 72
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro0a up Key - hexdump(len=16): [REMOVE49 D]
D/wpa_supplicant( 1108): wlanef 0: WPA: Installing GTK to the dri37 ver (keyidx=2 tx=0 len=16)
D/wpa71 _supplicant( 1108): WPA: RSC - he09 xdump(len=6): 00 00 00 00 00 00
94 D/wpa_supplicant( 1108): bsd_set_61 key: alg=3 addr=0x76fb48ab key_id30 x=2 set_tx=0 seq_len=6 key_len=161a
D/wpa_supplicant( 1108): wlan0:73  WPA: Sending EAPOL-Key 2/2
D/wp74 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_e3 supplicant( 1108): WPA: Derived K84 ey MIC - hexdump(len=16): d8 a6 b18 e 24 af 6c 72 21 ea af 70 01 42 172 b e2 c2
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 1b 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 1b 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 d8 a6 be 24 af 6c 72 21 ea af 70
0128: 01 42 1b e2 c2 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
W/BatteryStatsImpl(  422): Couldn't get kernel wake lock stats
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 1c ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 1d 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 33
0096: bf 28 d2 6d 64 b2 2b e3 11 3f 55 46 a2 7f 88 00
0112: 20 5e 7a 02 95 fa a9 5a 7a 98 85 bf 56 29 df 57
0128: eb 14 0c af 2f 7e f5 27 05 b3 7c f8 e6 12 c5 f2
0144: 72
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 1c ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 1c
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 1d
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 007c
D/wpa_supplicant( 1108):   key_m85 ic - hexdump(len=16): 33 bf 28 d2b1  6d 64 b2 2b e3 11 3f 55 46 a2 7f03  88
D/wpa_supplicant( 1108): WPA75 : RX EAPOL-Key - hexdump(len=131)f4 : 02 03 00 7f 02 13 82 00 10 00 0c9 0 00 00 00 00 00 1c ad 3f 8b 83 fe9 a a9 f0 33 e8 bc 22 cc fe 62 77 .3a ..
D/wpa_supplicant( 1108): RSN:09  encrypted key data - hexdump(lenf9 =32): 5e 7a 02 95 fa a9 5a 7a 98 1d 85 bf 56 29 df 57 eb 14 0c af 2f ab 7e f5 27 05 b3 7c f8 e6 12 c5 f2 7f 72
D/wpa_supplicant( 1108): WPA:8a  decrypted EAPOL-Key key data - h9d exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 7c 85 b1 92 03 75 f4 c9 e9 3a 09 f9 1d ab 7f 00 8a 9d
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 7c 85 b1 03 75 f4 c9 e957  3a 09 f9 1d ab 7f 8a 9d
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro7c up Key - hexdump(len=16): [REMOVE85 D]
D/wpa_supplicant( 1108): wlanb1 0: WPA: Installing GTK to the dri03 ver (keyidx=1 tx=0 len=16)
D/wpa75 _supplicant( 1108): WPA: RSC - hef4 xdump(len=6): 00 00 00 00 00 00
c9 D/wpa_supplicant( 1108): bsd_set_e9 key: alg=3 addr=0x76fb48ab key_id3a x=1 set_tx=0 seq_len=6 key_len=1609
D/wpa_supplicant( 1108): wlan0:f9  WPA: Sending EAPOL-Key 2/2
D/wp1d a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_ab supplicant( 1108): WPA: Derived K7f ey MIC - hexdump(len=16): 47 62 08a 7 e5 e1 d8 02 f0 c8 48 c7 42 4f d9d 5 2d 3e
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 1c 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 1c 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 47 62 07 e5 e1 d8 02 f0 c8 48 c7
0128: 42 4f d5 2d 3e 00 00
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Sampling interval elapsed, updating statistics ..
D/ConnectivityService(  422): Done.
I/ProcessStatsService(  422): Prepared write state in 14ms
D/ConnectivityService(  422): Setting timer for 720seconds
I/ProcessStatsService(  422): Prepared write state in 10ms
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 1d ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 1e 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 42
0096: 62 bb b4 59 40 bd 1d d0 10 28 8a 0b aa 50 bf 00
0112: 20 39 00 55 6c 13 e4 39 63 e0 e1 2b 2b f8 79 2f
0128: 49 ff ad 73 89 c1 7c 84 c8 de 18 90 e3 9d bd 5d
0144: bc
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 1d ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 1d
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 1e
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00c1
D/wpa_supplicant( 1108):   key_mc6 ic - hexdump(len=16): 42 62 bb b4bd  59 40 bd 1d d0 10 28 8a 0b aa 506b  bf
D/wpa_supplicant( 1108): WPA37 : RX EAPOL-Key - hexdump(len=131)41 : 02 03 00 7f 02 13 82 00 10 00 0c0 0 00 00 00 00 00 1d ad 3f 8b 83 f98 a a9 f0 33 e8 bc 22 cc fe 62 77 .63 ..
D/wpa_supplicant( 1108): RSN:12  encrypted key data - hexdump(len1f =32): 39 00 55 6c 13 e4 39 63 e0 86 e1 2b 2b f8 79 2f 49 ff ad 73 89 4d c1 7c 84 c8 de 18 90 e3 9d bd 5d 14 bc
D/wpa_supplicant( 1108): WPA:66  decrypted EAPOL-Key key data - h31 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshake00  from 10:fe:ed:e1:51:18 (ver=2)
e5 D/wpa_supplicant( 1108): RSN: msgbd  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 02 00 c1 c6 bd 98 6b 37 41 c0 98 63 12 1f 86 4d 14 47 66 31
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 c1 c6 bd 6b 37 41 c0 9857  63 12 1f 86 4d 14 66 31
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groc1 up Key - hexdump(len=16): [REMOVEc6 D]
D/wpa_supplicant( 1108): wlanbd 0: WPA: Installing GTK to the dri6b ver (keyidx=2 tx=0 len=16)
D/wpa37 _supplicant( 1108): WPA: RSC - he41 xdump(len=6): 00 00 00 00 00 00
c0 D/wpa_supplicant( 1108): bsd_set_98 key: alg=3 addr=0x76fb48ab key_id63 x=2 set_tx=0 seq_len=6 key_len=1612
D/wpa_supplicant( 1108): wlan0:1f  WPA: Sending EAPOL-Key 2/2
D/wp86 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_4d supplicant( 1108): WPA: Derived K14 ey MIC - hexdump(len=16): 6f f7 366 f 52 92 2d 6e cc 06 e5 57 0b 7e b31 5 f5 0d
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 1d 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 00 e5 bd 00 98 47 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 1d 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 6f f7 3f 52 92 2d 6e cc 06 e5 57
0128: 0b 7e b5 f5 0d 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/ActivityManager(  422): Killing 759:com.android.music/u0a32 (adj 15): empty for 1811s
I/ActivityManager(  422): Killing 673:com.android.provision/u0a38 (adj 15): empty for 1813s
I/ActivityManager(  422): Killing 660:com.android.printspooler/u0a37 (adj 15): empty for 1815s
W/MediaFocusControl(  422):   RemoteControlClient died
V/KeyguardHostView(  477): hide transport, gen:3
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 1e ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 1f 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a4
0096: a9 b4 a7 f4 9b 35 00 4e db 61 73 03 9f 93 6e 00
0112: 20 90 05 5e 01 4b 32 96 cf b5 e8 73 07 13 f8 eb
0128: 01 00 b9 67 ec c0 e4 01 1e df 1b 82 64 a0 19 d7
0144: e4
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 1e ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 1e
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 1f
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 001f
D/wpa_supplicant( 1108):   key_m7d ic - hexdump(len=16): a4 a9 b4 a72c  f4 9b 35 00 4e db 61 73 03 9f 9361  6e
D/wpa_supplicant( 1108): WPA6a : RX EAPOL-Key - hexdump(len=131)91 : 02 03 00 7f 02 13 82 00 10 00 0a2 0 00 00 00 00 00 1e ad 3f 8b 83 f68 a a9 f0 33 e8 bc 22 cc fe 62 77 .d8 ..
D/wpa_supplicant( 1108): RSN:85  encrypted key data - hexdump(len36 =32): 90 05 5e 01 4b 32 96 cf b5 69 e8 73 07 13 f8 eb 01 00 b9 67 ec 67 c0 e4 01 1e df 1b 82 64 a0 19 d7 22 e4
D/wpa_supplicant( 1108): WPA:ed  decrypted EAPOL-Key key data - h13 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 1f 7d 2c 92 61 6a 91 a2 68 d8 85 36 69 67 22 00 ed 13
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 1f 7d 2c 61 6a 91 a2 6857  d8 85 36 69 67 22 ed 13
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro1f up Key - hexdump(len=16): [REMOVE7d D]
D/wpa_supplicant( 1108): wlan2c 0: WPA: Installing GTK to the dri61 ver (keyidx=1 tx=0 len=16)
D/wpa6a _supplicant( 1108): WPA: RSC - he91 xdump(len=6): 00 00 00 00 00 00
a2 D/wpa_supplicant( 1108): bsd_set_68 key: alg=3 addr=0x76fb48ab key_idd8 x=1 set_tx=0 seq_len=6 key_len=1685
D/wpa_supplicant( 1108): wlan0:36  WPA: Sending EAPOL-Key 2/2
D/wp69 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_67 supplicant( 1108): WPA: Derived K22 ey MIC - hexdump(len=16): 2a b2 6ed 8 35 d4 b3 e9 9e cd 9b 59 6f b2 013 0 72 86
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 1e 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 1e 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 2a b2 68 35 d4 b3 e9 9e cd 9b 59
0128: 6f b2 00 72 86 00 00
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 1f ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 20 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6f
0096: d2 79 e0 62 1c 16 68 1e 9b 70 02 7d fd c0 53 00
0112: 20 8c d6 04 e4 d4 5a b1 64 20 dc 13 55 2b 64 b5
0128: ab 11 c1 80 a7 13 c1 79 30 c3 cd fa 37 57 ab ca
0144: bb
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 1f ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 1f
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 20
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0015
D/wpa_supplicant( 1108):   key_m8b ic - hexdump(len=16): 6f d2 79 e067  62 1c 16 68 1e 9b 70 02 7d fd c0b6  53
D/wpa_supplicant( 1108): WPA97 : RX EAPOL-Key - hexdump(len=131)ef : 02 03 00 7f 02 13 82 00 10 00 065 0 00 00 00 00 00 1f ad 3f 8b 83 fcb a a9 f0 33 e8 bc 22 cc fe 62 77 .6d ..
D/wpa_supplicant( 1108): RSN:df  encrypted key data - hexdump(lenab =32): 8c d6 04 e4 d4 5a b1 64 20 39 dc 13 55 2b 64 b5 ab 11 c1 80 a7 fd 13 c1 79 30 c3 cd fa 37 57 ab ca 5c bb
D/wpa_supplicant( 1108): WPA:67  decrypted EAPOL-Key key data - h7d exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 15 8b 67 92 b6 97 ef 65 cb 6d df ab 39 fd 5c 00 67 7d
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 15 8b 67 b6 97 ef 65 cb57  6d df ab 39 fd 5c 67 7d
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro15 up Key - hexdump(len=16): [REMOVE8b D]
D/wpa_supplicant( 1108): wlan67 0: WPA: Installing GTK to the drib6 ver (keyidx=2 tx=0 len=16)
D/wpa97 _supplicant( 1108): WPA: RSC - heef xdump(len=6): 00 00 00 00 00 00
65 D/wpa_supplicant( 1108): bsd_set_cb key: alg=3 addr=0x76fb48ab key_id6d x=2 set_tx=0 seq_len=6 key_len=16df
D/wpa_supplicant( 1108): wlan0:ab  WPA: Sending EAPOL-Key 2/2
D/wp39 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_fd supplicant( 1108): WPA: Derived K5c ey MIC - hexdump(len=16): 10 a8 f67 4 4d 8a 47 36 69 87 dd 86 b3 cd e7d 1 44 3f
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 1f 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 1f 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 10 a8 f4 4d 8a 47 36 69 87 dd 86
0128: b3 cd e1 44 3f 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/dalvikvm(  620): GC_CONCURRENT freed 330K, 12% free 3098K/3492K, paused 5ms+5ms, total 52ms
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 20 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 21 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 48
0096: 4b f8 bc d1 58 bd 67 78 4c ce 50 26 56 9f 1a 00
0112: 20 3b 1c 04 7e fe 2d be ac e4 aa 42 18 7a a3 af
0128: 1b 6e 46 b4 36 e0 2c 37 c3 9e e9 41 ad 7e 70 8f
0144: 09
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 20 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 20
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 21
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0054
D/wpa_supplicant( 1108):   key_md0 ic - hexdump(len=16): 48 4b f8 bca8  d1 58 bd 67 78 4c ce 50 26 56 9f02  1a
D/wpa_supplicant( 1108): WPA77 : RX EAPOL-Key - hexdump(len=131)d3 : 02 03 00 7f 02 13 82 00 10 00 053 0 00 00 00 00 00 20 ad 3f 8b 83 f63 a a9 f0 33 e8 bc 22 cc fe 62 77 .86 ..
D/wpa_supplicant( 1108): RSN:f4  encrypted key data - hexdump(lencf =32): 3b 1c 04 7e fe 2d be ac e4 09 aa 42 18 7a a3 af 1b 6e 46 b4 36 d2 e0 2c 37 c3 9e e9 41 ad 7e 70 8f b3 09
D/wpa_supplicant( 1108): WPA:c4  decrypted EAPOL-Key key data - hee exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 01 00 54 d0 a8 7c 02 77 d3 53 63 86 f4 cf 09 d2 b3 00 c4 ee
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 54 d0 a8 02 77 d3 53 6357  86 f4 cf 09 d2 b3 c4 ee
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro54 up Key - hexdump(len=16): [REMOVEd0 D]
D/wpa_supplicant( 1108): wlana8 0: WPA: Installing GTK to the dri02 ver (keyidx=1 tx=0 len=16)
D/wpa77 _supplicant( 1108): WPA: RSC - hed3 xdump(len=6): 00 00 00 00 00 00
53 D/wpa_supplicant( 1108): bsd_set_63 key: alg=3 addr=0x76fb48ab key_id86 x=1 set_tx=0 seq_len=6 key_len=16f4
D/wpa_supplicant( 1108): wlan0:cf  WPA: Sending EAPOL-Key 2/2
D/wp09 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_d2 supplicant( 1108): WPA: Derived Kb3 ey MIC - hexdump(len=16): 5c 1a 6c4 0 ab af 1e 91 d4 a8 ee 47 65 d9 aee a c7 c9
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 20 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 00 7c 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 5c 1a 60 ab af 1e 91 d4 a8 ee 47
0128: 65 d9 aa c7 c9 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 21 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 22 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 8d
0096: 34 11 24 1d 4a df b9 27 71 69 35 db 66 7b cf 00
0112: 20 34 57 2e 2d f0 af d3 56 a8 c1 bc 5c a3 97 0f
0128: 7b ff 5e 84 35 ed 8f 57 30 97 da bb 5d 88 d7 e5
0144: 55
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 21 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 21
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 22
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 001f
D/wpa_supplicant( 1108):   key_m58 ic - hexdump(len=16): 8d 34 11 24c5  1d 4a df b9 27 71 69 35 db 66 7be3  cf
D/wpa_supplicant( 1108): WPAaf : RX EAPOL-Key - hexdump(len=131)15 : 02 03 00 7f 02 13 82 00 10 00 04c 0 00 00 00 00 00 21 ad 3f 8b 83 fb8 a a9 f0 33 e8 bc 22 cc fe 62 77 .ea ..
D/wpa_supplicant( 1108): RSN:0f  encrypted key data - hexdump(lenc0 =32): 34 57 2e 2d f0 af d3 56 a8 4b c1 bc 5c a3 97 0f 7b ff 5e 84 35 07 ed 8f 57 30 97 da bb 5d 88 d7 e5 49 55
D/wpa_supplicant( 1108): WPA:38  decrypted EAPOL-Key key data - h00 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 02 00 1f 58 c5 7c e3 af 15 4c b8 ea 0f c0 4b 07 49 00 38 00
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 1f 58 c5 e3 af 15 4c b857  ea 0f c0 4b 07 49 38 00
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro1f up Key - hexdump(len=16): [REMOVE58 D]
D/wpa_supplicant( 1108): wlanc5 0: WPA: Installing GTK to the drie3 ver (keyidx=2 tx=0 len=16)
D/wpaaf _supplicant( 1108): WPA: RSC - he15 xdump(len=6): 00 00 00 00 00 00
4c D/wpa_supplicant( 1108): bsd_set_b8 key: alg=3 addr=0x76fb48ab key_idea x=2 set_tx=0 seq_len=6 key_len=160f
D/wpa_supplicant( 1108): wlan0:c0  WPA: Sending EAPOL-Key 2/2
D/wp4b a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_07 supplicant( 1108): WPA: Derived K49 ey MIC - hexdump(len=16): e6 d1 c38 b 0a 7c 6d 89 96 bf cb f5 32 7a 100 a 8e dc
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 21 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 00 7c 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 21 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 e6 d1 cb 0a 7c 6d 89 96 bf cb f5
0128: 32 7a 1a 8e dc 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 22 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 23 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 eb
0096: c4 22 ee 18 31 dd 57 f5 ad 9c e1 06 68 52 93 00
0112: 20 ce c2 cb bd 73 6e b6 0c e1 23 9b d0 9f ba 99
0128: 99 3a 40 46 01 20 51 bc 6c 5e 87 90 3b b0 00 05
0144: 0b
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 22 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 22
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 23
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00b1
D/wpa_supplicant( 1108):   key_m43 ic - hexdump(len=16): eb c4 22 ee25  18 31 dd 57 f5 ad 9c e1 06 68 52eb  93
D/wpa_supplicant( 1108): WPA59 : RX EAPOL-Key - hexdump(len=131)ac : 02 03 00 7f 02 13 82 00 10 00 013 0 00 00 00 00 00 22 ad 3f 8b 83 f91 a a9 f0 33 e8 bc 22 cc fe 62 77 .5a ..
D/wpa_supplicant( 1108): RSN:10  encrypted key data - hexdump(len14 =32): ce c2 cb bd 73 6e b6 0c e1 05 23 9b d0 9f ba 99 99 3a 40 46 01 2e 20 51 bc 6c 5e 87 90 3b b0 00 05 ec 0b
D/wpa_supplicant( 1108): WPA:26  decrypted EAPOL-Key key data - h2d exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 b1 43 25 92 eb 59 ac 13 91 5a 10 14 05 2e ec 00 26 2d
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 b1 43 25 eb 59 ac 13 9157  5a 10 14 05 2e ec 26 2d
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Grob1 up Key - hexdump(len=16): [REMOVE43 D]
D/wpa_supplicant( 1108): wlan25 0: WPA: Installing GTK to the drieb ver (keyidx=1 tx=0 len=16)
D/wpa59 _supplicant( 1108): WPA: RSC - heac xdump(len=6): 00 00 00 00 00 00
13 D/wpa_supplicant( 1108): bsd_set_91 key: alg=3 addr=0x76fb48ab key_id5a x=1 set_tx=0 seq_len=6 key_len=1610
D/wpa_supplicant( 1108): wlan0:14  WPA: Sending EAPOL-Key 2/2
D/wp05 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_2e supplicant( 1108): WPA: Derived Kec ey MIC - hexdump(len=16): 04 90 126 2 50 d8 3b e8 ea 09 34 64 68 11 22d 4 bf 45
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 22 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 22 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 04 90 12 50 d8 3b e8 ea 09 34 64
0128: 68 11 24 bf 45 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 23 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 24 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02
0096: 04 8e 68 ba cd e9 bc c4 fb 9b 5b b8 15 e3 a4 00
0112: 20 af ba 66 ee 23 04 94 7d c8 0d 90 af c5 32 6d
0128: 25 d2 92 5b 67 b6 be 92 38 cf 16 79 19 51 72 05
0144: d8
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 23 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 23
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 24
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 004a
D/wpa_supplicant( 1108):   key_m5d ic - hexdump(len=16): 02 04 8e 689c  ba cd e9 bc c4 fb 9b 5b b8 15 e345  a4
D/wpa_supplicant( 1108): WPA0e : RX EAPOL-Key - hexdump(len=131)26 : 02 03 00 7f 02 13 82 00 10 00 029 0 00 00 00 00 00 23 ad 3f 8b 83 f0d a a9 f0 33 e8 bc 22 cc fe 62 77 .3e ..
D/wpa_supplicant( 1108): RSN:93  encrypted key data - hexdump(len3a =32): af ba 66 ee 23 04 94 7d c8 76 0d 90 af c5 32 6d 25 d2 92 5b 67 c0 b6 be 92 38 cf 16 79 19 51 72 05 61 d8
D/wpa_supplicant( 1108): WPA:22  decrypted EAPOL-Key key data - h3a exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 02 00 4a 5d 9c 7c 45 0e 26 29 0d 3e 93 3a 76 c0 61 00 22 3a
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 4a 5d 9c 45 0e 26 29 0d57  3e 93 3a 76 c0 61 22 3a
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro4a up Key - hexdump(len=16): [REMOVE5d D]
D/wpa_supplicant( 1108): wlan9c 0: WPA: Installing GTK to the dri45 ver (keyidx=2 tx=0 len=16)
D/wpa0e _supplicant( 1108): WPA: RSC - he26 xdump(len=6): 00 00 00 00 00 00
29 D/wpa_supplicant( 1108): bsd_set_0d key: alg=3 addr=0x76fb48ab key_id3e x=2 set_tx=0 seq_len=6 key_len=1693
D/wpa_supplicant( 1108): wlan0:3a  WPA: Sending EAPOL-Key 2/2
D/wp76 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_c0 supplicant( 1108): WPA: Derived K61 ey MIC - hexdump(len=16): f2 86 922 1 f7 ec 29 55 9b 23 f5 b2 db d6 83a d 82 18
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 23 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 00 7c 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 23 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 f2 86 91 f7 ec 29 55 9b 23 f5 b2
0128: db d6 8d 82 18 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 24 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 25 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a8
0096: 75 ca a7 63 7b ac 86 74 15 89 3f eb 60 ed 72 00
0112: 20 0c de cf 61 1e e9 9b e0 15 a2 f9 52 8c 89 66
0128: d7 71 07 3b 52 ff 13 cc 45 45 60 47 2c 3b 73 24
0144: 39
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 24 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 24
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 25
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00c2
D/wpa_supplicant( 1108):   key_m8a ic - hexdump(len=16): a8 75 ca a7d2  63 7b ac 86 74 15 89 3f eb 60 ed9e  72
D/wpa_supplicant( 1108): WPAe8 : RX EAPOL-Key - hexdump(len=131)ba : 02 03 00 7f 02 13 82 00 10 00 0c7 0 00 00 00 00 00 24 ad 3f 8b 83 f5f a a9 f0 33 e8 bc 22 cc fe 62 77 .b2 ..
D/wpa_supplicant( 1108): RSN:db  encrypted key data - hexdump(len4a =32): 0c de cf 61 1e e9 9b e0 15 58 a2 f9 52 8c 89 66 d7 71 07 3b 52 21 ff 13 cc 45 45 60 47 2c 3b 73 24 fa 39
D/wpa_supplicant( 1108): WPA:06  decrypted EAPOL-Key key data - h50 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 c2 8a d2 92 9e e8 ba c7 5f b2 db 4a 58 21 fa 00 06 50
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 c2 8a d2 9e e8 ba c7 5f57  b2 db 4a 58 21 fa 06 50
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groc2 up Key - hexdump(len=16): [REMOVE8a D]
D/wpa_supplicant( 1108): wland2 0: WPA: Installing GTK to the dri9e ver (keyidx=1 tx=0 len=16)
D/wpae8 _supplicant( 1108): WPA: RSC - heba xdump(len=6): 00 00 00 00 00 00
c7 D/wpa_supplicant( 1108): bsd_set_5f key: alg=3 addr=0x76fb48ab key_idb2 x=1 set_tx=0 seq_len=6 key_len=16db
D/wpa_supplicant( 1108): wlan0:4a  WPA: Sending EAPOL-Key 2/2
D/wp58 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_21 supplicant( 1108): WPA: Derived Kfa ey MIC - hexdump(len=16): e3 0d 406 c 8b fc 3e aa 00 62 65 ed b1 ed 050 e 96 c0
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 24 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 e3 0d 4c 8b fc 3e aa 00 62 65 ed
0128: b1 ed 0e 96 c0 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 25 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 26 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 21
0096: a6 a6 29 8c e5 c1 09 f3 e2 28 7b 6b 21 a5 82 00
0112: 20 ec 87 47 52 58 fc b8 34 39 85 4d bd 67 82 7f
0128: d5 46 b4 2b bd 0f 42 67 06 8e 9f f7 ca 38 ef 65
0144: 73
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 25 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 25
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 26
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 006a
D/wpa_supplicant( 1108):   key_m85 ic - hexdump(len=16): 21 a6 a6 298f  8c e5 c1 09 f3 e2 28 7b 6b 21 a550  82
D/wpa_supplicant( 1108): WPA30 : RX EAPOL-Key - hexdump(len=131)0c : 02 03 00 7f 02 13 82 00 10 00 0a5 0 00 00 00 00 00 25 ad 3f 8b 83 fb2 a a9 f0 33 e8 bc 22 cc fe 62 77 .9b ..
D/wpa_supplicant( 1108): RSN:00  encrypted key data - hexdump(len54 =32): ec 87 47 52 58 fc b8 34 39 4a 85 4d bd 67 82 7f d5 46 b4 2b bd 7e 0f 42 67 06 8e 9f f7 ca 38 ef 65 34 73
D/wpa_supplicant( 1108): WPA:1c  decrypted EAPOL-Key key data - h81 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 6a 85 8f 92 50 30 0c a5 b2 9b 00 54 4a 7e 34 00 1c 81
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 6a 85 8f 50 30 0c a5 b257  9b 00 54 4a 7e 34 1c 81
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro6a up Key - hexdump(len=16): [REMOVE85 D]
D/wpa_supplicant( 1108): wlan8f 0: WPA: Installing GTK to the dri50 ver (keyidx=2 tx=0 len=16)
D/wpa30 _supplicant( 1108): WPA: RSC - he0c xdump(len=6): 00 00 00 00 00 00
a5 D/wpa_supplicant( 1108): bsd_set_b2 key: alg=3 addr=0x76fb48ab key_id9b x=2 set_tx=0 seq_len=6 key_len=1600
D/wpa_supplicant( 1108): wlan0:54  WPA: Sending EAPOL-Key 2/2
D/wp4a a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_7e supplicant( 1108): WPA: Derived K34 ey MIC - hexdump(len=16): f5 0a 81c 5 b7 e7 f7 16 1b 83 ce 71 76 f1 181 9 e4 ea
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 25 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 25 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 f5 0a 85 b7 e7 f7 16 1b 83 ce 71
0128: 76 f1 19 e4 ea 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 26 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 27 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6f
0096: 76 92 30 5e 14 85 fc bb 6d 35 00 ec 2e 18 11 00
0112: 20 8a 7f df a8 95 5d c8 15 26 44 2c 9a ed 56 03
0128: 65 5f 41 5f ab 6f f6 28 23 d1 ef 07 c2 9e b2 eb
0144: f8
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 26 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 26
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 27
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 001c
D/wpa_supplicant( 1108):   key_ma6 ic - hexdump(len=16): 6f 76 92 30f0  5e 14 85 fc bb 6d 35 00 ec 2e 18dd  11
D/wpa_supplicant( 1108): WPA6b : RX EAPOL-Key - hexdump(len=131)38 : 02 03 00 7f 02 13 82 00 10 00 02c 0 00 00 00 00 00 26 ad 3f 8b 83 fce a a9 f0 33 e8 bc 22 cc fe 62 77 .a6 ..
D/wpa_supplicant( 1108): RSN:6c  encrypted key data - hexdump(lenec =32): 8a 7f df a8 95 5d c8 15 26 63 44 2c 9a ed 56 03 65 5f 41 5f ab 8a 6f f6 28 23 d1 ef 07 c2 9e b2 eb 79 f8
D/wpa_supplicant( 1108): WPA:cd  decrypted EAPOL-Key key data - h13 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 1c a6 f0 92 dd 6b 38 2c ce a6 6c ec 63 8a 79 00 cd 13
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 1c a6 f0 dd 6b 38 2c ce57  a6 6c ec 63 8a 79 cd 13
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro1c up Key - hexdump(len=16): [REMOVEa6 D]
D/wpa_supplicant( 1108): wlanf0 0: WPA: Installing GTK to the dridd ver (keyidx=1 tx=0 len=16)
D/wpa6b _supplicant( 1108): WPA: RSC - he38 xdump(len=6): 00 00 00 00 00 00
2c D/wpa_supplicant( 1108): bsd_set_ce key: alg=3 addr=0x76fb48ab key_ida6 x=1 set_tx=0 seq_len=6 key_len=166c
D/wpa_supplicant( 1108): wlan0:ec  WPA: Sending EAPOL-Key 2/2
D/wp63 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_8a supplicant( 1108): WPA: Derived K79 ey MIC - hexdump(len=16): 33 45 6cd d df a9 50 9a 9e 1c e5 17 1a dc 213 4 d3 26
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 26 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 26 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 33 45 6d df a9 50 9a 9e 1c e5 17
0128: 1a dc 24 d3 26 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 27 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 28 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b1
0096: 8d 36 77 45 75 52 eb 46 6a ce 53 fc b5 45 0d 00
0112: 20 a3 76 58 8a 06 60 8c d5 c0 bd 2f df 85 cb 07
0128: d2 79 f3 32 0f 64 f3 9f 21 36 da c7 7d 63 6c eb
0144: f8
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 27 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 27
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 28
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0027
D/wpa_supplicant( 1108):   key_m16 ic - hexdump(len=16): b1 8d 36 7732  45 75 52 eb 46 6a ce 53 fc b5 454f  0d
D/wpa_supplicant( 1108): WPAc0 : RX EAPOL-Key - hexdump(len=131)36 : 02 03 00 7f 02 13 82 00 10 00 097 0 00 00 00 00 00 27 ad 3f 8b 83 fe3 a a9 f0 33 e8 bc 22 cc fe 62 77 .5d ..
D/wpa_supplicant( 1108): RSN:b3  encrypted key data - hexdump(lenb4 =32): a3 76 58 8a 06 60 8c d5 c0 10 bd 2f df 85 cb 07 d2 79 f3 32 0f 9f 64 f3 9f 21 36 da c7 7d 63 6c eb ab f8
D/wpa_supplicant( 1108): WPA:f5  decrypted EAPOL-Key key data - h4d exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 27 16 32 92 4f c0 36 97 e3 5d b3 b4 10 9f ab 00 f5 4d
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 27 16 32 4f c0 36 97 e357  5d b3 b4 10 9f ab f5 4d
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro27 up Key - hexdump(len=16): [REMOVE16 D]
D/wpa_supplicant( 1108): wlan32 0: WPA: Installing GTK to the dri4f ver (keyidx=2 tx=0 len=16)
D/wpac0 _supplicant( 1108): WPA: RSC - he36 xdump(len=6): 00 00 00 00 00 00
97 D/wpa_supplicant( 1108): bsd_set_e3 key: alg=3 addr=0x76fb48ab key_id5d x=2 set_tx=0 seq_len=6 key_len=16b3
D/wpa_supplicant( 1108): wlan0:b4  WPA: Sending EAPOL-Key 2/2
D/wp10 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_9f supplicant( 1108): WPA: Derived Kab ey MIC - hexdump(len=16): 2d 36 cf5 8 9b 6b a3 5e dd cd da 90 84 d7 24d 4 0a ad
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 27 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 27 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 2d 36 c8 9b 6b a3 5e dd cd da 90
0128: 84 d7 24 0a ad 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 28 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 29 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 cd
0096: 8b f1 7f f4 27 c3 c7 45 be 30 01 1a 07 7d 9c 00
0112: 20 52 72 22 34 d8 99 5a 95 23 1f 79 ee f0 e2 60
0128: 7c 14 8f fa 07 30 c1 a1 03 9d f2 a0 5f 45 77 f1
0144: 98
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 28 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 28
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 29
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0008
D/wpa_supplicant( 1108):   key_mb5 ic - hexdump(len=16): cd 8b f1 7fa3  f4 27 c3 c7 45 be 30 01 1a 07 7dfd  9c
D/wpa_supplicant( 1108): WPA6d : RX EAPOL-Key - hexdump(len=131)d7 : 02 03 00 7f 02 13 82 00 10 00 029 0 00 00 00 00 00 28 ad 3f 8b 83 f02 a a9 f0 33 e8 bc 22 cc fe 62 77 .20 ..
D/wpa_supplicant( 1108): RSN:ee  encrypted key data - hexdump(lenef =32): 52 72 22 34 d8 99 5a 95 23 ad 1f 79 ee f0 e2 60 7c 14 8f fa 07 d7 30 c1 a1 03 9d f2 a0 5f 45 77 f1 26 98
D/wpa_supplicant( 1108): WPA:cd  decrypted EAPOL-Key key data - h4f exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 08 b5 a3 92 fd 6d d7 29 02 20 ee ef ad d7 26 00 cd 4f
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 08 b5 a3 fd 6d d7 29 0257  20 ee ef ad d7 26 cd 4f
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro08 up Key - hexdump(len=16): [REMOVEb5 D]
D/wpa_supplicant( 1108): wlana3 0: WPA: Installing GTK to the drifd ver (keyidx=1 tx=0 len=16)
D/wpa6d _supplicant( 1108): WPA: RSC - hed7 xdump(len=6): 00 00 00 00 00 00
29 D/wpa_supplicant( 1108): bsd_set_02 key: alg=3 addr=0x76fb48ab key_id20 x=1 set_tx=0 seq_len=6 key_len=16ee
D/wpa_supplicant( 1108): wlan0:ef  WPA: Sending EAPOL-Key 2/2
D/wpad a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_d7 supplicant( 1108): WPA: Derived K26 ey MIC - hexdump(len=16): bf ba bcd e da f0 fc b6 b1 85 9f 76 93 7a 44f 5 0e 8b
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 28 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 bf ba be da f0 fc b6 b1 85 9f 76
0128: 93 7a 45 0e 8b 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 29 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 2a 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 27
0096: a7 1b 71 f9 cc d9 e2 31 be 98 67 20 74 fd 27 00
0112: 20 54 20 37 af 1c 37 32 07 65 08 f5 6d d0 74 a0
0128: f5 6d a3 00 10 b3 16 85 4a 45 db 05 fe b8 9a 50
0144: ed
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 29 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 29
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 2a
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 006b
D/wpa_supplicant( 1108):   key_ma3 ic - hexdump(len=16): 27 a7 1b 71c8  f9 cc d9 e2 31 be 98 67 20 74 fd7c  27
D/wpa_supplicant( 1108): WPA70 : RX EAPOL-Key - hexdump(len=131)71 : 02 03 00 7f 02 13 82 00 10 00 018 0 00 00 00 00 00 29 ad 3f 8b 83 f83 a a9 f0 33 e8 bc 22 cc fe 62 77 .d5 ..
D/wpa_supplicant( 1108): RSN:17  encrypted key data - hexdump(lenfa =32): 54 20 37 af 1c 37 32 07 65 50 08 f5 6d d0 74 a0 f5 6d a3 00 10 99 b3 16 85 4a 45 db 05 fe b8 9a 50 e8 ed
D/wpa_supplicant( 1108): WPA:e0  decrypted EAPOL-Key key data - h01 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 6b a3 c8 92 7c 70 71 18 83 d5 17 fa 50 99 e8 00 e0 01
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 6b a3 c8 7c 70 71 18 8357  d5 17 fa 50 99 e8 e0 01
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro6b up Key - hexdump(len=16): [REMOVEa3 D]
D/wpa_supplicant( 1108): wlanc8 0: WPA: Installing GTK to the dri7c ver (keyidx=2 tx=0 len=16)
D/wpa70 _supplicant( 1108): WPA: RSC - he71 xdump(len=6): 00 00 00 00 00 00
18 D/wpa_supplicant( 1108): bsd_set_83 key: alg=3 addr=0x76fb48ab key_idd5 x=2 set_tx=0 seq_len=6 key_len=1617
D/wpa_supplicant( 1108): wlan0:fa  WPA: Sending EAPOL-Key 2/2
D/wp50 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_99 supplicant( 1108): WPA: Derived Ke8 ey MIC - hexdump(len=16): e7 a1 9e0 5 5d 22 b1 14 6e 1f 1b 89 74 8e 101 4 ac e5
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 29 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 29 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 e7 a1 95 5d 22 b1 14 6e 1f 1b 89
0128: 74 8e 14 ac e5 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Sampling interval elapsed, updating statistics ..
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Done.
D/ConnectivityService(  422): Setting timer for 720seconds
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 2a ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 2b 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b3
0096: 9c d1 b0 14 1a 6b 16 cc f6 e1 86 13 8d e4 25 00
0112: 20 fd f5 33 f9 a2 8b df eb d0 18 56 06 10 6b 99
0128: 50 43 a5 26 5d 80 48 92 aa cf 9e 3e 13 c3 02 5c
0144: 1f
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 2a ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 2a
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 2b
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0036
D/wpa_supplicant( 1108):   key_m49 ic - hexdump(len=16): b3 9c d1 b016  14 1a 6b 16 cc f6 e1 86 13 8d e4cd  25
D/wpa_supplicant( 1108): WPAad : RX EAPOL-Key - hexdump(len=131)03 : 02 03 00 7f 02 13 82 00 10 00 0e3 0 00 00 00 00 00 2a ad 3f 8b 83 f83 a a9 f0 33 e8 bc 22 cc fe 62 77 .79 ..
D/wpa_supplicant( 1108): RSN:9f  encrypted key data - hexdump(lene1 =32): fd f5 33 f9 a2 8b df eb d0 78 18 56 06 10 6b 99 50 43 a5 26 5d 4c 80 48 92 aa cf 9e 3e 13 c3 02 5c 48 1f
D/wpa_supplicant( 1108): WPA:d9  decrypted EAPOL-Key key data - hc4 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 36 49 16 92 cd ad 03 e3 83 79 9f e1 78 4c 48 00 d9 c4
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 36 49 16 cd ad 03 e3 8357  79 9f e1 78 4c 48 d9 c4
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro36 up Key - hexdump(len=16): [REMOVE49 D]
D/wpa_supplicant( 1108): wlan16 0: WPA: Installing GTK to the dricd ver (keyidx=1 tx=0 len=16)
D/wpaad _supplicant( 1108): WPA: RSC - he03 xdump(len=6): 00 00 00 00 00 00
e3 D/wpa_supplicant( 1108): bsd_set_83 key: alg=3 addr=0x76fb48ab key_id79 x=1 set_tx=0 seq_len=6 key_len=169f
D/wpa_supplicant( 1108): wlan0:e1  WPA: Sending EAPOL-Key 2/2
D/wp78 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_4c supplicant( 1108): WPA: Derived K48 ey MIC - hexdump(len=16): d5 29 8d9 f f5 de 21 b3 48 7e 1c e1 6a 5e 6c4 1 0f 25
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 2a 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 2a 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 d5 29 8f f5 de 21 b3 48 7e 1c e1
0128: 6a 5e 61 0f 25 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 2b ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 2c 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ee
0096: a1 16 d0 ac a9 71 ad 54 54 75 71 d7 4c 31 6e 00
0112: 20 08 b4 e1 5a 73 77 c4 a5 17 0e 00 a8 01 f6 b7
0128: df 85 e0 82 97 d1 63 82 50 fb 36 e5 f6 46 47 d6
0144: 5f
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 2b ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 2b
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 2c
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00ae
D/wpa_supplicant( 1108):   key_m76 ic - hexdump(len=16): ee a1 16 d061  ac a9 71 ad 54 54 75 71 d7 4c 31b5  6e
D/wpa_supplicant( 1108): WPAd6 : RX EAPOL-Key - hexdump(len=131)af : 02 03 00 7f 02 13 82 00 10 00 050 0 00 00 00 00 00 2b ad 3f 8b 83 f88 a a9 f0 33 e8 bc 22 cc fe 62 77 .07 ..
D/wpa_supplicant( 1108): RSN:df  encrypted key data - hexdump(lenba =32): 08 b4 e1 5a 73 77 c4 a5 17 5b 0e 00 a8 01 f6 b7 df 85 e0 82 97 7c d1 63 82 50 fb 36 e5 f6 46 47 d6 13 5f
D/wpa_supplicant( 1108): WPA:81  decrypted EAPOL-Key key data - h0b exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 ae 76 61 92 b5 d6 af 50 88 07 df ba 5b 7c 13 00 81 0b
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 ae 76 61 b5 d6 af 50 8857  07 df ba 5b 7c 13 81 0b
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groae up Key - hexdump(len=16): [REMOVE76 D]
D/wpa_supplicant( 1108): wlan61 0: WPA: Installing GTK to the drib5 ver (keyidx=2 tx=0 len=16)
D/wpad6 _supplicant( 1108): WPA: RSC - heaf xdump(len=6): 00 00 00 00 00 00
50 D/wpa_supplicant( 1108): bsd_set_88 key: alg=3 addr=0x76fb48ab key_id07 x=2 set_tx=0 seq_len=6 key_len=16df
D/wpa_supplicant( 1108): wlan0:ba  WPA: Sending EAPOL-Key 2/2
D/wp5b a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_7c supplicant( 1108): WPA: Derived K13 ey MIC - hexdump(len=16): 36 61 881 e c6 e0 bb b3 8d 88 11 c7 e1 66 f0b a ee 95
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 2b 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - heea xdump(len=39): 2f 64 61 74 61 2f 00 6d 69 73 63 2f 77 69 66 69 2f 73 bc 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 80 8d 5b 00
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 2b 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 36 61 8e c6 e0 bb b3 8d 88 11 c7
0128: e1 66 fa ee 95 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 2c ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 2d 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 cf
0096: 6c cf 2f d1 57 db 87 a2 24 df d0 05 e5 70 4f 00
0112: 20 5f d6 68 c7 0b fe c1 b9 89 3b 25 da e0 f1 93
0128: ec a6 90 85 c4 38 79 aa 79 8b 0b 7b 16 56 76 f0
0144: 76
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 2c ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 2c
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 2d
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0057
D/wpa_supplicant( 1108):   key_md2 ic - hexdump(len=16): cf 6c cf 2fa3  d1 57 db 87 a2 24 df d0 05 e5 7042  4f
D/wpa_supplicant( 1108): WPA4c : RX EAPOL-Key - hexdump(len=131)28 : 02 03 00 7f 02 13 82 00 10 00 061 0 00 00 00 00 00 2c ad 3f 8b 83 fa3 a a9 f0 33 e8 bc 22 cc fe 62 77 .21 ..
D/wpa_supplicant( 1108): RSN:7a  encrypted key data - hexdump(len8b =32): 5f d6 68 c7 0b fe c1 b9 89 55 3b 25 da e0 f1 93 ec a6 90 85 c4 56 38 79 aa 79 8b 0b 7b 16 56 76 f0 cb 76
D/wpa_supplicant( 1108): WPA:5f  decrypted EAPOL-Key key data - h6f exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 57 d2 a3 92 42 4c 28 61 a3 21 7a 8b 55 56 cb 00 5f 6f
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 57 d2 a3 42 4c 28 61 a357  21 7a 8b 55 56 cb 5f 6f
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro57 up Key - hexdump(len=16): [REMOVEd2 D]
D/wpa_supplicant( 1108): wlana3 0: WPA: Installing GTK to the dri42 ver (keyidx=1 tx=0 len=16)
D/wpa4c _supplicant( 1108): WPA: RSC - he28 xdump(len=6): 00 00 00 00 00 00
61 D/wpa_supplicant( 1108): bsd_set_a3 key: alg=3 addr=0x76fb48ab key_id21 x=1 set_tx=0 seq_len=6 key_len=167a
D/wpa_supplicant( 1108): wlan0:8b  WPA: Sending EAPOL-Key 2/2
D/wp55 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_56 supplicant( 1108): WPA: Derived Kcb ey MIC - hexdump(len=16): 49 1a 25f 8 68 ba cb 12 10 ce 70 ef fe 68 86f c 56 27
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 2c 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 2c 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 49 1a 28 68 ba cb 12 10 ce 70 ef
0128: fe 68 8c 56 27 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 2d ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 2e 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e7
0096: 34 2e b7 fa 26 59 3a ea b0 3c 8b 79 e9 da c8 00
0112: 20 23 d0 06 f5 0c 90 e2 c9 06 66 3f 3e cf b8 90
0128: 5e 34 ae ef 9c e9 dc 80 2c af 45 ea 0e a6 65 3a
0144: fa
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 2d ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 2d
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 2e
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00ca
D/wpa_supplicant( 1108):   key_m9b ic - hexdump(len=16): e7 34 2e b7cb  fa 26 59 3a ea b0 3c 8b 79 e9 dafe  c8
D/wpa_supplicant( 1108): WPAa9 : RX EAPOL-Key - hexdump(len=131)0b : 02 03 00 7f 02 13 82 00 10 00 0a3 0 00 00 00 00 00 2d ad 3f 8b 83 f0f a a9 f0 33 e8 bc 22 cc fe 62 77 .0a ..
D/wpa_supplicant( 1108): RSN:8d  encrypted key data - hexdump(len5e =32): 23 d0 06 f5 0c 90 e2 c9 06 f3 66 3f 3e cf b8 90 5e 34 ae ef 9c 72 e9 dc 80 2c af 45 ea 0e a6 65 3a f3 fa
D/wpa_supplicant( 1108): WPA:35  decrypted EAPOL-Key key data - h82 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 ca 9b cb 92 fe a9 0b a3 0f 0a 8d 5e f3 72 f3 00 35 82
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 ca 9b cb fe a9 0b a3 0f57  0a 8d 5e f3 72 f3 35 82
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groca up Key - hexdump(len=16): [REMOVE9b D]
D/wpa_supplicant( 1108): wlancb 0: WPA: Installing GTK to the drife ver (keyidx=2 tx=0 len=16)
D/wpaa9 _supplicant( 1108): WPA: RSC - he0b xdump(len=6): 00 00 00 00 00 00
a3 D/wpa_supplicant( 1108): bsd_set_0f key: alg=3 addr=0x76fb48ab key_id0a x=2 set_tx=0 seq_len=6 key_len=168d
D/wpa_supplicant( 1108): wlan0:5e  WPA: Sending EAPOL-Key 2/2
D/wpf3 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_72 supplicant( 1108): WPA: Derived Kf3 ey MIC - hexdump(len=16): d1 e3 f35 9 a3 d3 6c d7 99 9b 71 3d 18 e1 282 8 df f8
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 2d 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 2d 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 d1 e3 f9 a3 d3 6c d7 99 9b 71 3d
0128: 18 e1 28 df f8 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 2e ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 2f 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07
0096: 78 fd 99 fe 27 b6 dc ec f3 d4 01 31 f9 8a 41 00
0112: 20 cd 0b 24 44 d4 4a 4a 11 12 a8 6e 5c 9f 40 d6
0128: 07 93 7f d2 5f fc d3 f6 f3 ee 9d 43 f0 65 1e f0
0144: ef
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 2e ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 2e
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 2f
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 006e
D/wpa_supplicant( 1108):   key_m76 ic - hexdump(len=16): 07 78 fd 994f  fe 27 b6 dc ec f3 d4 01 31 f9 8aa7  41
D/wpa_supplicant( 1108): WPAce : RX EAPOL-Key - hexdump(len=131)81 : 02 03 00 7f 02 13 82 00 10 00 0c1 0 00 00 00 00 00 2e ad 3f 8b 83 f1c a a9 f0 33 e8 bc 22 cc fe 62 77 .75 ..
D/wpa_supplicant( 1108): RSN:90  encrypted key data - hexdump(len5e =32): cd 0b 24 44 d4 4a 4a 11 12 30 a8 6e 5c 9f 40 d6 07 93 7f d2 5f 38 fc d3 f6 f3 ee 9d 43 f0 65 1e f0 48 ef
D/wpa_supplicant( 1108): WPA:96  decrypted EAPOL-Key key data - hca exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 6e 76 4f 92 a7 ce 81 c1 1c 75 90 5e 30 38 48 00 96 ca
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 6e 76 4f a7 ce 81 c1 1c57  75 90 5e 30 38 48 96 ca
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro6e up Key - hexdump(len=16): [REMOVE76 D]
D/wpa_supplicant( 1108): wlan4f 0: WPA: Installing GTK to the dria7 ver (keyidx=1 tx=0 len=16)
D/wpace _supplicant( 1108): WPA: RSC - he81 xdump(len=6): 00 00 00 00 00 00
c1 D/wpa_supplicant( 1108): bsd_set_1c key: alg=3 addr=0x76fb48ab key_id75 x=1 set_tx=0 seq_len=6 key_len=1690
D/wpa_supplicant( 1108): wlan0:5e  WPA: Sending EAPOL-Key 2/2
D/wp30 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_38 supplicant( 1108): WPA: Derived K48 ey MIC - hexdump(len=16): 77 8d 396 9 89 af 62 03 93 eb 95 70 ce c0 3ca a 74 0c
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 2e 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 2e 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 77 8d 39 89 af 62 03 93 eb 95 70
0128: ce c0 3a 74 0c 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 2f ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 30 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 33
0096: 57 c2 fe e4 99 ba 80 84 0d ab da 3e 51 ef 74 00
0112: 20 39 9a bb 6d 0b 8e bb 04 40 87 d7 ad 78 8e 29
0128: 9f d2 32 4f a4 66 23 92 c6 66 53 eb 1c 2d e3 28
0144: 3c
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 2f ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 2f
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 30
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 007a
D/wpa_supplicant( 1108):   key_m39 ic - hexdump(len=16): 33 57 c2 fe2d  e4 99 ba 80 84 0d ab da 3e 51 efb3  74
D/wpa_supplicant( 1108): WPA58 : RX EAPOL-Key - hexdump(len=131)dd : 02 03 00 7f 02 13 82 00 10 00 09a 0 00 00 00 00 00 2f ad 3f 8b 83 f2b a a9 f0 33 e8 bc 22 cc fe 62 77 .55 ..
D/wpa_supplicant( 1108): RSN:d2  encrypted key data - hexdump(lenfa =32): 39 9a bb 6d 0b 8e bb 04 40 2f 87 d7 ad 78 8e 29 9f d2 32 4f a4 bf 66 23 92 c6 66 53 eb 1c 2d e3 28 cb 3c
D/wpa_supplicant( 1108): WPA:33  decrypted EAPOL-Key key data - hac exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 7a 39 2d 92 b3 58 dd 9a 2b 55 d2 fa 2f bf cb 00 33 ac
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 7a 39 2d b3 58 dd 9a 2b57  55 d2 fa 2f bf cb 33 ac
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro7a up Key - hexdump(len=16): [REMOVE39 D]
D/wpa_supplicant( 1108): wlan2d 0: WPA: Installing GTK to the drib3 ver (keyidx=2 tx=0 len=16)
D/wpa58 _supplicant( 1108): WPA: RSC - hedd xdump(len=6): 00 00 00 00 00 00
9a D/wpa_supplicant( 1108): bsd_set_2b key: alg=3 addr=0x76fb48ab key_id55 x=2 set_tx=0 seq_len=6 key_len=16d2
D/wpa_supplicant( 1108): wlan0:fa  WPA: Sending EAPOL-Key 2/2
D/wp2f a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_bf supplicant( 1108): WPA: Derived Kcb ey MIC - hexdump(len=16): a8 7b 033 a 5a 6d 85 46 92 1b 01 f8 6e 01 4ac e 31 a5
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 2f 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 2f 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 a8 7b 0a 5a 6d 85 46 92 1b 01 f8
0128: 6e 01 4e 31 a5 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 30 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 31 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 68
0096: 67 85 90 8b 77 cf b8 da a5 1e ec 06 f3 59 ff 00
0112: 20 ae f5 1f f2 19 d2 5a bb f6 f3 75 4f 3e 3a ae
0128: ce 17 c4 a3 b7 bb d3 01 74 42 fb 97 dd 29 28 e5
0144: 40
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 30 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 30
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 31
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0061
D/wpa_supplicant( 1108):   key_m87 ic - hexdump(len=16): 68 67 85 9043  8b 77 cf b8 da a5 1e ec 06 f3 59b1  ff
D/wpa_supplicant( 1108): WPA8d : RX EAPOL-Key - hexdump(len=131)f9 : 02 03 00 7f 02 13 82 00 10 00 0fc 0 00 00 00 00 00 30 ad 3f 8b 83 fe3 a a9 f0 33 e8 bc 22 cc fe 62 77 .f2 ..
D/wpa_supplicant( 1108): RSN:0d  encrypted key data - hexdump(lend5 =32): ae f5 1f f2 19 d2 5a bb f6 28 f3 75 4f 3e 3a ae ce 17 c4 a3 b7 ef bb d3 01 74 42 fb 97 dd 29 28 e5 82 40
D/wpa_supplicant( 1108): WPA:0d  decrypted EAPOL-Key key data - h95 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 61 87 43 92 b1 8d f9 fc e3 f2 0d d5 28 ef 82 00 0d 95
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 61 87 43 b1 8d f9 fc e357  f2 0d d5 28 ef 82 0d 95
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro61 up Key - hexdump(len=16): [REMOVE87 D]
D/wpa_supplicant( 1108): wlan43 0: WPA: Installing GTK to the drib1 ver (keyidx=1 tx=0 len=16)
D/wpa8d _supplicant( 1108): WPA: RSC - hef9 xdump(len=6): 00 00 00 00 00 00
fc D/wpa_supplicant( 1108): bsd_set_e3 key: alg=3 addr=0x76fb48ab key_idf2 x=1 set_tx=0 seq_len=6 key_len=160d
D/wpa_supplicant( 1108): wlan0:d5  WPA: Sending EAPOL-Key 2/2
D/wp28 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_ef supplicant( 1108): WPA: Derived K82 ey MIC - hexdump(len=16): 9e 87 50d 4 21 97 3c a2 b3 06 79 66 08 d4 b95 7 07 5f
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 30 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 9e 87 54 21 97 3c a2 b3 06 79 66
0128: 08 d4 b7 07 5f 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/dalvikvm(  422): Jit: resizing JitTable from 4096 to 8192
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 31 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 32 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45
0096: b9 dd 9c 27 ab 85 06 bb bd 67 b0 0f b3 39 ca 00
0112: 20 56 f4 03 c4 10 e2 83 eb 67 4f 55 3e c7 12 dc
0128: 33 5d af 1a 40 cf 64 ec 4d a2 e5 c0 9b fb f2 8e
0144: 55
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 31 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 31
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 32
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0086
D/wpa_supplicant( 1108):   key_med ic - hexdump(len=16): 45 b9 dd 9cad  27 ab 85 06 bb bd 67 b0 0f b3 390c  ca
D/wpa_supplicant( 1108): WPA67 : RX EAPOL-Key - hexdump(len=131)df : 02 03 00 7f 02 13 82 00 10 00 06b 0 00 00 00 00 00 31 ad 3f 8b 83 ff8 a a9 f0 33 e8 bc 22 cc fe 62 77 .d6 ..
D/wpa_supplicant( 1108): RSN:8a  encrypted key data - hexdump(len87 =32): 56 f4 03 c4 10 e2 83 eb 67 91 4f 55 3e c7 12 dc 33 5d af 1a 40 a8 cf 64 ec 4d a2 e5 c0 9b fb f2 8e d6 55
D/wpa_supplicant( 1108): WPA:4a  decrypted EAPOL-Key key data - hf2 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RXc0  message 1 of Group Key Handshake0d  from 10:fe:ed:e1:51:18 (ver=2)
f7 D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 80 dd 16 00 0f ac 01 02 00 86 ed ad a9 0c 67 df 6b f8 d6 8a 87 91 a8 d6 03 4a f2
D/wpa_supplicant( 1108): W00 PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 86 ed ad 0c 67 df 6b f857  d6 8a 87 91 a8 d6 4a f2
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro86 up Key - hexdump(len=16): [REMOVEed D]
D/wpa_supplicant( 1108): wlanad 0: WPA: Installing GTK to the dri0c ver (keyidx=2 tx=0 len=16)
D/wpa67 _supplicant( 1108): WPA: RSC - hedf xdump(len=6): 00 00 00 00 00 00
6b D/wpa_supplicant( 1108): bsd_set_f8 key: alg=3 addr=0x76fb48ab key_idd6 x=2 set_tx=0 seq_len=6 key_len=168a
D/wpa_supplicant( 1108): wlan0:87  WPA: Sending EAPOL-Key 2/2
D/wp91 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_a8 supplicant( 1108): WPA: Derived Kd6 ey MIC - hexdump(len=16): e7 69 c4a 2 68 15 6d 8f 22 c1 ff 7c 30 1a ef2 1 e7 3c
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 31 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: c0 0d f7 80 80 a9 03 00 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 31 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 e7 69 c2 68 15 6d 8f 22 c1 ff 7c
0128: 30 1a e1 e7 3c 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 32 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 33 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 71
0096: 4d b8 2c 77 5a 4b dc e6 91 69 21 87 2c 7f 14 00
0112: 20 c7 77 40 7c 8c 9d 42 37 08 35 00 3d ce 1e a4
0128: 75 41 5d 27 bf 21 b5 50 f1 8d 01 63 cc f2 d2 71
0144: 21
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 32 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 32
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 33
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 009f
D/wpa_supplicant( 1108):   key_m24 ic - hexdump(len=16): 71 4d b8 2cbe  77 5a 4b dc e6 91 69 21 87 2c 7f83  14
D/wpa_supplicant( 1108): WPA20 : RX EAPOL-Key - hexdump(len=131)64 : 02 03 00 7f 02 13 82 00 10 00 081 0 00 00 00 00 00 32 ad 3f 8b 83 f66 a a9 f0 33 e8 bc 22 cc fe 62 77 .53 ..
D/wpa_supplicant( 1108): RSN:dc  encrypted key data - hexdump(len64 =32): c7 77 40 7c 8c 9d 42 37 08 bc 35 00 3d ce 1e a4 75 41 5d 27 bf 9d 21 b5 50 f1 8d 01 63 cc f2 d2 71 91 21
D/wpa_supplicant( 1108): WPA:8b  decrypted EAPOL-Key key data - h3f exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 9f 24 be 92 83 20 64 81 66 53 dc 64 bc 9d 91 00 8b 3f
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 9f 24 be 83 20 64 81 6657  53 dc 64 bc 9d 91 8b 3f
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro9f up Key - hexdump(len=16): [REMOVE24 D]
D/wpa_supplicant( 1108): wlanbe 0: WPA: Installing GTK to the dri83 ver (keyidx=1 tx=0 len=16)
D/wpa20 _supplicant( 1108): WPA: RSC - he64 xdump(len=6): 00 00 00 00 00 00
81 D/wpa_supplicant( 1108): bsd_set_66 key: alg=3 addr=0x76fb48ab key_id53 x=1 set_tx=0 seq_len=6 key_len=16dc
D/wpa_supplicant( 1108): wlan0:64  WPA: Sending EAPOL-Key 2/2
D/wpbc a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_9d supplicant( 1108): WPA: Derived K91 ey MIC - hexdump(len=16): c4 55 18b 8 11 9b c8 26 2a 62 62 55 8f cc b3f b 72 37
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 32 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 32 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 c4 55 18 11 9b c8 26 2a 62 62 55
0128: 8f cc bb 72 37 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 33 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 34 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 69
0096: 11 81 fe 59 83 ed 59 57 c8 5c ae 47 89 34 4c 00
0112: 20 7c 59 d0 2f 09 77 c4 f3 6b 51 08 d6 3a ff c4
0128: 2e b2 d9 7f a7 9d ee 5d 7b 61 a7 15 a2 fa 98 11
0144: d4
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 33 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 33
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 34
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00eb
D/wpa_supplicant( 1108):   key_mc4 ic - hexdump(len=16): 69 11 81 feec  59 83 ed 59 57 c8 5c ae 47 89 3408  4c
D/wpa_supplicant( 1108): WPA7a : RX EAPOL-Key - hexdump(len=131)36 : 02 03 00 7f 02 13 82 00 10 00 03b 0 00 00 00 00 00 33 ad 3f 8b 83 f97 a a9 f0 33 e8 bc 22 cc fe 62 77 .89 ..
D/wpa_supplicant( 1108): RSN:39  encrypted key data - hexdump(len99 =32): 7c 59 d0 2f 09 77 c4 f3 6b c5 51 08 d6 3a ff c4 2e b2 d9 7f a7 f3 9d ee 5d 7b 61 a7 15 a2 fa 98 11 6a d4
D/wpa_supplicant( 1108): WPA:df  decrypted EAPOL-Key key data - h2b exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshake00  from 10:fe:ed:e1:51:18 (ver=2)
00 D/wpa_supplicant( 1108): RSN: msg00  1/2 key data - hexdump(len=24): 80 dd 16 00 0f ac 01 02 00 eb c4 ec 96 08 7a 36 3b 97 89 39 99 c5 f3 6a 98 df 2b
D/wpa_supplicant( 1108): W00 PA: GTK in EAPOL-Key - hexdump(le00 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 eb c4 ec 08 7a 36 3b 9780  89 39 99 c5 f3 6a df 2b
D/wpa_s96 upplicant( 1108): wlan0: State: C98 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groeb up Key - hexdump(len=16): [REMOVEc4 D]
D/wpa_supplicant( 1108): wlanec 0: WPA: Installing GTK to the dri08 ver (keyidx=2 tx=0 len=16)
D/wpa7a _supplicant( 1108): WPA: RSC - he36 xdump(len=6): 00 00 00 00 00 00
3b D/wpa_supplicant( 1108): bsd_set_97 key: alg=3 addr=0x76fb48ab key_id89 x=2 set_tx=0 seq_len=6 key_len=1639
D/wpa_supplicant( 1108): wlan0:99  WPA: Sending EAPOL-Key 2/2
D/wpc5 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_f3 supplicant( 1108): WPA: Derived K6a ey MIC - hexdump(len=16): 69 32 2df 0 80 d1 92 0c 42 95 bb 9e a8 2c c2b 3 f4 25
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 33 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 11ff 08): CTRL_IFACE monitor send - heff xdump(len=39): 2f 64 61 74 61 2f ff 6d 69 73 63 2f 77 69 66 69 2f 73 ff 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f ad d3 da b4
0144: 00 00 00 00 80 96 98 00 00 00 00 00 80 96 98 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 33 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 69 32 20 80 d1 92 0c 42 95 bb 9e
0128: a8 2c c3 f4 25 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 34 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 35 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10
0096: 77 29 5c 6c 5e 06 f9 48 8a fe bf 2d 30 a4 62 00
0112: 20 df de 8f ef 1d c2 40 80 2f bc e5 02 ef 56 94
0128: 00 87 91 32 2e f7 62 7e 6d 14 bc 30 80 c2 bb d3
0144: 09
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 34 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 34
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 35
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0005
D/wpa_supplicant( 1108):   key_m4e ic - hexdump(len=16): 10 77 29 5c43  6c 5e 06 f9 48 8a fe bf 2d 30 a4a9  62
D/wpa_supplicant( 1108): WPAab : RX EAPOL-Key - hexdump(len=131)ff : 02 03 00 7f 02 13 82 00 10 00 068 0 00 00 00 00 00 34 ad 3f 8b 83 f68 a a9 f0 33 e8 bc 22 cc fe 62 77 .1d ..
D/wpa_supplicant( 1108): RSN:18  encrypted key data - hexdump(len26 =32): df de 8f ef 1d c2 40 80 2f 95 bc e5 02 ef 56 94 00 87 91 32 2e eb f7 62 7e 6d 14 bc 30 80 c2 bb d3 51 09
D/wpa_supplicant( 1108): WPA:52  decrypted EAPOL-Key key data - hc0 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 05 4e 43 92 a9 ab ff 68 68 1d 18 26 95 eb 51 00 52 c0
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 05 4e 43 a9 ab ff 68 6857  1d 18 26 95 eb 51 52 c0
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro05 up Key - hexdump(len=16): [REMOVE4e D]
D/wpa_supplicant( 1108): wlan43 0: WPA: Installing GTK to the dria9 ver (keyidx=1 tx=0 len=16)
D/wpaab _supplicant( 1108): WPA: RSC - heff xdump(len=6): 00 00 00 00 00 00
68 D/wpa_supplicant( 1108): bsd_set_68 key: alg=3 addr=0x76fb48ab key_id1d x=1 set_tx=0 seq_len=6 key_len=1618
D/wpa_supplicant( 1108): wlan0:26  WPA: Sending EAPOL-Key 2/2
D/wp95 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_eb supplicant( 1108): WPA: Derived K51 ey MIC - hexdump(len=16): e9 6b 352 e 42 12 36 3c cc 00 52 93 63 7d 2c0 f a1 a6
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 34 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 34 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 e9 6b 3e 42 12 36 3c cc 00 52 93
0128: 63 7d 2f a1 a6 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/dalvikvm(  422): GC_CONCURRENT freed 547K, 42% free 5579K/9556K, paused 5ms+9ms, total 105ms
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 35 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 36 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 8f
0096: d6 e0 4c a1 ad b5 a5 3b cb 57 7e 81 27 14 3f 00
0112: 20 e4 f8 e5 05 8f cf 31 22 07 fd 79 de 0c 03 6c
0128: fc 68 26 1f 12 26 c4 39 91 6a 8f b0 d7 cc b6 17
0144: bf
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 35 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 35
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 36
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00ba
D/wpa_supplicant( 1108):   key_m87 ic - hexdump(len=16): 8f d6 e0 4c8a  a1 ad b5 a5 3b cb 57 7e 81 27 14b9  3f
D/wpa_supplicant( 1108): WPA90 : RX EAPOL-Key - hexdump(len=131)90 : 02 03 00 7f 02 13 82 00 10 00 09e 0 00 00 00 00 00 35 ad 3f 8b 83 f4d a a9 f0 33 e8 bc 22 cc fe 62 77 .0d ..
D/wpa_supplicant( 1108): RSN:c8  encrypted key data - hexdump(len61 =32): e4 f8 e5 05 8f cf 31 22 07 f0 fd 79 de 0c 03 6c fc 68 26 1f 12 97 26 c4 39 91 6a 8f b0 d7 cc b6 17 e0 bf
D/wpa_supplicant( 1108): WPA:cf  decrypted EAPOL-Key key data - h1a exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 ba 87 8a 92 b9 90 90 9e 4d 0d c8 61 f0 97 e0 00 cf 1a
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 ba 87 8a b9 90 90 9e 4d57  0d c8 61 f0 97 e0 cf 1a
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groba up Key - hexdump(len=16): [REMOVE87 D]
D/wpa_supplicant( 1108): wlan8a 0: WPA: Installing GTK to the drib9 ver (keyidx=2 tx=0 len=16)
D/wpa90 _supplicant( 1108): WPA: RSC - he90 xdump(len=6): 00 00 00 00 00 00
9e D/wpa_supplicant( 1108): bsd_set_4d key: alg=3 addr=0x76fb48ab key_id0d x=2 set_tx=0 seq_len=6 key_len=16c8
D/wpa_supplicant( 1108): wlan0:61  WPA: Sending EAPOL-Key 2/2
D/wpf0 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_97 supplicant( 1108): WPA: Derived Ke0 ey MIC - hexdump(len=16): 07 9d 8cf 0 a4 62 a4 7d a1 28 b8 61 42 ca 41a 4 cb ca
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 35 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 35 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 07 9d 80 a4 62 a4 7d a1 28 b8 61
0128: 42 ca 44 cb ca 00 00
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Sampling interval elapsed, updating statistics ..
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Done.
D/ConnectivityService(  422): Setting timer for 720seconds
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 36 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 37 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e1
0096: f3 f7 ca 65 5f 2c d8 f9 cb 60 3c 95 3d 1d 72 00
0112: 20 3e a0 4b 87 a0 c2 8a 5d b5 21 a5 60 2a 74 f7
0128: a6 79 84 64 ee fe 23 a1 54 19 d7 5e f2 f5 52 98
0144: dc
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 36 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 36
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 37
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0088
D/wpa_supplicant( 1108):   key_mf4 ic - hexdump(len=16): e1 f3 f7 ca10  65 5f 2c d8 f9 cb 60 3c 95 3d 1db8  72
D/wpa_supplicant( 1108): WPA59 : RX EAPOL-Key - hexdump(len=131)ec : 02 03 00 7f 02 13 82 00 10 00 0b6 0 00 00 00 00 00 36 ad 3f 8b 83 ff5 a a9 f0 33 e8 bc 22 cc fe 62 77 .2a ..
D/wpa_supplicant( 1108): RSN:75  encrypted key data - hexdump(len03 =32): 3e a0 4b 87 a0 c2 8a 5d b5 b7 21 a5 60 2a 74 f7 a6 79 84 64 ee 3f fe 23 a1 54 19 d7 5e f2 f5 52 98 62 dc
D/wpa_supplicant( 1108): WPA:67  decrypted EAPOL-Key key data - hdc exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 88 f4 10 92 b8 59 ec b6 f5 2a 75 03 b7 3f 62 00 67 dc
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 88 f4 10 b8 59 ec b6 f557  2a 75 03 b7 3f 62 67 dc
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro88 up Key - hexdump(len=16): [REMOVEf4 D]
D/wpa_supplicant( 1108): wlan10 0: WPA: Installing GTK to the drib8 ver (keyidx=1 tx=0 len=16)
D/wpa59 _supplicant( 1108): WPA: RSC - heec xdump(len=6): 00 00 00 00 00 00
b6 D/wpa_supplicant( 1108): bsd_set_f5 key: alg=3 addr=0x76fb48ab key_id2a x=1 set_tx=0 seq_len=6 key_len=1675
D/wpa_supplicant( 1108): wlan0:03  WPA: Sending EAPOL-Key 2/2
D/wpb7 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_3f supplicant( 1108): WPA: Derived K62 ey MIC - hexdump(len=16): b6 cc d67 9 9c 1f 5c 80 d7 56 3a 40 02 f7 1dc 0 5b b0
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 36 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 36 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 b6 cc d9 9c 1f 5c 80 d7 56 3a 40
0128: 02 f7 10 5b b0 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 37 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 38 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1a
0096: 5e 68 ae ed 14 bb f3 00 d0 bb c2 b5 6a b6 44 00
0112: 20 81 e2 39 1a fc c6 a0 8c 13 55 48 22 5a e8 e1
0128: 0b d5 e2 05 7f 0d 30 9c fd 8b 4d 73 30 61 30 b6
0144: 58
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 37 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 37
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 38
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00a1
D/wpa_supplicant( 1108):   key_m9a ic - hexdump(len=16): 1a 5e 68 ae63  ed 14 bb f3 00 d0 bb c2 b5 6a b6c0  44
D/wpa_supplicant( 1108): WPA6e : RX EAPOL-Key - hexdump(len=131)ac : 02 03 00 7f 02 13 82 00 10 00 030 0 00 00 00 00 00 37 ad 3f 8b 83 ffe a a9 f0 33 e8 bc 22 cc fe 62 77 .c5 ..
D/wpa_supplicant( 1108): RSN:3c  encrypted key data - hexdump(len99 =32): 81 e2 39 1a fc c6 a0 8c 13 82 55 48 22 5a e8 e1 0b d5 e2 05 7f 72 0d 30 9c fd 8b 4d 73 30 61 30 b6 81 58
D/wpa_supplicant( 1108): WPA:ac  decrypted EAPOL-Key key data - h5b exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 a1 9a 63 92 c0 6e ac 30 fe c5 3c 99 82 72 81 00 ac 5b
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 a1 9a 63 c0 6e ac 30 fe57  c5 3c 99 82 72 81 ac 5b
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groa1 up Key - hexdump(len=16): [REMOVE9a D]
D/wpa_supplicant( 1108): wlan63 0: WPA: Installing GTK to the dric0 ver (keyidx=2 tx=0 len=16)
D/wpa6e _supplicant( 1108): WPA: RSC - heac xdump(len=6): 00 00 00 00 00 00
30 D/wpa_supplicant( 1108): bsd_set_fe key: alg=3 addr=0x76fb48ab key_idc5 x=2 set_tx=0 seq_len=6 key_len=163c
D/wpa_supplicant( 1108): wlan0:99  WPA: Sending EAPOL-Key 2/2
D/wp82 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_72 supplicant( 1108): WPA: Derived K81 ey MIC - hexdump(len=16): b5 88 3ac a 2e 18 48 45 ae b9 32 bc f7 99 65b 1 16 e4
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 37 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 37 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 b5 88 3a 2e 18 48 45 ae b9 32 bc
0128: f7 99 61 16 e4 00 00
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 38 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 39 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 91
0096: 1e 02 8c 71 ef 49 4e b9 9a a9 e9 cc 00 1d fa 00
0112: 20 eb 43 7d a4 98 45 f3 c5 ec 55 77 7d 4f c9 dc
0128: 15 a3 85 3d db 60 18 7e c8 0e 59 6f 4d 33 b2 72
0144: d2
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 38 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 38
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 39
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0017
D/wpa_supplicant( 1108):   key_m3d ic - hexdump(len=16): 91 1e 02 8c64  71 ef 49 4e b9 9a a9 e9 cc 00 1d04  fa
D/wpa_supplicant( 1108): WPAf9 : RX EAPOL-Key - hexdump(len=131)88 : 02 03 00 7f 02 13 82 00 10 00 049 0 00 00 00 00 00 38 ad 3f 8b 83 f9c a a9 f0 33 e8 bc 22 cc fe 62 77 .74 ..
D/wpa_supplicant( 1108): RSN:6e  encrypted key data - hexdump(len8d =32): eb 43 7d a4 98 45 f3 c5 ec d8 55 77 7d 4f c9 dc 15 a3 85 3d db 85 60 18 7e c8 0e 59 6f 4d 33 b2 72 f4 d2
D/wpa_supplicant( 1108): WPA:9e  decrypted EAPOL-Key key data - h6c exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 17 3d 64 92 04 f9 88 49 9c 74 6e 8d d8 85 f4 00 9e 6c
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 17 3d 64 04 f9 88 49 9c57  74 6e 8d d8 85 f4 9e 6c
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro17 up Key - hexdump(len=16): [REMOVE3d D]
D/wpa_supplicant( 1108): wlan64 0: WPA: Installing GTK to the dri04 ver (keyidx=1 tx=0 len=16)
D/wpaf9 _supplicant( 1108): WPA: RSC - he88 xdump(len=6): 00 00 00 00 00 00
49 D/wpa_supplicant( 1108): bsd_set_9c key: alg=3 addr=0x76fb48ab key_id74 x=1 set_tx=0 seq_len=6 key_len=166e
D/wpa_supplicant( 1108): wlan0:8d  WPA: Sending EAPOL-Key 2/2
D/wpd8 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_85 supplicant( 1108): WPA: Derived Kf4 ey MIC - hexdump(len=16): 6a eb a9e 3 d4 9a 2e cb c3 ac f0 93 fa 8e b6c 2 33 1a
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 38 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 38 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 6a eb a3 d4 9a 2e cb c3 ac f0 93
0128: fa 8e b2 33 1a 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 39 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 3a 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 98
0096: 3b 5b d1 da c0 eb 2e e7 63 70 27 6f 98 67 8c 00
0112: 20 75 5b e4 2b fb eb af c7 9f 01 f2 8c 46 8d fe
0128: 2a f8 71 3a c7 2a f5 ff 51 78 8b 31 3f 8f a7 9f
0144: c8
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 39 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 39
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 3a
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 001e
D/wpa_supplicant( 1108):   key_m3d ic - hexdump(len=16): 98 3b 5b d113  da c0 eb 2e e7 63 70 27 6f 98 6709  8c
D/wpa_supplicant( 1108): WPA41 : RX EAPOL-Key - hexdump(len=131)5e : 02 03 00 7f 02 13 82 00 10 00 040 0 00 00 00 00 00 39 ad 3f 8b 83 f6d a a9 f0 33 e8 bc 22 cc fe 62 77 .48 ..
D/wpa_supplicant( 1108): RSN:0e  encrypted key data - hexdump(len76 =32): 75 5b e4 2b fb eb af c7 9f b9 01 f2 8c 46 8d fe 2a f8 71 3a c7 b4 2a f5 ff 51 78 8b 31 3f 8f a7 9f c8 c8
D/wpa_supplicant( 1108): WPA:6e  decrypted EAPOL-Key key data - h39 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 1e 3d 13 92 09 41 5e 40 6d 48 0e 76 b9 b4 c8 00 6e 39
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 1e 3d 13 09 41 5e 40 6d57  48 0e 76 b9 b4 c8 6e 39
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro1e up Key - hexdump(len=16): [REMOVE3d D]
D/wpa_supplicant( 1108): wlan13 0: WPA: Installing GTK to the dri09 ver (keyidx=2 tx=0 len=16)
D/wpa41 _supplicant( 1108): WPA: RSC - he5e xdump(len=6): 00 00 00 00 00 00
40 D/wpa_supplicant( 1108): bsd_set_6d key: alg=3 addr=0x76fb48ab key_id48 x=2 set_tx=0 seq_len=6 key_len=160e
D/wpa_supplicant( 1108): wlan0:76  WPA: Sending EAPOL-Key 2/2
D/wpb9 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_b4 supplicant( 1108): WPA: Derived Kc8 ey MIC - hexdump(len=16): 37 51 b6e 4 a3 fe 0f a7 fe 5f e3 85 fe 11 c39 4 6e dc
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 39 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 39 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 37 51 b4 a3 fe 0f a7 fe 5f e3 85
0128: fe 11 c4 6e dc 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
W/BatteryStatsImpl(  422): Couldn't get kernel wake lock stats
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 3a ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 3b 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1d
0096: bd 74 56 b3 b0 ac 2b 2b 13 c9 e1 4e 31 d4 b0 00
0112: 20 54 29 f2 89 11 2d b5 6d d4 12 aa 9e 3e 3a 50
0128: cb e5 ec 3e 89 aa 94 c5 a0 7e 45 8f 8d 1a 15 96
0144: de
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 3a ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 3a
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 3b
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 003a
D/wpa_supplicant( 1108):   key_m69 ic - hexdump(len=16): 1d bd 74 56f3  b3 b0 ac 2b 2b 13 c9 e1 4e 31 d4c8  b0
D/wpa_supplicant( 1108): WPA50 : RX EAPOL-Key - hexdump(len=131)80 : 02 03 00 7f 02 13 82 00 10 00 0b0 0 00 00 00 00 00 3a ad 3f 8b 83 f98 a a9 f0 33 e8 bc 22 cc fe 62 77 .3b ..
D/wpa_supplicant( 1108): RSN:2e  encrypted key data - hexdump(lene1 =32): 54 29 f2 89 11 2d b5 6d d4 ef 12 aa 9e 3e 3a 50 cb e5 ec 3e 89 9b aa 94 c5 a0 7e 45 8f 8d 1a 15 96 65 de
D/wpa_supplicant( 1108): WPA:da  decrypted EAPOL-Key key data - h9c exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 01 00 3a 69 f3 7c c8 50 80 b0 98 3b 2e e1 ef 9b 65 00 da 9c
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 3a 69 f3 c8 50 80 b0 9857  3b 2e e1 ef 9b 65 da 9c
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro3a up Key - hexdump(len=16): [REMOVE69 D]
D/wpa_supplicant( 1108): wlanf3 0: WPA: Installing GTK to the dric8 ver (keyidx=1 tx=0 len=16)
D/wpa50 _supplicant( 1108): WPA: RSC - he80 xdump(len=6): 00 00 00 00 00 00
b0 D/wpa_supplicant( 1108): bsd_set_98 key: alg=3 addr=0x76fb48ab key_id3b x=1 set_tx=0 seq_len=6 key_len=162e
D/wpa_supplicant( 1108): wlan0:e1  WPA: Sending EAPOL-Key 2/2
D/wpef a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_9b supplicant( 1108): WPA: Derived K65 ey MIC - hexdump(len=16): c5 3c 4da 9 a6 0f 27 bd c7 91 81 c3 3d ec c9c 6 1e 70
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 3a 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 00 7c 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 3a 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 c5 3c 49 a6 0f 27 bd c7 91 81 c3
0128: 3d ec c6 1e 70 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 3b ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 3c 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f6
0096: ee 54 55 8f cf 10 1b 96 c2 81 c5 a5 3f 2e bb 00
0112: 20 bf 70 7d d5 b5 cb e9 b5 23 4f 83 20 cb 65 e2
0128: 63 4a e5 da 88 d9 1f 43 8d 7d 05 07 e8 bc 49 40
0144: 82
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 3b ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 3b
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 3c
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 002e
D/wpa_supplicant( 1108):   key_m22 ic - hexdump(len=16): f6 ee 54 55a5  8f cf 10 1b 96 c2 81 c5 a5 3f 2eb8  bb
D/wpa_supplicant( 1108): WPAeb : RX EAPOL-Key - hexdump(len=131)bf : 02 03 00 7f 02 13 82 00 10 00 014 0 00 00 00 00 00 3b ad 3f 8b 83 fcf a a9 f0 33 e8 bc 22 cc fe 62 77 .cd ..
D/wpa_supplicant( 1108): RSN:ed  encrypted key data - hexdump(len7b =32): bf 70 7d d5 b5 cb e9 b5 23 00 4f 83 20 cb 65 e2 63 4a e5 da 88 3b d9 1f 43 8d 7d 05 07 e8 bc 49 40 21 82
D/wpa_supplicant( 1108): WPA:b3  decrypted EAPOL-Key key data - h3a exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 2e 22 a5 92 b8 eb bf 14 cf cd ed 7b 00 3b 21 00 b3 3a
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 2e 22 a5 b8 eb bf 14 cf57  cd ed 7b 00 3b 21 b3 3a
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro2e up Key - hexdump(len=16): [REMOVE22 D]
D/wpa_supplicant( 1108): wlana5 0: WPA: Installing GTK to the drib8 ver (keyidx=2 tx=0 len=16)
D/wpaeb _supplicant( 1108): WPA: RSC - hebf xdump(len=6): 00 00 00 00 00 00
14 D/wpa_supplicant( 1108): bsd_set_cf key: alg=3 addr=0x76fb48ab key_idcd x=2 set_tx=0 seq_len=6 key_len=16ed
D/wpa_supplicant( 1108): wlan0:7b  WPA: Sending EAPOL-Key 2/2
D/wp00 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_3b supplicant( 1108): WPA: Derived K21 ey MIC - hexdump(len=16): 35 01 db3 c dd 81 4f ed 80 4b 26 6f d5 a0 a3a 0 1d 3c
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 3b 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 3b 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 35 01 dc dd 81 4f ed 80 4b 26 6f
0128: d5 a0 a0 1d 3c 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/ProcessStatsService(  422): Prepared write state in 11ms
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 3c ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 3d 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 15
0096: 34 94 f3 cb 2d d0 03 21 57 b8 ce be 78 cc bf 00
0112: 20 c4 e3 4a d1 8c 97 ad d3 a4 3e 89 f1 70 dd 3a
0128: 69 9f 6f eb b5 60 b5 78 9a 19 1d f8 d2 c1 c9 da
0144: 64
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 3c ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 3c
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 3d
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 008f
D/wpa_supplicant( 1108):   key_me5 ic - hexdump(len=16): 15 34 94 f307  cb 2d d0 03 21 57 b8 ce be 78 cce1  bf
D/wpa_supplicant( 1108): WPA57 : RX EAPOL-Key - hexdump(len=131)bc : 02 03 00 7f 02 13 82 00 10 00 06e 0 00 00 00 00 00 3c ad 3f 8b 83 fbd a a9 f0 33 e8 bc 22 cc fe 62 77 .03 ..
D/wpa_supplicant( 1108): RSN:21  encrypted key data - hexdump(lenb5 =32): c4 e3 4a d1 8c 97 ad d3 a4 3e 3e 89 f1 70 dd 3a 69 9f 6f eb b5 5a 60 b5 78 9a 19 1d f8 d2 c1 c9 da 29 64
D/wpa_supplicant( 1108): WPA:bd  decrypted EAPOL-Key key data - hb7 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshake00  from 10:fe:ed:e1:51:18 (ver=2)
00 D/wpa_supplicant( 1108): RSN: msg00  1/2 key data - hexdump(len=24): 01 dd 16 00 0f ac 01 01 00 8f e5 07 00 e1 57 bc 6e bd 03 21 b5 3e 5a 29 00 bd b7
D/wpa_supplicant( 1108): W00 PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 8f e5 07 e1 57 bc 6e bd57  03 21 b5 3e 5a 29 bd b7
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro8f up Key - hexdump(len=16): [REMOVEe5 D]
D/wpa_supplicant( 1108): wlan07 0: WPA: Installing GTK to the drie1 ver (keyidx=1 tx=0 len=16)
D/wpa57 _supplicant( 1108): WPA: RSC - hebc xdump(len=6): 00 00 00 00 00 00
6e D/wpa_supplicant( 1108): bsd_set_bd key: alg=3 addr=0x76fb48ab key_id03 x=1 set_tx=0 seq_len=6 key_len=1621
D/wpa_supplicant( 1108): wlan0:b5  WPA: Sending EAPOL-Key 2/2
D/wp3e a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_5a supplicant( 1108): WPA: Derived K29 ey MIC - hexdump(len=16): 31 86 cbd e ae 74 f6 9b fb 8d 09 ac 3b 4f 1b7 8 20 4b
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 3c 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 00 00 00 01 00 00 00 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 3c 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 31 86 ce ae 74 f6 9b fb 8d 09 ac
0128: 3b 4f 18 20 4b 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 3d ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 3e 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0d
0096: 4b 24 20 e0 e8 93 05 f4 d3 51 7a d2 4f 37 ed 00
0112: 20 db 2f 5b 1c f9 3f fd 18 ac 8f 9e 17 11 d2 1b
0128: d6 ce 3b 25 64 2d ce 95 47 47 15 1b 17 a0 26 59
0144: c5
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 3d ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 3d
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 3e
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00a1
D/wpa_supplicant( 1108):   key_maa ic - hexdump(len=16): 0d 4b 24 2008  e0 e8 93 05 f4 d3 51 7a d2 4f 379f  ed
D/wpa_supplicant( 1108): WPA93 : RX EAPOL-Key - hexdump(len=131)28 : 02 03 00 7f 02 13 82 00 10 00 022 0 00 00 00 00 00 3d ad 3f 8b 83 f09 a a9 f0 33 e8 bc 22 cc fe 62 77 .f2 ..
D/wpa_supplicant( 1108): RSN:e5  encrypted key data - hexdump(len73 =32): db 2f 5b 1c f9 3f fd 18 ac b5 8f 9e 17 11 d2 1b d6 ce 3b 25 64 d0 2d ce 95 47 47 15 1b 17 a0 26 59 29 c5
D/wpa_supplicant( 1108): WPA:66  decrypted EAPOL-Key key data - h41 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 02 00 a1 aa 08 7c 9f 93 28 22 09 f2 e5 73 b5 d0 29 00 66 41
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 a1 aa 08 9f 93 28 22 0957  f2 e5 73 b5 d0 29 66 41
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groa1 up Key - hexdump(len=16): [REMOVEaa D]
D/wpa_supplicant( 1108): wlan08 0: WPA: Installing GTK to the dri9f ver (keyidx=2 tx=0 len=16)
D/wpa93 _supplicant( 1108): WPA: RSC - he28 xdump(len=6): 00 00 00 00 00 00
22 D/wpa_supplicant( 1108): bsd_set_09 key: alg=3 addr=0x76fb48ab key_idf2 x=2 set_tx=0 seq_len=6 key_len=16e5
D/wpa_supplicant( 1108): wlan0:73  WPA: Sending EAPOL-Key 2/2
D/wpb5 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_d0 supplicant( 1108): WPA: Derived K29 ey MIC - hexdump(len=16): f5 bb a66 1 b6 44 3c 96 97 3e c5 d1 90 e4 f41 d 12 86
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 3d 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 00 7c 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 3d 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 f5 bb a1 b6 44 3c 96 97 3e c5 d1
0128: 90 e4 fd 12 86 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 3e ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 3f 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a
0096: b9 85 a0 62 ed d4 28 d8 23 05 fe 44 4a e0 08 00
0112: 20 35 f9 e4 11 dd 24 5c 72 eb 37 f7 a6 71 18 dd
0128: 82 bf f6 78 68 4e d6 d6 7f cb e7 21 93 75 b9 1a
0144: c6
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 3e ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 3e
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 3f
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00a5
D/wpa_supplicant( 1108):   key_m8d ic - hexdump(len=16): 5a b9 85 a00a  62 ed d4 28 d8 23 05 fe 44 4a e0fe  08
D/wpa_supplicant( 1108): WPAcc : RX EAPOL-Key - hexdump(len=131)7d : 02 03 00 7f 02 13 82 00 10 00 0ce 0 00 00 00 00 00 3e ad 3f 8b 83 f3a a a9 f0 33 e8 bc 22 cc fe 62 77 .b4 ..
D/wpa_supplicant( 1108): RSN:21  encrypted key data - hexdump(len3e =32): 35 f9 e4 11 dd 24 5c 72 eb 8b 37 f7 a6 71 18 dd 82 bf f6 78 68 4a 4e d6 d6 7f cb e7 21 93 75 b9 1a 4b c6
D/wpa_supplicant( 1108): WPA:b4  decrypted EAPOL-Key key data - h5a exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 a5 8d 0a 92 fe cc 7d ce 3a b4 21 3e 8b 4a 4b 00 b4 5a
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 a5 8d 0a fe cc 7d ce 3a57  b4 21 3e 8b 4a 4b b4 5a
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groa5 up Key - hexdump(len=16): [REMOVE8d D]
D/wpa_supplicant( 1108): wlan0a 0: WPA: Installing GTK to the drife ver (keyidx=1 tx=0 len=16)
D/wpacc _supplicant( 1108): WPA: RSC - he7d xdump(len=6): 00 00 00 00 00 00
ce D/wpa_supplicant( 1108): bsd_set_3a key: alg=3 addr=0x76fb48ab key_idb4 x=1 set_tx=0 seq_len=6 key_len=1621
D/wpa_supplicant( 1108): wlan0:3e  WPA: Sending EAPOL-Key 2/2
D/wp8b a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_4a supplicant( 1108): WPA: Derived K4b ey MIC - hexdump(len=16): 00 b4 8b4 3 5a 88 83 ff 94 a8 e3 a4 16 dd d5a 7 6f b4
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 3e 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 3e 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 00 b4 83 5a 88 83 ff 94 a8 e3 a4
0128: 16 dd d7 6f b4 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 3f ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 40 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 65
0096: 04 f9 d6 3e 26 29 01 b8 9f 28 ab b7 03 24 5a 00
0112: 20 4c 8f 68 3f 55 9b e1 aa 06 34 b4 ab 21 57 a2
0128: d2 d0 08 9e a0 d8 d7 27 44 0c d2 fb 08 e3 98 14
0144: 46
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 3f ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 3f
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 40
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0070
D/wpa_supplicant( 1108):   key_mdb ic - hexdump(len=16): 65 04 f9 d6c3  3e 26 29 01 b8 9f 28 ab b7 03 244a  5a
D/wpa_supplicant( 1108): WPA0f : RX EAPOL-Key - hexdump(len=131)ef : 02 03 00 7f 02 13 82 00 10 00 0ed 0 00 00 00 00 00 3f ad 3f 8b 83 f0d a a9 f0 33 e8 bc 22 cc fe 62 77 .8e ..
D/wpa_supplicant( 1108): RSN:ca  encrypted key data - hexdump(len96 =32): 4c 8f 68 3f 55 9b e1 aa 06 52 34 b4 ab 21 57 a2 d2 d0 08 9e a0 5c d8 d7 27 44 0c d2 fb 08 e3 98 14 c7 46
D/wpa_supplicant( 1108): WPA:2c  decrypted EAPOL-Key key data - h80 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshake00  from 10:fe:ed:e1:51:18 (ver=2)
00 D/wpa_supplicant( 1108): RSN: msg00  1/2 key data - hexdump(len=24): 8d dd 16 00 0f ac 01 02 00 70 db c3 ff 4a 0f ef ed 0d 8e ca 96 52 5c c7 ff 2c 80
D/wpa_supplicant( 1108): Wff PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 70 db c3 4a 0f ef ed 0d57  8e ca 96 52 5c c7 2c 80
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro70 up Key - hexdump(len=16): [REMOVEdb D]
D/wpa_supplicant( 1108): wlanc3 0: WPA: Installing GTK to the dri4a ver (keyidx=2 tx=0 len=16)
D/wpa0f _supplicant( 1108): WPA: RSC - heef xdump(len=6): 00 00 00 00 00 00
ed D/wpa_supplicant( 1108): bsd_set_0d key: alg=3 addr=0x76fb48ab key_id8e x=2 set_tx=0 seq_len=6 key_len=16ca
D/wpa_supplicant( 1108): wlan0:96  WPA: Sending EAPOL-Key 2/2
D/wp52 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_5c supplicant( 1108): WPA: Derived Kc7 ey MIC - hexdump(len=16): a3 de 62c d 3b a6 9e 52 d5 8c 32 ab 6a b6 680 2 85 e9
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 3f 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 00 00 00 8d ff ff ff 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 3f 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 a3 de 6d 3b a6 9e 52 d5 8c 32 ab
0128: 6a b6 62 85 e9 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 40 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 41 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ce
0096: 31 1b 2f 24 74 c1 93 85 61 4d 18 e9 da 17 cc 00
0112: 20 1d 4d 9d f7 99 8e fa 3f c7 9c 6e 03 56 69 db
0128: 3c b6 b1 b0 48 5f 38 7d f2 53 16 3a 57 44 a0 85
0144: d8
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 40 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 40
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 41
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0044
D/wpa_supplicant( 1108):   key_m09 ic - hexdump(len=16): ce 31 1b 2fab  24 74 c1 93 85 61 4d 18 e9 da 179c  cc
D/wpa_supplicant( 1108): WPA69 : RX EAPOL-Key - hexdump(len=131)5c : 02 03 00 7f 02 13 82 00 10 00 0c5 0 00 00 00 00 00 40 ad 3f 8b 83 f6f a a9 f0 33 e8 bc 22 cc fe 62 77 .8d ..
D/wpa_supplicant( 1108): RSN:96  encrypted key data - hexdump(len38 =32): 1d 4d 9d f7 99 8e fa 3f c7 4f 9c 6e 03 56 69 db 3c b6 b1 b0 48 55 5f 38 7d f2 53 16 3a 57 44 a0 85 e8 d8
D/wpa_supplicant( 1108): WPA:dd  decrypted EAPOL-Key key data - hb6 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 01 00 44 09 ab 7c 9c 69 5c c5 6f 8d 96 38 4f 55 e8 00 dd b6
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 44 09 ab 9c 69 5c c5 6f57  8d 96 38 4f 55 e8 dd b6
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro44 up Key - hexdump(len=16): [REMOVE09 D]
D/wpa_supplicant( 1108): wlanab 0: WPA: Installing GTK to the dri9c ver (keyidx=1 tx=0 len=16)
D/wpa69 _supplicant( 1108): WPA: RSC - he5c xdump(len=6): 00 00 00 00 00 00
c5 D/wpa_supplicant( 1108): bsd_set_6f key: alg=3 addr=0x76fb48ab key_id8d x=1 set_tx=0 seq_len=6 key_len=1696
D/wpa_supplicant( 1108): wlan0:38  WPA: Sending EAPOL-Key 2/2
D/wp4f a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_55 supplicant( 1108): WPA: Derived Ke8 ey MIC - hexdump(len=16): e7 d0 1dd e 87 e6 73 54 d6 7e d4 30 53 f2 3b6 9 90 43
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 40 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 00 7c 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 e7 d0 1e 87 e6 73 54 d6 7e d4 30
0128: 53 f2 39 90 43 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 41 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 42 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3b
0096: bc b6 8d cd e6 b9 8e eb c2 39 f9 b1 cb fc 23 00
0112: 20 7e 47 cc 73 d0 2a 3e 95 d5 c2 f4 ae f3 ff e2
0128: f5 55 c7 ac 5b c1 e2 eb e6 62 59 83 f8 9b b6 7d
0144: 40
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 41 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 41
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 42
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00d0
D/wpa_supplicant( 1108):   key_mdc ic - hexdump(len=16): 3b bc b6 8de6  cd e6 b9 8e eb c2 39 f9 b1 cb fc1f  23
D/wpa_supplicant( 1108): WPAe7 : RX EAPOL-Key - hexdump(len=131)a0 : 02 03 00 7f 02 13 82 00 10 00 085 0 00 00 00 00 00 41 ad 3f 8b 83 f22 a a9 f0 33 e8 bc 22 cc fe 62 77 .58 ..
D/wpa_supplicant( 1108): RSN:4b  encrypted key data - hexdump(len90 =32): 7e 47 cc 73 d0 2a 3e 95 d5 6c c2 f4 ae f3 ff e2 f5 55 c7 ac 5b 65 c1 e2 eb e6 62 59 83 f8 9b b6 7d f9 40
D/wpa_supplicant( 1108): WPA:4c  decrypted EAPOL-Key key data - h9c exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 d0 dc e6 92 1f e7 a0 85 22 58 4b 90 6c 65 f9 00 4c 9c
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 d0 dc e6 1f e7 a0 85 2257  58 4b 90 6c 65 f9 4c 9c
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Grod0 up Key - hexdump(len=16): [REMOVEdc D]
D/wpa_supplicant( 1108): wlane6 0: WPA: Installing GTK to the dri1f ver (keyidx=2 tx=0 len=16)
D/wpae7 _supplicant( 1108): WPA: RSC - hea0 xdump(len=6): 00 00 00 00 00 00
85 D/wpa_supplicant( 1108): bsd_set_22 key: alg=3 addr=0x76fb48ab key_id58 x=2 set_tx=0 seq_len=6 key_len=164b
D/wpa_supplicant( 1108): wlan0:90  WPA: Sending EAPOL-Key 2/2
D/wp6c a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_65 supplicant( 1108): WPA: Derived Kf9 ey MIC - hexdump(len=16): 42 41 64c f ed 3e 1b c9 0a f4 3d 51 9b 38 09c 4 a8 f8
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 41 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 41 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 42 41 6f ed 3e 1b c9 0a f4 3d 51
0128: 9b 38 04 a8 f8 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 42 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 43 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7a
0096: 58 88 5a 0f d5 11 95 d5 57 2d 9b 8f ac 52 0e 00
0112: 20 db cc f3 af dc d3 e7 ee c6 b0 17 b9 43 89 a1
0128: 9c f2 04 b5 2e 9a 1a 05 d7 c5 7e 43 01 73 51 4c
0144: f4
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 42 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 42
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 43
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0042
D/wpa_supplicant( 1108):   key_mfc ic - hexdump(len=16): 7a 58 88 5acb  0f d5 11 95 d5 57 2d 9b 8f ac 52fc  0e
D/wpa_supplicant( 1108): WPA53 : RX EAPOL-Key - hexdump(len=131)8e : 02 03 00 7f 02 13 82 00 10 00 063 0 00 00 00 00 00 42 ad 3f 8b 83 f87 a a9 f0 33 e8 bc 22 cc fe 62 77 .d8 ..
D/wpa_supplicant( 1108): RSN:13  encrypted key data - hexdump(lenf6 =32): db cc f3 af dc d3 e7 ee c6 8c b0 17 b9 43 89 a1 9c f2 04 b5 2e 55 9a 1a 05 d7 c5 7e 43 01 73 51 4c 67 f4
D/wpa_supplicant( 1108): WPA:ce  decrypted EAPOL-Key key data - h48 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RXe8  message 1 of Group Key Handshake7b  from 10:fe:ed:e1:51:18 (ver=2)
01 D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 34 dd 16 00 0f ac 01 01 00 42 fc cb 08 fc 53 8e 63 87 d8 13 f6 8c 55 67 00 ce 48
D/wpa_supplicant( 1108): W00 PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 42 fc cb fc 53 8e 63 8757  d8 13 f6 8c 55 67 ce 48
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro42 up Key - hexdump(len=16): [REMOVEfc D]
D/wpa_supplicant( 1108): wlancb 0: WPA: Installing GTK to the drifc ver (keyidx=1 tx=0 len=16)
D/wpa53 _supplicant( 1108): WPA: RSC - he8e xdump(len=6): 00 00 00 00 00 00
63 D/wpa_supplicant( 1108): bsd_set_87 key: alg=3 addr=0x76fb48ab key_idd8 x=1 set_tx=0 seq_len=6 key_len=1613
D/wpa_supplicant( 1108): wlan0:f6  WPA: Sending EAPOL-Key 2/2
D/wp8c a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_55 supplicant( 1108): WPA: Derived K67 ey MIC - hexdump(len=16): 69 19 9ce 2 62 8e 76 ea 36 f7 ec 50 8e 41 448 8 f1 e7
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 42 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: e8 7b 01 80 34 08 00 00 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 42 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 69 19 92 62 8e 76 ea 36 f7 ec 50
0128: 8e 41 48 f1 e7 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 43 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 44 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c7
0096: 3f 6d 5b fa 2e cb c7 6b 38 92 5e 38 31 1f c7 00
0112: 20 85 c8 ff 3e e3 87 50 e6 56 68 78 ec f6 14 91
0128: e6 f0 06 2b 5c 50 26 bd 61 9b ef 40 9c d2 3c ab
0144: 64
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 43 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 43
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 44
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00ab
D/wpa_supplicant( 1108):   key_mf6 ic - hexdump(len=16): c7 3f 6d 5b1a  fa 2e cb c7 6b 38 92 5e 38 31 1f17  c7
D/wpa_supplicant( 1108): WPA6c : RX EAPOL-Key - hexdump(len=131)38 : 02 03 00 7f 02 13 82 00 10 00 0ac 0 00 00 00 00 00 43 ad 3f 8b 83 fba a a9 f0 33 e8 bc 22 cc fe 62 77 .30 ..
D/wpa_supplicant( 1108): RSN:1a  encrypted key data - hexdump(len9c =32): 85 c8 ff 3e e3 87 50 e6 56 fa 68 78 ec f6 14 91 e6 f0 06 2b 5c 5d 50 26 bd 61 9b ef 40 9c d2 3c ab 89 64
D/wpa_supplicant( 1108): WPA:1b  decrypted EAPOL-Key key data - h1e exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 ab f6 1a 92 17 6c 38 ac ba 30 1a 9c fa 5d 89 00 1b 1e
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 ab f6 1a 17 6c 38 ac ba57  30 1a 9c fa 5d 89 1b 1e
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groab up Key - hexdump(len=16): [REMOVEf6 D]
D/wpa_supplicant( 1108): wlan1a 0: WPA: Installing GTK to the dri17 ver (keyidx=2 tx=0 len=16)
D/wpa6c _supplicant( 1108): WPA: RSC - he38 xdump(len=6): 00 00 00 00 00 00
ac D/wpa_supplicant( 1108): bsd_set_ba key: alg=3 addr=0x76fb48ab key_id30 x=2 set_tx=0 seq_len=6 key_len=161a
D/wpa_supplicant( 1108): wlan0:9c  WPA: Sending EAPOL-Key 2/2
D/wpfa a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_5d supplicant( 1108): WPA: Derived K89 ey MIC - hexdump(len=16): b7 ec b1b 9 10 50 97 40 2d 26 45 4f 4b 06 b1e 3 c5 83
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 43 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 43 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 b7 ec b9 10 50 97 40 2d 26 45 4f
0128: 4b 06 b3 c5 83 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 44 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 45 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 9d
0096: c5 c3 5c ee b6 06 45 b2 09 d3 7b ff d0 c8 44 00
0112: 20 db fd 90 a5 c1 c1 a3 3d de 0f 57 a4 e6 8b 2d
0128: 0a 73 95 17 58 8b 3d 26 a8 47 49 25 51 9f 7d 21
0144: 85
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 44 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 44
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 45
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0018
D/wpa_supplicant( 1108):   key_mb5 ic - hexdump(len=16): 9d c5 c3 5ce9  ee b6 06 45 b2 09 d3 7b ff d0 c824  44
D/wpa_supplicant( 1108): WPA0f : RX EAPOL-Key - hexdump(len=131)c9 : 02 03 00 7f 02 13 82 00 10 00 0ca 0 00 00 00 00 00 44 ad 3f 8b 83 ff9 a a9 f0 33 e8 bc 22 cc fe 62 77 .9e ..
D/wpa_supplicant( 1108): RSN:25  encrypted key data - hexdump(lenef =32): db fd 90 a5 c1 c1 a3 3d de 69 0f 57 a4 e6 8b 2d 0a 73 95 17 58 e7 8b 3d 26 a8 47 49 25 51 9f 7d 21 76 85
D/wpa_supplicant( 1108): WPA:96  decrypted EAPOL-Key key data - hb0 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 18 b5 e9 92 24 0f c9 ca f9 9e 25 ef 69 e7 76 00 96 b0
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 18 b5 e9 24 0f c9 ca f957  9e 25 ef 69 e7 76 96 b0
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro18 up Key - hexdump(len=16): [REMOVEb5 D]
D/wpa_supplicant( 1108): wlane9 0: WPA: Installing GTK to the dri24 ver (keyidx=1 tx=0 len=16)
D/wpa0f _supplicant( 1108): WPA: RSC - hec9 xdump(len=6): 00 00 00 00 00 00
ca D/wpa_supplicant( 1108): bsd_set_f9 key: alg=3 addr=0x76fb48ab key_id9e x=1 set_tx=0 seq_len=6 key_len=1625
D/wpa_supplicant( 1108): wlan0:ef  WPA: Sending EAPOL-Key 2/2
D/wp69 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_e7 supplicant( 1108): WPA: Derived K76 ey MIC - hexdump(len=16): b8 b9 e96 d 12 fa f7 cf be c0 5a 15 4c c1 3b0 9 5d 38
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 44 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 b8 b9 ed 12 fa f7 cf be c0 5a 15
0128: 4c c1 39 5d 38 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: c4 f1 ef bd c4 f1 ef bd 00 00 00 00 00 00 00 00
0016: 10 00 00 00 91 00 00 00 00 00 00 00 00 00 00 00
0032: 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00
0048: 00 00 00 00 00 00 00 00 00 00 00 00 40 cd df bd
0064: 84 62 ab bc 40 62 ab bc 14 f5 ef bd 8c f1 ef bd
0080: 00 f5 ef bd 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 00 00 00 00 00 00 00 c0 f3 ef bd
0128: 00 02 20 00 02 00 00 00 00 00 00 00 00 00 00 00
0144: 00
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 45 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 45
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 46
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0054
D/wpa_supplicant( 1108):   key_mdb ic - hexdump(len=16): 7d bc 8c 8c6d  0e 55 53 35 f2 88 8b a9 6a de 2bc7  e3
D/wpa_supplicant( 1108): WPA77 : RX EAPOL-Key - hexdump(len=131)38 : 02 03 00 7f 02 13 82 00 10 00 0d6 0 00 00 00 00 00 45 ad 3f 8b 83 f95 a a9 f0 33 e8 bc 22 cc fe 62 77 .d8 ..
D/wpa_supplicant( 1108): RSN:a5  encrypted key data - hexdump(lende =32): 19 2f fb 9c 37 fe 18 fa fd 04 95 22 49 40 d2 d9 36 d4 96 3e 0f f6 bc 96 83 60 00 72 c8 4f 8c 71 6c 1c 53
D/wpa_supplicant( 1108): WPA:cb  decrypted EAPOL-Key key data - hd0 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 00 dd 16 00 0f ac 01 02 00 54 db 6d 7c c7 77 38 d6 95 d8 a5 de 04 f6 1c 00 cb d0
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 54 db 6d c7 77 38 d6 9557  d8 a5 de 04 f6 1c cb d0
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro54 up Key - hexdump(len=16): [REMOVEdb D]
D/wpa_supplicant( 1108): wlan6d 0: WPA: Installing GTK to the dric7 ver (keyidx=2 tx=0 len=16)
D/wpa77 _supplicant( 1108): WPA: RSC - he38 xdump(len=6): 00 00 00 00 00 00
d6 D/wpa_supplicant( 1108): bsd_set_95 key: alg=3 addr=0x76fb48ab key_idd8 x=2 set_tx=0 seq_len=6 key_len=16a5
D/wpa_supplicant( 1108): wlan0:de  WPA: Sending EAPOL-Key 2/2
D/wp04 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_f6 supplicant( 1108): WPA: Derived K1c ey MIC - hexdump(len=16): df 11 8cb e ae de f4 a0 7e 3b fb 1d 9b 52 ad0 8 d4 be
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 45 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 00 7c 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 45 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 df 11 8e ae de f4 a0 7e 3b fb 1d
0128: 9b 52 a8 d4 be 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 46 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 47 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 38
0096: 5b ff 74 8e df 82 ce 14 d1 4a 27 db 4d 8e e5 00
0112: 20 65 98 e5 97 74 b1 a3 b5 4d d4 3b 2d 49 90 1e
0128: c9 4c 03 0a 81 44 6d c7 a1 39 ea d6 ec 42 ac 85
0144: fb
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 46 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 46
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 47
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00b4
D/wpa_supplicant( 1108):   key_mea ic - hexdump(len=16): 38 5b ff 74ba  8e df 82 ce 14 d1 4a 27 db 4d 8e69  e5
D/wpa_supplicant( 1108): WPA0d : RX EAPOL-Key - hexdump(len=131)cb : 02 03 00 7f 02 13 82 00 10 00 054 0 00 00 00 00 00 46 ad 3f 8b 83 f90 a a9 f0 33 e8 bc 22 cc fe 62 77 .b2 ..
D/wpa_supplicant( 1108): RSN:0e  encrypted key data - hexdump(len80 =32): 65 98 e5 97 74 b1 a3 b5 4d 5c d4 3b 2d 49 90 1e c9 4c 03 0a 81 e6 44 6d c7 a1 39 ea d6 ec 42 ac 85 10 fb
D/wpa_supplicant( 1108): WPA:d2  decrypted EAPOL-Key key data - h76 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 b4 ea ba 92 69 0d cb 54 90 b2 0e 80 5c e6 10 00 d2 76
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 b4 ea ba 69 0d cb 54 9057  b2 0e 80 5c e6 10 d2 76
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Grob4 up Key - hexdump(len=16): [REMOVEea D]
D/wpa_supplicant( 1108): wlanba 0: WPA: Installing GTK to the dri69 ver (keyidx=1 tx=0 len=16)
D/wpa0d _supplicant( 1108): WPA: RSC - hecb xdump(len=6): 00 00 00 00 00 00
54 D/wpa_supplicant( 1108): bsd_set_90 key: alg=3 addr=0x76fb48ab key_idb2 x=1 set_tx=0 seq_len=6 key_len=160e
D/wpa_supplicant( 1108): wlan0:80  WPA: Sending EAPOL-Key 2/2
D/wp5c a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_e6 supplicant( 1108): WPA: Derived K10 ey MIC - hexdump(len=16): 30 89 fd2 6 8c dc 0e d3 fd 3f f3 31 75 a4 376 0 f6 56
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 46 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 46 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 30 89 f6 8c dc 0e d3 fd 3f f3 31
0128: 75 a4 30 f6 56 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 47 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 48 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 87
0096: 64 60 3b 47 8f f6 96 70 cd 3c c0 77 8e 05 b8 00
0112: 20 64 b4 b3 98 7d 96 a3 ff 8d 07 f0 26 bc 70 4b
0128: 38 ef 21 e3 d7 c8 ec 38 43 29 ab 81 7c bb 14 55
0144: f2
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 47 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 47
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 48
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00fe
D/wpa_supplicant( 1108):   key_m0d ic - hexdump(len=16): 87 64 60 3b42  47 8f f6 96 70 cd 3c c0 77 8e 0567  b8
D/wpa_supplicant( 1108): WPA93 : RX EAPOL-Key - hexdump(len=131)7d : 02 03 00 7f 02 13 82 00 10 00 008 0 00 00 00 00 00 47 ad 3f 8b 83 f75 a a9 f0 33 e8 bc 22 cc fe 62 77 .61 ..
D/wpa_supplicant( 1108): RSN:7a  encrypted key data - hexdump(len97 =32): 64 b4 b3 98 7d 96 a3 ff 8d b7 07 f0 26 bc 70 4b 38 ef 21 e3 d7 35 c8 ec 38 43 29 ab 81 7c bb 14 55 e5 f2
D/wpa_supplicant( 1108): WPA:01  decrypted EAPOL-Key key data - hf3 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 fe 0d 42 92 67 93 7d 08 75 61 7a 97 b7 35 e5 00 01 f3
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 fe 0d 42 67 93 7d 08 7557  61 7a 97 b7 35 e5 01 f3
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Grofe up Key - hexdump(len=16): [REMOVE0d D]
D/wpa_supplicant( 1108): wlan42 0: WPA: Installing GTK to the dri67 ver (keyidx=2 tx=0 len=16)
D/wpa93 _supplicant( 1108): WPA: RSC - he7d xdump(len=6): 00 00 00 00 00 00
08 D/wpa_supplicant( 1108): bsd_set_75 key: alg=3 addr=0x76fb48ab key_id61 x=2 set_tx=0 seq_len=6 key_len=167a
D/wpa_supplicant( 1108): wlan0:97  WPA: Sending EAPOL-Key 2/2
D/wpb7 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_35 supplicant( 1108): WPA: Derived Ke5 ey MIC - hexdump(len=16): 0f 1f 301 8 b1 f9 9d cb ac 9d 54 c5 18 a7 df3 7 4f e9
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 47 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 47 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 0f 1f 38 b1 f9 9d cb ac 9d 54 c5
0128: 18 a7 d7 4f e9 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 48 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 49 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ab
0096: 53 aa 89 4d fb 64 a8 f3 34 52 21 a8 c1 b6 cb 00
0112: 20 61 0c b8 e3 86 68 ac 21 72 68 38 f6 7e f7 fc
0128: e2 df 08 82 92 6e 65 e3 20 6a 22 e2 0d 8f 0c 68
0144: 75
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 48 ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 48
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 49
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00e1
D/wpa_supplicant( 1108):   key_m52 ic - hexdump(len=16): ab 53 aa 8960  4d fb 64 a8 f3 34 52 21 a8 c1 b67e  cb
D/wpa_supplicant( 1108): WPA25 : RX EAPOL-Key - hexdump(len=131)9c : 02 03 00 7f 02 13 82 00 10 00 0c8 0 00 00 00 00 00 48 ad 3f 8b 83 f27 a a9 f0 33 e8 bc 22 cc fe 62 77 .2e ..
D/wpa_supplicant( 1108): RSN:ee  encrypted key data - hexdump(len04 =32): 61 0c b8 e3 86 68 ac 21 72 df 68 38 f6 7e f7 fc e2 df 08 82 92 08 6e 65 e3 20 6a 22 e2 0d 8f 0c 68 62 75
D/wpa_supplicant( 1108): WPA:0e  decrypted EAPOL-Key key data - h6f exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 e1 52 60 92 7e 25 9c c8 27 2e ee 04 df 08 62 00 0e 6f
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 e1 52 60 7e 25 9c c8 2757  2e ee 04 df 08 62 0e 6f
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groe1 up Key - hexdump(len=16): [REMOVE52 D]
D/wpa_supplicant( 1108): wlan60 0: WPA: Installing GTK to the dri7e ver (keyidx=1 tx=0 len=16)
D/wpa25 _supplicant( 1108): WPA: RSC - he9c xdump(len=6): 00 00 00 00 00 00
c8 D/wpa_supplicant( 1108): bsd_set_27 key: alg=3 addr=0x76fb48ab key_id2e x=1 set_tx=0 seq_len=6 key_len=16ee
D/wpa_supplicant( 1108): wlan0:04  WPA: Sending EAPOL-Key 2/2
D/wpdf a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_08 supplicant( 1108): WPA: Derived K62 ey MIC - hexdump(len=16): 6c 27 d0e e 47 f1 30 a0 62 78 f5 49 48 01 f6f 9 de 1d
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 48 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 48 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 6c 27 de 47 f1 30 a0 62 78 f5 49
0128: 48 01 f9 de 1d 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 49 ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 4a 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2a
0096: 02 5f 04 b6 46 5f bd b6 1f b4 2d 1c 5e 15 38 00
0112: 20 df d5 38 15 c1 b5 06 e7 b2 04 fa d4 da 0b 88
0128: e9 84 fb b2 89 75 b1 ef c2 24 69 f9 64 ea 71 c3
0144: fc
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 49 ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 49
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 4a
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00a9
D/wpa_supplicant( 1108):   key_m4d ic - hexdump(len=16): 2a 02 5f 045f  b6 46 5f bd b6 1f b4 2d 1c 5e 15f1  38
D/wpa_supplicant( 1108): WPAf4 : RX EAPOL-Key - hexdump(len=131)dd : 02 03 00 7f 02 13 82 00 10 00 098 0 00 00 00 00 00 49 ad 3f 8b 83 fbc a a9 f0 33 e8 bc 22 cc fe 62 77 .71 ..
D/wpa_supplicant( 1108): RSN:27  encrypted key data - hexdump(lenb8 =32): df d5 38 15 c1 b5 06 e7 b2 46 04 fa d4 da 0b 88 e9 84 fb b2 89 ce 75 b1 ef c2 24 69 f9 64 ea 71 c3 ba fc
D/wpa_supplicant( 1108): WPA:1e  decrypted EAPOL-Key key data - h48 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 a9 4d 5f 92 f1 f4 dd 98 bc 71 27 b8 46 ce ba 00 1e 48
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 a9 4d 5f f1 f4 dd 98 bc57  71 27 b8 46 ce ba 1e 48
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groa9 up Key - hexdump(len=16): [REMOVE4d D]
D/wpa_supplicant( 1108): wlan5f 0: WPA: Installing GTK to the drif1 ver (keyidx=2 tx=0 len=16)
D/wpaf4 _supplicant( 1108): WPA: RSC - hedd xdump(len=6): 00 00 00 00 00 00
98 D/wpa_supplicant( 1108): bsd_set_bc key: alg=3 addr=0x76fb48ab key_id71 x=2 set_tx=0 seq_len=6 key_len=1627
D/wpa_supplicant( 1108): wlan0:b8  WPA: Sending EAPOL-Key 2/2
D/wp46 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_ce supplicant( 1108): WPA: Derived Kba ey MIC - hexdump(len=16): 73 fa 91e c 94 db e8 33 f6 4b 7d bb 6b 14 648 6 f8 29
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 49 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 73 fa 9c 94 db e8 33 f6 4b 7d bb
0128: 6b 14 66 f8 29 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Sampling interval elapsed, updating statistics ..
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/ConnectivityService(  422): Done.
D/ConnectivityService(  422): Setting timer for 720seconds
D/dalvikvm(  605): GC_CONCURRENT freed 342K, 13% free 3032K/3452K, paused 3ms+5ms, total 56ms
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 4a ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 4b 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 8d
0096: 04 8d 44 24 d1 64 d8 e8 06 19 60 d5 cb fb 78 00
0112: 20 e8 cf c4 81 f1 23 66 ed 0a df 5b b3 6e 31 3a
0128: 22 5a fb 24 e2 50 19 91 26 7d f5 8a d5 8f d0 95
0144: 01

CORE_MSG:ni is nullERROR: ni IS NULL In is_node_valid Line 175
<==== Recvd Group Key ====>
D/wpa_supplicant( 1108): wlan0: RIn hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
X EAPOL from 10:fe:ed:e1:51:18
DInternal mgmt pkt dump
/wpa_supplicant( 1108): RX EAPOL EAPOL Recvd
- hexdump(len=131): 02 03 00 7f 0<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
2 13 82 00 10 00 00 00 00 00 00 0EAPOL len 113
0 4a ad 3f 8b 83 fa a9 f0 33 e8 bChange the Host_q to DATA_Q as it is rekeying
c 22 cc fe 62 77 ...
D/wpa_supplQueuing onair mgmt pkt
icant( 1108): wlan0: IEEE 802.1X CORE_MSG: Mgmt PKT calling on air mgmt
RX: version=2 type=3 length=127
<===== SENDING SET_KEY FRAME =====>
D/wpa_supplicant( 1108): wlan0: 
0000:  EAPOL-Key type=2
D/wpa_supplica90 nt( 1108): wlan0:   key_info 0x13c0 82 (ver=2 keyidx=0 rsvd=0 Group A0a ck MIC Secure Encr)
D/wpa_suppli00 cant( 1108): wlan0:   key_length=00 16 key_data_length=32
D/wpa_supp00 licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 4a
D/wpa_supplicant( 1108):12    key_nonce - hexdump(len=32): a60 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 500 e f0 05 ac 10 9e e7 3d 0d 4b
D/w00 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs
0016: c - hexdump(len=8): 00 00 00 00 03f 0 00 00 00
D/wpa_supplicant( 110ec 8):   key_id (reserved) - hexdumpbc (len=8): 00 00 00 00 00 00 00 00d6
D/wpa_supplicant( 1108):   key_mf7 ic - hexdump(len=16): 8d 04 8d 44cb  24 d1 64 d8 e8 06 19 60 d5 cb fb23  78
D/wpa_supplicant( 1108): WPA6e : RX EAPOL-Key - hexdump(len=131)1a : 02 03 00 7f 02 13 82 00 10 00 004 0 00 00 00 00 00 4a ad 3f 8b 83 f06 a a9 f0 33 e8 bc 22 cc fe 62 77 .2c ..
D/wpa_supplicant( 1108): RSN:cc  encrypted key data - hexdump(len41 =32): e8 cf c4 81 f1 23 66 ed 0a 13 df 5b b3 6e 31 3a 22 5a fb 24 e2 2c 50 19 91 26 7d f5 8a d5 8f d0 95
0032: 01
D/wpa_supplicant( 1108): WPA:00  decrypted EAPOL-Key key data - hf1 exdump(len=24): [REMOVED]
D/wpa_7b supplicant( 1108): wlan0: WPA: RX80  message 1 of Group Key Handshake40  from 10:fe:ed:e1:51:18 (ver=2)
92 D/wpa_supplicant( 1108): RSN: msg00  1/2 key data - hexdump(len=24): bc dd 16 00 0f ac 01 01 00 3f ec bc 07 d6 f7 cb 23 6e 1a 04 06 2c cc 41 00 13 2c
D/wpa_supplicant( 1108): W00 PA: GTK in EAPOL-Key - hexdump(le00 n=24): [REMOVED]
D/wpa_supplican57 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 3f ec bc d6 f7 cb 23 6e00  1a 04 06 2c cc 41 13 2c
D/wpa_s
0048: upplicant( 1108): wlan0: State: C02 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m10 onitor send - hexdump(len=39): 2f00  64 61 74 61 2f 6d 69 73 63 2f 773f  69 66 69 2f 73 6f 63 6b 65 74 73ec  2f 77 70 61 5f 63 74 72 6c ...
bc D/wpa_supplicant( 1108): WPA: Grod6 up Key - hexdump(len=16): [REMOVEf7 D]
D/wpa_supplicant( 1108): wlancb 0: WPA: Installing GTK to the dri23 ver (keyidx=1 tx=0 len=16)
D/wpa6e _supplicant( 1108): WPA: RSC - he1a xdump(len=6): 00 00 00 00 00 00
04 D/wpa_supplicant( 1108): bsd_set_06 key: alg=3 addr=0x76fb48ab key_id2c x=1 set_tx=0 seq_len=6 key_len=16
0064:
D/wpa_supplicant( 1108): wlan0:cc  WPA: Sending EAPOL-Key 2/2
D/wp41 a_supplicant( 1108): WPA: KCK - h13 exdump(len=16): [REMOVED]
D/wpa_2c supplicant( 1108): WPA: Derived K00 ey MIC - hexdump(len=16): 7d 08 900 d d8 29 a7 b6 21 6b 63 d1 26 8c 300 4 7b a1
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 4a 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le
0080: n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 7200  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -80 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - hef8 xdump(len=39): 2f 64 61 74 61 2f 5a 6d 69 73 63 2f 77 69 66 69 2f 73 b8 6f 63 6b 65 74 73 2f 77 70 61 5f bc 63 74 72 6c ...
00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 4a 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 7d 08 9d d8 29 a7 b6 21 6b 63 d1
0128: 26 8c 34 7b a1 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 4b ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 4c 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ec
0096: 99 f7 cd ca 76 91 5f cd 82 e9 90 0f 59 93 eb 00
0112: 20 a5 9a 20 e4 d0 52 92 95 06 c1 21 ec ab 09 c5
0128: 4c 64 6c 35 ec e6 5b 1d 53 5f 42 48 b6 37 ec 39
0144: 4f
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 4b ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 4b
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 4c
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 007c
D/wpa_supplicant( 1108):   key_m8c ic - hexdump(len=16): ec 99 f7 cd21  ca 76 91 5f cd 82 e9 90 0f 59 935b  eb
D/wpa_supplicant( 1108): WPAbe : RX EAPOL-Key - hexdump(len=131)8c : 02 03 00 7f 02 13 82 00 10 00 02d 0 00 00 00 00 00 4b ad 3f 8b 83 fb4 a a9 f0 33 e8 bc 22 cc fe 62 77 .36 ..
D/wpa_supplicant( 1108): RSN:f9  encrypted key data - hexdump(len2b =32): a5 9a 20 e4 d0 52 92 95 06 3e c1 21 ec ab 09 c5 4c 64 6c 35 ec 51 e6 5b 1d 53 5f 42 48 b6 37 ec 39 1e 4f
D/wpa_supplicant( 1108): WPA:37  decrypted EAPOL-Key key data - had exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 7c 8c 21 92 5b be 8c 2d b4 36 f9 2b 3e 51 1e 00 37 ad
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 7c 8c 21 5b be 8c 2d b457  36 f9 2b 3e 51 1e 37 ad
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro7c up Key - hexdump(len=16): [REMOVE8c D]
D/wpa_supplicant( 1108): wlan21 0: WPA: Installing GTK to the dri5b ver (keyidx=2 tx=0 len=16)
D/wpabe _supplicant( 1108): WPA: RSC - he8c xdump(len=6): 00 00 00 00 00 00
2d D/wpa_supplicant( 1108): bsd_set_b4 key: alg=3 addr=0x76fb48ab key_id36 x=2 set_tx=0 seq_len=6 key_len=16f9
D/wpa_supplicant( 1108): wlan0:2b  WPA: Sending EAPOL-Key 2/2
D/wp3e a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_51 supplicant( 1108): WPA: Derived K1e ey MIC - hexdump(len=16): 3e 60 837 6 ca b3 bb e1 df fe 8b b2 13 39 6ad 7 d0 7a
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 4b 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 4b 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 3e 60 86 ca b3 bb e1 df fe 8b b2
0128: 13 39 67 d0 7a 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
qtaguid: iface_stat: stat_update() wlan0 not found
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 4c ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 4d 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b9
0096: 4a ea a8 08 14 c6 ee a8 95 fa 31 0e a3 bc 13 00
0112: 20 be bc d4 7d ea 42 8b d7 6d 1e fe 22 aa 27 cb
0128: 5b 21 3d 6f 0c da 5a 4e 44 d5 b3 90 71 7a aa 09
0144: 3d
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 4c ad 3f 8b 83 fa a9 f0 33 e8 bCORE_MSG: Mgmt PKT calling on air mgmt
c 22 cc fe 62 77 ...
D/wpa_supplEAPOL Recvd
icant( 1108): wlan0: IEEE 802.1X <==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
RX: version=2 type=3 length=127
EAPOL len 113
D/wpa_supplicant( 1108): wlan0:  Change the Host_q to DATA_Q as it is rekeying
EAPOL-Key type=2
D/wpa_supplicaQueuing onair mgmt pkt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 4c
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 4d
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00ef
D/wpa_supplicant( 1108):   key_m99 ic - hexdump(len=16): b9 4a ea a809  08 14 c6 ee a8 95 fa 31 0e a3 bced  13
D/wpa_supplicant( 1108): WPAd6 : RX EAPOL-Key - hexdump(len=131)c6 : 02 03 00 7f 02 13 82 00 10 00 029 0 00 00 00 00 00 4c ad 3f 8b 83 fbc a a9 f0 33 e8 bc 22 cc fe 62 77 .3c ..
D/wpa_supplicant( 1108): RSN:4d  encrypted key data - hexdump(lencb =32): be bc d4 7d ea 42 8b d7 6d 75 1e fe 22 aa 27 cb 5b 21 3d 6f 0c 07 da 5a 4e 44 d5 b3 90 71 7a aa 09 e4 3d
D/wpa_supplicant( 1108): WPA:98  decrypted EAPOL-Key key data - hb7 exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 ef 99 09 92 ed d6 c6 29 bc 3c 4d cb 75 07 e4 00 98 b7
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 ef 99 09 ed d6 c6 29 bc57  3c 4d cb 75 07 e4 98 b7
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Groef up Key - hexdump(len=16): [REMOVE99 D]
D/wpa_supplicant( 1108): wlan09 0: WPA: Installing GTK to the dried ver (keyidx=1 tx=0 len=16)
D/wpad6 _supplicant( 1108): WPA: RSC - hec6 xdump(len=6): 00 00 00 00 00 00
29 D/wpa_supplicant( 1108): bsd_set_bc key: alg=3 addr=0x76fb48ab key_id3c x=1 set_tx=0 seq_len=6 key_len=164d
D/wpa_supplicant( 1108): wlan0:cb  WPA: Sending EAPOL-Key 2/2
D/wp75 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_07 supplicant( 1108): WPA: Derived Ke4 ey MIC - hexdump(len=16): 48 42 298 f 11 0d f3 26 af 6c 29 48 39 b2 7b7 d 84 70
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 4c 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 4c 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 48 42 2f 11 0d f3 26 af 6c 29 48
0128: 39 b2 7d 84 70 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 4d ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 4e 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e8
0096: 69 09 25 cc e8 5b f6 a2 2c b0 71 35 56 f8 a5 00
0112: 20 58 a7 33 35 1b d4 40 f7 24 c4 7f 36 0b 91 98
0128: 40 29 f0 07 18 30 5c e9 06 74 ea 2d 66 3e 42 c9
0144: fc
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 4d ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 4d
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 4e
D/wa0 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 00b5
D/wpa_supplicant( 1108):   key_mc8 ic - hexdump(len=16): e8 69 09 2555  cc e8 5b f6 a2 2c b0 71 35 56 f8f3  a5
D/wpa_supplicant( 1108): WPAfb : RX EAPOL-Key - hexdump(len=131)b4 : 02 03 00 7f 02 13 82 00 10 00 013 0 00 00 00 00 00 4d ad 3f 8b 83 f5a a a9 f0 33 e8 bc 22 cc fe 62 77 .20 ..
D/wpa_supplicant( 1108): RSN:f1  encrypted key data - hexdump(len7e =32): 58 a7 33 35 1b d4 40 f7 24 03 c4 7f 36 0b 91 98 40 29 f0 07 18 f8 30 5c e9 06 74 ea 2d 66 3e 42 c9 4a fc
D/wpa_supplicant( 1108): WPA:6e  decrypted EAPOL-Key key data - hde exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 02 00 b5 c8 55 92 f3 fb b4 13 5a 20 f1 7e 03 f8 4a 00 6e de
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 02 00 b5 c8 55 f3 fb b4 13 5a57  20 f1 7e 03 f8 4a 6e de
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Grob5 up Key - hexdump(len=16): [REMOVEc8 D]
D/wpa_supplicant( 1108): wlan55 0: WPA: Installing GTK to the drif3 ver (keyidx=2 tx=0 len=16)
D/wpafb _supplicant( 1108): WPA: RSC - heb4 xdump(len=6): 00 00 00 00 00 00
13 D/wpa_supplicant( 1108): bsd_set_5a key: alg=3 addr=0x76fb48ab key_id20 x=2 set_tx=0 seq_len=6 key_len=16f1
D/wpa_supplicant( 1108): wlan0:7e  WPA: Sending EAPOL-Key 2/2
D/wp03 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_f8 supplicant( 1108): WPA: Derived K4a ey MIC - hexdump(len=16): b3 39 b6e b cc da d2 89 93 ca 7b e4 57 f1 bde a 21 b9
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 4d 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f c0 63 74 72 6c ...
5b b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd c0 5b b8 bc
0112: c8 5b b8 bc 02 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 4d 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 b3 39 bb cc da d2 89 93 ca 7b e4
0128: 57 f1 ba 21 b9 00 00
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
<==== Recvd EAPOL from 10:fe:ed:e1:51:18 ====>

0000: 00 23 a7 4b 6a 5c 10 fe ed e1 51 18 88 8e 02 03
0016: 00 7f 02 13 82 00 10 00 00 00 00 00 00 00 4e ad
0032: 3f 8b 83 fa a9 f0 33 e8 bc 22 cc fe 62 77 89 15
0048: 36 cb 80 31 d6 5e f0 05 ac 10 9e e7 3d 0d 4f 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6d
0096: 94 26 48 77 45 a4 45 9c 26 6a 79 83 c4 4b 7f 00
0112: 20 8f 33 70 c4 b1 35 aa f4 ee e9 ae da 1f 71 be
0128: b1 04 d0 b9 b8 1d d4 22 46 ab 9b 04 db 21 5f c0
0144: 84
D/wpa_supplicant( 1108): wlan0: R
CORE_MSG:ni is nullX EAPOL from 10:fe:ed:e1:51:18
DERROR: ni IS NULL In is_node_valid Line 175
/wpa_supplicant( 1108): RX EAPOL <==== Recvd Group Key ====>
- hexdump(len=131): 02 03 00 7f 0In hal_load_key Line 2612 sta_id 0 vap_id 0 key_type 2
2 13 82 00 10 00 00 00 00 00 00 0Internal mgmt pkt dump
0 4e ad 3f 8b 83 fa a9 f0 33 e8 bEAPOL Recvd
c 22 cc fe 62 77 ...
D/wpa_suppl<==== EAPOLPKT priority changed to MGMT_QUEUE in core_xmit ====>
icant( 1108): wlan0: IEEE 802.1X EAPOL len 113
RX: version=2 type=3 length=127
Change the Host_q to DATA_Q as it is rekeying
D/wpa_supplicant( 1108): wlan0:  Queuing onair mgmt pkt
EAPOL-Key type=2
D/wpa_supplicaCORE_MSG: Mgmt PKT calling on air mgmt
nt( 1108): wlan0:   key_info 0x13<===== SENDING SET_KEY FRAME =====>
82 (ver=2 keyidx=0 rsvd=0 Group A
0000: ck MIC Secure Encr)
D/wpa_suppli90 cant( 1108): wlan0:   key_length=c0 16 key_data_length=32
D/wpa_supp0a licant( 1108):   replay_counter -00  hexdump(len=8): 00 00 00 00 00 000 0 00 4e
D/wpa_supplicant( 1108):00    key_nonce - hexdump(len=32): a00 d 3f 8b 83 fa a9 f0 33 e8 bc 22 c00 c fe 62 77 89 15 36 cb 80 31 d6 512 e f0 05 ac 10 9e e7 3d 0d 4f
D/w60 pa_supplicant( 1108):   key_iv - 00 hexdump(len=16): 00 00 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00
00 D/wpa_supplicant( 1108):   key_rs00 c - hexdump(len=8): 00 00 00 00 000 0 00 00 00
D/wpa_supplicant( 11000 8):   key_id (reserved) - hexdump
0016: (len=8): 00 00 00 00 00 00 00 0069
D/wpa_supplicant( 1108):   key_m61 ic - hexdump(len=16): 6d 94 26 48c3  77 45 a4 45 9c 26 6a 79 83 c4 4b01  7f
D/wpa_supplicant( 1108): WPA22 : RX EAPOL-Key - hexdump(len=131)81 : 02 03 00 7f 02 13 82 00 10 00 0c6 0 00 00 00 00 00 4e ad 3f 8b 83 f2b a a9 f0 33 e8 bc 22 cc fe 62 77 .51 ..
D/wpa_supplicant( 1108): RSN:06  encrypted key data - hexdump(lena8 =32): 8f 33 70 c4 b1 35 aa f4 ee 43 e9 ae da 1f 71 be b1 04 d0 b9 b8 f9 1d d4 22 46 ab 9b 04 db 21 5f c0 50 84
D/wpa_supplicant( 1108): WPA:ae  decrypted EAPOL-Key key data - h8a exdump(len=24): [REMOVED]
D/wpa_
0032: supplicant( 1108): wlan0: WPA: RX00  message 1 of Group Key Handshakef1  from 10:fe:ed:e1:51:18 (ver=2)
7b D/wpa_supplicant( 1108): RSN: msg80  1/2 key data - hexdump(len=24): 40 dd 16 00 0f ac 01 01 00 69 61 c3 92 01 22 81 c6 2b 51 06 a8 43 f9 50 00 ae 8a
D/wpa_supplicant( 1108): Wbc PA: GTK in EAPOL-Key - hexdump(le07 n=24): [REMOVED]
D/wpa_supplican00 t( 1108): RSN: received GTK in gr00 oup key handshake - hexdump(len=100 8): 01 00 69 61 c3 01 22 81 c6 2b57  51 06 a8 43 f9 50 ae 8a
D/wpa_s00 upplicant( 1108): wlan0: State: C00 OMPLETED -> GROUP_HANDSHAKE
D/wp00 a_supplicant( 1108): CTRL_IFACE m
0048: onitor send - hexdump(len=39): 2f02  64 61 74 61 2f 6d 69 73 63 2f 7700  69 66 69 2f 73 6f 63 6b 65 74 7310  2f 77 70 61 5f 63 74 72 6c ...
00 D/wpa_supplicant( 1108): WPA: Gro69 up Key - hexdump(len=16): [REMOVE61 D]
D/wpa_supplicant( 1108): wlanc3 0: WPA: Installing GTK to the dri01 ver (keyidx=1 tx=0 len=16)
D/wpa22 _supplicant( 1108): WPA: RSC - he81 xdump(len=6): 00 00 00 00 00 00
c6 D/wpa_supplicant( 1108): bsd_set_2b key: alg=3 addr=0x76fb48ab key_id51 x=1 set_tx=0 seq_len=6 key_len=1606
D/wpa_supplicant( 1108): wlan0:a8  WPA: Sending EAPOL-Key 2/2
D/wp43 a_supplicant( 1108): WPA: KCK - h
0064: exdump(len=16): [REMOVED]
D/wpa_f9 supplicant( 1108): WPA: Derived K50 ey MIC - hexdump(len=16): 84 88 dae b 08 7d 16 1b 18 af 83 03 5b 55 38a d 59 62
D/wpa_supplicant( 1108):00  WPA: TX EAPOL-Key - hexdump(len=00 99): 01 03 00 5f 02 03 02 00 00 000 0 00 00 00 00 00 00 4e 00 00 00 000 0 00 00 00 00 00 00 00 00 00 00 000 0 ...
I/wpa_supplicant( 1108): w00 lan0: WPA: Group rekeying complet00 ed with 10:fe:ed:e1:51:18 [GTK=CC00 MP]
D/wpa_supplicant( 1108): CTR00 L_IFACE monitor send - hexdump(le00 n=39): 2f 64 61 74 61 2f 6d 69 7300  63 2f 77 69 66 69 2f 73 6f 63 6b00  65 74 73 2f 77 70 61 5f 63 74 72
0080:  6c ...
D/wpa_supplicant( 1108):00  wlan0: Cancelling authentication00  timeout
D/wpa_supplicant( 1108)00 : wlan0: State: GROUP_HANDSHAKE -00 > COMPLETED
D/wpa_supplicant( 1100 08): CTRL_IFACE monitor send - he00 xdump(len=39): 2f 64 61 74 61 2f 80 6d 69 73 63 2f 77 69 66 69 2f 73 00 6f 63 6b 65 74 73 2f 77 70 61 5f f8 63 74 72 6c ...
5a b8 bc 00 55 b8 bc
0096: 30 7e 1d 7f 00 00 00 00 08 dc f7 bd f8 5a b8 bc
0112: 00 5b b8 bc 01 00 00 00 84 f8 18 7f 00 55 b8 bc
0128: 00 00 00 00 98 de f7 bd 84 88 18 7f 08 c8 79 a8
0144: 00 f1 7b 80 40 92 00 bc 07 00 00 00 57 00 00 00

0000: 77 50 01 00 06 00 00 00 00 00 00 00 00 90 73 00
0016: 00 00 00 00 00 00 10 fe ed e1 51 18 00 23 a7 4b
0032: 6a 5c 88 8e 01 03 00 5f 02 03 02 00 00 00 00 00
0048: 00 00 00 00 4e 00 00 00 00 00 00 00 00 00 00 00
0064: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0096: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0112: 00 00 00 00 00 84 88 db 08 7d 16 1b 18 af 83 03
0128: 5b 55 3d 59 62 00 00
qtaguid: iface_stat: stat_update() wlan0 not found
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/wpa_supplicant( 1108): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1108): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1108): wlan0: Control interface command 'IFNAME=wlan0 SCAN'

Thank you,

Mutyala Rao.

0 Kudos

6,481 Views
haoranwang
NXP Employee
NXP Employee

Hi,

     I see your issue. Seems wpa_supplicant failed to report SSID to framework. I suggest to check and configure the wpa_supplicant_8. In fact we do not have experience on "bsd" one. But you can refer our wpa_supplicant.conf for Realtek wifi and Atheros Wifi.

     Hope it will help.

     Thanks.

BRs,

Haoran

0 Kudos

6,481 Views
mutyalaraoneela
Contributor III

Thanks for the reply. Here is our wpa_supplicant.conf Please let us know if this is okay or not

ctrl_interface=wlan0

update_config=1

config_methods=display push_button keypad

ap_scan=1

0 Kudos

6,481 Views
haoranwang
NXP Employee
NXP Employee

Hi,

     Did you try disable_scan_offload=1 in your config file?

     I saw it is in our configuration file.

     I think you can try.

     Thanks.

BRs,

Haoran

0 Kudos

6,481 Views
mutyalaraoneela
Contributor III

Hi haoran,

                    I will check the conf file you are mentioning.I made changes in init.rc file. Iam getting some prints of freescale while scanning.

logcat
--------- beginning of /dev/log/main
I/installd(  124): installd firing up
E/cutils  (  124): Failed to read /data/.layout_version: No such file or directory
D/installd(  124): Upgrading /data/media for multi-user
D/installd(  124): Upgrading to shared /data/media/obb
I/DEBUG   (  119): debuggerd: May 13 2015 17:06:11
E/DirectVolume(  117): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/extsd
E/DirectVolume(  117): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/udisk
I/Netd    (  118): Netd 1.0 starting
W/InterfaceController(  118): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
--------- beginning of /dev/log/system
I/Vold    (  117): Vold 2.1 (the revenge) firing up
D/Vold    (  117): Volume extsd state changing -1 (Initializing) -> 0 (No-Media)
D/Vold    (  117): Volume udisk state changing -1 (Initializing) -> 0 (No-Media)
I/SurfaceFlinger(  120): SurfaceFlinger is starting
I/SurfaceFlinger(  120): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL  (  120): loaded /system/lib/egl/libGLES_android.so
I/imx6.gralloc(  120): fb_device_open dispid:0, fb:0
I/imx6.gralloc(  120): 16bpp setting of Framebuffer with RGB565 format!
W/imx6.gralloc(  120): using (fd=18)
W/imx6.gralloc(  120): id           = mxs-lcdif
W/imx6.gralloc(  120): xres         = 800 px
W/imx6.gralloc(  120): yres         = 480 px
W/imx6.gralloc(  120): xres_virtual = 800 px
W/imx6.gralloc(  120): yres_virtual = 1440 px
W/imx6.gralloc(  120): bpp          = 16
W/imx6.gralloc(  120): r            = 11:5
W/imx6.gralloc(  120): g            =  5:6
W/imx6.gralloc(  120): b            =  0:5
W/imx6.gralloc(  120): width        = 127 mm (160.000000 dpi)
W/imx6.gralloc(  120): height       = 76 mm (160.421051 dpi)
W/imx6.gralloc(  120): refresh rate = 60.26 Hz
I/FslHwcomposer(  120): using fsl hwc!!!
I/FslHwcomposer(  120): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**),553
I/FslHwcomposer(  120): using fsl hwc!
I/FslHwcomposer(  120): open /sys/class/graphics/fb0/fsl_disp_dev_property failed
W/FslHwcomposer(  120): open /sys/class/graphics/fb1 failed
W/FslHwcomposer(  120): open /sys/class/graphics/fb2 failed
W/FslHwcomposer(  120): open /sys/class/graphics/fb3 failed
W/FslHwcomposer(  120): open /sys/class/graphics/fb4 failed
W/FslHwcomposer(  120): open /sys/class/graphics/fb5 failed
I/FslHwcomposer(  120): hwcomposer: open framebuffer fb0
I/imx6.gralloc(  120): fb_device_open dispid:0, fb:0
I/imx6.gralloc(  120): display already initialized...
I/FslHwcomposer(  120): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**),426
I/SurfaceFlinger(  120): Using composer version 1.3
W/SurfaceFlinger(  120): no suitable EGLConfig found, trying a simpler query
W/SurfaceFlinger(  120): EGL_SLOW_CONFIG selected!
I/SurfaceFlinger(  120): EGL informations:
I/SurfaceFlinger(  120): vendor    : Android
I/SurfaceFlinger(  120): version   : 1.4 Android META-EGL
I/SurfaceFlinger(  120): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
I/SurfaceFlinger(  120): Client API: OpenGL_ES
I/SurfaceFlinger(  120): EGLSurface: 5-6-5-0, config=0x0
I/SurfaceFlinger(  120): OpenGL ES informations:
I/SurfaceFlinger(  120): vendor    : Android
I/SurfaceFlinger(  120): renderer  : Android PixelFlinger 1.4
I/SurfaceFlinger(  120): version   : OpenGL ES-CM 1.0
I/SurfaceFlinger(  120): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
I/SurfaceFlinger(  120): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger(  120): GL_MAX_VIEWPORT_DIMS = 4096
E/cutils-trace(  120): Error opening trace file: Permission denied (13)
D/SurfaceFlinger(  120): Screen acquired, type=0 flinger=0x783ba450
I/FslHwcomposer(  120): prepare: targetHandle is null
D/libEGL  (  170): loaded /system/lib/egl/libGLES_android.so
E/cutils-trace(  170): Error opening trace file: Permission denied (13)
V/NatController(  118): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController(  118): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController(  118): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
I/ARMAssembler(  170): generated scanline__00000077:03010102_00000A01_00000000 [  9 ipp] (30 ins) at [0x6e13d1f0:0x6e13d268] in 107916 ns
I/mediaserver(  123): ServiceManager: 0x77748470
I/AudioFlinger(  123): Using default 3000 mSec as standby time.
I/CameraService(  123): CameraService started (pid=123)
I/ARMAssembler(  170): generated scanline__00000077:03545402_00000A01_00000000 [ 31 ipp] (52 ins) at [0x6e13d270:0x6e13d340] in 73916 ns
I/CameraService(  123): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL(  123): Face Back Camera is csi, orient is 0
I/FslCameraHAL(  123): Face Front Camera is uvc, orient is 0
I/FslCameraHAL(  123): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL(  123): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase(  123): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary(  123): card 0, id wm8962audio ,driver wm8962-audio, name wm8962-audio
V/NatController(  118): runCmd(/system/bin/ip rule flush) res=0
V/NatController(  118): runCmd(/system/bin/ip -6 rule flush) res=0
W/audio_hw_primary(  123): out rate 44100
W/audio_hw_primary(  123): in rate 44100, channels 1 format 0
W/audio_hw_primary(  123): card 1, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary(  123): out rate 44100
W/audio_hw_primary(  123): in rate 0, channels 0 format 0
I/AudioFlinger(  123): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary(  123): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary(  123): opened out stream...2004170664, type 1
I/AudioFlinger(  123): HAL output buffer size 192 frames, normal mix buffer size 768 frames
V/NatController(  118): runCmd(/system/bin/ip rule add from all lookup default prio 32767) res=0
V/NatController(  118): runCmd(/system/bin/ip rule add from all lookup main prio 32766) res=0
I/AudioMixer(  123): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe(  123): Failed to fetch local time frequency when constructing a MonoPipe (res = -32).  getNextWriteTimestamp calls will be non-functional
V/NatController(  118): runCmd(/system/bin/ip -6 rule add from all lookup default prio 32767) res=0
V/NatController(  118): runCmd(/system/bin/ip -6 rule add from all lookup main prio 32766) res=0
V/NatController(  118): runCmd(/system/bin/ip route flush cache) res=0
V/NatController(  118): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=1
V/NatController(  118): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=1
V/NatController(  118): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
D/AndroidRuntime(  121):
D/AndroidRuntime(  121): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(  121): CheckJNI is OFF
I/AndroidRuntime(  121): JNI options: '-Xjniopts:warnonly'
D/MDnsDS  (  118): MDnsSdListener::Hander starting up
D/MDnsDS  (  118): MDnsSdListener starting to monitor
D/MDnsDS  (  118): Going to poll with pollCount 1
D/dalvikvm(  121): Trying to load lib libjavacore.so 0x0
D/dalvikvm(  121): Added shared lib libjavacore.so 0x0
D/dalvikvm(  121): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(  121): Added shared lib libnativehelper.so 0x0
D/dalvikvm(  121): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
D/dalvikvm(  121): Note: class Landroid/app/ActivityManagerNative; has 179 unimplemented (abstract) methods
E/memtrack(  121): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug(  121): failed to load memtrack module: -2
I/SamplingProfilerIntegration(  121): Profiling disabled.
I/Zygote  (  121): Preloading classes...
E/cutils-trace(  121): Error opening trace file: Permission denied (13)
D/dalvikvm(  121): GC_EXPLICIT freed 39K, 8% free 520K/564K, paused 0ms+0ms, total 3ms
D/dalvikvm(  121): GC_EXPLICIT freed 3K, 4% free 596K/616K, paused 0ms+1ms, total 3ms
D/dalvikvm(  121): GC_EXPLICIT freed 16K, 3% free 640K/660K, paused 0ms+1ms, total 8ms
D/dalvikvm(  121): GC_EXPLICIT freed 20K, 4% free 674K/696K, paused 0ms+0ms, total 3ms
D/dalvikvm(  121): GC_EXPLICIT freed 10K, 2% free 718K/732K, paused 0ms+0ms, total 4ms
D/dalvikvm(  121): GC_EXPLICIT freed 27K, 4% free 747K/776K, paused 0ms+0ms, total 4ms
D/dalvikvm(  121): GC_EXPLICIT freed 35K, 5% free 816K/856K, paused 0ms+1ms, total 4ms
D/dalvikvm(  121): GC_EXPLICIT freed 29K, 4% free 843K/876K, paused 0ms+1ms, total 4ms
D/TextLayoutCache(  121): Using debug level = 0 - Debug Enabled = 0
D/dalvikvm(  121): GC_EXPLICIT freed 19K, 3% free 884K/908K, paused 0ms+1ms, total 5ms
I/dalvikvm(  121): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(  121): register_android_mtp_MtpDevice
I/dalvikvm(  121): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(  121): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(  121): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm(  121): GC_EXPLICIT freed 19K, 3% free 920K/944K, paused 1ms+0ms, total 6ms
D/dalvikvm(  121): GC_EXPLICIT freed 21K, 3% free 956K/980K, paused 0ms+0ms, total 5ms
D/dalvikvm(  121): GC_EXPLICIT freed 14K, 2% free 994K/1012K, paused 0ms+1ms, total 5ms
D/dalvikvm(  121): GC_EXPLICIT freed 28K, 3% free 1020K/1052K, paused 0ms+1ms, total 5ms
D/dalvikvm(  121): GC_EXPLICIT freed 16K, 2% free 1075K/1096K, paused 0ms+1ms, total 5ms
E/EmojiFactory_jni(  121): Failed to load libemoji.so: dlopen failed: library "libemoji.so" not found
D/dalvikvm(  121): GC_EXPLICIT freed 30K, 3% free 1391K/1424K, paused 0ms+1ms, total 8ms
D/dalvikvm(  121): GC_EXPLICIT freed 35K, 3% free 1415K/1452K, paused 1ms+1ms, total 9ms
D/dalvikvm(  121): GC_EXPLICIT freed 30K, 3% free 1440K/1476K, paused 1ms+0ms, total 9ms
D/dalvikvm(  121): GC_EXPLICIT freed 38K, 3% free 1457K/1496K, paused 0ms+1ms, total 8ms
I/LibraryLoader(  121): Loading: webviewchromium
I/LibraryLoader(  121): Time to load native libraries: 1058 ms (timestamps 5300-6358)
I/LibraryLoader(  121): Expected native library version number "",actual native library version number ""
D/dalvikvm(  121): GC_EXPLICIT freed 15K, 2% free 1496K/1516K, paused 0ms+1ms, total 9ms
D/dalvikvm(  121): GC_EXPLICIT freed 21K, 2% free 1528K/1552K, paused 1ms+0ms, total 10ms
D/dalvikvm(  121): GC_EXPLICIT freed 86K, 6% free 1579K/1668K, paused 1ms+1ms, total 10ms
D/dalvikvm(  121): GC_EXPLICIT freed 36K, 5% free 1597K/1668K, paused 1ms+1ms, total 10ms
D/dalvikvm(  121): GC_EXPLICIT freed 31K, 3% free 1623K/1668K, paused 1ms+1ms, total 10ms
D/dalvikvm(  121): GC_EXPLICIT freed 19K, 2% free 1685K/1708K, paused 1ms+1ms, total 10ms
D/dalvikvm(  121): GC_EXPLICIT freed 23K, 2% free 1716K/1744K, paused 1ms+1ms, total 12ms
D/dalvikvm(  121): GC_EXPLICIT freed 28K, 2% free 1743K/1776K, paused 1ms+1ms, total 11ms
D/dalvikvm(  121): GC_FOR_ALLOC freed 250K, 12% free 2003K/2256K, paused 14ms, total 14ms
D/dalvikvm(  121): GC_EXPLICIT freed 210K, 10% free 2124K/2340K, paused 1ms+1ms, total 20ms
D/dalvikvm(  121): GC_EXPLICIT freed 35K, 9% free 2143K/2340K, paused 1ms+2ms, total 15ms
D/dalvikvm(  121): GC_EXPLICIT freed 25K, 8% free 2176K/2348K, paused 2ms+1ms, total 14ms
W/Zygote  (  121): Class not found for preloading: java.lang.UnsafeByteSequence
D/dalvikvm(  121): GC_EXPLICIT freed 36K, 7% free 2196K/2348K, paused 2ms+1ms, total 20msnfiguration!!
W/Resources(  121): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fb (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 34K, 3% free 2566K/2628K, paused 2ms+2ms, total 19ms
W/Resources(  121): Preloaded drawable resource #0x10800fa (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800f2 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800f1 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e6 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e5 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800f2 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fb (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e6 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800dc (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 102K, 5% free 2567K/2688K, paused 2ms+2ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800f1 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fa (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e5 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800db (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 61K, 5% free 2565K/2688K, paused 2ms+1ms, total 23ms
W/Resources(  121): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108018c (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108018b (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 51K, 5% free 2567K/2688K, paused 2ms+2ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108017e (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108017d (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108017c (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080128 (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108011c (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108011b (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 37K, 4% free 2581K/2688K, paused 1ms+2ms, total 22ms
W/Resources(  121): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080116 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080115 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108011b (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080115 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108011d (android:drawable/btn_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080128 (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108011c (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080116 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108011e (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 44K, 3% free 2609K/2688K, paused 2ms+2ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801c8 (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 133K, 6% free 2576K/2728K, paused 1ms+7ms, total 24ms
W/Resources(  121): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801c7 (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 97K, 6% free 2578K/2728K, paused 1ms+1ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 26K, 5% free 2607K/2728K, paused 2ms+2ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e1 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 63K, 4% free 2622K/2728K, paused 2ms+2ms, total 18ms
W/Resources(  121): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10801e0 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 70K, 5% free 2608K/2728K, paused 1ms+1ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x108064c (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080650 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108064a (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080652 (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108064c (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108064e (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080650 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108063f (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080644 (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080637 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080647 (android:drawable/textfield_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108063f (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080642 (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080644 (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080258 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 56K, 5% free 2609K/2728K, paused 2ms+2ms, total 18ms
W/Resources(  121): Preloaded drawable resource #0x108064b (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108064f (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080649 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080651 (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108064b (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108064d (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108064f (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108063e (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080643 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080636 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080646 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108063e (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080641 (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080643 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080257 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 55K, 5% free 2611K/2728K, paused 1ms+1ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x1080633 (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080635 (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080630 (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108026d (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108026e (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108026d (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080274 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080270 (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108026e (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080275 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080271 (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080421 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 75K, 5% free 2609K/2728K, paused 2ms+2ms, total 22ms
W/Resources(  121): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080422 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080401 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080400 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080432 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080433 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108043a (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080431 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080430 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 49K, 5% free 2616K/2728K, paused 1ms+2ms, total 19ms
W/Resources(  121): Preloaded drawable resource #0x1080437 (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080436 (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080437 (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080431 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080435 (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080436 (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080430 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080434 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108047c (android:drawable/overscroll_edge) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 57K, 5% free 2617K/2744K, paused 1ms+3ms, total 26ms
W/Resources(  121): Preloaded drawable resource #0x108047d (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 187K, 11% free 2586K/2900K, paused 2ms+1ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x1080545 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080544 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080549 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080548 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108054b (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108054a (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804c5 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804c6 (android:drawable/progress_bg_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 47K, 11% free 2589K/2900K, paused 2ms+2ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x10804c5 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804d2 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804d0 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804c7 (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804c6 (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804d3 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804d1 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804c8 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804db (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804dc (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804dd (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804de (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804df (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804e0 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804e1 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804e2 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804c9 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 198K, 11% free 2598K/2900K, paused 1ms+1ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x108054b (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108054a (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804cb (android:drawable/progress_large_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080549 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080548 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804ce (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804d0 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804d1 (android:drawable/progress_primary_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 55K, 11% free 2595K/2900K, paused 1ms+2ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x10804d2 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804d3 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080545 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080544 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10804d5 (android:drawable/progress_small_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080535 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080534 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080531 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080532 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080536 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080534 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080531 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080533 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080528 (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080529 (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 30K, 10% free 2631K/2900K, paused 3ms+2ms, total 19ms
W/Resources(  121): Preloaded drawable resource #0x1080208 (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108020b (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080209 (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802bc (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108020a (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802bd (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d0 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 34K, 9% free 2651K/2900K, paused 1ms+2ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x10800d1 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d2 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d1 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d2 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d0 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080355 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080353 (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 55K, 9% free 2649K/2900K, paused 1ms+2ms, total 19ms
W/Resources(  121): Preloaded drawable resource #0x1080356 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080354 (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080359 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108035a (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080360 (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108035f (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802c0 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802c2 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802bf (android:drawable/ic_clear) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802c0 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802c2 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080392 (android:drawable/ic_search) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802dd (android:drawable/ic_go) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 53K, 9% free 2648K/2900K, paused 1ms+1ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x108039b (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080221 (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080222 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080226 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080227 (android:drawable/dialog_full_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108022f (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080230 (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080231 (android:drawable/dialog_top_holo_dark) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 17K, 8% free 2686K/2900K, paused 1ms+2ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x1080232 (android:drawable/dialog_top_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802d1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10802d2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803f4 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803f5 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803f5 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 67K, 8% free 2673K/2900K, paused 1ms+2ms, total 19ms
W/Resources(  121): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803b3 (android:drawable/item_background_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x10803b4 (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 67K, 9% free 2666K/2900K, paused 2ms+2ms, total 18ms
W/Resources(  121): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080281 (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080281 (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080282 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 41K, 8% free 2678K/2900K, paused 1ms+2ms, total 22ms
W/Resources(  121): Preloaded drawable resource #0x1080282 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108025b (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080662 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080656 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080664 (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108065f (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108065d (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080666 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080663 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080657 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080665 (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 48K, 8% free 2684K/2900K, paused 1ms+1ms, total 17ms
W/Resources(  121): Preloaded drawable resource #0x1080660 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108065e (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080667 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080662 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080656 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108065f (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108065d (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080663 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080657 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080660 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108065e (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108062b (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080626 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108062a (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080625 (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108061a (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108062b (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080626 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108062a (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080625 (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  121): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
D/dalvikvm(  121): GC_EXPLICIT freed 67K, 8% free 2674K/2900K, paused 2ms+3ms, total 23ms
I/Zygote  (  121): ...preloaded 274 resources in 1327ms.
I/Zygote  (  121): ...preloaded 31 resources in 13ms.
D/dalvikvm(  121): GC_EXPLICIT freed 24K, 8% free 2687K/2900K, paused 1ms+2ms, total 17ms
D/dalvikvm(  121): GC_EXPLICIT freed 12K, 8% free 2675K/2900K, paused 1ms+2ms, total 17ms
D/dalvikvm(  121): GC_EXPLICIT freed <1K, 8% free 2675K/2900K, paused 1ms+2ms, total 17ms
I/dalvikvm(  121): System server process 417 has been created
I/Zygote  (  121): Accepting command socket connections
D/        (  417): Setting time of day to sec=86400
W/SystemServer(  417): System clock is before 1970; setting to 1970.
D/SensorService(  417): nuSensorService starting...
E/SensorService(  417): couldn't load sensors module (No such file or directory)
I/installd(  124): new connection
E/SWITCHPROFILE(  417): setprop: sys.interactive = active
I/SystemServer(  417): Entered the Android system server!
I/SystemServer(  417): Waiting for installd to be ready.
I/Installer(  417): connecting...
I/SystemServer(  417): Power Manager
I/SystemServer(  417): Activity Manager
I/ActivityManager(  417): Memory class: 64
W/BatteryStatsImpl(  417): Couldn't get kernel wake lock stats
I/AppOps  (  417): No existing app ops /data/system/appops.xml; starting empty
I/IntentFirewall(  417): Read new rules (A:0 B:0 S:0)
I/SystemServer(  417): Display Manager
I/SystemServer(  417): Telephony Registry
I/DisplayManagerService(  417): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 160.0 x 160.421 dpi, touch INTERNAL, rotation 0, type BUILT_IN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
I/SystemServer(  417): Scheduling Policy
I/SystemServer(  417): Package Manager
W/FileUtils(  417): Failed to chmod(/data/system/packages.list): libcore.io.ErrnoException: chmod failed: ENOENT (No such file or directory)
D/dalvikvm(  417): GC_CONCURRENT freed 123K, 6% free 2960K/3144K, paused 3ms+2ms, total 17ms
I/AudioFlinger(  123): Using module 1 has the primary audio interface
I/AudioFlinger(  123): AudioFlinger's thread 0x7611d008 ready to run
W/audio_hw_primary(  123): out_set_parameters routing=2, ret 1, out 2004170664
I/audio_a2dp_hw(  123): adev_open:  adev_open in A2dp_hw module
I/AudioFlinger(  123): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix(  123): adev_open(name=audio_hw_if)
I/r_submix(  123): adev_init_check()
I/AudioFlinger(  123): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger(  123): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService(  123): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/SELinuxMMAC(  417): Couldn't find install policy /data/security/mac_permissions.xml
D/dalvikvm(  417): GC_CONCURRENT freed 394K, 15% free 2971K/3488K, paused 10ms+1ms, total 39ms
D/SELinuxMMAC(  417): Using install policy file /system/etc/security/mac_permissions.xml
I/PackageManager(  417): No settings file; creating initial state
I/PackageManager(  417): /system/framework/framework-res.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 212K, 8% free 3270K/3544K, paused 3ms+8ms, total 36ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm(  417): GC_CONCURRENT freed 181K, 7% free 3593K/3844K, paused 32ms+2ms, total 71ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 16ms
D/dalvikvm(  417): GC_CONCURRENT freed 146K, 6% free 3944K/4168K, paused 3ms+2ms, total 62ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 5ms
D/dalvikvm(  417): GC_CONCURRENT freed 375K, 11% free 4032K/4496K, paused 3ms+1ms, total 24ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 16ms
D/dalvikvm(  417): GC_FOR_ALLOC freed 92K, 9% free 4128K/4496K, paused 17ms, total 17ms
I/dalvikvm-heap(  417): Grow heap (frag case) to 4.336MB for 260112-byte allocation
D/dalvikvm(  417): GC_FOR_ALLOC freed 126K, 11% free 4256K/4752K, paused 17ms, total 17ms
I/dalvikvm-heap(  417): Grow heap (frag case) to 4.710MB for 520646-byte allocation
D/dalvikvm(  417): GC_CONCURRENT freed 254K, 15% free 4510K/5264K, paused 8ms+1ms, total 29ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 16ms
I/dalvikvm-heap(  417): Grow heap (frag case) to 4.815MB for 370388-byte allocation
D/dalvikvm(  417): GC_FOR_ALLOC freed 509K, 23% free 4363K/5628K, paused 17ms, total 17ms
D/dalvikvm(  417): GC_CONCURRENT freed 244K, 18% free 4620K/5628K, paused 2ms+2ms, total 23ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 13ms
D/dalvikvm(  417): GC_FOR_ALLOC freed 254K, 14% free 4874K/5628K, paused 24ms, total 24ms
I/dalvikvm-heap(  417): Grow heap (frag case) to 5.140MB for 339260-byte allocation
D/dalvikvm(  417): GC_FOR_ALLOC freed 509K, 22% free 4696K/5960K, paused 17ms, total 17ms
D/dalvikvm(  417): GC_CONCURRENT freed 240K, 17% free 4951K/5960K, paused 2ms+2ms, total 23ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 6ms
D/dalvikvm(  417): GC_FOR_ALLOC freed 254K, 13% free 5205K/5960K, paused 17ms, total 17ms
I/dalvikvm-heap(  417): Grow heap (frag case) to 5.464MB for 339260-byte allocation
D/dalvikvm(  417): GC_FOR_ALLOC freed 509K, 21% free 5027K/6292K, paused 31ms, total 31ms
D/dalvikvm(  417): GC_CONCURRENT freed 175K, 14% free 5439K/6292K, paused 2ms+2ms, total 42ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 5ms
D/dalvikvm(  417): GC_CONCURRENT freed 211K, 6% free 5918K/6292K, paused 2ms+2ms, total 49ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 8ms
D/dalvikvm(  417): GC_CONCURRENT freed 237K, 5% free 6489K/6788K, paused 3ms+3ms, total 56ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 10ms
D/dalvikvm(  417): GC_FOR_ALLOC freed 575K, 9% free 6643K/7288K, paused 37ms, total 37ms
D/dalvikvm(  417): GC_CONCURRENT freed 601K, 9% free 7025K/7696K, paused 2ms+3ms, total 60ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 26ms
D/dalvikvm(  417): GC_CONCURRENT freed 380K, 6% free 7731K/8172K, paused 3ms+3ms, total 62ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 17ms
I/PackageManager(  417): /system/priv-app/BackupRestoreConfirmation.apk changed; collecting certs
I/PackageManager(  417): /system/priv-app/CalendarProvider.apk changed; collecting certs
I/PackageManager(  417): New shared user android.uid.calendar: id=10001
D/dalvikvm(  417): GC_CONCURRENT freed 1473K, 17% free 7501K/9036K, paused 3ms+33ms, total 69ms
I/PackageManager(  417): /system/priv-app/Contacts.apk changed; collecting certs
W/PackageParser(  417): No actions in intent filter at /system/priv-app/Contacts.apk Binary XML file line #375
D/dalvikvm(  417): GC_CONCURRENT freed 4963K, 59% free 3743K/9036K, paused 3ms+2ms, total 51ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 37ms
I/PackageManager(  417): New shared user android.uid.shared: id=10002
I/PackageManager(  417): /system/priv-app/ContactsProvider.apk changed; collecting certs
I/PackageManager(  417): /system/priv-app/DefaultContainerService.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 431K, 57% free 3940K/9036K, paused 2ms+11ms, total 55ms
I/PackageManager(  417): /system/priv-app/Dialer.apk changed; collecting certs
W/PackageParser(  417): No actions in intent filter at /system/priv-app/Dialer.apk Binary XML file line #163
D/dalvikvm(  417): GC_CONCURRENT freed 855K, 61% free 3575K/9036K, paused 3ms+2ms, total 30ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 22ms
D/dalvikvm(  417): GC_CONCURRENT freed 407K, 60% free 3679K/9036K, paused 2ms+2ms, total 39ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 5ms
D/dalvikvm(  417): GC_CONCURRENT freed 277K, 57% free 3913K/9036K, paused 2ms+3ms, total 46ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 14ms
I/PackageManager(  417): /system/priv-app/DownloadProvider.apk changed; collecting certs
I/PackageManager(  417): New shared user android.media: id=10005
I/PackageManager(  417): /system/priv-app/ExternalStorageProvider.apk changed; collecting certs
I/PackageManager(  417): /system/priv-app/FusedLocation.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 411K, 56% free 4014K/9036K, paused 2ms+6ms, total 40ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 10ms
I/PackageManager(  417): /system/priv-app/InputDevices.apk changed; collecting certs
W/ResourceType(  417): Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
I/PackageManager(  417): /system/priv-app/Keyguard.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 1008K, 62% free 3505K/9036K, paused 2ms+3ms, total 27ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 20ms
I/PackageManager(  417): New shared user android.uid.systemui: id=10007
D/dalvikvm(  417): GC_CONCURRENT freed 391K, 61% free 3541K/9036K, paused 3ms+3ms, total 37ms
I/PackageManager(  417): /system/priv-app/Launcher2.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 263K, 59% free 3790K/9036K, paused 4ms+8ms, total 41ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 1ms
I/PackageManager(  417): /system/priv-app/MediaProvider.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 524K, 58% free 3813K/9036K, paused 2ms+2ms, total 49ms
I/PackageManager(  417): /system/priv-app/Mms.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 383K, 57% free 3941K/9036K, paused 3ms+5ms, total 28ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm(  417): GC_CONCURRENT freed 689K, 59% free 3746K/9036K, paused 2ms+16ms, total 56ms
I/PackageManager(  417): /system/priv-app/MusicFX.apk changed; collecting certs
I/PackageManager(  417): /system/priv-app/OneTimeInitializer.apk changed; collecting certs
I/PackageManager(  417): /system/priv-app/ProxyHandler.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 390K, 58% free 3815K/9036K, paused 2ms+8ms, total 45ms
I/PackageManager(  417): /system/priv-app/Settings.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 613K, 59% free 3711K/9036K, paused 3ms+3ms, total 47ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 22ms
D/dalvikvm(  417): GC_FOR_ALLOC freed 352K, 59% free 3782K/9036K, paused 21ms, total 21ms
D/dalvikvm(  417): GC_CONCURRENT freed 308K, 56% free 3986K/9036K, paused 2ms+3ms, total 25ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm(  417): GC_CONCURRENT freed 284K, 54% free 4213K/9036K, paused 3ms+4ms, total 56ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 7ms
D/dalvikvm(  417): GC_CONCURRENT freed 318K, 52% free 4407K/9036K, paused 2ms+3ms, total 52ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 7ms
I/PackageManager(  417): /system/priv-app/SettingsProvider.apk changed; collecting certs
I/PackageManager(  417): /system/priv-app/SharedStorageBackup.apk changed; collecting certs
I/PackageManager(  417): /system/priv-app/Shell.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 466K, 51% free 4452K/9036K, paused 2ms+18ms, total 51ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 4ms
I/PackageManager(  417): /system/priv-app/SystemUI.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 1155K, 59% free 3747K/9036K, paused 2ms+2ms, total 27ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 21ms
D/dalvikvm(  417): GC_CONCURRENT freed 411K, 58% free 3848K/9036K, paused 2ms+2ms, total 26ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 13ms
D/dalvikvm(  417): GC_CONCURRENT freed 259K, 55% free 4100K/9036K, paused 2ms+2ms, total 35ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 7ms
D/dalvikvm(  417): GC_CONCURRENT freed 211K, 53% free 4304K/9036K, paused 3ms+2ms, total 39ms
I/PackageManager(  417): /system/priv-app/TeleService.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 362K, 51% free 4453K/9036K, paused 3ms+12ms, total 55ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 1ms
I/PackageManager(  417): /system/priv-app/VpnDialogs.apk changed; collecting certs
I/PackageManager(  417): /system/priv-app/WallpaperCropper.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 1039K, 57% free 3926K/9036K, paused 2ms+4ms, total 42ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 13ms
I/PackageManager(  417): /system/app/BasicDreams.apk changed; collecting certs
I/PackageManager(  417): /system/app/Bluetooth.apk changed; collecting certs
W/PackageParser(  417): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #211
D/dalvikvm(  417): GC_CONCURRENT freed 590K, 59% free 3736K/9036K, paused 2ms+3ms, total 41ms
I/PackageManager(  417): /system/app/Browser.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 364K, 58% free 3884K/9036K, paused 3ms+2ms, total 28ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 14ms
D/dalvikvm(  417): GC_CONCURRENT freed 330K, 56% free 4065K/9036K, paused 2ms+2ms, total 44ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 10ms
I/PackageManager(  417): /system/app/Calculator.apk changed; collecting certs
I/PackageManager(  417): /system/app/Calendar.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 356K, 54% free 4220K/9036K, paused 2ms+6ms, total 41ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 18ms
D/dalvikvm(  417): GC_FOR_ALLOC freed 840K, 57% free 3891K/9036K, paused 30ms, total 30ms
D/dalvikvm(  417): GC_CONCURRENT freed 184K, 54% free 4219K/9036K, paused 3ms+9ms, total 53ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 1ms
I/PackageManager(  417): /system/app/CertInstaller.apk changed; collecting certs
I/PackageManager(  417): /system/app/CubeLiveWallpapers.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 478K, 54% free 4232K/9036K, paused 3ms+9ms, total 50ms
I/PackageManager(  417): /system/app/DeskClock.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 730K, 56% free 3984K/9036K, paused 2ms+2ms, total 26ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 20ms
D/dalvikvm(  417): GC_CONCURRENT freed 379K, 55% free 4116K/9036K, paused 2ms+3ms, total 44ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 14ms
D/dalvikvm(  417): GC_CONCURRENT freed 279K, 52% free 4349K/9036K, paused 3ms+3ms, total 47ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 13ms
I/PackageManager(  417): /system/app/DocumentsUI.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 364K, 51% free 4495K/9036K, paused 2ms+7ms, total 52ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 12ms
I/PackageManager(  417): /system/app/DownloadProviderUi.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 944K, 57% free 3948K/9036K, paused 2ms+3ms, total 37ms
I/PackageManager(  417): /system/app/Email.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 390K, 55% free 4068K/9036K, paused 3ms+3ms, total 30ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 22ms
D/dalvikvm(  417): GC_CONCURRENT freed 400K, 54% free 4180K/9036K, paused 3ms+3ms, total 49ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 11ms
D/dalvikvm(  417): GC_CONCURRENT freed 285K, 52% free 4406K/9036K, paused 3ms+3ms, total 47ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 16ms
I/PackageManager(  417): /system/app/Exchange2.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 340K, 50% free 4528K/9036K, paused 2ms+11ms, total 45ms
I/PackageManager(  417): /system/app/FSLOta.apk changed; collecting certs
I/PackageManager(  417): /system/app/Gallery.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 1007K, 56% free 4033K/9036K, paused 2ms+10ms, total 50ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 15ms
I/PackageManager(  417): /system/app/HTMLViewer.apk changed; collecting certs
I/PackageManager(  417): /system/app/KeyChain.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 423K, 55% free 4071K/9036K, paused 3ms+4ms, total 50ms
I/PackageManager(  417): /system/app/LatinIME.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 468K, 55% free 4110K/9036K, paused 3ms+9ms, total 35ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 26ms
D/dalvikvm(  417): GC_FOR_ALLOC freed 339K, 54% free 4225K/9036K, paused 21ms, total 21ms
D/dalvikvm(  417): GC_CONCURRENT freed 278K, 51% free 4458K/9036K, paused 2ms+4ms, total 51ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 20ms
D/dalvikvm(  417): GC_CONCURRENT freed 273K, 49% free 4684K/9036K, paused 2ms+3ms, total 50ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm(  417): GC_CONCURRENT freed 342K, 47% free 4854K/9036K, paused 2ms+2ms, total 56ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 11ms
I/PackageManager(  417): /system/app/LegacyCamera.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 420K, 46% free 4954K/9036K, paused 2ms+8ms, total 49ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 24ms
D/dalvikvm(  417): GC_CONCURRENT freed 1364K, 54% free 4158K/9036K, paused 2ms+2ms, total 38ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 24ms
D/dalvikvm(  417): GC_CONCURRENT freed 198K, 51% free 4472K/9036K, paused 3ms+4ms, total 53ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 15ms
I/PackageManager(  417): /system/app/LiveWallpapers.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 444K, 50% free 4539K/9036K, paused 3ms+6ms, total 43ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 10ms
I/PackageManager(  417): /system/app/LiveWallpapersPicker.apk changed; collecting certs
I/PackageManager(  417): /system/app/MagicSmokeWallpapers.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 919K, 56% free 4022K/9036K, paused 2ms+2ms, total 42ms
I/PackageManager(  417): /system/app/Music.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 397K, 55% free 4136K/9036K, paused 2ms+4ms, total 50ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 13ms
I/PackageManager(  417): /system/app/PacProcessor.apk changed; collecting certs
I/PackageManager(  417): /system/app/PackageInstaller.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 351K, 53% free 4312K/9036K, paused 8ms+5ms, total 54ms
I/PackageManager(  417): /system/app/PicoTts.apk changed; collecting certs
I/PackageManager(  417): /system/app/PinyinIME.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 675K, 55% free 4149K/9036K, paused 2ms+3ms, total 42ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 8ms
I/PackageManager(  417): /system/app/PrintSpooler.apk changed; collecting certs
I/PackageManager(  417): /system/app/Provision.apk changed; collecting certs
I/PackageManager(  417): /system/app/QuickSearchBox.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 436K, 54% free 4224K/9036K, paused 2ms+9ms, total 59ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 3ms
D/dalvikvm(  417): GC_CONCURRENT freed 505K, 54% free 4214K/9036K, paused 3ms+3ms, total 47ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 17ms
I/PackageManager(  417): /system/app/SoundRecorder.apk changed; collecting certs
I/PackageManager(  417): /system/app/TelephonyProvider.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 434K, 53% free 4285K/9036K, paused 2ms+6ms, total 44ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 19ms
I/PackageManager(  417): /system/app/UserDictionaryProvider.apk changed; collecting certs
I/PackageManager(  417): /system/app/VideoEditor.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 636K, 54% free 4161K/9036K, paused 3ms+3ms, total 38ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 24ms
I/PackageManager(  417): /system/app/VisualizationWallpapers.apk changed; collecting certs
D/dalvikvm(  417): GC_CONCURRENT freed 352K, 53% free 4320K/9036K, paused 4ms+3ms, total 60ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 5ms
I/PackageManager(  417): /system/app/ethernet.apk changed; collecting certs
D/PackageManager(  417): No files in app dir /vendor/app
W/PackageManager(  417): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager(  417): Time to scan packages: 10.646 seconds
W/PackageManager(  417): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager(  417): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(  417): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  417): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  417): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(  417): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(  417): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(  417): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager(  417): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(  417): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager(  417): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(  417): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager(  417): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm(  417): GC_CONCURRENT freed 386K, 53% free 4332K/9036K, paused 16ms+12ms, total 73ms
D/dalvikvm(  417): GC_EXPLICIT freed 549K, 57% free 3964K/9036K, paused 2ms+7ms, total 53ms
I/SystemServer(  417): Entropy Mixer
W/EntropyMixer(  417): No existing entropy file -- first boot?
I/EntropyMixer(  417): Writing entropy...
I/SystemServer(  417): User Service
I/SystemServer(  417): Account Manager
I/SystemServer(  417): Content Manager
I/SystemServer(  417): System Content Providers
I/SyncManager(  417): No initial accounts
I/SyncManager(  417): No initial status
W/SyncManagerFile(  417): Error reading pending data.
W/SyncManagerFile(  417): java.io.FileNotFoundException: /data/system/sync/pending.xml: open failed: ENOENT (No such file or directory)
W/SyncManagerFile(  417):     at libcore.io.IoBridge.open(IoBridge.java:409)
W/SyncManagerFile(  417):     at java.io.FileInputStream.<init>(FileInputStream.java:78)
W/SyncManagerFile(  417):     at android.util.AtomicFile.openRead(AtomicFile.java:199)
W/SyncManagerFile(  417):     at com.android.server.content.SyncStorageEngine.readPendingOperationsLocked(SyncStorageEngine.java:2286)
W/SyncManagerFile(  417):     at com.android.server.content.SyncStorageEngine.<init>(SyncStorageEngine.java:434)
W/SyncManagerFile(  417):     at com.android.server.content.SyncStorageEngine.init(SyncStorageEngine.java:454)
W/SyncManagerFile(  417):     at com.android.server.content.SyncManager.<init>(SyncManager.java:383)
W/SyncManagerFile(  417):     at com.android.server.content.ContentService.getSyncManager(ContentService.java:75)
W/SyncManagerFile(  417):     at com.android.server.content.ContentService.notifyChange(ContentService.java:283)
W/SyncManagerFile(  417):     at android.content.ContentResolver.notifyChange(ContentResolver.java:1621)
W/SyncManagerFile(  417):     at com.android.providers.settings.SettingsProvider.sendNotify(SettingsProvider.java:262)
W/SyncManagerFile(  417):     at com.android.providers.settings.SettingsProvider.insertForUser(SettingsProvider.java:941)
W/SyncManagerFile(  417):     at com.android.providers.settings.SettingsProvider.ensureAndroidIdIsSet(SettingsProvider.java:496)
W/SyncManagerFile(  417):     at com.android.providers.settings.SettingsProvider.establishDbTracking(SettingsProvider.java:409)
W/SyncManagerFile(  417):     at com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:335)
W/SyncManagerFile(  417):     at android.content.ContentProvider.attachInfo(ContentProvider.java:1591)
W/SyncManagerFile(  417):     at android.content.ContentProvider.attachInfo(ContentProvider.java:1562)
W/SyncManagerFile(  417):     at android.app.ActivityThread.installProvider(ActivityThread.java:4774)
W/SyncManagerFile(  417):     at android.app.ActivityThread.installContentProviders(ActivityThread.java:4369)
W/SyncManagerFile(  417):     at android.app.ActivityThread.installSystemProviders(ActivityThread.java:4929)
W/SyncManagerFile(  417):     at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:8081)
W/SyncManagerFile(  417):     at com.android.server.ServerThread.initAndLoop(SystemServer.java:275)
W/SyncManagerFile(  417):     at com.android.server.SystemServer.main(SystemServer.java:1179)
W/SyncManagerFile(  417):     at java.lang.reflect.Method.invokeNative(Native Method)
W/SyncManagerFile(  417):     at java.lang.reflect.Method.invoke(Method.java:515)
W/SyncManagerFile(  417):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
W/SyncManagerFile(  417):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
W/SyncManagerFile(  417):     at dalvik.system.NativeStart.main(Native Method)
W/SyncManagerFile(  417): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
W/SyncManagerFile(  417):     at libcore.io.Posix.open(Native Method)
W/SyncManagerFile(  417):     at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
W/SyncManagerFile(  417):     at libcore.io.IoBridge.open(IoBridge.java:393)
W/SyncManagerFile(  417):     ... 27 more
I/SyncManager(  417): No initial statistics
D/SettingsProvider(  417): Generated and saved new ANDROID_ID [91e682e87fd1105] for user 0
I/SystemServer(  417): Lights Service
I/lights  (  417): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights  (  417): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer(  417): Battery Service
E/ConsumerIrService(  417): Can't open consumer IR HW Module, error: -2
I/SystemServer(  417): Vibrator Service
I/SystemServer(  417): Consumer IR Service
I/libsuspend(  417): Selected early suspend
I/libsuspend(  417): Starting early suspend unblocker thread
I/SWITCHPROFILE(  417): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(  417): setprop: sys.interactive = active
D/PermissionCache(  120): checking android.permission.ACCESS_SURFACE_FLINGER for uid=1000 => granted (440 us)
D/SurfaceFlinger(  120): Screen acquired, type=0 flinger=0x783ba450
D/SurfaceFlinger(  120):  screen was previously acquired
I/SystemServer(  417): Alarm Manager
I/SystemServer(  417): Init Watchdog
I/SystemServer(  417): Input Manager
I/InputManager(  417): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer(  417): Window Manager
I/WindowManager(  417): No existing display settings /data/system/display_settings.xml; starting empty
I/WindowManager(  417): No keyguard interface!
I/InputManager(  417): Starting input manager
I/SystemServer(  417): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer(  417): Input Method Service
E/EventHub(  417): could not get driver version for /dev/input/mice, Not a typewriter
D/dalvikvm(  417): GC_CONCURRENT freed 260K, 54% free 4192K/9036K, paused 20ms+3ms, total 108ms
D/EventHub(  417): No input device configuration file found for device 'WM8962 Beep Generator'.
I/EventHub(  417): New device: id=2, fd=88, path='/dev/input/event0', name='20b8000.kpp', classes=0x1, configuration='/system/usr/idc/20b8000_kpp.idc', keyLayout='/system/usr/keylayout/20b8000_kpp.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=true
I/InputReader(  417): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader(  417): Device added: id=0, name='20b8000.kpp', sources=0x00000101
W/ResourceType(  417): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/InputMethodManagerService(  417): No IME selected. Choose the most applicable IME.
I/InputMethodManagerService(  417): No default found, using com.android.inputmethod.latin/.LatinIME
I/SystemServer(  417): Accessibility Manager
I/InputReader(  417): Reconfiguring input devices.  changes=0x00000004
I/ActivityManager(  417): Config changes=1df8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h640dp 120dpi lrg long land ?uimode ?night -touch -keyb/h/h -nav/h s.2}
I/ActivityManager(  417): Config changes=500 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/h/h -nav/h s.3}
I/SystemServer(  417): Mount Service
D/MountService(  417): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService(  417): addVolumeLocked() StorageVolume:
D/MountService(  417):     mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040663
D/MountService(  417):     mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100
D/MountService(  417):     mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0} mUuid=null
D/MountService(  417):     mUserLabel=null mState=null
D/MountService(  417): got storage path: /storage/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(  417): addVolumeLocked() StorageVolume:
D/MountService(  417):     mStorageId=0 mPath=/storage/extsd mDescriptionId=17040664 mPrimary=false
D/MountService(  417):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService(  417):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
D/MountService(  417): got storage path: /storage/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(  417): addVolumeLocked() StorageVolume:
D/MountService(  417):     mStorageId=0 mPath=/storage/udisk mDescriptionId=17040665 mPrimary=false
D/MountService(  417):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService(  417):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
I/SystemServer(  417): LockSettingsService
I/SystemServer(  417): Device Policy
I/SystemServer(  417): Status Bar
I/SystemServer(  417): Clipboard Service
I/SystemServer(  417): NetworkManagement Service
I/SystemServer(  417): Text Service Manager Service
I/PackageManager(  417): No secure containers on sdcard
D/MountService(  417): volume state changed for /storage/extsd (unmounted -> removed)
D/MountService(  417): volume state changed for /storage/udisk (unmounted -> removed)
W/PackageManager(  417): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager(  417): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(  417): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  417): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  417): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(  417): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(  417): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(  417): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager(  417): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(  417): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager(  417): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
I/SystemServer(  417): NetworkStats Service
I/SystemServer(  417): NetworkPolicy Service
I/SystemServer(  417): Wi-Fi P2pService
W/PackageManager(  417): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager(  417): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
I/SystemServer(  417): Wi-Fi Service
D/dalvikvm(  417): GC_CONCURRENT freed 282K, 52% free 4356K/9036K, paused 3ms+21ms, total 88ms
D/WifiController(  417): isAirplaneModeOn = false, isWifiEnabled = false, isScanningAvailable = false
I/SystemServer(  417): Connectivity Service
D/ConnectivityService(  417): ConnectivityService starting up
D/ConnectivityService(  417): wifiOnly=false
E/ConnectivityService(  417): Ignoring protectedNetwork 14
D/CommandListener(  118): Setting iface cfg
D/CommandListener(  118): Trying to bring up eth0
D/WifiHW  (  417): Unable to unload driver module "onebox_wlan_gpl": No such file or directory
E/WifiHW  (  417): ******** *****ko rmmod failed
E/MobileDataStateTracker(  417): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker(  417): default: Could not enable APN type "default"
I/WifiService(  417): WifiService starting up with Wi-Fi disabled
I/SystemServer(  417): Network Service Discovery Service
D/NsdService(  417): Network service discovery enabled true
I/SystemServer(  417): UpdateLock Service
I/SystemServer(  417): Notification Manager
I/SystemServer(  417): Device Storage Monitor
I/SystemServer(  417): Location Manager
I/SystemServer(  417): Country Detector
I/SystemServer(  417): Search Service
I/SystemServer(  417): DropBox Service
I/SystemServer(  417): Wallpaper Service
W/WallpaperService(  417): no current wallpaper -- first boot?
I/SystemServer(  417): Audio Service
I/SystemServer(  417): Dock Observer
W/DockObserver(  417): This kernel does not have dock station support
I/SystemServer(  417): Wired Accessory Manager
W/WiredAccessoryManager(  417): This kernel does not have HDMI audio support
I/SystemServer(  417): USB Service
D/dalvikvm(  417): GC_CONCURRENT freed 326K, 50% free 4542K/9036K, paused 3ms+6ms, total 88ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 2ms
I/SystemServer(  417): Serial Service
I/SystemServer(  417): Twilight Service
I/SystemServer(  417): UI Mode Manager Service
I/SystemServer(  417): Backup Service
V/BackupManagerService(  417): Initializing package tracking
V/BackupManagerService(  417): No ancestral data
V/BackupManagerService(  417): addPackageParticipantsLocked: all
I/BackupManagerService(  417): Scheduling backup for new app com.android.calendar
D/BackupManagerService(  417): Now staging backup of com.android.calendar
I/BackupManagerService(  417): Scheduling backup for new app com.android.browser
D/BackupManagerService(  417): Now staging backup of com.android.browser
I/BackupManagerService(  417): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService(  417): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService(  417): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService(  417): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService(  417): Scheduling backup for new app android
D/BackupManagerService(  417): Now staging backup of android
I/BackupManagerService(  417): Scheduling backup for new app com.android.dialer
D/BackupManagerService(  417): Now staging backup of com.android.dialer
I/BackupManagerService(  417): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService(  417): Now staging backup of com.android.providers.settings
V/BackupManagerService(  417): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService(  417): Found transports: 1
I/BackupManagerService(  417): Binding to transport host ComponentInfo{android/com.android.internal.backup.LocalTransportService}
I/BackupManagerService(  417): Backup enabled => false
I/BackupManagerService(  417): Opting out of backup
I/SystemServer(  417): AppWidget Service
I/SystemServer(  417): Recognition Service
I/SystemServer(  417): DiskStats Service
I/SystemServer(  417): SamplingProfiler Service
I/SystemServer(  417): NetworkTimeUpdateService
I/SystemServer(  417): CommonTimeManagementService
I/SystemServer(  417): CertBlacklister
I/SystemServer(  417): Dreams Service
I/SystemServer(  417): Assets Atlas Service
I/SystemServer(  417): IdleMaintenanceService
I/SystemServer(  417): Print Service
I/WindowManager(  417): SAFE MODE not enabled
D/Atlas   (  417): Computing best atlas configuration...
D/dalvikvm(  417): JIT started for system_server
D/Atlas   (  417): Running Thread-49
I/SystemServer(  417): Media Router Service
E/SQLiteLog(  417): (1) no such table: locksettings
D/Atlas   (  417): Found best atlas configuration in 0.19s
D/Atlas   (  417): Loaded configuration: SliceMinArea (768x768) flags=0x2 count=24
D/libEGL  (  417): loaded /system/lib/egl/libGLES_android.so
W/AssetAtlasService(  417): Could not find EGL configuration
D/Atlas   (  417): Rendered atlas in 8.27ms (1.29+6.97ms)
I/LockSettingsService(  417): Migrated lock settings to new location
I/LockSettingsService(  417): Migrated per-user lock settings to new location
I/Zygote  (  417): Process: zygote socket opened
V/KeyguardServiceDelegate(  417): *** Keyguard started
V/KeyguardServiceDelegate(  417): onSystemReady() called before keyguard service was ready
I/ActivityManager(  417): Start proc com.android.systemui for service com.android.keyguard/.KeyguardService: pid=469 uid=10007 gids={50007, 1028, 1015, 1035, 3002, 3001}
W/SystemServer(  417): ***********************************************
F/SystemServer(  417): BOOT FAILURE making Package Manager Service ready
F/SystemServer(  417): java.lang.SecurityException: Unable to find app for caller android.app.ActivityThread$ApplicationThread@2c3fed20 (pid=417) when registering receiver android.app.LoadedApk$ReceiverDispatcher$InnerReceiver@2c144908
F/SystemServer(  417):     at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:13021)
F/SystemServer(  417):     at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1450)
F/SystemServer(  417):     at android.app.ContextImpl.registerReceiverAsUser(ContextImpl.java:1425)
F/SystemServer(  417):     at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:84)
F/SystemServer(  417):     at com.android.server.pm.UserManagerService.systemReady(UserManagerService.java:239)
F/SystemServer(  417):     at com.android.server.pm.PackageManagerService.systemReady(PackageManagerService.java:10476)
F/SystemServer(  417):     at com.android.server.ServerThread.initAndLoop(SystemServer.java:893)
F/SystemServer(  417):     at com.android.server.SystemServer.main(SystemServer.java:1179)
F/SystemServer(  417):     at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer(  417):     at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer(  417):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
F/SystemServer(  417):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
F/SystemServer(  417):     at dalvik.system.NativeStart.main(Native Method)
I/SWITCHPROFILE(  417): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(  417): setprop: sys.interactive = active
I/ActivityManager(  417): Sending system update to ComponentInfo{com.android.providers.calendar/com.android.providers.calendar.CalendarUpgradeReceiver} for user 0
I/ActivityManager(  417): Sending system update to ComponentInfo{com.android.providers.contacts/com.android.providers.contacts.ContactsUpgradeReceiver} for user 0
I/ActivityManager(  417): Sending system update to ComponentInfo{com.android.providers.media/com.android.providers.media.MediaUpgradeReceiver} for user 0
I/ActivityManager(  417): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarUpgradeReceiver: pid=482 uid=10001 gids={50001, 3003, 1028, 1015}
W/InputMethodManagerService(  417): Focus gain on non-focused client android.view.inputmethod.InputMethodManager$1@2c3a9400 (uid=1000 pid=417)
V/BackupManagerService(  417): Connected to transport ComponentInfo{android/com.android.internal.backup.LocalTransportService}
V/BackupManagerService(  417): Registering transport android/com.android.internal.backup.LocalTransportService::android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@2c186d28
I/ActivityManager(  417): Launching preboot mode app: ProcessRecord{2c184478 482:com.android.providers.calendar/u0a1}
D/dalvikvm(  417): GC_CONCURRENT freed 321K, 48% free 4707K/9036K, paused 6ms+3ms, total 135ms
V/KeyguardService(  469): onCreate()
V/KeyguardServiceDelegate(  417): *** Keyguard connected (yay!)
V/KeyguardServiceDelegate(  417): **** SHOWN CALLED ****
E/cutils-trace(  123): Error opening trace file: Permission denied (13)
I/ActivityManager(  417): Start proc android.process.acore for broadcast com.android.providers.contacts/.ContactsUpgradeReceiver: pid=507 uid=10002 gids={50002, 3003, 1028, 1015}
I/ActivityManager(  417): Launching preboot mode app: ProcessRecord{2c141850 507:android.process.acore/u0a2}
I/ContactsUpgradeReceiver(  507): Creating or opening contacts database
I/ContactsDatabaseHelper(  507): Bootstrapping database version: 803
D/dalvikvm(  507): GC_CONCURRENT freed 276K, 11% free 2811K/3152K, paused 3ms+6ms, total 35ms
I/ContactsProviderV1(  507): Bootstrapping database legacy support
I/ContactsDatabaseHelper(  507): Bootstrapping database version: 803
D/dalvikvm(  507): GC_CONCURRENT freed 338K, 13% free 2858K/3260K, paused 3ms+1ms, total 14ms
I/ContactsProviderV1(  507): Bootstrapping database legacy support
D/dalvikvm(  507): GC_CONCURRENT freed 402K, 14% free 2886K/3352K, paused 3ms+9ms, total 39ms
I/ContactsProvider(  507): Locale has changed from null to en_US
I/ContactsDatabaseHelper(  507): Switching to locale en_US (ICU v51.1.0.1)
D/dalvikvm(  507): GC_CONCURRENT freed 311K, 12% free 2988K/3364K, paused 3ms+8ms, total 30ms
I/ContactsDatabaseHelper(  507): Locale change completed in 488ms
I/ContactsDatabaseHelper(  507): Switching to locale en_US (ICU v51.1.0.1)
I/ContactsDatabaseHelper(  507): Locale change completed in 358ms
I/ActivityManager(  417): Start proc android.process.media for broadcast com.android.providers.media/.MediaUpgradeReceiver: pid=523 uid=10005 gids={50005, 1028, 1015, 1023, 1024, 2001, 3003, 3007}
I/ActivityManager(  417): Launching preboot mode app: ProcessRecord{2c171d40 523:android.process.media/u0a5}
I/ActivityManager(  417): Writing new set of last done pre-boot receivers...
I/ActivityManager(  417): Removing system update proc: ProcessRecord{2c184478 482:com.android.providers.calendar/u0a1}
I/ActivityManager(  417): Killing 482:com.android.providers.calendar/u0a1 (adj 13): system update done
I/ActivityManager(  417): Removing system update proc: ProcessRecord{2c141850 507:android.process.acore/u0a2}
I/ActivityManager(  417): Killing 507:android.process.acore/u0a2 (adj 11): system update done
I/ActivityManager(  417): Removing system update proc: ProcessRecord{2c171d40 523:android.process.media/u0a5}
I/ActivityManager(  417): Killing 523:android.process.media/u0a5 (adj 9): system update done
I/ActivityManager(  417): System now ready
I/SystemServer(  417): Making services ready
D/NetworkManagementService(  417): enabling bandwidth control
W/MountService(  417): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/SystemUIService(  469): loading: class com.android.systemui.recent.Recents
D/SystemUIService(  469): running: com.android.systemui.recent.Recents@2bf75038
D/SystemUIService(  469): loading: class com.android.systemui.statusbar.SystemBars
D/SystemUIService(  469): running: com.android.systemui.statusbar.SystemBars@2bf75620
D/SystemUIService(  469): loading: class com.android.systemui.usb.StorageNotification
D/SystemUIService(  469): running: com.android.systemui.usb.StorageNotification@2bf77370
D/SystemUIService(  469): loading: class com.android.systemui.power.PowerUI
D/SystemUIService(  469): running: com.android.systemui.power.PowerUI@2bf789d0
D/SystemUIService(  469): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService(  469): running: com.android.systemui.media.RingtonePlayer@2bf79870
D/SystemUIService(  469): loading: class com.android.systemui.settings.SettingsUI
D/SystemUIService(  469): running: com.android.systemui.settings.SettingsUI@2bf7b120
I/StatusBarManagerService(  417): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@2c4196f0
D/PhoneStatusBar(  469): mSettingsPanelGravity = 8388661
D/dalvikvm(  469): GC_FOR_ALLOC freed 146K, 7% free 2899K/3108K, paused 24ms, total 56ms
E/NetdConnector(  417): NDC Command {5 bandwidth enable} took too long (637ms)
V/PhoneStatusBar/NavigationBarView(  469): touchEnabled:false
D/dalvikvm(  469): GC_CONCURRENT freed 31K, 3% free 3291K/3392K, paused 3ms+33ms, total 81ms
E/BluetoothAdapter(  469): Bluetooth binder is null
E/BluetoothAdapter(  469): Bluetooth binder is null
E/BluetoothAdapter(  469): Bluetooth binder is null
E/BluetoothAdapter(  469): Bluetooth binder is null
I/ActivityManager(  417): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=585 uid=10002 gids={50002, 3003, 1028, 1015}
I/ActivityManager(  417): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/h/h -nav/h s.4}
W/RecognitionManagerService(  417): no available voice recognition services found for user 0
D/PhoneStatusBar(  469): disable: < expand icons alerts ticker system_info back home recent clock search >
W/AppWidgetServiceImpl(  417): Failed to read state: java.io.FileNotFoundException: /data/system/users/0/appwidgets.xml: open failed: ENOENT (No such file or directory)
W/InputMethodManagerService(  417): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType(  417): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/ResourceType(  417): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/InputMethodUtils(  417): Found no subtypes in a system IME: com.android.inputmethod.pinyin
W/InputMethodManagerService(  417): Reset the default IME as "Resource" is ready here.
W/ResourceType(  417): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/ResourceType(  417): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/InputMethodUtils(  417): Found no subtypes in a system IME: com.android.inputmethod.pinyin
I/InputMethodManagerService(  417): Selected default: com.android.inputmethod.latin/.LatinIME
D/dalvikvm(  469): GC_CONCURRENT freed 139K, 6% free 3617K/3820K, paused 2ms+40ms, total 103ms
I/ActivityManager(  417): Config changes=20 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.5}
E/BluetoothAdapter(  469): Bluetooth binder is null
I/ActivityManager(  417): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=600 uid=10027 gids={50027, 1028, 1015}
V/InputMethodManagerService(  417): Adding window token: android.os.Binder@2c3e9278
W/InputMethodManagerService(  417): Illegal subtype state: old subtype = null, new subtype = android.view.inputmethod.InputMethodSubtype@c9194f98
D/PhoneStatusBar(  469): heads up is disabled
I/Choreographer(  469): Skipped 42 frames!  The application may be doing too much work on its main thread.
W/GpsLocationProvider(  417): Could not open GPS configuration file /etc/gps.conf
W/LocationManagerService(  417): no network location provider found
E/FlpHardwareProvider(  417): Error hw_get_module 'flp': -2
E/FlpHardwareProvider(  417): Error hw_get_module 'flp': -2
E/LocationManagerService(  417): no geocoder provider found
E/LocationManagerService(  417): No FusedProvider found.
E/LocationManagerService(  417): no geofence provider found
I/CommonTimeManagementService(  417): No common time service detected on this platform.  Common time services will be unavailable.
I/InputReader(  417): Reconfiguring input devices.  changes=0x00000020
D/dalvikvm(  417): GC_CONCURRENT freed 310K, 46% free 4908K/9036K, paused 37ms+4ms, total 221ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 42ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 45ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 45ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 45ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 44ms
I/InputReader(  417): Reconfiguring input devices.  changes=0x00000010
I/FusedLocation(  417): engine started (com.android.location.fused)
I/ActivityManager(  417): Start proc com.android.phone for added application com.android.phone: pid=615 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
I/ActivityManager(  417): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.settings/.CryptKeeper} from pid 0
D/dalvikvm(  585): GC_CONCURRENT freed 199K, 9% free 2959K/3224K, paused 6ms+64ms, total 120ms
I/ActivityManager(  417): Start proc com.android.settings for activity com.android.settings/.CryptKeeper: pid=624 uid=1000 gids={41000, 3003, 1028, 1015, 3002, 3001}
I/ActivityManager(  417): Start proc android.process.media for broadcast com.android.providers.media/.MtpReceiver: pid=636 uid=10005 gids={50005, 1028, 1015, 1023, 1024, 2001, 3003, 3007}
D/dalvikvm(  121): GC_EXPLICIT freed 38K, 4% free 2687K/2788K, paused 1ms+2ms, total 37ms
D/dalvikvm(  121): GC_EXPLICIT freed <1K, 4% free 2687K/2788K, paused 1ms+1ms, total 34ms
D/dalvikvm(  121): GC_EXPLICIT freed <1K, 4% free 2687K/2788K, paused 2ms+2ms, total 39ms
I/LatinIME(  600): Hardware accelerated drawing: true
W/ResourceType(  417): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager(  417): Start proc com.android.printspooler for service com.android.printspooler/.PrintSpoolerService: pid=655 uid=10037 gids={50037}
W/InputAttributes(  600): No editor info for this field. Bug?
I/PrintSpoolerService(  655): No existing print spooler state.
I/ResourceUtils(  600): Found default value: resource=keypress_vibration_durations build=[HARDWARE=freescale MODEL=EVK_MX6SL BRAND=Freescale MANUFACTURER=Freescale] default=-1
I/ResourceUtils(  600): Found default value: resource=keypress_volumes build=[HARDWARE=freescale MODEL=EVK_MX6SL BRAND=Freescale MANUFACTURER=Freescale] default=-1.0f
I/ActivityManager(  417): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.provision/.DefaultActivity} from pid 0
I/ActivityManager(  417): Start proc com.android.provision for activity com.android.provision/.DefaultActivity: pid=669 uid=10038 gids={50038}
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = UserHistoryDictionary.en_US.dic ; version = ? ; date = 86442
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = PersonalizationPredictionDictio ; version = ? ; date = 86442
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = personalization.en_US.dict ; version = ? ; date = 86442
D/dalvikvm(  469): GC_CONCURRENT freed 103K, 5% free 3938K/4104K, paused 16ms+2ms, total 152ms
D/dalvikvm(  600): GC_CONCURRENT freed 207K, 9% free 2903K/3172K, paused 3ms+1ms, total 94ms
D/PhoneStatusBar(  469): mSettingsPanelGravity = 8388661
I/Choreographer(  469): Skipped 78 frames!  The application may be doing too much work on its main thread.
D/dalvikvm(  417): GC_CONCURRENT freed 369K, 45% free 4984K/9036K, paused 2ms+3ms, total 103ms
V/StatusBar(  469): userId 0 is in the house
W/BackupManagerService(  417): dataChanged but no participant pkg='com.android.providers.settings' uid=10038
E/BluetoothAdapter(  615): Bluetooth binder is null
E/BluetoothAdapter(  615): Bluetooth binder is null
D/dalvikvm(  469): GC_FOR_ALLOC freed 76K, 4% free 4021K/4160K, paused 66ms, total 69ms
D/dalvikvm(  615): GC_CONCURRENT freed 183K, 8% free 2950K/3196K, paused 3ms+6ms, total 65ms
D/CallNotifier(  615): CallNotifier: mSignalInfoToneGenerator created when toneplay
E/BluetoothAdapter(  615): Bluetooth binder is null
I/dalvikvm-heap(  469): Grow heap (frag case) to 11.797MB for 8192016-byte allocation
D/dalvikvm(  469): GC_CONCURRENT freed 66K, 2% free 11955K/12164K, paused 3ms+2ms, total 72ms
D/dalvikvm(  469): WAIT_FOR_CONCURRENT_GC blocked 23ms
D/MobileDataStateTracker(  417): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  417): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  417): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  417): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  417): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  417): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  417): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  417): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  417): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  417): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
W/BackupManagerService(  417): dataChanged but no participant pkg='com.android.providers.settings' uid=10038
D/MobileDataStateTracker(  417): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/dalvikvm(  469): GC_FOR_ALLOC freed 8001K, 5% free 3957K/4160K, paused 25ms, total 26ms
I/dalvikvm-heap(  469): Grow heap (frag case) to 11.735MB for 8192016-byte allocation
D/dalvikvm(  469): GC_CONCURRENT freed <1K, 2% free 11957K/12164K, paused 4ms+2ms, total 29ms
D/libEGL  (  469): loaded /system/lib/egl/libGLES_android.so
I/Choreographer(  469): Skipped 50 frames!  The application may be doing too much work on its main thread.
D/MobileDataStateTracker(  417): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  417): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  417): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
I/ActivityManager(  417): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
D/MobileDataStateTracker(  417): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
I/ActivityManager(  417): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=705 uid=10008 gids={50008}
D/MobileDataStateTracker(  417): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  417): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  417): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  417): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  417): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  417): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  417): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
I/Choreographer(  469): Skipped 64 frames!  The application may be doing too much work on its main thread.
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = userunigram.en_US.dict ; version = ? ; date = ?
D/MobileDataStateTracker(  417): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  417): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  417): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  417): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  417): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  417): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  417): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  417): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  417): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  417): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  417): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  417): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  417): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  417): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  417): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  417): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  417): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  417): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/TelephonyDebugService(  615): TelephonyDebugService()
D/MobileDataStateTracker(  417): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  417): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  417): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  417): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  417): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  417): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  417): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  417): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
W/CallNotifier(  615): Got onMwiChanged() on non-voice-capable device! Ignoring...
D/dalvikvm(  600): GC_CONCURRENT freed 404K, 14% free 2991K/3460K, paused 3ms+11ms, total 57ms
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
I/LatinIME:LogUtils(  600): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
D/dalvikvm(  705): GC_CONCURRENT freed 178K, 8% free 2952K/3196K, paused 26ms+16ms, total 78ms
I/MediaProvider(  636): Upgrading media database from version 0 to 700, which will destroy all old data
D/dalvikvm(  417): GC_CONCURRENT freed 369K, 44% free 5083K/9036K, paused 10ms+12ms, total 114ms
D/dalvikvm(  705): GC_FOR_ALLOC freed 34K, 6% free 3034K/3196K, paused 19ms, total 20ms
W/Resources(  705): Converting to int: TypedValue{t=0x3/d=0x12 "4" a=-1}
W/Resources(  705): Converting to int: TypedValue{t=0x3/d=0xf "1" a=-1}
D/dalvikvm(  705): GC_CONCURRENT freed 46K, 4% free 3437K/3564K, paused 6ms+22ms, total 72ms
D/dalvikvm(  705): GC_FOR_ALLOC freed 33K, 3% free 3475K/3580K, paused 14ms, total 14ms
I/dalvikvm-heap(  705): Grow heap (frag case) to 4.752MB for 1360016-byte allocation
D/dalvikvm(  705): GC_FOR_ALLOC freed <1K, 3% free 4803K/4912K, paused 14ms, total 14ms
D/dalvikvm(  705): GC_CONCURRENT freed 1K, 3% free 4803K/4912K, paused 4ms+1ms, total 22ms
D/dalvikvm(  705): WAIT_FOR_CONCURRENT_GC blocked 18ms
I/dalvikvm-heap(  705): Grow heap (frag case) to 6.048MB for 1360016-byte allocation
D/dalvikvm(  705): GC_FOR_ALLOC freed <1K, 2% free 6131K/6244K, paused 27ms, total 27ms
W/Resources(  705): Converting to int: TypedValue{t=0x3/d=0x15 "2" a=-1}
W/Resources(  705): Converting to int: TypedValue{t=0x3/d=0x15 "2" a=-1}
W/Launcher.LauncherProvider(  705): Unable to add favorite: com.android.gallery3d/com.android.gallery3d.app.Gallery
W/Launcher.LauncherProvider(  705): android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.Gallery}
W/Launcher.LauncherProvider(  705):     at android.app.ApplicationPackageManager.getActivityInfo(ApplicationPackageManager.java:242)
W/Launcher.LauncherProvider(  705):     at com.android.launcher2.LauncherProvider$DatabaseHelper.addAppShortcut(LauncherProvider.java:959)
W/Launcher.LauncherProvider(  705):     at com.android.launcher2.LauncherProvider$DatabaseHelper.loadFavorites(LauncherProvider.java:863)
W/Launcher.LauncherProvider(  705):     at com.android.launcher2.LauncherProvider$DatabaseHelper.access$000(LauncherProvider.java:253)
W/Launcher.LauncherProvider(  705):     at com.android.launcher2.LauncherProvider.loadDefaultFavoritesIfNecessary(LauncherProvider.java:237)
W/Launcher.LauncherProvider(  705):     at com.android.launcher2.LauncherModel$LoaderTask.loadWorkspace(LauncherModel.java:1278)
W/Launcher.LauncherProvider(  705):     at com.android.launcher2.LauncherModel$LoaderTask.loadAndBindWorkspace(LauncherModel.java:1020)
W/Launcher.LauncherProvider(  705):     at com.android.launcher2.LauncherModel$LoaderTask.run(LauncherModel.java:1126)
W/Launcher.LauncherProvider(  705):     at android.os.Handler.handleCallback(Handler.java:733)
W/Launcher.LauncherProvider(  705):     at android.os.Handler.dispatchMessage(Handler.java:95)
W/Launcher.LauncherProvider(  705):     at android.os.Looper.loop(Looper.java:136)
W/Launcher.LauncherProvider(  705):     at android.os.HandlerThread.run(HandlerThread.java:61)
I/ActivityManager(  417): Displayed com.android.launcher/com.android.launcher2.Launcher: +2s701ms (total +5s602ms)
I/SurfaceFlinger(  120): Boot is finished (61146 ms)
D/MediaProvider(  636): Adjusting external storage paths to: /storage/emulated/0
D/dalvikvm(  705): GC_CONCURRENT freed 1653K, 24% free 5508K/7236K, paused 2ms+8ms, total 37ms
D/dalvikvm(  705): GC_FOR_ALLOC freed 30K, 25% free 5482K/7236K, paused 21ms, total 22ms
I/dalvikvm-heap(  705): Grow heap (frag case) to 6.645MB for 1290512-byte allocation
D/dalvikvm(  705): GC_FOR_ALLOC freed <1K, 7% free 6742K/7236K, paused 15ms, total 15ms
D/dalvikvm(  705): GC_CONCURRENT freed <1K, 7% free 6752K/7236K, paused 2ms+2ms, total 24ms
E/SQLiteLog(  636): (1) no such table: album_info
I/ContactLocale(  585): AddressBook Labels [en_US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, ÃŽÂ’, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, ÃŽ ÃŽÂœ, Ν, Ξ, Ο, ÃŽÂ , Ρ, Σ, Τ, ÃŽÂ¥, Φ, Χ, Ψ, Ω, , А, Б, В, Г, Д, Е, Є, Ж, З, И, І, Ї, Й, К, Ð М, Н, О, П, Р, С, Т, У, Ф, Ð¥, Ц, Ч, Ш, Щ, Ю, Я, , א, ב, ג, ד, ה, ו, ז, ח, ט, י, × ל, מ, × , ס, ×¢, פ, צ, ק, ר, ש, ת, , ا, ب, ت, Ø«, ج, Ø­, Ø®, د, Ø°, ر, ز, س, Ø´, ص, ض, Ø·, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, , à ¸, à ¸‚, à ¸ƒ, à ¸„, à ¸…, à ¸†, à ¸‡, à ¸ˆ, à ¸‰, à ¸Š, à ¸‹, à ¸Œ, à ¸, à ¸Ž, à ¸, à ¸, à ¸‘, à ¸’, à ¸“, à ¸”, à ¸•, à ¸–, à ¸—, à ¸˜, à ¸™, à ¸š, à ¸ à ¸œ, à ¸, à ¸ž, à ¸Ÿ, à ¸ , à ¸¡, à ¸¢, à ¸£, à ¸¤, à ¸¥, à ¸¦, à ¸§, à ¸¨, à ¸©, à ¸ª, à ¸«, à ¸¬, à ¸­, à ¸®, , ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, , あ, か, さ, た, な, は, ま, や, ら, わ, #, ]
D/dalvikvm(  636): GC_CONCURRENT freed 224K, 9% free 2879K/3164K, paused 5ms+20ms, total 53ms
E/BluetoothAdapter(  624): Bluetooth binder is null
D/MtpService(  636): updating state; isCurrentUser=true, mMtpLocked=false
D/MtpService(  636): addStorageLocked 65537 /storage/emulated/0
I/ActivityManager(  417): Start proc com.android.music for broadcast com.android.music/.MediaButtonIntentReceiver: pid=746 uid=10032 gids={50032, 3003, 1028, 1015}
I/dalvikvm(  746): Enabling JNI app bug workarounds for target SDK version 9...
D/MtpService(  636): updating state; isCurrentUser=true, mMtpLocked=false
D/MtpService(  636): starting MTP server in MTP mode
D/MtpService(  636): addStorageLocked 65537 /storage/emulated/0
I/DownloadManager(  636): Upgrading downloads database from version 0 to version 109, which will destroy all old data
E/BluetoothAdapter(  624): Bluetooth binder is null
I/MediaFocusControl(  417):   Remote Control   registerMediaButtonIntent() for PendingIntent{2c3738e8: PendingIntentRecord{2c52cf88 com.android.music broadcastIntent}}
I/ActivityManager(  417): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.AnalogAppWidgetProvider: pid=760 uid=10022 gids={50022, 1028}
E/BluetoothAdapter(  417): Bluetooth binder is null
E/BluetoothAdapter(  417): Bluetooth binder is null
V/WiredAccessoryManager(  417): init()
W/WiredAccessoryManager(  417): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/PowerManagerService(  417): Boot animation finished.
I/ActivityManager(  417): Start proc com.android.calendar for broadcast com.android.calendar/.UpgradeReceiver: pid=783 uid=10019 gids={50019, 3003}
D/dalvikvm(  417): GC_CONCURRENT freed 404K, 43% free 5154K/9036K, paused 9ms+3ms, total 46ms
D/ExtensionsFactory(  783): No custom extensions.
I/ActivityManager(  417): Start proc com.android.exchange for content provider com.android.exchange/.provider.ExchangeDirectoryProvider: pid=818 uid=10025 gids={50025, 3003, 1028, 1015}
I/RecoverySystem(  417): No recovery log file
I/ActivityManager(  417): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarReceiver: pid=830 uid=10001 gids={50001, 3003, 1028, 1015}
I/BootReceiver(  417): Copying audit failures to DropBox
I/BootReceiver(  417): Checking for fsck errors
I/CalendarDatabaseHelper(  830): Bootstrapping database
I/ActivityManager(  417): Start proc com.android.email for content provider com.android.email/.provider.EmailProvider: pid=845 uid=10024 gids={50024, 3003, 1028, 1015}
I/ContactDirectoryManager(  585): deleted 0 stale rows which don't have any relevant directory
I/CalendarProvider2(  830): Created com.android.providers.calendar.CalendarAlarmManager@2bf84ce8(com.android.providers.calendar.CalendarProvider2@2bf71d38)
I/ActivityManager(  417): Delay finish: com.android.providers.downloads/.DownloadReceiver
I/ContactDirectoryManager(  585): Discovered 0 contact directories in 1440ms
I/ActivityManager(  417): Resuming delayed broadcast
I/ActivityManager(  417): Delay finish: com.android.providers.media/.MediaScannerReceiver
I/ContactsProvider(  585): Upgrading aggregation algorithm
I/ContactAggregator(  585): Marked all visible contacts for aggregation: 0 raw contacts, 9 ms
D/ActivityThread(  845): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
D/ActivityThread(  845): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
I/InputReader(  417): Reconfiguring input devices.  changes=0x00000010
I/InputReader(  417): Reconfiguring input devices.  changes=0x00000010
I/InputReader(  417): Reconfiguring input devices.  changes=0x00000010
I/ContactsProvider(  585): Aggregation algorithm upgraded for 0 raw contacts in 551ms
I/ContactsFTS(  585): Rebuild contact search index in 199ms, 0 contacts
I/CalendarProvider2(  830): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
W/ContentResolver(  830): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
I/ActivityManager(  417): Resuming delayed broadcast
I/ActivityManager(  417): Start proc com.android.mms for broadcast com.android.mms/.transaction.MmsSystemEventReceiver: pid=867 uid=10009 gids={50009, 3003, 1028, 1015}
D/MtpService(  636): updating state; isCurrentUser=true, mMtpLocked=false
D/dalvikvm(  417): GC_CONCURRENT freed 447K, 43% free 5208K/9036K, paused 3ms+3ms, total 41ms
I/MediaProvider(  636): Upgrading media database from version 0 to 700, which will destroy all old data
D/CountryDetector(  417): The first listener is added
V/MmsConfig(  867): mnc/mcc:
V/MmsConfig(  867): tag: bool value: enabledMMS - true
V/MmsConfig(  867): tag: int value: maxMessageSize - 307200
V/MmsConfig(  867): tag: int value: maxImageHeight - 480
V/MmsConfig(  867): tag: int value: maxImageWidth - 640
V/MmsConfig(  867): tag: int value: defaultSMSMessagesPerThread - 10000
V/MmsConfig(  867): tag: int value: defaultMMSMessagesPerThread - 1000
V/MmsConfig(  867): tag: int value: minMessageCountPerThread - 10
V/MmsConfig(  867): tag: int value: maxMessageCountPerThread - 5000
V/MmsConfig(  867): tag: string value: uaProfUrl - http://www.google.com/oha/rdf/ua-profile-kila.xml
V/MmsConfig(  867): tag: int value: recipientLimit - -1
V/MmsConfig(  867): tag: bool value: enableMultipartSMS - true
V/MmsConfig(  867): tag: int value: smsToMmsTextThreshold - -1
V/MmsConfig(  867): tag: bool value: enableSlideDuration - true
V/MmsConfig(  867): tag: int value: maxMessageTextSize - -1
D/dalvikvm(  585): GC_CONCURRENT freed 288K, 11% free 3056K/3408K, paused 3ms+2ms, total 22ms
I/ActivityManager(  417): Delay finish: com.android.mms/.transaction.MmsSystemEventReceiver
I/ActivityManager(  417): Resuming delayed broadcast
I/ActivityManager(  417): Delay finish: com.android.mms/.transaction.SmsReceiver
I/ActivityManager(  417): Resuming delayed broadcast
I/ActivityManager(  417): Start proc com.android.onetimeinitializer for broadcast com.android.onetimeinitializer/.OneTimeInitializerReceiver: pid=893 uid=10011 gids={50011}
D/dalvikvm(  121): GC_EXPLICIT freed 40K, 4% free 2687K/2792K, paused 1ms+2ms, total 32ms
D/dalvikvm(  121): GC_EXPLICIT freed <1K, 4% free 2687K/2792K, paused 1ms+1ms, total 34ms
D/dalvikvm(  121): GC_EXPLICIT freed <1K, 4% free 2687K/2792K, paused 2ms+2ms, total 34ms
V/OneTimeInitializerRece(  893): OneTimeInitializerReceiver.onReceive
I/OneTimeInitializerServ(  893): Updating to version 1.
I/ActivityManager(  417): Delay finish: com.android.onetimeinitializer/.OneTimeInitializerReceiver
D/Mms:app (  867): cancelNotification
I/ActivityManager(  417): Resuming delayed broadcast
D/AlertReceiver(  783): onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x8000010 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
D/AlertUtils(  783): Flushing old alerts from shared prefs table
D/AlertService(  783): 0 Action = android.intent.action.BOOT_COMPLETED
I/ActivityManager(  417): Delay finish: com.android.calendar/.alerts.AlertReceiver
D/AlertService(  783): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
D/AlarmScheduler(  783): No events found starting within 1 week.
D/MediaProvider(  636): Adjusting external storage paths to: /storage/emulated/0
D/dalvikvm(  845): GC_CONCURRENT freed 210K, 9% free 2863K/3140K, paused 2ms+10ms, total 30ms
E/SQLiteLog(  636): (1) no such table: files
E/MetadataRetrieverClient(  123): failed to extract an album art
W/ActivityManager(  417): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
W/ActivityManager(  417): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
I/Email   (  845): Observing account changes for notifications
W/ActivityManager(  417): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
W/BackupManagerService(  417): dataChanged but no participant pkg='com.android.providers.settings' uid=10005
D/dalvikvm(  636): GC_CONCURRENT freed 257K, 10% free 3010K/3328K, paused 2ms+3ms, total 21ms
D/dalvikvm(  636): GC_CONCURRENT freed 299K, 11% free 3104K/3468K, paused 3ms+3ms, total 21ms
E/MetadataRetrieverClient(  123): failed to extract an album art
D/dalvikvm(  636): GC_CONCURRENT freed 427K, 14% free 3080K/3572K, paused 3ms+4ms, total 29ms
W/BackupManagerService(  417): dataChanged but no participant pkg='com.android.providers.settings' uid=10005
E/MetadataRetrieverClient(  123): failed to extract an album art
D/dalvikvm(  636): GC_CONCURRENT freed 423K, 15% free 3070K/3572K, paused 2ms+3ms, total 29ms
E/MetadataRetrieverClient(  123): failed to extract an album art
W/BackupManagerService(  417): dataChanged but no participant pkg='com.android.providers.settings' uid=10005
D/dalvikvm(  636): GC_CONCURRENT freed 341K, 13% free 3115K/3572K, paused 2ms+2ms, total 22ms
D/dalvikvm(  636): GC_CONCURRENT freed 323K, 11% free 3184K/3572K, paused 2ms+5ms, total 22ms
D/dalvikvm(  636): GC_CONCURRENT freed 431K, 14% free 3146K/3640K, paused 2ms+4ms, total 32ms
E/MetadataRetrieverClient(  123): failed to extract an album art
E/MetadataRetrieverClient(  123): failed to extract an album art
D/dalvikvm(  636): GC_CONCURRENT freed 395K, 14% free 3152K/3640K, paused 3ms+4ms, total 25ms
V/MediaScanner(  636): pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@2bf7bc40
V/MediaScanner(  636): /pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@2bf7bc40
V/AlarmClock(  760): AlarmInitReceiver android.intent.action.BOOT_COMPLETED
I/ActivityManager(  417): Resuming delayed broadcast
V/AlarmClock(  760): AlarmInitReceiver - Reset timers and clear stopwatch data
V/AlarmClock(  760): AlarmInitReceiver - resetting volume button default
I/AlarmClock(  760): Alarms Table created
I/AlarmClock(  760): Instance table created
I/AlarmClock(  760): Cities table created
I/AlarmClock(  760): Inserting default alarms
I/AlarmClock(  760): Displaying next alarm time: ''
I/ActivityManager(  417): Waited long enough for: ServiceRecord{2c24a728 u0 com.android.music/.MediaPlaybackService}
W/BackupManagerService(  417): dataChanged but no participant pkg='com.android.providers.settings' uid=10022
V/AlarmClock(  760): AlarmInitReceiver finished
I/LauncherIconVisibilityManager(  600): Boot has been completed
I/LauncherIconVisibilityManager(  600): Disable activity: ComponentInfo{com.android.inputmethod.latin/com.android.inputmethod.latin.setup.SetupActivity}
W/BroadcastQueue(  417): Permission Denial: broadcasting Intent { act=android.appwidget.action.APPWIDGET_UPDATE_OPTIONS flg=0x10 cmp=com.android.settings/.widget.SettingsAppWidgetProvider (has extras) } from android (pid=705, uid=10008) is not exported from uid 1000 due to receiver com.android.settings/.widget.SettingsAppWidgetProvider
E/BluetoothAdapter(  624): Bluetooth binder is null
I/Email   (  845): Onetime initialization: 1
I/Email   (  845): Onetime initialization: 2
I/Email   (  845): Onetime initialization: completed.
E/BluetoothAdapter(  624): Bluetooth binder is null
D/AlertReceiver(  783): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver }
I/ActivityManager(  417): Delay finish: com.android.calendar/.alerts.AlertReceiver
D/AlertService(  783): 0 Action = android.intent.action.PROVIDER_CHANGED
I/ActivityManager(  417): Resuming delayed broadcast
I/ActivityManager(  417): Delay finish: com.android.mms/.transaction.SmsReceiver
V/SmsReceiverService(  867): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
I/ActivityManager(  417): Resuming delayed broadcast
I/ActivityManager(  417): Delay finish: com.android.providers.calendar/.CalendarProviderBroadcastReceiver
I/ActivityManager(  417): Resuming delayed broadcast
I/InputReader(  417): Reconfiguring input devices.  changes=0x00000010
I/InputReader(  417): Reconfiguring input devices.  changes=0x00000010
D/dalvikvm(  417): GC_CONCURRENT freed 471K, 42% free 5262K/9036K, paused 24ms+4ms, total 72ms
I/ActivityManager(  417): Waited long enough for: ServiceRecord{2c3c9d20 u0 com.android.calendar/.alerts.InitAlarmsService}
I/GlobalDismissManager(  783): no sender configured
D/AlertService(  783): Beginning updateAlertNotification
D/AlertService(  783): No fired or scheduled alerts
D/AlertService(  783): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
D/AlarmScheduler(  783): No events found starting within 1 week.
D/ConnectivityService(  417): Sampling interval elapsed, updating statistics ..
D/ConnectivityService(  417): Done.
D/ConnectivityService(  417): Setting timer for 720seconds
D/InitAlarmsService(  783): Clearing and rescheduling alarms.
D/dalvikvm(  830): GC_CONCURRENT freed 204K, 9% free 2875K/3144K, paused 4ms+1ms, total 47ms
I/MediaFocusControl(  417):  AudioFocus  abandonAudioFocus() from android.media.AudioManager@2bf65a90com.android.music.MediaPlaybackService$3@2bf64910
I/ActivityManager(  417): Start proc com.android.musicfx for broadcast com.android.musicfx/.ControlPanelReceiver: pid=934 uid=10010 gids={50010, 3003, 3002}
V/MusicFXControlPanelReceiver(  934): onReceive
V/MusicFXControlPanelReceiver(  934): Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION
V/MusicFXControlPanelReceiver(  934): Package name: com.android.music
V/MusicFXControlPanelReceiver(  934): Audio session: 7
V/MusicFXControlPanelEffect(  934): closeSession(android.app.ReceiverRestrictedContext@2bf5f4d8, com.android.music, 7)
I/PowerManagerService(  417): Going to sleep due to screen timeout...
D/SurfaceFlinger(  120): Screen released, type=0 flinger=0x783ba450
I/SWITCHPROFILE(  417): Switchprofile thread received GOV_CONSERVATIVE from Power HAL
V/KeyguardServiceDelegate(  417): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$17@2c14e730)
V/KeyguardServiceDelegate(  417): **** SHOWN CALLED ****
I/WindowManager(  417): No lock screen! windowToken=null
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
W/audio_hw_primary(  123): set parameters screen_state=on
W/audio_hw_primary(  123): set parameters screen_state=off
V/KeyguardHostView(  469): Initial transport state: 0, pbstate=0
V/KeyguardHostView(  469): hide transport, gen:2
V/KeyguardHostView(  469): music state changed: 0
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
W/View    (  469): requestLayout() improperly called by android.widget.TextClock{2c8b75a0 V.ED.... ......ID 29,0-280,141 #7f0a0047 app:id/clock_view} during layout: running second layout pass
W/View    (  469): requestLayout() improperly called by android.widget.TextClock{2c8b9250 V.ED.... ......ID 118,0-192,17 #7f0a004c app:id/date_view} during layout: running second layout pass
D/PhoneStatusBar(  469): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT* CLOCK* SEARCH* >
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
W/ContextImpl(  417): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
E/EventHub(  417): could not get driver version for /dev/input/mouse0, Not a typewriter
D/EventHub(  417): No input device configuration file found for device 'PixArt USB Optical Mouse'.
I/EventHub(  417): New device: id=3, fd=166, path='/dev/input/event2', name='PixArt USB Optical Mouse', classes=0x80000008, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=true
I/InputReader(  417): Device added: id=3, name='PixArt USB Optical Mouse', sources=0x00002002
V/KeyguardServiceDelegate(  417): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$17@2c1a7c98)
I/PowerManagerService(  417): Waking up from sleep...
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
I/SWITCHPROFILE(  417): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(  417): setprop: sys.interactive = active
D/SurfaceFlinger(  120): Screen acquired, type=0 flinger=0x783ba450
W/audio_hw_primary(  123): set parameters screen_state=on
V/KeyguardServiceDelegate(  417): **** SHOWN CALLED ****
I/WindowManager(  417): Lock screen displayed!
D/DisplayPowerController(  417): Unblocked screen on after 162624 ms
I/AudioMixer(  123): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
I/audio_hw_primary(  123): start_output_stream... 2004170664, device 2
W/audio_hw_primary(  123): card 0, port 0 device 0x2
W/audio_hw_primary(  123): rate 44100, channel 2 period_size 0xc0
I/InputDispatcher(  417): Dropping event because there is no touchable window at (580, 279).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (581, 278).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (581, 277).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (581, 275).
D/PhoneStatusBar(  469): disable: < expand icons alerts ticker system_info back* home* recent* clock* search* >
W/InputMethodManagerService(  417): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2bfe80f8 attribute=android.view.inputmethod.EditorInfo@2bfe8108, token = android.os.BinderProxy@2c16fec8
D/dalvikvm(  705): GC_FOR_ALLOC freed 2001K, 28% free 5512K/7580K, paused 16ms, total 20ms
I/dalvikvm-heap(  705): Grow heap (frag case) to 6.741MB for 1360016-byte allocation
D/dalvikvm(  705): GC_FOR_ALLOC freed 4K, 24% free 6836K/8912K, paused 16ms, total 16ms
D/dalvikvm(  705): GC_CONCURRENT freed 16K, 24% free 6820K/8912K, paused 7ms+2ms, total 45ms
W/AudioTrack(  417): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
D/dalvikvm(  705): GC_FOR_ALLOC freed 1332K, 39% free 5492K/8912K, paused 15ms, total 15ms
I/dalvikvm-heap(  705): Grow heap (frag case) to 6.721MB for 1360016-byte allocation
D/dalvikvm(  705): GC_FOR_ALLOC freed <1K, 24% free 6820K/8912K, paused 15ms, total 15ms
D/dalvikvm(  705): GC_CONCURRENT freed 0K, 24% free 6820K/8912K, paused 4ms+7ms, total 36ms
W/AudioTrack(  417): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c2c2d30 VFED..CL ......ID 0,0-72,72 #0} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000001
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c2f9768 VFED..CL ......ID 99,0-171,72 #1} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000002
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2bf87368 VFED..CL ......ID 198,0-270,72 #2} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000003
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2bf55c90 VFED..CL ......ID 297,0-369,72 #3} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000004
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c371560 VFED..CL ......ID 396,0-468,72 #4} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000005
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c39a200 VFED..CL ......ID 495,0-567,72 #5} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000006
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2bfb0880 VFED..CL ......ID 594,0-666,72 #6} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000007
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c38fd98 VFED..CL ......ID 693,0-765,72 #7} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000008
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c373918 VFED..CL ......ID 0,78-72,150 #8} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x00000009
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c36c918 VFED..CL ......ID 99,78-171,150 #9} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x0000000a
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c37d5f8 VFED..CL ......ID 198,78-270,150 #a} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x0000000b
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c386790 VFED..CL ......ID 297,78-369,150 #b} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x0000000c
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c2af008 VFED..CL ......ID 396,78-468,150 #c} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x0000000d
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c2c74a8 VFED..CL ......ID 495,78-567,150 #d} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x0000000e
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c3efbe8 VFED..CL ......ID 594,78-666,150 #e} during layout: running second layout pass
W/ResourceType(  705): No package identifier when getting name for resource number 0x0000000f
W/View    (  705): requestLayout() improperly called by com.android.launcher2.PagedViewIcon{2c302960 VFED..CL ......ID 693,78-765,150 #f} during layout: running second layout pass
D/dalvikvm(  705): GC_FOR_ALLOC freed 3203K, 48% free 4672K/8912K, paused 19ms, total 20ms
I/dalvikvm-heap(  705): Grow heap (frag case) to 5.615MB for 1039840-byte allocation
D/dalvikvm(  705): GC_FOR_ALLOC freed 1K, 37% free 5686K/8912K, paused 20ms, total 20ms
D/dalvikvm(  705): GC_CONCURRENT freed 9K, 37% free 5677K/8912K, paused 6ms+9ms, total 49ms
I/Choreographer(  705): Skipped 126 frames!  The application may be doing too much work on its main thread.
D/dalvikvm(  705): GC_CONCURRENT freed 75K, 27% free 6584K/8912K, paused 3ms+2ms, total 39ms
D/dalvikvm(  705): WAIT_FOR_CONCURRENT_GC blocked 18ms
D/dalvikvm(  705): WAIT_FOR_CONCURRENT_GC blocked 4ms
D/dalvikvm(  705): GC_CONCURRENT freed 364K, 16% free 7519K/8912K, paused 7ms+2ms, total 37ms
D/dalvikvm(  705): WAIT_FOR_CONCURRENT_GC blocked 32ms
D/dalvikvm(  705): WAIT_FOR_CONCURRENT_GC blocked 8ms
I/dalvikvm-heap(  705): Grow heap (frag case) to 8.710MB for 1360016-byte allocation
D/dalvikvm(  705): GC_FOR_ALLOC freed 1K, 14% free 8856K/10244K, paused 32ms, total 32ms
D/dalvikvm(  705): GC_FOR_ALLOC freed <1K, 14% free 8856K/10244K, paused 22ms, total 22ms
I/dalvikvm-heap(  705): Grow heap (frag case) to 10.006MB for 1360016-byte allocation
D/dalvikvm(  705): GC_FOR_ALLOC freed 0K, 13% free 10184K/11576K, paused 24ms, total 24ms
W/audio_hw_primary(  123): do_out_standby... 2004170664
D/dalvikvm(  705): GC_FOR_ALLOC freed 16K, 11% free 10355K/11576K, paused 61ms, total 61ms
I/Choreographer(  705): Skipped 33 frames!  The application may be doing too much work on its main thread.
D/dalvikvm(  705): GC_FOR_ALLOC freed 1617K, 18% free 10625K/12912K, paused 50ms, total 50ms
D/dalvikvm(  705): GC_FOR_ALLOC freed 597K, 19% free 10540K/12912K, paused 22ms, total 22ms
D/dalvikvm(  705): GC_FOR_ALLOC freed 2796K, 26% free 9837K/13216K, paused 34ms, total 41ms
D/dalvikvm(  705): GC_CONCURRENT freed 875K, 15% free 11299K/13216K, paused 3ms+2ms, total 37ms
W/AudioTrack(  417): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
I/audio_hw_primary(  123): start_output_stream... 2004170664, device 2
W/audio_hw_primary(  123): card 0, port 0 device 0x2
W/audio_hw_primary(  123): rate 44100, channel 2 period_size 0xc0
D/dalvikvm(  705): GC_FOR_ALLOC freed 1411K, 26% free 9890K/13216K, paused 20ms, total 20ms
W/AudioTrack(  417): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
I/ActivityManager(  417): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings} from pid 705
D/PermissionCache(  120): checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (237 us)
I/ARMAssembler(  120): generated scanline__00000077:03515104_00008001_00000000 [113 ipp] (134 ins) at [0x6db4f1f0:0x6db4f408] in 154083 ns
D/dalvikvm(  417): GC_CONCURRENT freed 425K, 40% free 5485K/9036K, paused 11ms+5ms, total 171ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 43ms
D/dalvikvm(  417): WAIT_FOR_CONCURRENT_GC blocked 26ms
I/InputDispatcher(  417): Dropping event because there is no touchable window at (656, 178).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (655, 177).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (654, 177).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (653, 177).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (652, 177).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (650, 177).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (648, 177).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (645, 177).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (642, 176).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (639, 176).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (638, 176).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (635, 176).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (633, 176).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (632, 176).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (631, 175).
D/dalvikvm(  624): GC_CONCURRENT freed 164K, 8% free 3008K/3236K, paused 4ms+8ms, total 46ms
I/InputDispatcher(  417): Dropping event because there is no touchable window at (633, 174).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (635, 172).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (636, 171).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (637, 169).
E/BluetoothAdapter(  624): Bluetooth binder is null
I/InputDispatcher(  417): Dropping event because there is no touchable window at (638, 167).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (639, 166).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (640, 165).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (641, 163).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (642, 162).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (643, 161).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (645, 160).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (646, 159).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (648, 159).
I/ActivityManager(  417): Displayed com.android.settings/.Settings: +749ms
W/AudioTrack(  417): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
I/ActivityManager(  417): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from pid 624
D/SubSettings(  624): Launching fragment com.android.settings.wifi.WifiSettings
I/InputDispatcher(  417): Dropping event because there is no touchable window at (127, 99).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (132, 101).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (134, 102).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (138, 103).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (144, 105).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (156, 109).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (171, 117).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (190, 126).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (210, 135).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (234, 144).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (258, 150).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (281, 156).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (302, 165).
D/dalvikvm(  624): GC_CONCURRENT freed 88K, 5% free 3313K/3464K, paused 2ms+19ms, total 118ms
I/InputDispatcher(  417): Dropping event because there is no touchable window at (322, 169).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (333, 170).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (346, 175).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (354, 177).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (360, 178).
I/InputDispatcher(  417): Dropping event because there is no touchable window at (363, 179).
I/ActivityManager(  417): Displayed com.android.settings/.SubSettings: +395ms
D/WifiService(  417): setWifiEnabled: true pid=624, uid=1000
E/WifiHW  (  417): Loading WiFi driver here
E/WifiHW  (  417): *****onebox_nongpl.ko inserted
E/WifiHW  (  417): *****wlan.ko inserted
E/WifiHW  (  417): ****wlan_wep.ko inserted
E/WifiHW  (  417): *****wlan_tkip.ko inserted
E/WifiHW  (  417): *****wlan_ccmp.ko inserted
E/WifiHW  (  417): ********wlan_acl.ko inserted
E/WifiHW  (  417): *****wlan_xauth.ko inserted
E/WifiHW  (  417): ***wlan_scan_sta.ko inserted
E/WifiHW  (  417): ***********onebox_gpl.ko
E/WifiHW  (  417): ********* ALL ko inserted successfully
W/audio_hw_primary(  123): do_out_standby... 2004170664
D/Tethering(  417): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering(  417): InitialState.processMessage what=4
D/Tethering(  417): sendTetherStateChangedBroadcast 0, 0, 0
E/WifiHW  (  118): RAVI:****Vap Creation Output:
E/WifiHW  (  118): VAP created Successfully
E/WifiHW  (  118):
E/WifiHW  (  118): RAVI:****Inside STA wifi.c wifi_get_fw_path out_iface is wlan0
E/SoftapController(  118): RAVI:VAP type changed to STA
E/NetdConnector(  417): NDC Command {12 softap fwreload wlan0 STA} took too long (1439ms)
E/NetdConnector(  417): NDC Command {13 bandwidth gettetherstats} took too long (1124ms)
D/CommandListener(  118): Setting iface cfg
D/CommandListener(  118): Trying to bring down wlan0
D/WifiMonitor(  417): startMonitoring(wlan0) with mConnected = false
E/BluetoothAdapter(  624): Bluetooth binder is null
D/wpa_supplicant(  997): wpa_supplicant v2.1-devel-4.4.3
D/wpa_supplicant(  997): random: Trying to read entropy from /dev/random
I/wpa_supplicant(  997): Successfully initialized wpa_supplicant
D/wpa_supplicant(  997): Initializing interface 'wlan0' conf '/data/misc/wifi/wpa_supplicant.conf' driver 'bsd' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant(  997): Configuration file '/data/misc/wifi/wpa_supplicant.conf' -> '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant(  997): Reading configuration file '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant(  997): ctrl_interface='wlan0'
D/wpa_supplicant(  997): update_config=1
D/wpa_supplicant(  997): uuid=12345678-9abc-def0-1234-56789abcdef0
D/wpa_supplicant(  997): device_name='RSI_P2P_DEVICE'
D/wpa_supplicant(  997): manufacturer='Redpine Signals INC'
D/wpa_supplicant(  997): model_name='Godavari'
D/wpa_supplicant(  997): model_number='9113'
D/wpa_supplicant(  997): serial_number='02'
D/wpa_supplicant(  997): os_version=01020300
D/wpa_supplicant(  997): ap_scan=1
D/wpa_supplicant(  997): wpa_driver_bsd_capa: drivercaps=0x4401e401,cryptocaps=0x0000001b
D/wpa_supplicant(  997): wlan0: Own MAC address: 00:23:a7:4b:6a:5c
D/wpa_supplicant(  997): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  997): bsd_del_key: key_idx=0
D/wpa_supplicant(  997): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  997): bsd_del_key: key_idx=1
D/wpa_supplicant(  997): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  997): bsd_del_key: key_idx=2
D/wpa_supplicant(  997): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant(  997): bsd_del_key: key_idx=3
D/wpa_supplicant(  997): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant(  997): wlan0: RSN: flushing PMKID list in the driver
D/wpa_supplicant(  997): wlan0: State: DISCONNECTED -> INACTIVE
D/wpa_supplicant(  997): TDLS: TDLS operation not supported by driver
D/wpa_supplicant(  997): TDLS: Driver uses internal link setup
D/wpa_supplicant(  997): WPS: Set UUID for interface wlan0
D/wpa_supplicant(  997): WPS: UUID based on configuration - hexdump(len=16): 12 34 56 78 9a bc de f0 12 34 56 78 9a bc de f0
D/wpa_supplicant(  997): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant(  997): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  997): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant(  997): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant(  997): EAP: EAP entering state DISABLED
D/wpa_supplicant(  997): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  997): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  997): wlan0: Added interface wlan0
D/wpa_supplicant(  997): wlan0: State: INACTIVE -> DISCONNECTED
D/wpa_supplicant(  997): random: Got 20/20 bytes from /dev/random
D/wpa_supplicant(  997): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant(  997): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant(  997): CTRL_IFACE monitor attached - 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 ...
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER MACADDR' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER MACADDR
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=27): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 4d 41 43 41 44 44 52
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 DRIVER MACADDR'
E/WifiHW  (  417): Redpine wifi_ctrl_recv
D/WifiConfigStore(  417): Loading config and enabling all networks
E/WifiHW  (  417): 'IFNAME=wlan0 LIST_NETWORKS' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 LIST_NETWORKS
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=26): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 4c 49 53 54 5f 4e 45 54 57 4f 52 4b 53
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 LIST_NETWORKS'
E/BluetoothAdapter(  624): Bluetooth binder is null
E/WifiConfigStore(  417): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
E/WifiHW  (  417): 'IFNAME=wlan0 SET device_name evk_6sl' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET device_name evk_6sl
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 64 65 76 69 63 65 5f 6e 61 6d 65 20 65 76 6b ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SET device_name evk_6sl'
E/WifiStateMachine(  417): Failed to set device name evk_6sl
E/WifiHW  (  417): 'IFNAME=wlan0 SET manufacturer Freescale' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET manufacturer Freescale
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=39): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 61 6e 75 66 61 63 74 75 72 65 72 20 46 72 ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SET manufacturer Freescale'
E/WifiStateMachine(  417): Failed to set manufacturer Freescale
E/WifiHW  (  417): 'IFNAME=wlan0 SET model_name EVK_MX6SL' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET model_name EVK_MX6SL
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=37): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 6f 64 65 6c 5f 6e 61 6d 65 20 45 56 4b 5f ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SET model_name EVK_MX6SL'
E/WifiStateMachine(  417): Failed to set model name EVK_MX6SL
E/WifiHW  (  417): 'IFNAME=wlan0 SET model_number EVK_MX6SL' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET model_number EVK_MX6SL
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=39): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 6f 64 65 6c 5f 6e 75 6d 62 65 72 20 45 56 ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SET model_number EVK_MX6SL'
E/WifiStateMachine(  417): Failed to set model number EVK_MX6SL
E/WifiHW  (  417): 'IFNAME=wlan0 SET serial_number 392611d4d72d744d' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET serial_number 392611d4d72d744d
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=47): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 73 65 72 69 61 6c 5f 6e 75 6d 62 65 72 20 33 ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SET serial_number 392611d4d72d744d'
E/WifiStateMachine(  417): Failed to set serial number 392611d4d72d744d
E/WifiHW  (  417): 'IFNAME=wlan0 SET config_methods physical_display virtual_push_button' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET config_methods physical_display virtual_push_button
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=68): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 63 6f 6e 66 69 67 5f 6d 65 74 68 6f 64 73 20 ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SET config_methods physical_display virtual_push_button'
E/WifiStateMachine(  417): Failed to set WPS config methods
E/WifiHW  (  417): 'IFNAME=wlan0 SET device_type 10-0050F204-5' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET device_type 10-0050F204-5
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=42): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 64 65 76 69 63 65 5f 74 79 70 65 20 31 30 2d ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SET device_type 10-0050F204-5'
E/WifiStateMachine(  417): Failed to set primary device type 10-0050F204-5
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN_INTERVAL 15' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN_INTERVAL 15
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=29): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e 5f 49 4e 54 45 52 56 41 4c 20 31 35
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SCAN_INTERVAL 15'
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=35): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 42 54 43 4f 45 58 53 43 41 4e 2d 53 ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP'
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER RXFILTER-STOP' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER RXFILTER-STOP
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=33): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 52 58 46 49 4c 54 45 52 2d 53 54 4f ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 DRIVER RXFILTER-STOP'
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER RXFILTER-STOP' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER RXFILTER-STOP
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=33): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 52 58 46 49 4c 54 45 52 2d 53 54 4f ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 DRIVER RXFILTER-STOP'
E/WifiHW  (  417): 'IFNAME=wlan0 RECONNECT' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 RECONNECT
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=22): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 52 45 43 4f 4e 4e 45 43 54
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 RECONNECT'
E/WifiHW  (  417): 'IFNAME=wlan0 STATUS' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 STATUS
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=19): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 54 41 54 55 53
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 STATUS'
E/WifiHW  (  417): 'IFNAME=wlan0 SET ps 1' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET ps 1
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=21): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 70 73 20 31
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SET ps 1'
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER SETBAND 0' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER SETBAND 0
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=29): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 53 45 54 42 41 4e 44 20 30
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 DRIVER SETBAND 0'
E/WifiStateMachine(  417): Failed to set frequency band 0
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/wpa_supplicant(  997): EAPOL: disable timer tick
D/wpa_supplicant(  997): EAPOL: Supplicant port status: Unauthorized
D/WifiService(  417): setWifiEnabled: false pid=624, uid=1000
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER WLS_BATCHING GET' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER WLS_BATCHING GET
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 57 4c 53 5f 42 41 54 43 48 49 4e 47 ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 DRIVER WLS_BATCHING GET'
D/WifiStateMachine(  417): scancount not found
E/WifiStateMachine(  417): scanCount==0 - aborting
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER WLS_BATCHING STOP' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER WLS_BATCHING STOP
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=37): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 57 4c 53 5f 42 41 54 43 48 49 4e 47 ...
D/wpa_supplicant(  997): wlan0: Control interface command 'IFNAME=wlan0 DRIVER WLS_BATCHING STOP'
D/CommandListener(  118): Clearing all IP addresses on wlan0
D/ConnectivityService(  417): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService(  417): Attempting to switch to mobile
D/ConnectivityService(  417): Attempting to switch to ETHERNET
D/Nat464Xlat(  417): requiresClat: netType=1, hasIPv4Address=false
E/WifiHW  (  417): 'TERMINATE' Redpine sending command:
I/wpa_supplicant(  997): [CTRL_IFACE]wlan0: TERMINATE
D/wpa_supplicant(  997): RX ctrl_iface - hexdump(len=9): 54 45 52 4d 49 4e 41 54 45
D/wpa_supplicant(  997): wlan0: Control interface command 'TERMINATE'
D/wpa_supplicant(  997): wlan0: Removing interface wlan0
D/wpa_supplicant(  997): wlan0: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=00:00:00:00:00:00 reason=3 state=DISCONNECTED
D/wpa_supplicant(  997): TDLS: Tear down peers
D/wpa_supplicant(  997): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant(  997): wlan0: State: DISCONNECTED -> DISCONNECTED
D/wpa_supplicant(  997): EAPOL: External notification - portEnabled=0
D/wpa_supplicant(  997): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  997): EAPOL: External notification - portValid=0
D/wpa_supplicant(  997): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant(  997): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant(  997): wlan0: No keys have been configured - skip key clearing
D/wpa_supplicant(  997): wlan0: Cancelling scan request
D/wpa_supplicant(  997): wlan0: P2P: Station mode scan operation not pending anymore (sta_scan_pending=0 p2p_cb_on_scan_complete=0)
D/wpa_supplicant(  997): wlan0: Cancelling authentication timeout
D/wpa_supplicant(  997): wpa_driver_bsd_set_wpa: enabled=0
D/wpa_supplicant(  997): wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0
D/wpa_supplicant(  997): bsd_set_opt_ie: set WPA+RSN ie (len 0)
D/wpa_supplicant(  997): wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0
D/wpa_supplicant(  997): bsd_set_opt_ie: set WPA+RSN ie (len 0)
I/wpa_supplicant(  997): wlan0: CTRL-EVENT-TERMINATING
D/wpa_supplicant(  997): 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 ...
D/wpa_supplicant(  997): CTRL_IFACE wait for attached monitors to receive messages
E/WifiHW  (  417): '' Reply .
E/WifiHW  (  417): Redpine supplicant generated event without interface - CTRL-EVENT-TERMINATING
E/WifiHW  (  417): Redpine wifi_ctrl_recv
D/dalvikvm(  615): GC_CONCURRENT freed 293K, 11% free 3044K/3400K, paused 1ms+4ms, total 60ms
E/BluetoothAdapter(  624): Bluetooth binder is null
E/wpa_supplicant(  997): rmdir[ctrl_interface=wlan0]: Read-only file system
D/Tethering(  417): MasterInitialState.processMessage what=3
D/CaptivePortalTracker(  417): NoActiveNetworkState{ when=-1ms what=1 obj=NetworkInfo: type: WIFI[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: <unknown ssid>, roaming: false, failover: false, isAvailable: false, isConnectedToProvisioningNetwork: false target=com.android.internal.util.StateMachine$SmHandler }
E/WifiStateMachine(  417): Timed out on a supplicant stop, kill and proceed
E/BluetoothAdapter(  624): Bluetooth binder is null
W/Netd    (  118): No subsystem found in netlink event
D/NetlinkEvent(  118): Unexpected netlink message. type=0x11
W/Netd    (  118): No subsystem found in netlink event
D/NetlinkEvent(  118): Unexpected netlink message. type=0x11
E/WifiHW  (  417): ********onebox_gpl.ko rmmod success
E/WifiHW  (  417): *******onebox_nongpl.ko rmmod success
E/WifiHW  (  417): ********wlan_s can_sta.ko rmmod success
E/WifiHW  (  417): *****wlan_xauth.ko rmmod success
E/WifiHW  (  417): ****wlan_acl.ko rmmod success
E/WifiHW  (  417): ******wlan_ccmp.ko rmmod success
E/WifiHW  (  417): ******wlan_tkip.ko rmmod success
E/WifiHW  (  417): *****wlan_wep.ko rmmod success
E/WifiHW  (  417): *****wlan.ko rmmod success
E/WifiHW  (  417):  all ko rmmod success
E/WifiHW  (  417): *****wlan_wep.ko rmmod success
E/WifiHW  (  417): *****wlan_wep.ko rmmod success
W/ContextImpl(  417): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
I/PowerManagerService(  417): Going to sleep due to screen timeout...
D/SurfaceFlinger(  120): Screen released, type=0 flinger=0x783ba450
I/SWITCHPROFILE(  417): Switchprofile thread received GOV_CONSERVATIVE from Power HAL
W/audio_hw_primary(  123): set parameters screen_state=off
V/KeyguardHostView(  469): Initial transport state: 0, pbstate=0
V/KeyguardHostView(  469): hide transport, gen:2
V/KeyguardHostView(  469): music state changed: 0
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
W/View    (  469): requestLayout() improperly called by android.widget.TextClock{2c951748 V.ED.... ......ID 29,0-280,141 #7f0a0047 app:id/clock_view} during layout: running second layout pass
W/View    (  469): requestLayout() improperly called by android.widget.TextClock{2c953078 V.ED.... ......ID 118,0-192,17 #7f0a004c app:id/date_view} during layout: running second layout pass
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
D/PhoneStatusBar(  469): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT* CLOCK* SEARCH* >
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
D/dalvikvm(  417): GC_CONCURRENT freed 575K, 40% free 5504K/9036K, paused 5ms+10ms, total 256ms
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
I/PowerManagerService(  417): Waking up from sleep...
V/KeyguardServiceDelegate(  417): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$17@2c191ee0)
I/InputDispatcher(  417): Dropped event because input dispatch is disabled.
I/InputDispatcher(  417): Dropped event because input dispatch is disabled.
I/InputDispatcher(  417): Dropped event because input dispatch is disabled.
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
I/SWITCHPROFILE(  417): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(  417): setprop: sys.interactive = active
D/SurfaceFlinger(  120): Screen acquired, type=0 flinger=0x783ba450
V/KeyguardServiceDelegate(  417): **** SHOWN CALLED ****
I/WindowManager(  417): Lock screen displayed!
D/DisplayPowerController(  417): Unblocked screen on after 440997 ms
W/audio_hw_primary(  123): set parameters screen_state=on
I/audio_hw_primary(  123): start_output_stream... 2004170664, device 2
W/audio_hw_primary(  123): card 0, port 0 device 0x2
W/audio_hw_primary(  123): rate 44100, channel 2 period_size 0xc0
I/InputDispatcher(  417): Dropping event because there is no touchable window at (562, 321).
D/PhoneStatusBar(  469): disable: < expand icons alerts ticker system_info back* home* recent* clock* search* >
W/InputMethodManagerService(  417): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2c187768 attribute=android.view.inputmethod.EditorInfo@2c147ff0, token = android.os.BinderProxy@2c3f3458
D/WifiService(  417): setWifiEnabled: true pid=624, uid=1000
E/WifiHW  (  417): Loading WiFi driver here
E/WifiHW  (  417): *****onebox_nongpl.ko inserted
I/Choreographer(  624): Skipped 70 frames!  The application may be doing too much work on its main thread.
W/audio_hw_primary(  123): do_out_standby... 2004170664
E/WifiHW  (  417): *****wlan.ko inserted
E/WifiHW  (  417): ****wlan_wep.ko inserted
E/WifiHW  (  417): *****wlan_tkip.ko inserted
E/WifiHW  (  417): *****wlan_ccmp.ko inserted
E/WifiHW  (  417): ********wlan_acl.ko inserted
E/WifiHW  (  417): *****wlan_xauth.ko inserted
E/WifiHW  (  417): ***wlan_scan_sta.ko inserted
E/WifiHW  (  417): ***********onebox_gpl.ko
E/WifiHW  (  417): ********* ALL ko inserted successfully
D/Tethering(  417): sendTetherStateChangedBroadcast 0, 0, 0
D/Tethering(  417): InitialState.processMessage what=4
D/Tethering(  417): sendTetherStateChangedBroadcast 0, 0, 0
E/WifiHW  (  118): RAVI:****Vap Creation Output:
E/WifiHW  (  118): VAP created Successfully
E/WifiHW  (  118):
E/WifiHW  (  118): RAVI:****Inside STA wifi.c wifi_get_fw_path out_iface is wlan0
E/SoftapController(  118): RAVI:VAP type changed to STA
E/NetdConnector(  417): NDC Command {23 softap fwreload wlan0 STA} took too long (1701ms)
E/NetdConnector(  417): NDC Command {24 bandwidth gettetherstats} took too long (1103ms)
D/CommandListener(  118): Setting iface cfg
D/CommandListener(  118): Trying to bring down wlan0
D/wpa_supplicant( 1073): wpa_supplicant v2.1-devel-4.4.3
D/wpa_supplicant( 1073): random: Trying to read entropy from /dev/random
I/wpa_supplicant( 1073): Successfully initialized wpa_supplicant
D/wpa_supplicant( 1073): Initializing interface 'wlan0' conf '/data/misc/wifi/wpa_supplicant.conf' driver 'bsd' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant( 1073): Configuration file '/data/misc/wifi/wpa_supplicant.conf' -> '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 1073): Reading configuration file '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 1073): ctrl_interface='wlan0'
D/wpa_supplicant( 1073): update_config=1
D/wpa_supplicant( 1073): uuid=12345678-9abc-def0-1234-56789abcdef0
D/wpa_supplicant( 1073): device_name='RSI_P2P_DEVICE'
D/wpa_supplicant( 1073): manufacturer='Redpine Signals INC'
D/wpa_supplicant( 1073): model_name='Godavari'
D/wpa_supplicant( 1073): model_number='9113'
D/wpa_supplicant( 1073): serial_number='02'
D/wpa_supplicant( 1073): os_version=01020300
D/wpa_supplicant( 1073): ap_scan=1
D/wpa_supplicant( 1073): wpa_driver_bsd_capa: drivercaps=0x4401e401,cryptocaps=0x0000001b
D/WifiMonitor(  417): startMonitoring(wlan0) with mConnected = false
E/BluetoothAdapter(  624): Bluetooth binder is null
D/wpa_supplicant( 1073): wlan0: Own MAC address: 00:23:a7:4b:6a:5c
D/wpa_supplicant( 1073): bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1073): bsd_del_key: key_idx=0
D/wpa_supplicant( 1073): bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1073): bsd_del_key: key_idx=1
D/wpa_supplicant( 1073): bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1073): bsd_del_key: key_idx=2
D/wpa_supplicant( 1073): bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0
D/wpa_supplicant( 1073): bsd_del_key: key_idx=3
D/wpa_supplicant( 1073): wpa_driver_bsd_set_countermeasures: enabled=0
D/wpa_supplicant( 1073): wlan0: RSN: flushing PMKID list in the driver
D/wpa_supplicant( 1073): wlan0: State: DISCONNECTED -> INACTIVE
D/wpa_supplicant( 1073): TDLS: TDLS operation not supported by driver
D/wpa_supplicant( 1073): TDLS: Driver uses internal link setup
D/wpa_supplicant( 1073): WPS: Set UUID for interface wlan0
D/wpa_supplicant( 1073): WPS: UUID based on configuration - hexdump(len=16): 12 34 56 78 9a bc de f0 12 34 56 78 9a bc de f0
D/wpa_supplicant( 1073): EAPOL: SUPP_PAE entering state DISCONNECTED
D/wpa_supplicant( 1073): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1073): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
D/wpa_supplicant( 1073): EAPOL: SUPP_BE entering state INITIALIZE
D/wpa_supplicant( 1073): EAP: EAP entering state DISABLED
D/wpa_supplicant( 1073): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1073): EAPOL: Supplicant port status: Unauthorized
D/wpa_supplicant( 1073): wlan0: Added interface wlan0
D/wpa_supplicant( 1073): wlan0: State: INACTIVE -> DISCONNECTED
D/wpa_supplicant( 1073): random: Got 20/20 bytes from /dev/random
D/wpa_supplicant( 1073): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant( 1073): l2_packet_receive - recvfrom: Network is down
D/wpa_supplicant( 1073): CTRL_IFACE monitor attached - 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 ...
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER MACADDR' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER MACADDR
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=27): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 4d 41 43 41 44 44 52
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 DRIVER MACADDR'
D/WifiConfigStore(  417): Loading config and enabling all networks
E/WifiHW  (  417): 'IFNAME=wlan0 LIST_NETWORKS' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 LIST_NETWORKS
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=26): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 4c 49 53 54 5f 4e 45 54 57 4f 52 4b 53
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 LIST_NETWORKS'
E/WifiConfigStore(  417): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
E/WifiHW  (  417): Redpine wifi_ctrl_recv
E/BluetoothAdapter(  624): Bluetooth binder is null
E/WifiHW  (  417): 'IFNAME=wlan0 SET device_name evk_6sl' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET device_name evk_6sl
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 64 65 76 69 63 65 5f 6e 61 6d 65 20 65 76 6b ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SET device_name evk_6sl'
E/WifiStateMachine(  417): Failed to set device name evk_6sl
E/WifiHW  (  417): 'IFNAME=wlan0 SET manufacturer Freescale' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET manufacturer Freescale
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=39): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 61 6e 75 66 61 63 74 75 72 65 72 20 46 72 ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SET manufacturer Freescale'
E/WifiStateMachine(  417): Failed to set manufacturer Freescale
E/WifiHW  (  417): 'IFNAME=wlan0 SET model_name EVK_MX6SL' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET model_name EVK_MX6SL
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=37): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 6f 64 65 6c 5f 6e 61 6d 65 20 45 56 4b 5f ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SET model_name EVK_MX6SL'
E/WifiStateMachine(  417): Failed to set model name EVK_MX6SL
E/WifiHW  (  417): 'IFNAME=wlan0 SET model_number EVK_MX6SL' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET model_number EVK_MX6SL
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=39): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 6d 6f 64 65 6c 5f 6e 75 6d 62 65 72 20 45 56 ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SET model_number EVK_MX6SL'
E/WifiStateMachine(  417): Failed to set model number EVK_MX6SL
E/WifiHW  (  417): 'IFNAME=wlan0 SET serial_number 392611d4d72d744d' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET serial_number 392611d4d72d744d
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=47): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 73 65 72 69 61 6c 5f 6e 75 6d 62 65 72 20 33 ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SET serial_number 392611d4d72d744d'
E/WifiStateMachine(  417): Failed to set serial number 392611d4d72d744d
E/WifiHW  (  417): 'IFNAME=wlan0 SET config_methods physical_display virtual_push_button' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET config_methods physical_display virtual_push_button
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=68): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 63 6f 6e 66 69 67 5f 6d 65 74 68 6f 64 73 20 ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SET config_methods physical_display virtual_push_button'
E/WifiStateMachine(  417): Failed to set WPS config methods
E/WifiHW  (  417): 'IFNAME=wlan0 SET device_type 10-0050F204-5' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET device_type 10-0050F204-5
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=42): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 64 65 76 69 63 65 5f 74 79 70 65 20 31 30 2d ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SET device_type 10-0050F204-5'
E/WifiStateMachine(  417): Failed to set primary device type 10-0050F204-5
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN_INTERVAL 15' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN_INTERVAL 15
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=29): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e 5f 49 4e 54 45 52 56 41 4c 20 31 35
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN_INTERVAL 15'
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=35): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 42 54 43 4f 45 58 53 43 41 4e 2d 53 ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 DRIVER BTCOEXSCAN-STOP'
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER RXFILTER-STOP' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER RXFILTER-STOP
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=33): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 52 58 46 49 4c 54 45 52 2d 53 54 4f ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 DRIVER RXFILTER-STOP'
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER RXFILTER-STOP' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER RXFILTER-STOP
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=33): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 52 58 46 49 4c 54 45 52 2d 53 54 4f ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 DRIVER RXFILTER-STOP'
E/WifiHW  (  417): 'IFNAME=wlan0 RECONNECT' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 RECONNECT
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=22): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 52 45 43 4f 4e 4e 45 43 54
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 RECONNECT'
E/WifiHW  (  417): 'IFNAME=wlan0 STATUS' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 STATUS
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=19): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 54 41 54 55 53
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 STATUS'
E/WifiHW  (  417): 'IFNAME=wlan0 SET ps 1' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SET ps 1
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=21): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 45 54 20 70 73 20 31
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SET ps 1'
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER SETBAND 0' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER SETBAND 0
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=29): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 53 45 54 42 41 4e 44 20 30
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 DRIVER SETBAND 0'
E/WifiStateMachine(  417): Failed to set frequency band 0
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
D/wpa_supplicant( 1073): EAPOL: disable timer tick
D/wpa_supplicant( 1073): EAPOL: Supplicant port status: Unauthorized
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
I/PowerManagerService(  417): Going to sleep due to screen timeout...
D/SurfaceFlinger(  120): Screen rrequest_suspend_state: sleep (0->3) at 509631877017 (1970-01-02 00:08:08.751412224 UTC)
eleased, type=0 flinger=0x783ba45active wake lock PowerManagerService.Display
active wake lock gadget
0
I/SWITCHPROFILE(  417): Switchprofile thread received GOV_CONSERVATIVE from Power HAL
E/WifiHW  (  417): 'IFNAME=wlan0 DRIVER SETSUSPENDMODE 1' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 DRIVER SETSUSPENDMODE 1
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=36): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 44 52 49 56 45 52 20 53 45 54 53 55 53 50 45 4e 44 4d 4f ...
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 DRIVER SETSUSPENDMODE 1'
W/audio_hw_primary(  123): set parameters screen_state=off
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
V/KeyguardHostView(  469): Initial transport state: 0, pbstate=0
V/KeyguardHostView(  469): hide transport, gen:2
V/KeyguardHostView(  469): music state changed: 0
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
W/View    (  469): requestLayout() improperly called by android.widget.TextClock{2c9b9c88 V.ED.... ......ID 29,0-280,141 #7f0a0047 app:id/clock_view} during layout: running second layout pass
W/View    (  469): requestLayout() improperly called by android.widget.TextClock{2c9bb5b8 V.ED.... ......ID 118,0-192,17 #7f0a004c app:id/date_view} during layout: running second layout pass
D/PhoneStatusBar(  469): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT* CLOCK* SEARCH* >
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  120): Not in interactive mode, don't do powerhint
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'
E/WifiHW  (  417): 'IFNAME=wlan0 SCAN' Redpine sending command:
I/wpa_supplicant( 1073): [CTRL_IFACE]wlan0: IFNAME=wlan0 SCAN
D/wpa_supplicant( 1073): RX ctrl_iface - hexdump(len=17): 49 46 4e 41 4d 45 3d 77 6c 61 6e 30 20 53 43 41 4e
D/wpa_supplicant( 1073): wlan0: Control interface command 'IFNAME=wlan0 SCAN'

Thank you,

Mutyala Rao.

0 Kudos

6,481 Views
mutyalaraoneela
Contributor III

Hi Haoran,

                    I created my wifi interface name as wifi0 instead of wlan0.Is there any problem by creating like this?With my interface wifi0 Iam able to connect to ap but not able to obtain ip address dynamically.But in myandroid/external/dhcpd/android.conf i saw interface wlan0. Is this interface name  creating any problem on scan results on GUI and dhcp.

root@evk_6sl:/ # netcfg
rpine0   UP                                     0.0.0.0/0   0x00001043 00:23:a7:4b:6a:5c
wifi0    UP                                     0.0.0.0/0   0x00001843 00:23:a7:4b:6a:5c
eth0     UP                                     0.0.0.0/0   0x00001003 00:04:9f:02:c3:07
lo       UP                                   127.0.0.1/8   0x00000049 00:00:00:00:00:00

LOGCAT DETAILS:

root@evk_6sl:/ # logcat
--------- beginning of /dev/log/main
I/installd(  123): installd firing up
I/DEBUG   (  118): debuggerd: May 13 2015 17:06:11
I/Netd    (  117): Netd 1.0 starting
W/InterfaceController(  117): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
E/DirectVolume(  116): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/extsd
E/DirectVolume(  116): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/udisk
--------- beginning of /dev/log/system
I/Vold    (  116): Vold 2.1 (the revenge) firing up
D/Vold    (  116): Volume extsd state changing -1 (Initializing) -> 0 (No-Media)
D/Vold    (  116): Volume udisk state changing -1 (Initializing) -> 0 (No-Media)
I/SurfaceFlinger(  119): SurfaceFlinger is starting
I/SurfaceFlinger(  119): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL  (  119): loaded /system/lib/egl/libGLES_android.so
I/imx6.gralloc(  119): fb_device_open dispid:0, fb:0
I/imx6.gralloc(  119): 16bpp setting of Framebuffer with RGB565 format!
W/imx6.gralloc(  119): using (fd=18)
W/imx6.gralloc(  119): id           = mxs-lcdif
W/imx6.gralloc(  119): xres         = 800 px
W/imx6.gralloc(  119): yres         = 480 px
W/imx6.gralloc(  119): xres_virtual = 800 px
W/imx6.gralloc(  119): yres_virtual = 1440 px
W/imx6.gralloc(  119): bpp          = 16
W/imx6.gralloc(  119): r            = 11:5
W/imx6.gralloc(  119): g            =  5:6
W/imx6.gralloc(  119): b            =  0:5
W/imx6.gralloc(  119): width        = 127 mm (160.000000 dpi)
W/imx6.gralloc(  119): height       = 76 mm (160.421051 dpi)
W/imx6.gralloc(  119): refresh rate = 60.26 Hz
I/FslHwcomposer(  119): using fsl hwc!!!
I/FslHwcomposer(  119): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**),553
I/FslHwcomposer(  119): using fsl hwc!
I/FslHwcomposer(  119): open /sys/class/graphics/fb0/fsl_disp_dev_property failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb1 failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb2 failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb3 failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb4 failed
W/FslHwcomposer(  119): open /sys/class/graphics/fb5 failed
I/FslHwcomposer(  119): hwcomposer: open framebuffer fb0
I/imx6.gralloc(  119): fb_device_open dispid:0, fb:0
I/imx6.gralloc(  119): display already initialized...
I/FslHwcomposer(  119): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**),426
I/SurfaceFlinger(  119): Using composer version 1.3
W/SurfaceFlinger(  119): no suitable EGLConfig found, trying a simpler query
W/SurfaceFlinger(  119): EGL_SLOW_CONFIG selected!
I/SurfaceFlinger(  119): EGL informations:
I/SurfaceFlinger(  119): vendor    : Android
I/SurfaceFlinger(  119): version   : 1.4 Android META-EGL
I/SurfaceFlinger(  119): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
I/SurfaceFlinger(  119): Client API: OpenGL_ES
I/SurfaceFlinger(  119): EGLSurface: 5-6-5-0, config=0x0
I/SurfaceFlinger(  119): OpenGL ES informations:
I/SurfaceFlinger(  119): vendor    : Android
I/SurfaceFlinger(  119): renderer  : Android PixelFlinger 1.4
I/SurfaceFlinger(  119): version   : OpenGL ES-CM 1.0
I/SurfaceFlinger(  119): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
I/SurfaceFlinger(  119): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger(  119): GL_MAX_VIEWPORT_DIMS = 4096
E/cutils-trace(  119): Error opening trace file: Permission denied (13)
D/SurfaceFlinger(  119): Screen acquired, type=0 flinger=0x77c50450
I/FslHwcomposer(  119): prepare: targetHandle is null
D/libEGL  (  155): loaded /system/lib/egl/libGLES_android.so
E/cutils-trace(  155): Error opening trace file: Permission denied (13)
I/mediaserver(  122): ServiceManager: 0x77933470
I/AudioFlinger(  122): Using default 3000 mSec as standby time.
I/CameraService(  122): CameraService started (pid=122)
I/CameraService(  122): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL(  122): Face Back Camera is csi, orient is 0
I/FslCameraHAL(  122): Face Front Camera is uvc, orient is 0
I/FslCameraHAL(  122): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL(  122): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase(  122): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary(  122): card 0, id wm8962audio ,driver wm8962-audio, name wm8962-audio
W/audio_hw_primary(  122): out rate 44100
W/audio_hw_primary(  122): in rate 44100, channels 1 format 0
W/audio_hw_primary(  122): card 1, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary(  122): out rate 44100
W/audio_hw_primary(  122): in rate 0, channels 0 format 0
I/AudioFlinger(  122): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary(  122): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary(  122): opened out stream...2006181800, type 1
I/AudioFlinger(  122): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer(  122): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe(  122): Failed to fetch local time frequency when constructing a MonoPipe (res = -32).  getNextWriteTimestamp calls will be non-functional
I/ARMAssembler(  155): generated scanline__00000077:03010102_00000A01_00000000 [  9 ipp] (30 ins) at [0x6e1391f0:0x6e139268] in 106583 ns
I/ARMAssembler(  155): generated scanline__00000077:03545402_00000A01_00000000 [ 31 ipp] (52 ins) at [0x6e139270:0x6e139340] in 65959 ns
D/AndroidRuntime(  120):
D/AndroidRuntime(  120): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(  120): CheckJNI is OFF
I/AndroidRuntime(  120): JNI options: '-Xjniopts:warnonly'
V/NatController(  117): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController(  117): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController(  117): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
D/dalvikvm(  120): Trying to load lib libjavacore.so 0x0
V/NatController(  117): runCmd(/system/bin/ip rule flush) res=0
V/NatController(  117): runCmd(/system/bin/ip -6 rule flush) res=0
D/dalvikvm(  120): Added shared lib libjavacore.so 0x0
V/NatController(  117): runCmd(/system/bin/ip rule add from all lookup default prio 32767) res=0
V/NatController(  117): runCmd(/system/bin/ip rule add from all lookup main prio 32766) res=0
D/dalvikvm(  120): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(  120): Added shared lib libnativehelper.so 0x0
D/dalvikvm(  120): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
V/NatController(  117): runCmd(/system/bin/ip -6 rule add from all lookup default prio 32767) res=0
V/NatController(  117): runCmd(/system/bin/ip -6 rule add from all lookup main prio 32766) res=0
V/NatController(  117): runCmd(/system/bin/ip route flush cache) res=0
V/NatController(  117): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=1
V/NatController(  117): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=1
V/NatController(  117): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
D/dalvikvm(  120): Note: class Landroid/app/ActivityManagerNative; has 179 unimplemented (abstract) methods
D/MDnsDS  (  117): MDnsSdListener::Hander starting up
D/MDnsDS  (  117): MDnsSdListener starting to monitor
D/MDnsDS  (  117): Going to poll with pollCount 1
E/memtrack(  120): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug(  120): failed to load memtrack module: -2
I/SamplingProfilerIntegration(  120): Profiling disabled.
I/Zygote  (  120): Preloading classes...
E/cutils-trace(  120): Error opening trace file: Permission denied (13)
D/dalvikvm(  120): GC_EXPLICIT freed 39K, 8% free 520K/564K, paused 0ms+0ms, total 3ms
D/dalvikvm(  120): GC_EXPLICIT freed 3K, 4% free 596K/616K, paused 0ms+1ms, total 3ms
D/dalvikvm(  120): GC_EXPLICIT freed 16K, 3% free 640K/660K, paused 0ms+1ms, total 3ms
D/dalvikvm(  120): GC_EXPLICIT freed 20K, 4% free 674K/696K, paused 1ms+0ms, total 3ms
D/dalvikvm(  120): GC_EXPLICIT freed 10K, 2% free 718K/732K, paused 0ms+1ms, total 4ms
D/dalvikvm(  120): GC_EXPLICIT freed 27K, 4% free 747K/776K, paused 1ms+1ms, total 4ms
D/dalvikvm(  120): GC_EXPLICIT freed 35K, 5% free 816K/856K, paused 0ms+0ms, total 4ms
D/dalvikvm(  120): GC_EXPLICIT freed 29K, 4% free 843K/876K, paused 1ms+1ms, total 5ms
D/TextLayoutCache(  120): Using debug level = 0 - Debug Enabled = 0
D/dalvikvm(  120): GC_EXPLICIT freed 19K, 3% free 884K/908K, paused 1ms+0ms, total 6ms
I/dalvikvm(  120): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(  120): register_android_mtp_MtpDevice
I/dalvikvm(  120): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(  120): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(  120): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm(  120): GC_EXPLICIT freed 19K, 3% free 920K/944K, paused 0ms+0ms, total 4ms
D/dalvikvm(  120): GC_EXPLICIT freed 21K, 3% free 956K/980K, paused 1ms+1ms, total 5ms
D/dalvikvm(  120): GC_EXPLICIT freed 14K, 2% free 994K/1012K, paused 0ms+1ms, total 5ms
D/dalvikvm(  120): GC_EXPLICIT freed 28K, 3% free 1020K/1052K, paused 0ms+0ms, total 5ms
D/dalvikvm(  120): GC_EXPLICIT freed 16K, 2% free 1075K/1096K, paused 0ms+1ms, total 10ms
E/EmojiFactory_jni(  120): Failed to load libemoji.so: dlopen failed: library "libemoji.so" not found
D/dalvikvm(  120): GC_EXPLICIT freed 30K, 3% free 1391K/1424K, paused 1ms+0ms, total 14ms
D/dalvikvm(  120): GC_EXPLICIT freed 35K, 3% free 1415K/1452K, paused 1ms+1ms, total 9ms
D/dalvikvm(  120): GC_EXPLICIT freed 30K, 3% free 1440K/1476K, paused 1ms+0ms, total 9ms
D/dalvikvm(  120): GC_EXPLICIT freed 38K, 3% free 1457K/1496K, paused 1ms+0ms, total 10ms
I/LibraryLoader(  120): Loading: webviewchromium
I/LibraryLoader(  120): Time to load native libraries: 1079 ms (timestamps 5616-6695)
I/LibraryLoader(  120): Expected native library version number "",actual native library version number ""
D/dalvikvm(  120): GC_EXPLICIT freed 15K, 2% free 1496K/1516K, paused 1ms+1ms, total 9ms
D/dalvikvm(  120): GC_EXPLICIT freed 21K, 2% free 1528K/1552K, paused 1ms+1ms, total 10ms
D/dalvikvm(  120): GC_EXPLICIT freed 86K, 6% free 1579K/1668K, paused 0ms+1ms, total 9ms
D/dalvikvm(  120): GC_EXPLICIT freed 36K, 5% free 1597K/1668K, paused 1ms+1ms, total 11ms
D/dalvikvm(  120): GC_EXPLICIT freed 31K, 3% free 1623K/1668K, paused 1ms+6ms, total 15ms
D/dalvikvm(  120): GC_EXPLICIT freed 19K, 2% free 1685K/1708K, paused 1ms+1ms, total 11ms
D/dalvikvm(  120): GC_EXPLICIT freed 23K, 2% free 1716K/1744K, paused 1ms+1ms, total 11ms
D/dalvikvm(  120): GC_EXPLICIT freed 28K, 2% free 1743K/1776K, paused 1ms+1ms, total 18ms
D/dalvikvm(  120): GC_FOR_ALLOC freed 250K, 12% free 2003K/2256K, paused 12ms, total 12ms
D/dalvikvm(  120): GC_EXPLICIT freed 210K, 10% free 2124K/2340K, paused 1ms+2ms, total 15ms
D/dalvikvm(  120): GC_EXPLICIT freed 35K, 9% free 2143K/2340K, paused 1ms+2ms, total 14ms
D/dalvikvm(  120): GC_EXPLICIT freed 25K, 8% free 2176K/2348K, paused 1ms+1ms, total 15ms
W/Zygote  (  120): Class not found for preloading: java.lang.UnsafeByteSequence
D/dalvikvm(  120): GC_EXPLICIT freed 36K, 7% free 2196K/2348K, paused 1ms+1ms, total 15ms
D/dalvikvm(  120): GC_EXPLICIT freed 40K, 6% free 2212K/2348K, paused 1ms+1ms, total 15ms
D/dalvikvm(  120): GC_EXPLICIT freed 42K, 6% free 2225K/2348K, paused 6ms+2ms, total 22ms
I/System  (  120): Loaded time zone names for "" in 101ms (96ms in ICU)
I/System  (  120): Loaded time zone names for "en_US" in 60ms (54ms in ICU)
D/dalvikvm(  120): GC_EXPLICIT freed 193K, 9% free 2388K/2600K, paused 2ms+1ms, total 16ms
D/dalvikvm(  120): GC_EXPLICIT freed 14K, 6% free 2452K/2600K, paused 2ms+7ms, total 21ms
D/dalvikvm(  120): GC_EXPLICIT freed 30K, 5% free 2478K/2600K, paused 1ms+2ms, total 16ms
D/dalvikvm(  120): GC_EXPLICIT freed 34K, 4% free 2498K/2600K, paused 1ms+2ms, total 16ms
D/dalvikvm(  120): GC_EXPLICIT freed 32K, 4% free 2520K/2600K, paused 1ms+6ms, total 21ms
D/dalvikvm(  120): GC_EXPLICIT freed 29K, 3% free 2545K/2604K, paused 2ms+1ms, total 18ms
I/Zygote  (  120): ...preloaded 2777 classes in 5366ms.
D/dalvikvm(  120): GC_EXPLICIT freed 17K, 3% free 2548K/2604K, paused 1ms+1ms, total 16ms
I/Zygote  (  120): Preloading resources...
W/Resources(  120): Preloaded drawable resource #0x1080096 (android:drawable/toast_frame) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fb (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 34K, 3% free 2566K/2628K, paused 1ms+2ms, total 16ms
W/Resources(  120): Preloaded drawable resource #0x10800fa (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800f2 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800f1 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e6 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e5 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800f2 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fb (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e6 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800dc (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 102K, 5% free 2567K/2688K, paused 2ms+2ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800f1 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fa (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e5 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800e7 (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800fc (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800db (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 61K, 5% free 2565K/2688K, paused 2ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018c (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018b (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 51K, 5% free 2567K/2688K, paused 2ms+2ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108017e (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108017d (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108017c (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080128 (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011c (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011b (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 37K, 4% free 2581K/2688K, paused 1ms+1ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080116 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080115 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011b (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080123 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080115 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011d (android:drawable/btn_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080128 (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011c (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080124 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080116 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108011e (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 44K, 3% free 2609K/2688K, paused 1ms+2ms, total 22ms
W/Resources(  120): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801c8 (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 133K, 6% free 2576K/2728K, paused 1ms+2ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801cc (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801c7 (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 97K, 6% free 2578K/2728K, paused 1ms+1ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 26K, 5% free 2607K/2728K, paused 1ms+2ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e1 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 63K, 4% free 2622K/2728K, paused 1ms+2ms, total 23ms
W/Resources(  120): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801f0 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e5 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10801e0 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 70K, 5% free 2608K/2728K, paused 3ms+2ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x108064c (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080650 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064a (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080652 (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064c (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064e (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080650 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108063f (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080644 (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080637 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080647 (android:drawable/textfield_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108063f (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080642 (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080644 (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080258 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 56K, 5% free 2609K/2728K, paused 2ms+2ms, total 23ms
W/Resources(  120): Preloaded drawable resource #0x108064b (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064f (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080649 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080651 (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064b (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064d (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108064f (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108063e (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080643 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080636 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080646 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108063e (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080641 (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080643 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080257 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 54K, 5% free 2611K/2728K, paused 1ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x1080633 (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080635 (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080630 (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108026d (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108026e (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108026d (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080274 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080270 (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108026e (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080275 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080271 (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080421 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 75K, 5% free 2609K/2728K, paused 2ms+2ms, total 23ms
W/Resources(  120): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080422 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080401 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080400 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080432 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080433 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108043a (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080431 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080430 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 49K, 5% free 2616K/2728K, paused 1ms+2ms, total 20ms
W/Resources(  120): Preloaded drawable resource #0x1080437 (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080436 (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080437 (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080431 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080435 (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080436 (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080430 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080434 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108047c (android:drawable/overscroll_edge) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 57K, 5% free 2616K/2752K, paused 2ms+2ms, total 19ms
W/Resources(  120): Preloaded drawable resource #0x108047d (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 186K, 12% free 2586K/2908K, paused 1ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x1080545 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080544 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080549 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080548 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108054b (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108054a (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c5 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c6 (android:drawable/progress_bg_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 47K, 11% free 2589K/2908K, paused 2ms+2ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x10804c5 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d2 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d0 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c7 (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c6 (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d3 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d1 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c8 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804db (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804dc (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804dd (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804de (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804df (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804e0 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804e1 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804e2 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804c9 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 198K, 11% free 2598K/2908K, paused 2ms+2ms, total 23ms
W/Resources(  120): Preloaded drawable resource #0x108054b (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108054a (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804cb (android:drawable/progress_large_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080549 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080548 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804ce (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d0 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d1 (android:drawable/progress_primary_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 54K, 11% free 2595K/2908K, paused 1ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x10804d2 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d3 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080545 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080544 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10804d5 (android:drawable/progress_small_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080535 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080534 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080531 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080532 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080536 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080534 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080531 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080533 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080528 (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080529 (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 30K, 10% free 2631K/2908K, paused 1ms+2ms, total 22ms
W/Resources(  120): Preloaded drawable resource #0x1080208 (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108020b (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080209 (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802bc (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108020a (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802bd (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d0 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 34K, 9% free 2651K/2908K, paused 1ms+2ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x10800d1 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d2 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d1 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d2 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d0 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080355 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080353 (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 55K, 9% free 2649K/2908K, paused 2ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x1080356 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080354 (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080359 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108035a (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080360 (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108035f (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802c0 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802c2 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802bf (android:drawable/ic_clear) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802c0 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802c2 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080392 (android:drawable/ic_search) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802dd (android:drawable/ic_go) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 53K, 9% free 2648K/2908K, paused 1ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x108039b (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080221 (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080222 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080226 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080227 (android:drawable/dialog_full_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108022f (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080230 (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080231 (android:drawable/dialog_top_holo_dark) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 17K, 8% free 2686K/2908K, paused 1ms+2ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x1080232 (android:drawable/dialog_top_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802d1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10802d2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f4 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f5 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f5 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 67K, 9% free 2673K/2908K, paused 1ms+2ms, total 22ms
W/Resources(  120): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041d (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fe (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fc (android:drawable/list_longpressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041a (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803b3 (android:drawable/item_background_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041e (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803ff (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803fd (android:drawable/list_longpressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108041b (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803f7 (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x10803b4 (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 67K, 9% free 2665K/2908K, paused 2ms+2ms, total 18ms
W/Resources(  120): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080281 (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080281 (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080282 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 41K, 8% free 2679K/2908K, paused 1ms+2ms, total 17ms
W/Resources(  120): Preloaded drawable resource #0x1080282 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108025b (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080662 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080656 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080664 (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065f (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065d (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080666 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080663 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080657 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080665 (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 48K, 8% free 2684K/2908K, paused 2ms+3ms, total 20ms
W/Resources(  120): Preloaded drawable resource #0x1080660 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065e (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080667 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080662 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080656 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065f (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065d (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080663 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080657 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080660 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108065e (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062b (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080626 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062a (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080625 (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108061a (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062b (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080626 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062a (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080625 (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(  120): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
D/dalvikvm(  120): GC_EXPLICIT freed 67K, 9% free 2674K/2908K, paused 1ms+1ms, total 17ms
I/Zygote  (  120): ...preloaded 274 resources in 1335ms.
I/Zygote  (  120): ...preloaded 31 resources in 16ms.
D/dalvikvm(  120): GC_EXPLICIT freed 25K, 8% free 2687K/2908K, paused 1ms+1ms, total 18ms
D/dalvikvm(  120): GC_EXPLICIT freed 12K, 9% free 2675K/2908K, paused 3ms+2ms, total 19ms
D/dalvikvm(  120): GC_EXPLICIT freed <1K, 9% free 2675K/2908K, paused 1ms+2ms, total 16ms
I/dalvikvm(  120): System server process 405 has been created
I/Zygote  (  120): Accepting command socket connections
D/SensorService(  405): nuSensorService starting...
E/SensorService(  405): couldn't load sensors module (No such file or directory)
I/installd(  123): new connection
E/SWITCHPROFILE(  405): setprop: sys.interactive = active
I/SystemServer(  405): Entered the Android system server!
I/SystemServer(  405): Waiting for installd to be ready.
I/Installer(  405): connecting...
I/SystemServer(  405): Power Manager
I/SystemServer(  405): Activity Manager
I/ActivityManager(  405): Memory class: 64
W/BatteryStatsImpl(  405): Couldn't get kernel wake lock stats
D/dalvikvm(  405): GC_CONCURRENT freed 156K, 8% free 2920K/3152K, paused 2ms+1ms, total 21ms
I/IntentFirewall(  405): Read new rules (A:0 B:0 S:0)
I/SystemServer(  405): Display Manager
I/SystemServer(  405): Telephony Registry
I/DisplayManagerService(  405): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 160.0 x 160.421 dpi, touch INTERNAL, rotation 0, type BUILT_IN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
I/SystemServer(  405): Scheduling Policy
I/SystemServer(  405): Package Manager
D/dalvikvm(  405): GC_CONCURRENT freed 406K, 14% free 3020K/3500K, paused 3ms+1ms, total 24ms
D/dalvikvm(  405): WAIT_FOR_CONCURRENT_GC blocked 2ms
D/SELinuxMMAC(  405): Couldn't find install policy /data/security/mac_permissions.xml
D/SELinuxMMAC(  405): Using install policy file /system/etc/security/mac_permissions.xml
D/dalvikvm(  405): GC_CONCURRENT freed 294K, 11% free 3158K/3532K, paused 3ms+10ms, total 34ms
I/AudioFlinger(  122): Using module 1 has the primary audio interface
I/AudioFlinger(  122): AudioFlinger's thread 0x760b4008 ready to run
W/audio_hw_primary(  122): out_set_parameters routing=2, ret 1, out 2006181800
I/audio_a2dp_hw(  122): adev_open:  adev_open in A2dp_hw module
I/AudioFlinger(  122): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix(  122): adev_open(name=audio_hw_if)
I/r_submix(  122): adev_init_check()
I/AudioFlinger(  122): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger(  122): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService(  122): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageParser(  405): No actions in intent filter at /system/priv-app/Contacts.apk Binary XML file line #375
D/dalvikvm(  405): GC_CONCURRENT freed 128K, 6% free 3416K/3620K, paused 2ms+2ms, total 19ms
W/PackageParser(  405): No actions in intent filter at /system/priv-app/Dialer.apk Binary XML file line #163
W/ResourceType(  405): Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
D/dalvikvm(  405): GC_CONCURRENT freed 181K, 7% free 3671K/3928K, paused 3ms+259ms, total 284ms
W/PackageParser(  405): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #211
D/dalvikvm(  405): GC_CONCURRENT freed 203K, 7% free 3871K/4148K, paused 3ms+3ms, total 42ms
D/dalvikvm(  405): GC_CONCURRENT freed 275K, 9% free 3998K/4348K, paused 3ms+3ms, total 42ms
D/PackageManager(  405): No files in app dir /vendor/app
W/PackageManager(  405): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager(  405): Time to scan packages: 3.536 seconds
W/PackageManager(  405): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager(  405): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(  405): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  405): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  405): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(  405): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(  405): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(  405): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager(  405): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(  405): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager(  405): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(  405): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager(  405): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm(  405): GC_EXPLICIT freed 407K, 13% free 3923K/4464K, paused 2ms+2ms, total 31ms
I/SystemServer(  405): Entropy Mixer
I/EntropyMixer(  405): Writing entropy...
I/SystemServer(  405): User Service
I/SystemServer(  405): Account Manager
I/SystemServer(  405): Content Manager
I/SystemServer(  405): System Content Providers
I/lights  (  405): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights  (  405): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
E/ConsumerIrService(  405): Can't open consumer IR HW Module, error: -2
I/SystemServer(  405): Lights Service
I/SystemServer(  405): Battery Service
I/SystemServer(  405): Vibrator Service
I/SystemServer(  405): Consumer IR Service
I/libsuspend(  405): Selected early suspend
I/libsuspend(  405): Starting early suspend unblocker thread
I/SWITCHPROFILE(  405): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(  405): setprop: sys.interactive = active
D/PermissionCache(  119): checking android.permission.ACCESS_SURFACE_FLINGER for uid=1000 => granted (452 us)
D/SurfaceFlinger(  119): Screen acquired, type=0 flinger=0x77c50450
D/SurfaceFlinger(  119):  screen was previously acquired
I/SystemServer(  405): Alarm Manager
I/SystemServer(  405): Init Watchdog
I/SystemServer(  405): Input Manager
I/InputManager(  405): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer(  405): Window Manager
I/WindowManager(  405): No existing display settings /data/system/display_settings.xml; starting empty
I/WindowManager(  405): No keyguard interface!
I/InputManager(  405): Starting input manager
I/SystemServer(  405): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer(  405): Input Method Service
E/EventHub(  405): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService(  405): Couldn't create dir.: /data/system/inputmethod
W/ResourceType(  405): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer(  405): Accessibility Manager
D/EventHub(  405): No input device configuration file found for device 'WM8962 Beep Generator'.
D/dalvikvm(  405): GC_CONCURRENT freed 214K, 9% free 4104K/4464K, paused 2ms+2ms, total 64ms
I/ActivityManager(  405): Config changes=1df8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h640dp 120dpi lrg long land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/ActivityManager(  405): Config changes=500 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.3}
I/SystemServer(  405): Mount Service
D/MountService(  405): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService(  405): addVolumeLocked() StorageVolume:
D/MountService(  405):     mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040663
D/MountService(  405):     mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100
D/MountService(  405):     mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0} mUuid=null
D/MountService(  405):     mUserLabel=null mState=null
D/MountService(  405): got storage path: /storage/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(  405): addVolumeLocked() StorageVolume:
D/MountService(  405):     mStorageId=0 mPath=/storage/extsd mDescriptionId=17040664 mPrimary=false
D/MountService(  405):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService(  405):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
D/MountService(  405): got storage path: /storage/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(  405): addVolumeLocked() StorageVolume:
D/MountService(  405):     mStorageId=0 mPath=/storage/udisk mDescriptionId=17040665 mPrimary=false
D/MountService(  405):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService(  405):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
I/SystemServer(  405): LockSettingsService
I/SystemServer(  405): Device Policy
I/SystemServer(  405): Status Bar
E/EventHub(  405): could not get driver version for /dev/input/mouse0, Not a typewriter
I/SystemServer(  405): Clipboard Service
I/SystemServer(  405): NetworkManagement Service
I/SystemServer(  405): Text Service Manager Service
D/MountService(  405): volume state changed for /storage/extsd (unmounted -> removed)
D/MountService(  405): volume state changed for /storage/udisk (unmounted -> removed)
I/PackageManager(  405): No secure containers on sdcard
I/SystemServer(  405): NetworkStats Service
I/SystemServer(  405): NetworkPolicy Service
W/PackageManager(  405): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager(  405): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(  405): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  405): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(  405): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(  405): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(  405): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(  405): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager(  405): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(  405): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
I/SystemServer(  405): Wi-Fi P2pService
W/PackageManager(  405): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(  405): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager(  405): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/EventHub(  405): No input device configuration file found for device 'PixArt USB Optical Mouse'.
I/EventHub(  405): New device: id=2, fd=99, path='/dev/input/event1', name='PixArt USB Optical Mouse', classes=0x80000008, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=true
I/EventHub(  405): New device: id=3, fd=100, path='/dev/input/event0', name='20b8000.kpp', classes=0x1, configuration='/system/usr/idc/20b8000_kpp.idc', keyLayout='/system/usr/keylayout/20b8000_kpp.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=true
I/InputReader(  405): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader(  405): Device added: id=0, name='20b8000.kpp', sources=0x00000101
I/InputReader(  405): Device added: id=2, name='PixArt USB Optical Mouse', sources=0x00002002
I/InputReader(  405): Reconfiguring input devices.  changes=0x00000004
I/SystemServer(  405): Wi-Fi Service
D/dalvikvm(  405): GC_CONCURRENT freed 256K, 8% free 4256K/4596K, paused 9ms+9ms, total 80ms
D/WifiController(  405): isAirplaneModeOn = false, isWifiEnabled = true, isScanningAvailable = false
I/SystemServer(  405): Connectivity Service
D/ConnectivityService(  405): ConnectivityService starting up
D/ConnectivityService(  405): wifiOnly=false
E/ConnectivityService(  405): Ignoring protectedNetwork 14
D/WifiHW  (  405): Unable to unload driver module "onebox_wlan_gpl": No such file or directory
E/WifiHW  (  405): ******** *****ko rmmod failed
E/WifiApConfigStore(  405): Bad version on hotspot configuration file, set defaults
D/CommandListener(  117): Setting iface cfg
D/CommandListener(  117): Trying to bring up eth0
E/WifiHW  (  405): Loading WiFi driver here
E/MobileDataStateTracker(  405): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker(  405): default: Could not enable APN type "default"
I/WifiService(  405): WifiService starting up with Wi-Fi enabled
D/WifiService(  405): setWifiEnabled: true pid=405, uid=1000
I/SystemServer(  405): Network Service Discovery Service
D/NsdService(  405): Network service discovery enabled true
I/SystemServer(  405): UpdateLock Service
E/WifiHW  (  405): *****onebox_nongpl.ko inserted
I/SystemServer(  405): Notification Manager
I/SystemServer(  405): Device Storage Monitor
I/SystemServer(  405): Location Manager
I/SystemServer(  405): Country Detector
I/SystemServer(  405): Search Service
I/SystemServer(  405): DropBox Service
I/SystemServer(  405): Wallpaper Service
I/SystemServer(  405): Audio Service
D/dalvikvm(  405): GC_CONCURRENT freed 307K, 9% free 4457K/4848K, paused 3ms+18ms, total 90ms
I/MediaFocusControl(  405):   Remote Control   registerMediaButtonIntent() for PendingIntent{2d34d8e0: PendingIntentRecord{2d34d8a8 android broadcastIntent}}
I/SystemServer(  405): Dock Observer
W/DockObserver(  405): This kernel does not have dock station support
I/SystemServer(  405): Wired Accessory Manager
W/WiredAccessoryManager(  405): This kernel does not have HDMI audio support
I/SystemServer(  405): USB Service
I/SystemServer(  405): Serial Service
I/SystemServer(  405): Twilight Service
I/SystemServer(  405): UI Mode Manager Service
I/SystemServer(  405): Backup Service
V/BackupManagerService(  405): Initializing package tracking
V/BackupManagerService(  405): No ancestral data
V/BackupManagerService(  405): addPackageParticipantsLocked: all
I/BackupManagerService(  405): Scheduling backup for new app com.android.calendar
D/BackupManagerService(  405): Now staging backup of com.android.calendar
I/BackupManagerService(  405): Scheduling backup for new app com.android.browser
D/BackupManagerService(  405): Now staging backup of com.android.browser
I/BackupManagerService(  405): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService(  405): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService(  405): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService(  405): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService(  405): Scheduling backup for new app android
D/BackupManagerService(  405): Now staging backup of android
I/BackupManagerService(  405): Scheduling backup for new app com.android.dialer
D/BackupManagerService(  405): Now staging backup of com.android.dialer
I/BackupManagerService(  405): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService(  405): Now staging backup of com.android.providers.settings
V/BackupManagerService(  405): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService(  405): Found transports: 1
I/BackupManagerService(  405): Binding to transport host ComponentInfo{android/com.android.internal.backup.LocalTransportService}
I/BackupManagerService(  405): Found stale backup journal, scheduling
I/BackupManagerService(  405):   com.android.calendar
I/BackupManagerService(  405):   com.android.browser
I/BackupManagerService(  405):   com.android.providers.userdictionary
I/BackupManagerService(  405):   com.android.sharedstoragebackup
I/BackupManagerService(  405):   android
I/BackupManagerService(  405):   com.android.dialer
I/BackupManagerService(  405):   com.android.providers.settings
I/BackupManagerService(  405): Backup enabled => false
I/BackupManagerService(  405): Opting out of backup
I/SystemServer(  405): AppWidget Service
I/SystemServer(  405): Recognition Service
I/SystemServer(  405): DiskStats Service
I/SystemServer(  405): SamplingProfiler Service
I/SystemServer(  405): NetworkTimeUpdateService
I/SystemServer(  405): CommonTimeManagementService
I/SystemServer(  405): CertBlacklister
I/SystemServer(  405): Dreams Service
I/SystemServer(  405): Assets Atlas Service
I/SystemServer(  405): IdleMaintenanceService
I/SystemServer(  405): Print Service
I/SystemServer(  405): Media Router Service
I/WindowManager(  405): SAFE MODE not enabled
D/dalvikvm(  405): JIT started for system_server
D/Atlas   (  405): Loaded configuration: SliceMinArea (768x768) flags=0x2 count=24
D/libEGL  (  405): loaded /system/lib/egl/libGLES_android.so
W/AssetAtlasService(  405): Could not find EGL configuration
I/Zygote  (  405): Process: zygote socket opened
D/Atlas   (  405): Rendered atlas in 27.05ms (0.95+26.10ms)
V/KeyguardServiceDelegate(  405): *** Keyguard started
V/KeyguardServiceDelegate(  405): onSystemReady() called before keyguard service was ready
I/ActivityManager(  405): Start proc com.android.systemui for service com.android.keyguard/.KeyguardService: pid=460 uid=10007 gids={50007, 1028, 1015, 1035, 3002, 3001}
F/SystemServer(  405): BOOT FAILURE making Package Manager Service ready
F/SystemServer(  405): java.lang.SecurityException: Unable to find app for caller android.app.ActivityThread$ApplicationThread@2d3db9f0 (pid=405) when registering receiver android.app.LoadedApk$ReceiverDispatcher$InnerReceiver@2d3ddec0
F/SystemServer(  405):     at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:13021)
F/SystemServer(  405):     at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1450)
F/SystemServer(  405):     at android.app.ContextImpl.registerReceiverAsUser(ContextImpl.java:1425)
F/SystemServer(  405):     at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:84)
F/SystemServer(  405):     at com.android.server.pm.UserManagerService.systemReady(UserManagerService.java:239)
F/SystemServer(  405):     at com.android.server.pm.PackageManagerService.systemReady(PackageManagerService.java:10476)
F/SystemServer(  405):     at com.android.server.ServerThread.initAndLoop(SystemServer.java:893)
F/SystemServer(  405):     at com.android.server.SystemServer.main(SystemServer.java:1179)
F/SystemServer(  405):     at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer(  405):     at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer(  405):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
F/SystemServer(  405):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
F/SystemServer(  405):     at dalvik.system.NativeStart.main(Native Method)
W/SystemServer(  405): ***********************************************
I/SWITCHPROFILE(  405): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(  405): setprop: sys.interactive = active
E/WifiHW  (  405): *****wlan.ko inserted
E/WifiHW  (  405): ****wlan_wep.ko inserted
D/dalvikvm(  405): GC_CONCURRENT freed 347K, 9% free 4624K/5052K, paused 35ms+20ms, total 219ms
D/dalvikvm(  405): WAIT_FOR_CONCURRENT_GC blocked 48ms
I/AppOps  (  405): Pruning old package media/1013: new uid=-1
D/dalvikvm(  405): WAIT_FOR_CONCURRENT_GC blocked 34ms
E/WifiHW  (  405): *****wlan_tkip.ko inserted
E/WifiHW  (  405): *****wlan_ccmp.ko inserted
I/ActivityManager(  405): System now ready
E/WifiHW  (  405): ********wlan_acl.ko inserted
I/SystemServer(  405): Making services ready
D/NetworkManagementService(  405): enabling bandwidth control
W/MountService(  405): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
E/WifiHW  (  405): *****wlan_xauth.ko inserted
E/WifiHW  (  405): ***wlan_scan_sta.ko inserted
E/WifiHW  (  405): ***********onebox_gpl.ko
E/WifiHW  (  405): ********* ALL ko inserted successfully
V/KeyguardService(  460): onCreate()
E/cutils-trace(  122): Error opening trace file: Permission denied (13)
D/SystemUIService(  460): loading: class com.android.systemui.recent.Recents
D/SystemUIService(  460): running: com.android.systemui.recent.Recents@2d1d4f68
D/SystemUIService(  460): loading: class com.android.systemui.statusbar.SystemBars
D/SystemUIService(  460): running: com.android.systemui.statusbar.SystemBars@2d1d5550
D/SystemUIService(  460): loading: class com.android.systemui.usb.StorageNotification
D/SystemUIService(  460): running: com.android.systemui.usb.StorageNotification@2d1d7310
D/SystemUIService(  460): loading: class com.android.systemui.power.PowerUI
D/SystemUIService(  460): running: com.android.systemui.power.PowerUI@2d1d8a30
E/NetdConnector(  405): NDC Command {5 bandwidth enable} took too long (707ms)
D/SystemUIService(  460): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService(  460): running: com.android.systemui.media.RingtonePlayer@2d1d9d38
D/SystemUIService(  460): loading: class com.android.systemui.settings.SettingsUI
D/SystemUIService(  460): running: com.android.systemui.settings.SettingsUI@2d1db020
D/PhoneStatusBar(  460): mSettingsPanelGravity = 8388661
I/StatusBarManagerService(  405): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@2d387878
D/dalvikvm(  460): GC_FOR_ALLOC freed 142K, 8% free 2893K/3112K, paused 14ms, total 15ms
V/PhoneStatusBar/NavigationBarView(  460): touchEnabled:false
D/dalvikvm(  460): GC_CONCURRENT freed 31K, 4% free 3273K/3396K, paused 6ms+29ms, total 110ms
E/WifiHW  (  117): RAVI:****Vap Creation Output:
E/WifiHW  (  117): VAP created Successfully
E/WifiHW  (  117):
E/BluetoothAdapter(  460): Bluetooth binder is null
E/BluetoothAdapter(  460): Bluetooth binder is null
E/BluetoothAdapter(  460): Bluetooth binder is null
E/BluetoothAdapter(  460): Bluetooth binder is null
I/ActivityManager(  405): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=536 uid=10002 gids={50002, 3003, 1028, 1015}
D/PhoneStatusBar(  460): disable: < expand icons alerts ticker system_info back home recent clock search >
E/BluetoothAdapter(  460): Bluetooth binder is null
D/dalvikvm(  460): GC_CONCURRENT freed 138K, 6% free 3621K/3832K, paused 3ms+27ms, total 66ms
D/PhoneStatusBar(  460): heads up is disabled
D/dalvikvm(  536): GC_CONCURRENT freed 241K, 10% free 2928K/3244K, paused 2ms+21ms, total 74ms
I/ContactLocale(  536): AddressBook Labels [en_US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, ÃŽÂ’, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, ÃŽ ÃŽÂœ, Ν, Ξ, Ο, ÃŽÂ , Ρ, Σ, Τ, ÃŽÂ¥, Φ, Χ, Ψ, Ω, , А, Б, В, Г, Д, Е, Є, Ж, З, И, І, Ї, Й, К, Ð М, Н, О, П, Р, С, Т, У, Ф, Ð¥, Ц, Ч, Ш, Щ, Ю, Я, , א, ב, ג, ד, ה, ו, ז, ח, ט, י, × ל, מ, × , ס, ×¢, פ, צ, ק, ר, ש, ת, , ا, ب, ت, Ø«, ج, Ø­, Ø®, د, Ø°, ر, ز, س, Ø´, ص, ض, Ø·, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, , à ¸, à ¸‚, à ¸ƒ, à ¸„, à ¸…, à ¸†, à ¸‡, à ¸ˆ, à ¸‰, à ¸Š, à ¸‹, à ¸Œ, à ¸, à ¸Ž, à ¸, à ¸, à ¸‘, à ¸’, à ¸“, à ¸”, à ¸•, à ¸–, à ¸—, à ¸˜, à ¸™, à ¸š, à ¸ à ¸œ, à ¸, à ¸ž, à ¸Ÿ, à ¸ , à ¸¡, à ¸¢, à ¸£, à ¸¤, à ¸¥, à ¸¦, à ¸§, à ¸¨, à ¸©, à ¸ª, à ¸«, à ¸¬, à ¸­, à ¸®, , ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, , あ, か, さ, た, な, は, ま, や, ら, わ, #, ]
E/WifiHW  (  117): RAVI:****Inside STA wifi.c wifi_get_fw_path out_iface is wifi0
E/SoftapController(  117): RAVI:VAP type changed to STA
E/NetdConnector(  405): NDC Command {6 softap fwreload wifi0 STA} took too long (1995ms)
E/NetdConnector(  405): NDC Command {7 firewall disable} took too long (1748ms)
D/CommandListener(  117): Setting iface cfg
D/CommandListener(  117): Trying to bring down wifi0
D/WifiMonitor(  405): startMonitoring(wifi0) with mConnected = false
I/ActivityManager(  405): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=564 uid=1000 gids={41000, 3003, 1028, 1015, 3002, 3001}
I/wpa_supplicant(  563): Successfully initialized wpa_supplicant
I/ActivityManager(  405): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.4}
W/ContextImpl(  405): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
I/wpa_supplicant(  563): WPS: Converting display to virtual_display for WPS 2.0 compliance
I/wpa_supplicant(  563): WPS: Converting push_button to virtual_push_button for WPS 2.0 compliance
W/RecognitionManagerService(  405): no available voice recognition services found for user 0
D/PhoneStatusBar(  460): mSettingsPanelGravity = 8388661
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 DRIVER MACADDR
D/WifiConfigStore(  405): Loading config and enabling all networks
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 LIST_NETWORKS
E/WifiConfigStore(  405): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SET device_name evk_6sl
E/WifiStateMachine(  405): Failed to set device name evk_6sl
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SET manufacturer Freescale
E/WifiStateMachine(  405): Failed to set manufacturer Freescale
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SET model_name EVK_MX6SL
E/WifiStateMachine(  405): Failed to set model name EVK_MX6SL
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SET model_number EVK_MX6SL
E/WifiStateMachine(  405): Failed to set model number EVK_MX6SL
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SET serial_number 392611d4d72d744d
E/WifiStateMachine(  405): Failed to set serial number 392611d4d72d744d
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SET config_methods physical_display virtual_push_button
E/WifiStateMachine(  405): Failed to set WPS config methods
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SET device_type 10-0050F204-5
E/WifiStateMachine(  405): Failed to set primary device type 10-0050F204-5
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SCAN_INTERVAL 15
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 DRIVER BTCOEXSCAN-STOP
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 DRIVER RXFILTER-STOP
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 DRIVER RXFILTER-STOP
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 RECONNECT
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 STATUS
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SET ps 1
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 DRIVER SETBAND 0
E/WifiStateMachine(  405): Failed to set frequency band 0
W/InputMethodManagerService(  405): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType(  405): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager(  405): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=592 uid=10027 gids={50027, 1028, 1015}
V/InputMethodManagerService(  405): Adding window token: android.os.Binder@2d418908
D/dalvikvm(  405): GC_CONCURRENT freed 327K, 8% free 4804K/5216K, paused 17ms+11ms, total 228ms
W/GpsLocationProvider(  405): Could not open GPS configuration file /etc/gps.conf
W/LocationManagerService(  405): no network location provider found
E/LocationManagerService(  405): no geocoder provider found
E/FlpHardwareProvider(  405): Error hw_get_module 'flp': -2
E/FlpHardwareProvider(  405): Error hw_get_module 'flp': -2
E/LocationManagerService(  405): No FusedProvider found.
E/LocationManagerService(  405): no geofence provider found
I/CommonTimeManagementService(  405): No common time service detected on this platform.  Common time services will be unavailable.
I/InputReader(  405): Reconfiguring input devices.  changes=0x00000020
I/InputReader(  405): Reconfiguring input devices.  changes=0x00000010
I/ActivityManager(  405): Start proc com.android.phone for added application com.android.phone: pid=605 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
I/ActivityManager(  405): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager(  405): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=616 uid=10008 gids={50008}
I/Choreographer(  460): Skipped 34 frames!  The application may be doing too much work on its main thread.
I/Choreographer(  405): Skipped 230 frames!  The application may be doing too much work on its main thread.
W/InputMethodManagerService(  405): Focus gain on non-focused client android.view.inputmethod.InputMethodManager$1@2d3ce510 (uid=1000 pid=405)
V/KeyguardServiceDelegate(  405): *** Keyguard connected (yay!)
I/LatinIME(  592): Hardware accelerated drawing: true
I/MediaFocusControl(  405):   Remote Control   registerMediaButtonIntent() for PendingIntent{2d3f3868: PendingIntentRecord{2d34d8a8 android broadcastIntent}}
V/StatusBar(  460): userId 0 is in the house
W/ResourceType(  405): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/Choreographer(  460): Skipped 37 frames!  The application may be doing too much work on its main thread.
V/BackupManagerService(  405): Connected to transport ComponentInfo{android/com.android.internal.backup.LocalTransportService}
V/BackupManagerService(  405): Registering transport android/com.android.internal.backup.LocalTransportService::android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@2d350bd8
W/InputAttributes(  592): No editor info for this field. Bug?
I/ResourceUtils(  592): Found default value: resource=keypress_vibration_durations build=[HARDWARE=freescale MODEL=EVK_MX6SL BRAND=Freescale MANUFACTURER=Freescale] default=-1
I/ResourceUtils(  592): Found default value: resource=keypress_volumes build=[HARDWARE=freescale MODEL=EVK_MX6SL BRAND=Freescale MANUFACTURER=Freescale] default=-1.0f
D/dalvikvm(  405): GC_CONCURRENT freed 320K, 8% free 4936K/5340K, paused 2ms+3ms, total 290ms
I/LatinIME:LogUtils(  592): Dictionary info: dictionary = userunigram.en_US.dict ; version = ? ; date = ?
I/LatinIME:LogUtils(  592): Dictionary info: dictionary = UserHistoryDictionary.en_US.dic ; version = ? ; date = 126047
I/LatinIME:LogUtils(  592): Dictionary info: dictionary = personalization.en_US.dict ; version = ? ; date = 86440
I/LatinIME:LogUtils(  592): Dictionary info: dictionary = PersonalizationPredictionDictio ; version = ? ; date = 86440
D/dalvikvm(  592): GC_CONCURRENT freed 197K, 9% free 2912K/3184K, paused 3ms+37ms, total 175ms
I/LatinIME:LogUtils(  592): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
D/dalvikvm(  616): GC_CONCURRENT freed 193K, 9% free 2918K/3184K, paused 3ms+17ms, total 68ms
E/BluetoothAdapter(  605): Bluetooth binder is null
D/dalvikvm(  605): GC_CONCURRENT freed 152K, 8% free 2921K/3148K, paused 1ms+24ms, total 53ms
E/BluetoothAdapter(  605): Bluetooth binder is null
D/CallNotifier(  605): CallNotifier: mSignalInfoToneGenerator created when toneplay
E/BluetoothAdapter(  605): Bluetooth binder is null
D/PhoneStatusBar(  460): disable: < expand icons alerts ticker system_info back home RECENT* clock SEARCH* >
D/dalvikvm(  460): GC_CONCURRENT freed 200K, 7% free 3910K/4192K, paused 3ms+10ms, total 86ms
D/dalvikvm(  460): WAIT_FOR_CONCURRENT_GC blocked 5ms
E/BluetoothAdapter(  564): Bluetooth binder is null
V/KeyguardHostView(  460): Initial transport state: 1, pbstate=0
D/dalvikvm(  616): GC_CONCURRENT freed 166K, 7% free 3184K/3424K, paused 3ms+10ms, total 58ms
D/dalvikvm(  460): GC_CONCURRENT freed 147K, 6% free 4185K/4408K, paused 19ms+17ms, total 109ms
I/ActivityManager(  405): Start proc com.android.printspooler for service com.android.printspooler/.PrintSpoolerService: pid=662 uid=10037 gids={50037}
D/MobileDataStateTracker(  405): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  405): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  405): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  405): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  405): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  405): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  405): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  405): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
I/Choreographer(  460): Skipped 114 frames!  The application may be doing too much work on its main thread.
D/MobileDataStateTracker(  405): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  405): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  405): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  405): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  405): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  405): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
I/PrintSpoolerService(  662): No existing print spooler state.
D/MobileDataStateTracker(  405): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker(  405): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  405): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  405): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker(  405): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  405): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  405): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
V/KeyguardHostView(  460): music state changed: 0
D/MobileDataStateTracker(  405): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  405): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  405): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  405): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  405): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  405): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  405): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  405): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker(  405): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  405): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/TelephonyDebugService(  605): TelephonyDebugService()
D/MobileDataStateTracker(  405): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker(  405): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  405): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  405): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker(  405): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  405): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker(  405): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
W/CallNotifier(  605): Got onMwiChanged() on non-voice-capable device! Ignoring...
D/MobileDataStateTracker(  405): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
I/ActivityManager(  405): Displayed com.android.launcher/com.android.launcher2.Launcher: +3s227ms
D/MobileDataStateTracker(  405): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker(  405): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker(  405): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
I/ActivityManager(  405): Start proc android.process.media for broadcast com.android.providers.media/.MtpReceiver: pid=677 uid=10005 gids={50005, 1028, 1015, 1023, 1024, 2001, 3003, 3007}
D/MobileDataStateTracker(  405): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker(  405): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker(  405): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
I/FusedLocation(  405): engine started (com.android.location.fused)
D/dalvikvm(  460): GC_FOR_ALLOC freed 25K, 5% free 4245K/4464K, paused 273ms, total 281ms
I/dalvikvm-heap(  460): Grow heap (frag case) to 12.027MB for 8192016-byte allocation
D/dalvikvm(  460): GC_FOR_ALLOC freed 1K, 2% free 12243K/12468K, paused 138ms, total 138ms
D/dalvikvm(  405): GC_CONCURRENT freed 354K, 8% free 5032K/5468K, paused 22ms+12ms, total 359ms
D/dalvikvm(  460): GC_CONCURRENT freed 0K, 2% free 12243K/12468K, paused 7ms+2ms, total 90ms
D/dalvikvm(  616): GC_CONCURRENT freed 87K, 6% free 3492K/3680K, paused 7ms+1ms, total 41ms
D/dalvikvm(  616): WAIT_FOR_CONCURRENT_GC blocked 34ms
D/dalvikvm(  460): GC_FOR_ALLOC freed 8001K, 5% free 4245K/4460K, paused 121ms, total 133ms
I/dalvikvm-heap(  460): Grow heap (frag case) to 12.027MB for 8192016-byte allocation
D/dalvikvm(  460): GC_CONCURRENT freed <1K, 2% free 12244K/12464K, paused 3ms+3ms, total 88ms
D/libEGL  (  460): loaded /system/lib/egl/libGLES_android.so
E/wpa_supplicant(  563): ioctl[SIOCS80211, op=76, arg_len=24576]: Operation now in progress
V/KeyguardServiceDelegate(  405): **** SHOWN CALLED ****
I/Choreographer(  460): Skipped 117 frames!  The application may be doing too much work on its main thread.
I/SurfaceFlinger(  119): Boot is finished (28842 ms)
D/PhoneStatusBar(  460): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT clock SEARCH >
W/View    (  460): requestLayout() improperly called by android.widget.TextClock{2d272b28 V.ED.... ......ID 29,0-280,141 #7f0a0047 app:id/clock_view} during layout: running second layout pass
W/View    (  460): requestLayout() improperly called by android.widget.TextClock{2d293650 V.ED.... ......ID 118,0-192,17 #7f0a004c app:id/date_view} during layout: running second layout pass
D/PhoneStatusBar(  460): disable: < expand icons alerts ticker system_info BACK HOME RECENT CLOCK* SEARCH >
E/BluetoothAdapter(  564): Bluetooth binder is null
D/MtpService(  677): updating state; isCurrentUser=true, mMtpLocked=false
D/MtpService(  677): addStorageLocked 65537 /storage/emulated/0
E/BluetoothAdapter(  564): Bluetooth binder is null
D/MtpService(  677): updating state; isCurrentUser=true, mMtpLocked=false
I/ActivityManager(  405): Start proc com.android.music for broadcast com.android.music/.MediaButtonIntentReceiver: pid=696 uid=10032 gids={50032, 3003, 1028, 1015}
I/dalvikvm(  696): Enabling JNI app bug workarounds for target SDK version 9...
D/MtpService(  677): starting MTP server in MTP mode
D/MtpService(  677): addStorageLocked 65537 /storage/emulated/0
D/dalvikvm(  120): GC_EXPLICIT freed 38K, 5% free 2687K/2800K, paused 2ms+1ms, total 73ms
D/dalvikvm(  120): GC_EXPLICIT freed <1K, 5% free 2687K/2800K, paused 1ms+2ms, total 53ms
D/dalvikvm(  120): GC_EXPLICIT freed <1K, 5% free 2687K/2800K, paused 1ms+1ms, total 64ms
D/dalvikvm(  616): GC_CONCURRENT freed 116K, 5% free 3763K/3960K, paused 2ms+2ms, total 49ms
E/BluetoothAdapter(  405): Bluetooth binder is null
E/BluetoothAdapter(  405): Bluetooth binder is null
V/WiredAccessoryManager(  405): init()
W/WiredAccessoryManager(  405): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/PowerManagerService(  405): Boot animation finished.
I/MediaFocusControl(  405):   Remote Control   registerMediaButtonIntent() for PendingIntent{2d411b60: PendingIntentRecord{2d3fb238 com.android.music broadcastIntent}}
I/RecoverySystem(  405): No recovery log file
I/ActivityManager(  405): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarReceiver: pid=722 uid=10001 gids={50001, 3003, 1028, 1015}
I/BootReceiver(  405): Copying audit failures to DropBox
I/BootReceiver(  405): Checking for fsck errors
V/KeyguardHostView(  460): hide transport, gen:2
V/KeyguardHostView(  460): update widget: transport state changed
V/KeyguardHostView(  460): hide transport, gen:3
D/dalvikvm(  616): GC_FOR_ALLOC freed 47K, 5% free 3767K/3960K, paused 34ms, total 66ms
I/dalvikvm-heap(  616): Grow heap (frag case) to 4.979MB for 1290512-byte allocation
D/dalvikvm(  616): GC_CONCURRENT freed 1K, 4% free 5026K/5224K, paused 2ms+1ms, total 17ms
I/CalendarProvider2(  722): Created com.android.providers.calendar.CalendarAlarmManager@2d1d6a18(com.android.providers.calendar.CalendarProvider2@2d1ce6e8)
I/ActivityManager(  405): Delay finish: com.android.providers.downloads/.DownloadReceiver
I/ActivityManager(  405): Resuming delayed broadcast
I/ActivityManager(  405): Delay finish: com.android.providers.media/.MediaScannerReceiver
D/dalvikvm(  677): GC_CONCURRENT freed 217K, 10% free 2859K/3152K, paused 2ms+3ms, total 22ms
D/dalvikvm(  677): GC_CONCURRENT freed 248K, 10% free 3006K/3328K, paused 2ms+5ms, total 32ms
V/MediaScanner(  677): pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@2d2184e0
V/MediaScanner(  677): /pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@2d2184e0
I/ActivityManager(  405): Resuming delayed broadcast
I/CalendarProvider2(  722): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
W/ContentResolver(  722): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
I/ActivityManager(  405): Start proc com.android.mms for broadcast com.android.mms/.transaction.MmsSystemEventReceiver: pid=760 uid=10009 gids={50009, 3003, 1028, 1015}
D/MtpService(  677): updating state; isCurrentUser=true, mMtpLocked=false
D/CountryDetector(  405): The first listener is added
V/MmsConfig(  760): mnc/mcc:
V/MmsConfig(  760): tag: bool value: enabledMMS - true
V/MmsConfig(  760): tag: int value: maxMessageSize - 307200
V/MmsConfig(  760): tag: int value: maxImageHeight - 480
V/MmsConfig(  760): tag: int value: maxImageWidth - 640
V/MmsConfig(  760): tag: int value: defaultSMSMessagesPerThread - 10000
V/MmsConfig(  760): tag: int value: defaultMMSMessagesPerThread - 1000
V/MmsConfig(  760): tag: int value: minMessageCountPerThread - 10
V/MmsConfig(  760): tag: int value: maxMessageCountPerThread - 5000
V/MmsConfig(  760): tag: string value: uaProfUrl - http://www.google.com/oha/rdf/ua-profile-kila.xml
V/MmsConfig(  760): tag: int value: recipientLimit - -1
V/MmsConfig(  760): tag: bool value: enableMultipartSMS - true
V/MmsConfig(  760): tag: int value: smsToMmsTextThreshold - -1
V/MmsConfig(  760): tag: bool value: enableSlideDuration - true
V/MmsConfig(  760): tag: int value: maxMessageTextSize - -1
D/Mms:app (  760): cancelNotification
I/ActivityManager(  405): Delay finish: com.android.mms/.transaction.SmsReceiver
I/ActivityManager(  405): Resuming delayed broadcast
I/ActivityManager(  405): Start proc com.android.onetimeinitializer for broadcast com.android.onetimeinitializer/.OneTimeInitializerReceiver: pid=785 uid=10011 gids={50011}
V/OneTimeInitializerRece(  785): OneTimeInitializerReceiver.onReceive
I/ActivityManager(  405): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=798 uid=10019 gids={50019, 3003}
D/ExtensionsFactory(  798): No custom extensions.
D/AlertReceiver(  798): onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x8000010 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
D/AlertService(  798): 0 Action = android.intent.action.BOOT_COMPLETED
I/ActivityManager(  405): Start proc com.android.deskclock for broadcast com.android.deskclock/.AlarmInitReceiver: pid=816 uid=10022 gids={50022, 1028}
D/AlertService(  798): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
V/AlarmClock(  816): AlarmInitReceiver android.intent.action.BOOT_COMPLETED
V/AlarmClock(  816): AlarmInitReceiver - Reset timers and clear stopwatch data
D/AlarmScheduler(  798): No events found starting within 1 week.
I/AlarmClock(  816): Displaying next alarm time: ''
V/AlarmClock(  816): AlarmInitReceiver finished
I/ActivityManager(  405): Start proc com.android.email for broadcast com.android.email/.service.EmailBroadcastReceiver: pid=834 uid=10024 gids={50024, 3003, 1028, 1015}
I/wpa_supplicant(  563): wifi0: Trying to associate with bc:ae:c5:eb:e6:77 (SSID='rps' freq=2462 MHz)
D/ActivityThread(  834): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
D/ActivityThread(  834): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
I/ActivityManager(  405): Delay finish: com.android.email/.service.EmailBroadcastReceiver
D/dalvikvm(  834): GC_CONCURRENT freed 202K, 9% free 2886K/3168K, paused 8ms+2ms, total 46ms
W/ActivityManager(  405): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
I/Email   (  834): Observing account changes for notifications
W/ActivityManager(  405): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
I/ActivityManager(  405): Delaying start of: ServiceRecord{2d4613b0 u0 com.android.exchange/.service.EmailSyncAdapterService}
I/ActivityManager(  405): Start proc com.android.exchange for service com.android.exchange/.service.EmailSyncAdapterService: pid=853 uid=10025 gids={50025, 3003, 1028, 1015}
W/ActivityManager(  405): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
I/ActivityManager(  405): Resuming delayed broadcast
I/LauncherIconVisibilityManager(  592): Boot has been completed
I/LauncherIconVisibilityManager(  592): Activity has already been disabled: ComponentInfo{com.android.inputmethod.latin/com.android.inputmethod.latin.setup.SetupActivity}
E/BluetoothAdapter(  564): Bluetooth binder is null
I/wpa_supplicant(  563): wifi0: Associated with bc:ae:c5:eb:e6:77
D/AlertReceiver(  798): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver }
D/AlertService(  798): 0 Action = android.intent.action.PROVIDER_CHANGED
I/ActivityManager(  405): Delay finish: com.android.calendar/.alerts.AlertReceiver
I/wpa_supplicant(  563): wifi0: WPA: Key negotiation completed with bc:ae:c5:eb:e6:77 [PTK=CCMP GTK=CCMP]
I/wpa_supplicant(  563): wifi0: CTRL-EVENT-CONNECTED - Connection to bc:ae:c5:eb:e6:77 completed (auth) [id=2 id_str=]
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SCAN
I/GlobalDismissManager(  798): no sender configured
D/AlertService(  798): Beginning updateAlertNotification
D/AlertService(  798): No fired or scheduled alerts
D/AlertService(  798): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
D/AlarmScheduler(  798): No events found starting within 1 week.
I/ActivityManager(  405): Resuming delayed broadcast
D/dalvikvm(  405): GC_EXPLICIT freed 350K, 8% free 5126K/5560K, paused 2ms+4ms, total 43ms
I/ActivityManager(  405): Delay finish: com.android.mms/.transaction.SmsReceiver
V/SmsReceiverService(  760): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
I/ActivityManager(  405): Resuming delayed broadcast
I/ActivityManager(  405): Delay finish: com.android.providers.calendar/.CalendarProviderBroadcastReceiver
I/ActivityManager(  405): Resuming delayed broadcast
I/PowerManagerService(  405): Going to sleep due to screen timeout...
D/SurfaceFlinger(  119): Screen released, type=0 flinger=0x77c50450
I/SWITCHPROFILE(  405): Switchprofile thread received GOV_CONSERVATIVE from Power HAL
V/KeyguardServiceDelegate(  405): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$17@2d318ac0)
E/i.MXPowerHAL(  119): Not in interactive mode, don't do powerhint
E/i.MXPowerHAL(  119): Not in interactive mode, don't do powerhint
W/audio_hw_primary(  122): set parameters screen_state=on
V/KeyguardServiceDelegate(  405): **** SHOWN CALLED ****
E/i.MXPowerHAL(  119): Not in interactive mode, don't do powerhint
I/WindowManager(  405): Lock screen displayed!
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 DRIVER SETSUSPENDMODE 1
W/audio_hw_primary(  122): set parameters screen_state=off
V/KeyguardHostView(  460): Initial transport state: 0, pbstate=0
V/KeyguardHostView(  460): hide transport, gen:3
V/KeyguardHostView(  460): music state changed: 0
W/View    (  460): requestLayout() improperly called by android.widget.TextClock{2db6f628 V.ED.... ......ID 29,0-280,141 #7f0a0047 app:id/clock_view} during layout: running second layout pass
W/View    (  460): requestLayout() improperly called by android.widget.TextClock{2db70f58 V.ED.... ......ID 118,0-192,17 #7f0a004c app:id/date_view} during layout: running second layout pass
I/wpa_supplicant(  563): wifi0: WPA: Group rekeying completed with bc:ae:c5:eb:e6:77 [GTK=CCMP]
I/ActivityManager(  405): Waited long enough for: ServiceRecord{2d3b74d0 u0 com.android.music/.MediaPlaybackService}
I/ActivityManager(  405): Waited long enough for: ServiceRecord{2d43f4a8 u0 com.android.calendar/.alerts.InitAlarmsService}
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SCAN
D/InitAlarmsService(  798): Clearing and rescheduling alarms.
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SCAN
I/wpa_supplicant(  563): wifi0: WPA: Group rekeying completed with bc:ae:c5:eb:e6:77 [GTK=CCMP]
I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SCAN
W/SocketClient(  117): write error (Broken pipe)
D/ConnectivityService(  405): Sampling interval elapsed, updating statistics ..
D/ConnectivityService(  405): Done.
D/ConnectivityService(  405): Setting timer for 720seconds
I/MediaFocusControl(  405):  AudioFocus  abandonAudioFocus() from android.media.AudioManager@2d1cd948com.android.music.MediaPlaybackService$3@2d1cc7c8
I/ActivityManager(  405): Start proc com.android.musicfx for broadcast com.android.musicfx/.ControlPanelReceiver: pid=885 uid=10010 gids={50010, 3003, 3002}
V/MusicFXControlPanelReceiver(  885): onReceive
V/MusicFXControlPanelReceiver(  885): Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION
V/MusicFXControlPanelReceiver(  885): Package name: com.android.music
V/MusicFXControlPanelReceiver(  885): Audio session: 7
V/MusicFXControlPanelEffect(  885): closeSession(android.app.ReceiverRestrictedContext@2d1c8c48, com.android.music, 7)

I/wpa_supplicant(  563): [CTRL_IFACE]wifi0: IFNAME=wifi0 SCAN
<

Thanks,

Mutyala Rao.

0 Kudos