Re: NM gets no IP-Adress from the dhcpserver



On Mon, 2006-12-25 at 18:16 +0100, Thorsten_Kolb urz uni-heidelberg de
wrote:
> Hi,
> I am using slackware-11.0, linux-2.6.19.1 and the ipw2000-driver from  
> the kernel. I have installed dhcdbd-1.14, dhcp-3.1.0a2 and  
> NetworkManager-0.6.4.

Do you have the correct magic at the top of your dhclient-script file to
send the DHCP results to NetworkManager?  It looks like:

if [ -n "${dhc_dbus}" ]; then
   /bin/dbus-send \
       --system \
       --dest=com.redhat.dhcp \
       --type=method_call \
       /com/redhat/dhcp/$interface \
       com.redhat.dhcp.set \
       'string:'"`env | /bin/egrep -v '^(PATH|SHLVL|_|PWD|dhc_dbus)\='`";
       if (( ( dhc_dbus & 31 ) == 31 )); then
           exit 0;
       fi;
fi;

If not, this should really be added to your dhcp package by that
package's Slackware maintainer.

Dan

> Everytime I try to connetc to my wlan-Network (a linksys-router  
> wrt54gs) I get the following:
> 
> --------------------------------
> 
> NetworkManager --no-daemon
> NetworkManager: <information>   starting...
> NetworkManager: <information>   eth0: Device is fully-supported using  
> driver 'e1000'.
> NetworkManager: <information>   nm_device_init(): waiting for device's  
> worker thread to start
> NetworkManager: <information>   nm_device_init(): device's worker  
> thread started, continuing.
> NetworkManager: <information>   Now managing wired Ethernet (802.3)  
> device 'eth0'.
> NetworkManager: <information>   Deactivating device eth0.
> NetworkManager: <information>   eth1: Device is fully-supported using  
> driver 'ipw2200'.
> NetworkManager: <information>   nm_device_init(): waiting for device's  
> worker thread to start
> NetworkManager: <information>   nm_device_init(): device's worker  
> thread started, continuing.
> NetworkManager: <information>   Now managing wireless (802.11) device 'eth1'.
> NetworkManager: <information>   Deactivating device eth1.
> NetworkManager: <information>   Updating allowed wireless network lists.
> NetworkManager: <WARNING>        nm_dbus_get_networks_cb (): error  
> received: org.freedesktop.NetworkManagerInfo.NoNetworks -  
> org.freedesktop.NetworkManagerInfo.NoNetworks.
> NetworkManager: <debug info>    [1166791323.578707]  
> nm_device_802_11_wireless_get_activation_ap (): Forcing AP 'linksys'
> NetworkManager: <information>   User Switch:  
> /org/freedesktop/NetworkManager/Devices/eth1 / linksys
> NetworkManager: <information>   Deactivating device eth1.
> NetworkManager: <information>   Device eth1 activation scheduled...
> NetworkManager: <information>   Activation (eth1) started...
> NetworkManager: <information>   Activation (eth1) Stage 1 of 5 (Device  
> Prepare) scheduled...
> NetworkManager: <information>   Activation (eth1) Stage 1 of 5 (Device  
> Prepare) started...
> NetworkManager: <information>   Activation (eth1) Stage 2 of 5 (Device  
> Configure) scheduled...
> NetworkManager: <information>   Activation (eth1) Stage 1 of 5 (Device  
> Prepare) complete.
> NetworkManager: <information>   Activation (eth1) Stage 2 of 5 (Device  
> Configure) starting...
> NetworkManager: <information>   Activation (eth1/wireless): access  
> point 'linksys' is encrypted, but NO valid key exists.  New key needed.
> NetworkManager: <information>   Activation (eth1) New wireless user  
> key requested for network 'linksys'.
> NetworkManager: <information>   Activation (eth1) Stage 2 of 5 (Device  
> Configure) complete.
> NetworkManager: <information>   Activation (eth1) New wireless user  
> key for network 'linksys' received.
> NetworkManager: <information>   Activation (eth1) Stage 1 of 5 (Device  
> Prepare) scheduled...
> NetworkManager: <information>   Activation (eth1) Stage 1 of 5 (Device  
> Prepare) started...
> NetworkManager: <information>   Activation (eth1) Stage 2 of 5 (Device  
> Configure) scheduled...
> NetworkManager: <information>   Activation (eth1) Stage 1 of 5 (Device  
> Prepare) complete.
> NetworkManager: <information>   Activation (eth1) Stage 2 of 5 (Device  
> Configure) starting...
> NetworkManager: <information>   Activation (eth1/wireless): access  
> point 'linksys' is encrypted, and a key exists.  No new key needed.
> NetworkManager: <information>   SUP: sending command 'INTERFACE_ADD  
> eth1                wext    /var/run/wpa_supplicant       '
> NetworkManager: <information>   SUP: response was 'OK'
> NetworkManager: <information>   SUP: sending command 'AP_SCAN 1'
> NetworkManager: <information>   SUP: response was 'OK'
> NetworkManager: <information>   SUP: sending command 'ADD_NETWORK'
> NetworkManager: <information>   SUP: response was '0'
> NetworkManager: <information>   SUP: sending command 'SET_NETWORK 0  
> ssid 6c696e6b737973'
> NetworkManager: <information>   SUP: response was 'OK'
> NetworkManager: <information>   SUP: sending command 'SET_NETWORK 0 proto WPA'
> NetworkManager: <information>   SUP: response was 'OK'
> NetworkManager: <information>   SUP: sending command 'SET_NETWORK 0  
> key_mgmt WPA-PSK'
> NetworkManager: <information>   SUP: response was 'OK'
> NetworkManager: <information>   SUP: sending command 'SET_NETWORK 0 psk <key>'
> NetworkManager: <information>   SUP: response was 'OK'
> NetworkManager: <information>   SUP: sending command 'ENABLE_NETWORK 0'
> NetworkManager: <information>   SUP: response was 'OK'
> NetworkManager: <information>   Activation (eth1) Stage 2 of 5 (Device  
> Configure) complete.
> NetworkManager: <information>   wpa_supplicant(8080): Global control  
> interface '/var/run/wpa_supplicant-global'
> NetworkManager: <information>   wpa_supplicant(8080): RX global  
> ctrl_iface - hexdump_ascii(len=49):
> NetworkManager: <information>   wpa_supplicant(8080):      49 4e 54 45  
> 52 46 41 43 45 5f 41 44 44 20 65 74   INTERFACE_ADD et
> NetworkManager: <information>   wpa_supplicant(8080):      68 31 09 09  
> 77 65 78 74 09 2f 76 61 72 2f 72 75   h1__wext_/var/ru
> NetworkManager: <information>   wpa_supplicant(8080):      6e 2f 77 70  
> 61 5f 73 75 70 70 6c 69 63 61 6e 74   n/wpa_supplicant
> NetworkManager: <information>   wpa_supplicant(8080):      09           
>                                        _
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> GLOBAL INTERFACE_ADD 'eth1          wext     /var/run/wpa_supplicant '
> NetworkManager: <information>   wpa_supplicant(8080): Initializing  
> interface 'eth1' conf 'N/A' driver 'wext' ctrl_interface  
> '/var/run/wpa_supplicant' bridge 'N/A'
> NetworkManager: <information>   wpa_supplicant(8080): Initializing  
> interface (2) 'eth1'
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: KEY_RX  
> entering state NO_KEY_RECEIVE
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state INITIALIZE
> NetworkManager: <information>   wpa_supplicant(8080): EAP: EAP  
> entering state DISABLED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): SIOCGIWRANGE:  
> WE(compiled)=21 WE(source)=18 enc_capa=0xf
> NetworkManager: <information>   wpa_supplicant(8080):   capabilities:  
> key_mgmt 0xf enc 0xf
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): a
> NetworkManager: <information>   wpa_supplicant(8080): wpa_driver_wext_set_wpa
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_countermeasures
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_drop_unencrypted
> NetworkManager: <information>   wpa_supplicant(8080): Setting scan  
> request: 0 sec 100000 usec
> NetworkManager: <information>   wpa_supplicant(8080): Added interface eth1
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RX ctrl_iface -  
> hexdump_ascii(len=9):
> NetworkManager: <information>   wpa_supplicant(8080):      41 50 5f 53  
> 43 41 4e 20 31                        AP_SCAN 1
> NetworkManager: <information>   wpa_supplicant(8080): RX ctrl_iface -  
> hexdump_ascii(len=11):
> NetworkManager: <information>   wpa_supplicant(8080):      41 44 44 5f  
> 4e 45 54 57 4f 52 4b                  ADD_NETWORK
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE: ADD_NETWORK
> NetworkManager: <information>   wpa_supplicant(8080): face -  
> hexdump_ascii(len=33): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> SET_NETWORK id=0 name='ssid'
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> value - hexdump_ascii(len=14): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): ssid -  
> hexdump_ascii(len=7):
> NetworkManager: <information>   wpa_supplicant(8080):      6c 69 6e 6b  
> 73 79 73                              linksys
> NetworkManager: <information>   wpa_supplicant(8080): RX ctrl_iface -  
> hexdump_ascii(len=23): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> SET_NETWORK id=0 name='proto'
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> value - hexdump_ascii(len=3): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): proto: 0x1
> NetworkManager: <information>   wpa_supplicant(8080): RX ctrl_iface -  
> hexdump_ascii(len=30): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> SET_NETWORK id=0 name='key_mgmt'
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> value - hexdump_ascii(len=7): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): key_mgmt: 0x2
> NetworkManager: <information>   wpa_supplicant(8080): RX ctrl_iface -  
> hexdump_ascii(len=82): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> SET_NETWORK id=0 name='psk'
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> value - hexdump_ascii(len=64): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): PSK -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): RX ctrl_iface -  
> hexdump_ascii(len=16):
> NetworkManager: <information>   wpa_supplicant(8080):      45 4e 41 42  
> 4c 45 5f 4e 45 54 57 4f 52 4b 20 30   ENABLE_NETWORK 0
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE:  
> ENABLE_NETWORK id=0
> NetworkManager: <information>   wpa_supplicant(8080): Setting scan  
> request: 0 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> DISCONNECTED -> SCANNING
> NetworkManager: <information>   wpa_supplicant(8080): Starting AP scan  
> (broadcast SSID)
> NetworkManager: <information>   wpa_supplicant(8080): ting a new scan  
> to speed up initial association
> NetworkManager: <information>   wpa_supplicant(8080): Received 480  
> bytes of scan results (2 BSSes)
> NetworkManager: <information>   wpa_supplicant(8080): Scan results: 2
> NetworkManager: <information>   wpa_supplicant(8080): Selecting BSS  
> from priority group 0
> NetworkManager: <information>   wpa_supplicant(8080): 0:  
> 00:16:b6:a9:9f:f0 ssid='linksys' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
> NetworkManager: <information>   wpa_supplicant(8080):    selected  
> based on WPA IE
> NetworkManager: <information>   wpa_supplicant(8080): Trying to  
> associate with 00:16:b6:a9:9f:f0 (SSID='linksys' freq=0 MHz)
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing  
> own WPA/RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): Automatic  
> auth_alg selection: 0x1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using IEEE  
> 802.11i/D3.0
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Selected  
> cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: set AP WPA  
> IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50  
> f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing AP RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using GTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using PTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using  
> KEY_MGMT WPA-PSK
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Set own WPA  
> IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01  
> 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_drop_unencrypted
> NetworkManager: <information>   wpa_supplicant(8080): State: SCANNING  
> -> ASSOCIATING
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): de=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_associate
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP fail=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portControl=Auto
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor attached - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65  
> 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37  
> 39 38 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1043 ([UP][RUNNING])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:00:00:00:00:00
> NetworkManager: <information>   wpa_supplicant(8080): Added BSSID  
> 00:16:b6:a9:9f:f0 into blacklist
> NetworkManager: <information>   wpa_supplicant(8080): CTED -  
> Disconnect event - remove keys
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATING -> DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): : new AP:  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> DISCONNECTED -> ASSOCIATED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): Associated to a  
> new BSS: BSSID=00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080): Associated with  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Association  
> event - clear replay counter
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state CONNECTING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080):  26 9e 64 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=95
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x89  
> (ver=1 keyidx=0 rsvd=0 Pairwise Ack)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=0
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 64
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATED -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Renewed  
> SNonce - hexdump(len=32): 5a 0c 5f 8d df c8 db 94 37 2f 01 e2 d1 23 93  
> cd e8 30 a7 55 b2 22 35 4d 98 c1 29 ea fd 26 bd 88
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PMK -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PTK -  
> hexdump(len=64): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: WPA IE for  
> msg 2/4 - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00  
> 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/4
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=123): 01 03 00 77 fe 01 09 00 20 00 00 00 00  
> 00 00 00 00 5a 0c 5f 8d df c8 db 94 37 2f 01 e2 d1 23 93 cd e8 30 a7  
> 55 b2 22 35 4d 98 c1 29 ea fd 26 bd 88 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b9  
> 1d 83 78 c1 5f 65 fe ab fb 3e 5a 5a ca b9 f5 00 18 dd 16 00 50 f2 01  
> 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): 1003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00 00 00 01 6d  
> 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87 a9  
> 61 0f 09 fd 66 26 9e 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=95
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x89  
> (ver=1 keyidx=0 rsvd=0 Pairwise Ack)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=0
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 01
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 64
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00  
> 00 00 01 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92  
> b9 4d 87 a9 61 0f 09 fd 66 26 9e 64 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PMK -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PTK -  
> hexdump(len=64): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: WPA IE for  
> msg 2/4 - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00  
> 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/4
> NetworkManager: <information>   wpa_supplicant(8080): 1 00 00 50 f2 02  
> 01 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=125): 01 03 00 79 fe 01 c9 00 20 00 00 00 00 00 00 00 02  
> 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87  
> a9 61 0f 09 fd 66 26 9e 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 43 06 6a 16 b8  
> 71 d3 66 90 6c 92 84 42 42 83 19 00 1a dd 18 00 50 f2 01 01 00 00 50  
> f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=121
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x1c9  
> (ver=1 keyidx=0 rsvd=0 Pairwise Install Ack MIC)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=26
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 02
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 64
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): 0 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 43 06 6a 16 b8 71 d3 66 90 6c 92 84 42 42 83 19
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=125): 01 03 00 79 fe 01 c9 00 20 00 00 00 00  
> 00 00 00 02 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68  
> 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 64 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 43  
> 06 6a 16 b8 71 d3 66 90 6c 92 84 42 42 83 19 00 1a dd 18 00 50 f2 01  
> 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 3 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: IE KeyData  
> - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2  
> 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 4/4
> NetworkManager: <information>   Activation (eth1/wireless) Stage 2 of  
> 5 (Device Configure) successful.  Connected to access point 'linksys'.
> NetworkManager: <information>   Activation (eth1) Stage 3 of 5 (IP  
> Configure Start) scheduled.
> NetworkManager: <information>   Activation (eth1) Stage 3 of 5 (IP  
> Configure Start) started...
> NetworkManager: <information>   Activation (eth1) Beginning DHCP transaction.
> NetworkManager: <information>   Activation (eth1) Stage 3 of 5 (IP  
> Configure Start) complete.
> NetworkManager: <information>   DHCP daemon state is now 12  
> (successfully started) for interface eth1
> NetworkManager: <information>   wpa_supplicant(8080): 00 6b 22 92 b1  
> 9d 8c 08 bf 22 43 fb 09 27 0e d9 39 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> PTK to the driver.
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=0 set_tx=1 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   DHCP daemon state is now 14 (normal  
> exit) for interface eth1
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=131): 01 03 00 7f fe 03 a1 00 20 00 00 00 00 00 00 00 03  
> 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87  
> a9 61 0f 09 fd 66 26 9e 13 a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26  
> 9e 65 8c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 c4 9b c6 33  
> 79 b0 4e 88 ce ee 44 e0 86 9c c2 00 20 20 5c 4e 58 49 d3 39 d1 69 29  
> ec 9e 52 d1 b7 4a 60 c8 fb ce 99 e2 a0 b5 1c 7e 2a 00 33 78 aa 90
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=127
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x3a1  
> (ver=1 keyidx=2 rsvd=0 Group Ack MIC Secure)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=32
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 03
> NetworkManager: <information>   wpa_supplicant(8080):  a9 61 0f 09 fd  
> 66 26 9e 13
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 65
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 8c 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 50 c4 9b c6 33 79 b0 4e 88 ce ee 44 e0 86 9c c2
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=131): 01 03 00 7f fe 03 a1 00 20 00 00 00 00  
> 00 00 00 03 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68  
> 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 13 a4 78 68 92 b9 4d 87 a9 61 0f  
> 09 fd 66 26 9e 65 8c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50  
> c4 9b c6 33 79 b0 4e 88 ce ee 44 e0 86 9c c2 00 20 20 5c 4e 58 49 d3  
> 39 d1 69 29 ec 9e 52 d1 b7 4a 60 c8 fb ce 99 e2 a0 b5 1c 7e 2a 00 33  
> 78 aa 90
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of Group Key Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Group Key -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> GTK to the driver (keyidx=2 tx=0).
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 8c 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): t_tx=0 seq_len=6  
> key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/2
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 03 21 00 20 00 00 00 00 00  
> 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f a6  
> de b5 10 f9 55 13 a4 d9 60 ff 8b 60 4b 57 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Key  
> negotiation completed with 00:16:b6:a9:9f:f0 [PTK=TKIP GTK=TKIP]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling  
> authentication timeout
> NetworkManager: <information>   wpa_supplicant(8080): Removed BSSID  
> 00:16:b6:a9:9f:f0 from blacklist
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> COMPLETED
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-CONNECTED - Connection to 00:16:b6:a9:9f:f0 completed  
> (auth) [id=0 id_str=]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): (UP)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=6
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state AUTHENTICATING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state SUCCESS
> NetworkManager: <information>   wpa_supplicant(8080): EAP: EAP  
> entering state DISABLED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state AUTHENTICATED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: startWhen --> 0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x1043 ([UP][RUNNING])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:00:00:00:00:00
> NetworkManager: <information>   wpa_supplicant(8080): Setting scan  
> request: 0 sec 100000 usec
> NetworkManager: <information>   wpa_supplicant(8080): Added BSSID  
> 00:16:b6:a9:9f:f0 into blacklist
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080): et_tx=0  
> seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080): State: COMPLETED  
> -> DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 1->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state INITIALIZE
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> DISCONNECTED -> SCANNING
> NetworkManager: <information>   wpa_supplicant(8080): Starting AP scan  
> (broadcast SSID)
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b19 len=8
> NetworkManager: <information>   wpa_supplicant(8080): Received 476  
> bytes of scan results (2 BSSes)
> NetworkManager: <information>   wpa_supplicant(8080): Scan results: 2
> NetworkManager: <information>   wpa_supplicant(8080): Selecting BSS  
> from priority group 0
> NetworkManager: <information>   wpa_supplicant(8080): 0:  
> 00:16:b6:a9:9f:f0 ssid='linksys' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
> NetworkManager: <information>   wpa_supplicant(8080):  WPA IE
> NetworkManager: <information>   wpa_supplicant(8080): Trying to  
> associate with 00:16:b6:a9:9f:f0 (SSID='linksys' freq=0 MHz)
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing  
> own WPA/RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): Automatic  
> auth_alg selection: 0x1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using IEEE  
> 802.11i/D3.0
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Selected  
> cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: set AP WPA  
> IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50  
> f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing AP RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using GTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using PTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using  
> KEY_MGMT WPA-PSK
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Set own WPA  
> IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01  
> 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_drop_unencrypted
> NetworkManager: <information>   wpa_supplicant(8080): State: SCANNING  
> -> ASSOCIATING
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_associate
> NetworkManager: <information>   wpa_supplicant(8080): : 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP fail=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portControl=Auto
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATING -> ASSOCIATED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): Associated to a  
> new BSS: BSSID=00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080): Associated with  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): 7 39 38 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Association  
> event - clear replay counter
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state CONNECTING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00 00 00 00 6d  
> 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87 a9  
> 61 0f 09 fd 66 26 9e 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=95
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x89  
> (ver=1 keyidx=0 rsvd=0 Pairwise Ack)
> NetworkManager: <information>   wpa_supplicant(8080): ey_length=32  
> key_data_length=0
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 65
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00  
> 00 00 00 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92  
> b9 4d 87 a9 61 0f 09 fd 66 26 9e 65 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATED -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080):  e8 7d 4f f3 d3  
> a3 ea 77 34 73 01
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PMK -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PTK -  
> hexdump(len=64): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: WPA IE for  
> msg 2/4 - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00  
> 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/4
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=123): 01 03 00 77 fe 01 09 00 20 00 00 00 00  
> 00 00 00 00 84 09 f4 06 38 d7 49 18 96 52 43 d2 05 e5 08 48 38 ff 5e  
> 18 56 e8 7d 4f f3 d3 a3 ea 77 34 73 01 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36  
> 69 06 ef 3a 42 2d 74 95 22 f5 72 75 fa 71 9a 00 18 dd 16 00 50 f2 01  
> 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): 00 50 f2 01 01  
> 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=121
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x1c9  
> (ver=1 keyidx=0 rsvd=0 Pairwise Install Ack MIC)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=26
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 01
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 65
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 3b f4 11 53 56 fa 72 55 9c 07 49 88 5c 5e da ff
> NetworkManager: <information>   wpa_supplicant(8080): 1a dd 18 00 50  
> f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 3 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: IE KeyData  
> - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2  
> 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 4/4
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 01 09 00 20 00 00 00 00 00  
> 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 9b be  
> 21 fe 77 e1 0d 24 ac fa 03 eb 37 af 0e 2d 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> PTK to the driver.
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=0 set_tx=1 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080):  92 b9 4d 87 a9  
> 61 0f 09 fd 66 26 9e 13 a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e  
> 66 8c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 58 56 7d 50 12 36  
> 34 3b 28 f5 df a7 f5 3e ee 99 00 20 bf 12 d8 2c eb 3b 20 cb e1 0e 11  
> bc 5f 23 b4 0a 33 d0 30 65 15 c4 12 0d 0f 49 64 35 ff c6 c4 61
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=127
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x3a1  
> (ver=1 keyidx=2 rsvd=0 Group Ack MIC Secure)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=32
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 02
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 13
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 66
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 8c 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 58 56 7d 50 12 36 34 3b 28 f5 df a7 f5 3e ee 99
> NetworkManager: <information>   wpa_supplicant(8080): 24 58 35 97 6d  
> a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 13 a4 78 68 92 b9 4d 87  
> a9 61 0f 09 fd 66 26 9e 66 8c 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 58 56 7d 50 12 36 34 3b 28 f5 df a7 f5 3e ee 99 00 20 bf 12 d8  
> 2c eb 3b 20 cb e1 0e 11 bc 5f 23 b4 0a 33 d0 30 65 15 c4 12 0d 0f 49  
> 64 35 ff c6 c4 61
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of Group Key Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Group Key -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> GTK to the driver (keyidx=2 tx=0).
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 8c 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=2 set_tx=0 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/2
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 03 21 00 20 00 00 00 00 00  
> 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4e d9  
> fa 9d 16 2b 2c 72 d4 f8 07 3e 84 1b b2 f9 00 00
> NetworkManager: <information>   wpa_supplicant(8080): ed with  
> 00:16:b6:a9:9f:f0 [PTK=TKIP GTK=TKIP]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling  
> authentication timeout
> NetworkManager: <information>   wpa_supplicant(8080): Removed BSSID  
> 00:16:b6:a9:9f:f0 from blacklist
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> COMPLETED
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-CONNECTED - Connection to 00:16:b6:a9:9f:f0 completed  
> (reauth) [id=0 id_str=]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->1 (UP)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=6
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state AUTHENTICATING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state SUCCESS
> NetworkManager: <information>   wpa_supplicant(8080): EAP: EAP  
> entering state DISABLED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state AUTHENTICATED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): )
> NetworkManager: <information>   wpa_supplicant(8080): NK, IFLA_IFNAME:  
> Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: startWhen --> 0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=6
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x1043 ([UP][RUNNING])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:00:00:00:00:00
> NetworkManager: <information>   wpa_supplicant(8080): Setting scan  
> request: 0 sec 100000 usec
> NetworkManager: <information>   wpa_supplicant(8080): Added BSSID  
> 00:16:b6:a9:9f:f0 into blacklist
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080): et_tx=0  
> seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080): State: COMPLETED  
> -> DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 1->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state INITIALIZE
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> DISCONNECTED -> SCANNING
> NetworkManager: <information>   wpa_supplicant(8080): Starting AP scan  
> (broadcast SSID)
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b19 len=8
> NetworkManager: <information>   wpa_supplicant(8080): Received 476  
> bytes of scan results (2 BSSes)
> NetworkManager: <information>   wpa_supplicant(8080): Scan results: 2
> NetworkManager: <information>   wpa_supplicant(8080): Selecting BSS  
> from priority group 0
> NetworkManager: <information>   wpa_supplicant(8080): 0:  
> 00:16:b6:a9:9f:f0 ssid='linksys' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
> NetworkManager: <information>   wpa_supplicant(8080):    selected  
> based on WPA IE
> NetworkManager: <information>   wpa_supplicant(8080): Trying to  
> associate with 00:16:b6:a9:9f:f0 (SSID='linksys' freq=0 MHz)
> NetworkManager: <information>   wpa_supplicant(8080): 75 6e 2f 4e 65  
> 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37  
> 39 38 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing  
> own WPA/RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): Automatic  
> auth_alg selection: 0x1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using IEEE  
> 802.11i/D3.0
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Selected  
> cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: set AP WPA  
> IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50  
> f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing AP RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using GTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using PTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using  
> KEY_MGMT WPA-PSK
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Set own WPA  
> IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01  
> 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_drop_unencrypted
> NetworkManager: <information>   wpa_supplicant(8080): State: SCANNING  
> -> ASSOCIATING
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_associate
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP fail=0
> NetworkManager: <information>   wpa_supplicant(8080): ntrol=Auto
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATING -> ASSOCIATED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): Associated to a  
> new BSS: BSSID=00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080): Associated with  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Association  
> event - clear replay counter
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state CONNECTING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00 00 00 00 6d  
> 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87 a9  
> 61 0f 09 fd 66 26 9e 66 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=95
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x89  
> (ver=1 keyidx=0 rsvd=0 Pairwise Ack)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=0
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): e 83 3c ba 54 24  
> 58 35 97 6d a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 66
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00  
> 00 00 00 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92  
> b9 4d 87 a9 61 0f 09 fd 66 26 9e 66 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATED -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Renewed  
> SNonce - hexdump(len=32): 3d 06 0d f0 dd 28 b2 a3 5c 0b 34 b9 bf 50 45  
> 8d 41 e6 9d fd 27 61 ec f8 ea 07 58 63 fb 53 a9 f4
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PMK -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PTK -  
> hexdump(len=64): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): ump(len=24): dd  
> 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/4
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=123): 01 03 00 77 fe 01 09 00 20 00 00 00 00  
> 00 00 00 00 3d 06 0d f0 dd 28 b2 a3 5c 0b 34 b9 bf 50 45 8d 41 e6 9d  
> fd 27 61 ec f8 ea 07 58 63 fb 53 a9 f4 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 9f  
> e6 f4 bd da 13 0b 26 28 35 66 62 e0 8e cf c8 00 18 dd 16 00 50 f2 01  
> 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=125): 01 03 00 79 fe 01 c9 00 20 00 00 00 00 00 00 00 01  
> 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87  
> a9 61 0f 09 fd 66 26 9e 66 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fd f4 2b b2 12  
> f7 b3 5a 64 35 7f 7b 0f 1c 05 71 00 1a dd 18 00 50 f2 01 01 00 00 50  
> f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=121
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080): ey_info 0x1c9  
> (ver=1 keyidx=0 rsvd=0 Pairwise Install Ack MIC)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=26
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 01
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 66
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): fd f4 2b b2 12 f7 b3 5a 64 35 7f 7b 0f 1c 05 71
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=125): 01 03 00 79 fe 01 c9 00 20 00 00 00 00  
> 00 00 00 01 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68  
> 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 66 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fd  
> f4 2b b2 12 f7 b3 5a 64 35 7f 7b 0f 1c 05 71 00 1a dd 18 00 50 f2 01  
> 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): f 4-Way  
> Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: IE KeyData  
> - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2  
> 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 4/4
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 01 09 00 20 00 00 00 00 00  
> 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ee c0  
> 57 47 8d 58 c8 83 85 11 b0 05 3c d7 65 99 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> PTK to the driver.
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=0 set_tx=1 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): e bd 3f e5 e5 9d  
> e8 a7 75 55 54 d6 45 c5 6a 00 20 ee 41 4e 1f 64 85 b9 7a 03 f9 58 15  
> f5 7b a7 7d 4e 01 59 a8 46 ea bb eb c1 d2 37 cb 6b c0 a9 ff
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=127
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x3a1  
> (ver=1 keyidx=2 rsvd=0 Group Ack MIC Secure)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=32
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 02
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 13
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 67
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 8c 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 70 de bd 3f e5 e5 9d e8 a7 75 55 54 d6 45 c5 6a
> NetworkManager: <information>   wpa_supplicant(8080):  00 00 00 00 00  
> 00 70 de bd 3f e5 e5 9d e8 a7 75 55 54 d6 45 c5 6a 00 20 ee 41 4e 1f  
> 64 85 b9 7a 03 f9 58 15 f5 7b a7 7d 4e 01 59 a8 46 ea bb eb c1 d2 37  
> cb 6b c0 a9 ff
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of Group Key Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Group Key -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> GTK to the driver (keyidx=2 tx=0).
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 8c 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=2 set_tx=0 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/2
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 03 21 00 20 00 00 00 00 00  
> 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5d 80  
> b7 2b 30 3d 25 49 e0 02 94 a8 93 da e9 5d 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Key  
> negotiation completed with 00:16:b6:a9:9f:f0 [PTK=TKIP GTK=TKIP]
> NetworkManager: <information>   wpa_supplicant(8080):  65 72 2f 77 70  
> 61 5f 63 74 72 6c 5f 37 39 38 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling  
> authentication timeout
> NetworkManager: <information>   wpa_supplicant(8080): Removed BSSID  
> 00:16:b6:a9:9f:f0 from blacklist
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> COMPLETED
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-CONNECTED - Connection to 00:16:b6:a9:9f:f0 completed  
> (reauth) [id=0 id_str=]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->1 (UP)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=6
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state AUTHENTICATING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state SUCCESS
> NetworkManager: <information>   wpa_supplicant(8080): EAP: EAP  
> entering state DISABLED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state AUTHENTICATED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: startWhen --> 0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): linkmode=-1, operstate=6
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x1043 ([UP][RUNNING])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:00:00:00:00:00
> NetworkManager: <information>   wpa_supplicant(8080): Setting scan  
> request: 0 sec 100000 usec
> NetworkManager: <information>   wpa_supplicant(8080): Added BSSID  
> 00:16:b6:a9:9f:f0 into blacklist
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080): State: COMPLETED  
> -> DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wext_set_operstate: operstate 1->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state INITIALIZE
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> DISCONNECTED -> SCANNING
> NetworkManager: <information>   wpa_supplicant(8080): Starting AP scan  
> (broadcast SSID)
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b19 len=8
> NetworkManager: <information>   wpa_supplicant(8080): Received 476  
> bytes of scan results (2 BSSes)
> NetworkManager: <information>   wpa_supplicant(8080): Scan results: 2
> NetworkManager: <information>   wpa_supplicant(8080): Selecting BSS  
> from priority group 0
> NetworkManager: <information>   wpa_supplicant(8080): 0:  
> 00:16:b6:a9:9f:f0 ssid='linksys' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
> NetworkManager: <information>   wpa_supplicant(8080):    selected  
> based on WPA IE
> NetworkManager: <information>   wpa_supplicant(8080): Trying to  
> associate with 00:16:b6:a9:9f:f0 (SSID='linksys' freq=0 MHz)
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): n WPA/RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): Automatic  
> auth_alg selection: 0x1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using IEEE  
> 802.11i/D3.0
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Selected  
> cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: set AP WPA  
> IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50  
> f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing AP RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using GTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using PTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using  
> KEY_MGMT WPA-PSK
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Set own WPA  
> IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01  
> 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_drop_unencrypted
> NetworkManager: <information>   wpa_supplicant(8080): State: SCANNING  
> -> ASSOCIATING
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_associate
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP fail=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portControl=Auto
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATING -> ASSOCIATED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): Associated to a  
> new BSS: BSSID=00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080): Associated with  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Association  
> event - clear replay counter
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=1
> NetworkManager: <information>   wpa_supplicant(8080): ING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00 00 00 00 6d  
> 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87 a9  
> 61 0f 09 fd 66 26 9e 67 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=95
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x89  
> (ver=1 keyidx=0 rsvd=0 Pairwise Ack)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=0
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 67
> NetworkManager: <information>   wpa_supplicant(8080): 0 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00  
> 00 00 00 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92  
> b9 4d 87 a9 61 0f 09 fd 66 26 9e 67 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATED -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Renewed  
> SNonce - hexdump(len=32): 72 b1 83 57 bd 0f 43 18 25 4f b3 7f 2c 38 c4  
> 45 d4 dc d1 f8 4b 06 21 6b 37 01 61 57 13 e8 c7 e4
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PMK -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PTK -  
> hexdump(len=64): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: WPA IE for  
> msg 2/4 - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00  
> 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/4
> NetworkManager: <information>   wpa_supplicant(8080): n=123): 01 03 00  
> 77 fe 01 09 00 20 00 00 00 00 00 00 00 00 72 b1 83 57 bd 0f 43 18 25  
> 4f b3 7f 2c 38 c4 45 d4 dc d1 f8 4b 06 21 6b 37 01 61 57 13 e8 c7 e4  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 04 68 da 88 3b 0a 26 38 76 95 52 39 6c 4d  
> 9b cb 00 18 dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01  
> 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=125): 01 03 00 79 fe 01 c9 00 20 00 00 00 00 00 00 00 01  
> 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87  
> a9 61 0f 09 fd 66 26 9e 67 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7d 66 9f fc 2d  
> 98 83 d6 bf 6f ec 94 43 96 5d 41 00 1a dd 18 00 50 f2 01 01 00 00 50  
> f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=121
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x1c9  
> (ver=1 keyidx=0 rsvd=0 Pairwise Install Ack MIC)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=26
> NetworkManager: <information>   wpa_supplicant(8080): 00 00 00 00 01
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 67
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 7d 66 9f fc 2d 98 83 d6 bf 6f ec 94 43 96 5d 41
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=125): 01 03 00 79 fe 01 c9 00 20 00 00 00 00  
> 00 00 00 01 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68  
> 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 67 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7d  
> 66 9f fc 2d 98 83 d6 bf 6f ec 94 43 96 5d 41 00 1a dd 18 00 50 f2 01  
> 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 3 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): 0 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 4/4
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 01 09 00 20 00 00 00 00 00  
> 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fa 10  
> 98 d7 53 57 8e 97 7f 05 a7 b4 f3 5b 0c 77 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> PTK to the driver.
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=0 set_tx=1 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080):  c3
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=127
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x3a1  
> (ver=1 keyidx=2 rsvd=0 Group Ack MIC Secure)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=32
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 02
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 13
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 68
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 8c 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 0b de dc 96 cb 07 38 1a d2 c7 4f e0 6e 9a 67 ed
> NetworkManager: <information>   wpa_supplicant(8080): eb 05 c1 22 31  
> 55 ff ec c3
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of Group Key Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Group Key -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> GTK to the driver (keyidx=2 tx=0).
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 8c 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=2 set_tx=0 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/2
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 03 21 00 20 00 00 00 00 00  
> 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 32 8e  
> 30 6f 5e 85 b6 86 d7 6e eb 6d 01 2b ed 65 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Key  
> negotiation completed with 00:16:b6:a9:9f:f0 [PTK=TKIP GTK=TKIP]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling  
> authentication timeout
> NetworkManager: <information>   wpa_supplicant(8080): acklist
> NetworkManager: <information>   wpa_supplicant(8080): ate:  
> GROUP_HANDSHAKE -> COMPLETED
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-CONNECTED - Connection to 00:16:b6:a9:9f:f0 completed  
> (reauth) [id=0 id_str=]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->1 (UP)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=6
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state AUTHENTICATING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state SUCCESS
> NetworkManager: <information>   wpa_supplicant(8080): EAP: EAP  
> entering state DISABLED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state AUTHENTICATED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: startWhen --> 0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=6
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): )
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=1 ifi_flags=0x1043 ([UP][RUNNING])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:00:00:00:00:00
> NetworkManager: <information>   wpa_supplicant(8080): Setting scan  
> request: 0 sec 100000 usec
> NetworkManager: <information>   wpa_supplicant(8080): Added BSSID  
> 00:16:b6:a9:9f:f0 into blacklist
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
> NetworkManager: <information>   wpa_supplicant(8080): State: COMPLETED  
> -> DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 1->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): PP_PAE entering  
> state DISCONNECTED
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state INITIALIZE
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> DISCONNECTED -> SCANNING
> NetworkManager: <information>   wpa_supplicant(8080): Starting AP scan  
> (broadcast SSID)
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b19 len=8
> NetworkManager: <information>   wpa_supplicant(8080): Received 476  
> bytes of scan results (2 BSSes)
> NetworkManager: <information>   wpa_supplicant(8080): Scan results: 2
> NetworkManager: <information>   wpa_supplicant(8080): Selecting BSS  
> from priority group 0
> NetworkManager: <information>   wpa_supplicant(8080): 0:  
> 00:16:b6:a9:9f:f0 ssid='linksys' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
> NetworkManager: <information>   wpa_supplicant(8080):    selected  
> based on WPA IE
> NetworkManager: <information>   wpa_supplicant(8080): Trying to  
> associate with 00:16:b6:a9:9f:f0 (SSID='linksys' freq=0 MHz)
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing  
> own WPA/RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): Automatic  
> auth_alg selection: 0x1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using IEEE  
> 802.11i/D3.0
> NetworkManager: <information>   wpa_supplicant(8080): 1
> NetworkManager: <information>   wpa_supplicant(8080): WPA: set AP WPA  
> IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50  
> f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: clearing AP RSN IE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using GTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using PTK TKIP
> NetworkManager: <information>   wpa_supplicant(8080): WPA: using  
> KEY_MGMT WPA-PSK
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Set own WPA  
> IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01  
> 00 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_drop_unencrypted
> NetworkManager: <information>   wpa_supplicant(8080): State: SCANNING  
> -> ASSOCIATING
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_associate
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP fail=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portControl=Auto
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b06 len=8
> NetworkManager: <information>   wpa_supplicant(8080): ifi_flags=0x1003 ([UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b1a len=15
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK:  
> operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> cmd=0x8b15 len=20
> NetworkManager: <information>   wpa_supplicant(8080): Wireless event:  
> new AP: 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATING -> ASSOCIATED
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
> NetworkManager: <information>   wpa_supplicant(8080): WEXT: Operstate:  
> linkmode=-1, operstate=5
> NetworkManager: <information>   wpa_supplicant(8080): Associated to a  
> new BSS: BSSID=00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): No keys have  
> been configured - skip key clearing
> NetworkManager: <information>   wpa_supplicant(8080): Associated with  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Association  
> event - clear replay counter
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portValid=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - EAP success=0
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: External  
> notification - portEnabled=1
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_PAE  
> entering state CONNECTING
> NetworkManager: <information>   wpa_supplicant(8080): EAPOL: SUPP_BE  
> entering state IDLE
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling scan request
> NetworkManager: <information>   wpa_supplicant(8080): gs=0x11003  
> ([UP][LOWER_UP])
> NetworkManager: <information>   wpa_supplicant(8080): RTM_NEWLINK,  
> IFLA_IFNAME: Interface 'eth1' added
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00 00 00 00 6d  
> 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87 a9  
> 61 0f 09 fd 66 26 9e 68 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): Setting  
> authentication timeout: 10 sec 0 usec
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=95
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x89  
> (ver=1 keyidx=0 rsvd=0 Pairwise Ack)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=0
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 68
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): ump(len=16): 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00  
> 00 00 00 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92  
> b9 4d 87 a9 61 0f 09 fd 66 26 9e 68 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> ASSOCIATED -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Renewed  
> SNonce - hexdump(len=32): 47 18 50 f4 d2 e7 68 e7 a1 55 4a d6 3b 52 dd  
> 4d 85 ed 31 56 d8 03 86 5e 9b b7 99 85 36 1b a4 b0
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PMK -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: PTK -  
> hexdump(len=64): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: WPA IE for  
> msg 2/4 - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00  
> 00 50 f2 02 01 00 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/4
> NetworkManager: <information>   wpa_supplicant(8080): 5 36 1b a4 b0 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 3a a3 eb f1 91 1c 34 41 d4 3e 03 51 7c 95 2a  
> 65 00 18 dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00  
> 00 50 f2 02
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=125): 01 03 00 79 fe 01 c9 00 20 00 00 00 00 00 00 00 01  
> 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87  
> a9 61 0f 09 fd 66 26 9e 68 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 76 03 8b 81 ee  
> e5 be e4 3d 60 59 ad 64 c7 f8 6d 00 1a dd 18 00 50 f2 01 01 00 00 50  
> f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=121
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x1c9  
> (ver=1 keyidx=0 rsvd=0 Pairwise Install Ack MIC)
> NetworkManager: <information>   wpa_supplicant(8080):   key_length=32  
> key_data_length=26
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 01
> NetworkManager: <information>   wpa_supplicant(8080):
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): 76 03 8b 81 ee e5 be e4 3d 60 59 ad 64 c7 f8 6d
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=125): 01 03 00 79 fe 01 c9 00 20 00 00 00 00  
> 00 00 00 01 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68  
> 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 68 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 76  
> 03 8b 81 ee e5 be e4 3d 60 59 ad 64 c7 f8 6d 00 1a dd 18 00 50 f2 01  
> 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 3 of 4-Way Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): WPA: IE KeyData  
> - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2  
> 02 01 00 00 50 f2 02 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 4/4
> NetworkManager: <information>   wpa_supplicant(8080): 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 f3 de 50 0f ed b3 50 95 c4 d7 20 98  
> 5e 0d 4c 78 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> PTK to the driver.
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=0 set_tx=1 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL from  
> 00:16:b6:a9:9f:f0
> NetworkManager: <information>   wpa_supplicant(8080): RX EAPOL -  
> hexdump(len=131): 01 03 00 7f fe 03 a1 00 20 00 00 00 00 00 00 00 02  
> 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68 92 b9 4d 87  
> a9 61 0f 09 fd 66 26 9e 13 a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26  
> 9e 69 8c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 db 38 95 51 0a  
> ae 6f 07 bd c4 3d 3d 57 81 2e ec 00 20 b9 11 dd 7e bc e7 0a b7 21 33  
> 14 08 83 bf 48 08 33 be 72 8f cd 45 94 2b f6 bd 41 f4 92 a2 70 64
> NetworkManager: <information>   wpa_supplicant(8080): IEEE 802.1X RX:  
> version=1 type=3 length=127
> NetworkManager: <information>   wpa_supplicant(8080):   EAPOL-Key type=254
> NetworkManager: <information>   wpa_supplicant(8080):   key_info 0x3a1  
> (ver=1 keyidx=2 rsvd=0 Group Ack MIC Secure)
> NetworkManager: <information>   wpa_supplicant(8080): th=32 key_data_length=32
> NetworkManager: <information>   wpa_supplicant(8080):   replay_counter  
> - hexdump(len=8): 00 00 00 00 00 00 00 02
> NetworkManager: <information>   wpa_supplicant(8080):   key_nonce -  
> hexdump(len=32): 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78  
> 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 13
> NetworkManager: <information>   wpa_supplicant(8080):   key_iv -  
> hexdump(len=16): a4 78 68 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 69
> NetworkManager: <information>   wpa_supplicant(8080):   key_rsc -  
> hexdump(len=8): 8c 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_id  
> (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):   key_mic -  
> hexdump(len=16): db 38 95 51 0a ae 6f 07 bd c4 3d 3d 57 81 2e ec
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX  
> EAPOL-Key - hexdump(len=131): 01 03 00 7f fe 03 a1 00 20 00 00 00 00  
> 00 00 00 02 6d 60 22 3a 18 11 2e 83 3c ba 54 24 58 35 97 6d a4 78 68  
> 92 b9 4d 87 a9 61 0f 09 fd 66 26 9e 13 a4 78 68 92 b9 4d 87 a9 61 0f  
> 09 fd 66 26 9e 69 8c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 db  
> 38 95 51 0a ae 6f 07 bd c4 3d 3d 57 81 2e ec 00 20 b9 11 dd 7e bc e7  
> 0a b7 21 33 14 08 83 bf 48 08 33 be 72 8f cd 45 94 2b f6 bd 41 f4 92  
> a2 70 64
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RX message  
> 1 of Group Key Handshake from 00:16:b6:a9:9f:f0 (ver=1)
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> GROUP_HANDSHAKE
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Group Key -  
> hexdump(len=32): [REMOVED]
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Installing  
> GTK to the driver (keyidx=2 tx=0).
> NetworkManager: <information>   wpa_supplicant(8080): WPA: RSC -  
> hexdump(len=6): 8c 00 00 00 00 00
> NetworkManager: <information>   wpa_supplicant(8080):  
> wpa_driver_wext_set_key: alg=2 key_idx=2 set_tx=0 seq_len=6 key_len=32
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Sending  
> EAPOL-Key 2/2
> NetworkManager: <information>   wpa_supplicant(8080): WPA: TX  
> EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 03 21 00 20 00 00 00 00 00  
> 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 fa  
> 5a 4c e8 b9 50 5c 88 21 5c c1 42 e9 6d 93 00 00
> NetworkManager: <information>   wpa_supplicant(8080): WPA: Key  
> negotiation completed with 00:16:b6:a9:9f:f0 [PTK=TKIP GTK=TKIP]
> NetworkManager: <information>   wpa_supplicant(8080): CTRL_IFACE  
> monitor send - hexdump(len=40): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77  
> 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 37 39 38  
> 30 2d 32 00
> NetworkManager: <information>   wpa_supplicant(8080): Cancelling  
> authentication timeout
> NetworkManager: <information>   wpa_supplicant(8080): Removed BSSID  
> 00:16:b6:a9:9f:f0 from blacklist
> NetworkManager: <information>   wpa_supplicant(8080): State:  
> GROUP_HANDSHAKE -> COMPLETED
> NetworkManager: <information>   wpa_supplicant(8080):  
> CTRL-EVENT-CONNECTED - Connection to 00:16:b6:a9:9f:f0 completed  
> (reauth) [id=0 id_str=]
> NetworkManager: <information>   Device 'eth1' DHCP transaction took  
> too long (>45s), stopping it.
> NetworkManager: <information>   Activation (eth1) Stage 4 of 5 (IP  
> Configure Timeout) scheduled...
> NetworkManager: <information>   Activation (eth1) Stage 4 of 5 (IP  
> Configure Timeout) started...
> 
> -----------------
> 
> It looks like NetworkManager is unable to get  the ip-Adress from the  
> linksys-router. However a manuel dhclient works and gives me an  
> Ip-Adress.
> So what could be the reason for this?
> 
> Thanks in advance Thorsten
> _______________________________________________
> NetworkManager-list mailing list
> NetworkManager-list gnome org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]