Search Linux Wireless

hostapd: deauthenticated due to local deauth request if WPA enabled

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

 



Hi all!

I'm having troubles with enabling WPA in hostapd - it doesn't work
with minimal setup suggested at http://linuxwireless.org/en/users/Documentation/hostapd.

The hardware seem to be fine - I'm able to connect without authentication, but when I try to enable WPA, no clients can
connect and I can see the following error in hostapd.log:

wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: deauthenticated due to local deauth request

The cause seem to be in this line:

wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: PTKSTART: Retry limit 4 reached

I'm attaching all relevant information to this letter - host and client
information, log messages and interface dumps.

I've also tried to play with other settings, but nothing seem to help.
Can anybody suggest directions to what should I look at next?
# dmesg:
iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
iwlwifi 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54

# lspci |grep Wi
03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection

# iwconfig wlan0
wlan0     IEEE 802.11abgn  ESSID:off/any
          Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off

# uname -a
Linux gbox 3.5.7-gentoo #1 SMP PREEMPT Wed Oct 24 01:03:52 MSK 2012 x86_64 Intel(R) Core(TM)2 Duo CPU P9400 @ 2.40GHz GenuineIntel GNU/Linux

# ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr 00:24:d6:58:bb:e2
          inet6 addr: fe80::224:d6ff:fe58:bbe2/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:13203 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12388 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:12185018 (11.6 MiB)  TX bytes:10093499 (9.6 MiB)
# ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr 54:04:a6:df:8c:b2
          inet addr:10.10.10.1  Bcast:10.10.255.255  Mask:255.255.0.0
          inet6 addr: fe80::5604:a6ff:fedf:8cb2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13030 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14333 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9945360 (9.4 MiB)  TX bytes:12655736 (12.0 MiB)
 # iwconfig wlan0
wlan0     IEEE 802.11bgn  Mode:Master  Frequency:2.432 GHz  Tx-Power=20 dBm
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

# uname -a
Linux bastion 3.5.3-gentoo #3 SMP Tue Sep 11 23:58:36 MSK 2012 x86_64 Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz GenuineIntel GNU/Linux
# hostapd -v
hostapd v1.0
User space daemon for IEEE 802.11 AP management,
IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
Copyright (c) 2002-2012, Jouni Malinen <j@xxxxx> and contributors

# dmesg:
rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
rtlwifi: wireless switch is on
cfg80211: World regulatory domain updated:
cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: Calling CRDA for country: EC
cfg80211: Regulatory domain changed to country: EC
cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
cfg80211:   (5170000 KHz - 5250000 KHz @ 20000 KHz), (300 mBi, 1700 mBm)
cfg80211:   (5250000 KHz - 5330000 KHz @ 20000 KHz), (300 mBi, 2300 mBm)
cfg80211:   (5735000 KHz - 5835000 KHz @ 20000 KHz), (300 mBi, 3000 mBm)

# lspci |grep Wi
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)

# cat hostapd.conf 
interface=wlan0
driver=nl80211
ssid=myap
hw_mode=g
channel=5
macaddr_acl=0
auth_algs=3
ignore_broadcast_ssid=0
wpa=3
wpa_passphrase=testpass
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
interface=wlan0
driver=nl80211
ssid=myap
hw_mode=g
channel=5
#macaddr_acl=0
#auth_algs=3
#ignore_broadcast_ssid=0
#wpa=3
#wpa_passphrase=testpass
#wpa_key_mgmt=WPA-PSK
#wpa_pairwise=TKIP
#rsn_pairwise=CCMP
# hostapd -K -t -dd ./hostapd.conf 
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: authentication OK (open system)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-AUTHENTICATE.indication(00:24:d6:58:bb:e2, OPEN_SYSTEM)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: authenticated
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: association OK (aid 1)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: associated (aid 1)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-REASSOCIATE.indication(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 WPA: event 1 notification
wlan0: STA 00:24:d6:58:bb:e2 WPA: start authentication
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.1X: unauthorizing port
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: PTKSTART: Retry limit 4 reached
wlan0: STA 00:24:d6:58:bb:e2 WPA: event 3 notification
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.1X: unauthorizing port
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DEAUTHENTICATE.indication(00:24:d6:58:bb:e2, 2)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: authentication OK (open system)
wlan0: STA 00:24:d6:58:bb:e2 WPA: event 0 notification
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-AUTHENTICATE.indication(00:24:d6:58:bb:e2, OPEN_SYSTEM)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: authenticated
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: association OK (aid 1)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: associated (aid 1)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-REASSOCIATE.indication(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 WPA: event 1 notification
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: PTKSTART: Retry limit 4 reached
wlan0: STA 00:24:d6:58:bb:e2 WPA: event 3 notification
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.1X: unauthorizing port
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DEAUTHENTICATE.indication(00:24:d6:58:bb:e2, 2)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: authentication OK (open system)
wlan0: STA 00:24:d6:58:bb:e2 WPA: event 0 notification
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-AUTHENTICATE.indication(00:24:d6:58:bb:e2, OPEN_SYSTEM)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: authenticated
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: association OK (aid 1)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: associated (aid 1)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-REASSOCIATE.indication(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 WPA: event 1 notification
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: sending 1/4 msg of 4-Way Handshake
wlan0: STA 00:24:d6:58:bb:e2 WPA: EAPOL-Key timeout
wlan0: STA 00:24:d6:58:bb:e2 WPA: PTKSTART: Retry limit 4 reached
wlan0: STA 00:24:d6:58:bb:e2 WPA: event 3 notification
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.1X: unauthorizing port
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DEAUTHENTICATE.indication(00:24:d6:58:bb:e2, 2)
wlan0: STA 00:24:d6:58:bb:e2 MLME: MLME-DELETEKEYS.request(00:24:d6:58:bb:e2)
wlan0: STA 00:24:d6:58:bb:e2 IEEE 802.11: deauthenticated due to local deauth request
# tcpdump -i wlan0 -vvv -x
tcpdump: WARNING: wlan0: no IPv4 address assigned
tcpdump: listening on wlan0, link-type EN10MB (Ethernet), capture size 65535 bytes
00:28:13.892310 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  01f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9a00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:13.898865 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  01c1 a403 6004 8c35 4939 d303 7cff 9edc
	0x0020:  a405 7731 076b 9191 4bc1 0b37 2fe5 1d3c
	0x0030:  6800 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0021 9838 503a 36ae ce27 77bb 0e25 5ac9
	0x0060:  4e00 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:14.895429 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  02f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9a00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:14.895512 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  02c1 a403 6004 8c35 4939 d303 7cff 9edc
	0x0020:  a405 7731 076b 9191 4bc1 0b37 2fe5 1d3c
	0x0030:  6800 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  002e c1b6 65c2 8fab 26de 9ee3 8758 e973
	0x0060:  2100 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:15.896561 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  03f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9a00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:15.896640 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  03c1 a403 6004 8c35 4939 d303 7cff 9edc
	0x0020:  a405 7731 076b 9191 4bc1 0b37 2fe5 1d3c
	0x0030:  6800 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  004b b903 a545 32db 5b7c 2eeb 38f6 ad0d
	0x0060:  2700 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:16.897698 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  04f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9a00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:16.897817 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  04c1 a403 6004 8c35 4939 d303 7cff 9edc
	0x0020:  a405 7731 076b 9191 4bc1 0b37 2fe5 1d3c
	0x0030:  6800 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  000b 10f7 7539 4e8a 868f a9e6 0983 22a0
	0x0060:  b900 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:21.179811 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  01f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9b00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:21.195926 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  01c0 99f6 11b9 20c8 67f1 f78f b89f 0e98
	0x0020:  b63c 6281 c71e 9442 b601 0d6b da5c 7353
	0x0030:  7e00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  00bd c16f a352 743f 3a21 08d9 fa69 0e65
	0x0060:  6d00 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:22.182846 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  02f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9b00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:22.182924 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  02c0 99f6 11b9 20c8 67f1 f78f b89f 0e98
	0x0020:  b63c 6281 c71e 9442 b601 0d6b da5c 7353
	0x0030:  7e00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  006f c6f5 79f1 0169 1198 f046 2613 2bb5
	0x0060:  7900 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:23.183244 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  03f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9b00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:23.183338 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  03c0 99f6 11b9 20c8 67f1 f78f b89f 0e98
	0x0020:  b63c 6281 c71e 9442 b601 0d6b da5c 7353
	0x0030:  7e00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  006b 9f9a 7e0c bdc8 cb67 857e 2c11 f24b
	0x0060:  d400 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:24.183874 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  04f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9b00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:24.183964 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  04c0 99f6 11b9 20c8 67f1 f78f b89f 0e98
	0x0020:  b63c 6281 c71e 9442 b601 0d6b da5c 7353
	0x0030:  7e00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  00f8 e4dc 5791 4417 dbf6 2837 c9a6 6277
	0x0060:  ff00 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:28.531802 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  01f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9c00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:28.537438 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  01f5 0d92 f053 5a6a 1e23 4677 524a 0189
	0x0020:  d0fc 3c67 e201 462c 8e09 2fad 483b e52b
	0x0030:  7b00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  00fc 20ee f9d9 6e10 8757 ca77 ad76 97b9
	0x0060:  8000 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:29.532239 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  02f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9c00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:29.532339 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  02f5 0d92 f053 5a6a 1e23 4677 524a 0189
	0x0020:  d0fc 3c67 e201 462c 8e09 2fad 483b e52b
	0x0030:  7b00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0074 d2ad f6d6 38ff 0bf5 d283 29cc 391c
	0x0060:  cb00 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:30.533287 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  03f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9c00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:30.533379 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  03f5 0d92 f053 5a6a 1e23 4677 524a 0189
	0x0020:  d0fc 3c67 e201 462c 8e09 2fad 483b e52b
	0x0030:  7b00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  009c 039c 3da4 b76a 3aa3 3bb2 9736 ab9d
	0x0060:  4d00 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:31.534429 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  04f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9c00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:31.534524 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  04f5 0d92 f053 5a6a 1e23 4677 524a 0189
	0x0020:  d0fc 3c67 e201 462c 8e09 2fad 483b e52b
	0x0030:  7b00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  000a f876 5422 f592 a2cc b959 44d4 5cd3
	0x0060:  3700 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
00:28:35.899689 EAPOL key (3) v2, len 95
	0x0000:  0203 005f 0200 8a00 1000 0000 0000 0000
	0x0010:  01f9 7dc7 8fcf 9c77 1b7b 4e28 3825 11a2
	0x0020:  ca39 50ab 38f4 b0f9 4bbd e31a 753f c5f2
	0x0030:  9d00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0060:  0000 00
00:28:35.914460 EAPOL key (3) v1, len 117
	0x0000:  0103 0075 0201 0a00 0000 0000 0000 0000
	0x0010:  01cc 8af2 4fed 5281 76a1 afb8 805d a939
	0x0020:  f82c 1746 39ae fac2 d585 9b5e 9ae3 666b
	0x0030:  df00 0000 0000 0000 0000 0000 0000 0000
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000
	0x0050:  0069 5162 0411 6c65 8c4e 3705 dc24 6cd1
	0x0060:  e500 1630 1401 0000 0fac 0201 0000 0fac
	0x0070:  0401 0000 0fac 0200 00
^C
26 packets captured
26 packets received by filter
0 packets dropped by kernel
# tcpdump -i wlan0 -vvv -x
tcpdump: listening on wlan0, link-type EN10MB (Ethernet), capture size 65535 bytes
00:21:09.713975 00:24:d6:58:bb:e2 (oui Unknown) > Broadcast Null Unnumbered, xid, Flags [Response], length 6: 01 00
	0x0000:  0001 af81 0100
00:21:17.092743 00:24:d6:58:bb:e2 (oui Unknown) > Broadcast Null Unnumbered, xid, Flags [Response], length 6: 01 00
	0x0000:  0001 af81 0100
00:21:24.487257 00:24:d6:58:bb:e2 (oui Unknown) > Broadcast Null Unnumbered, xid, Flags [Response], length 6: 01 00
	0x0000:  0001 af81 0100


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux