Advertisement
coreyfro

Untitled

Mar 7th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.19 KB | None | 0 0
  1. [ Invoke HOSTAPD ]
  2.  
  3. root@xorobo:~# sudo hostapd -dtK /etc/hostapd/hostapd.conf | tee hostapd.txt
  4. 1488782492.696108: random: Trying to read entropy from /dev/random
  5. 1488782492.696170: Configuration file: /etc/hostapd/hostapd.conf
  6. 1488782492.697868: rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
  7. 1488782492.697884: rfkill: initial event: idx=1 type=2 op=0 soft=0 hard=0
  8. 1488782492.704145: nl80211: TDLS supported
  9. 1488782492.704159: nl80211: Supported cipher 00-0f-ac:1
  10. 1488782492.704165: nl80211: Supported cipher 00-0f-ac:5
  11. 1488782492.704170: nl80211: Supported cipher 00-0f-ac:2
  12. 1488782492.704175: nl80211: Supported cipher 00-0f-ac:4
  13. 1488782492.704179: nl80211: Supported cipher 00-0f-ac:6
  14. 1488782492.704234: nl80211: Using driver-based off-channel TX
  15. 1488782492.704257: nl80211: Supported vendor command: vendor_id=0x1018 subcmd=1
  16. 1488782492.704273: nl80211: Use separate P2P group interface (driver advertised support)
  17. 1488782492.704277: nl80211: Enable multi-channel concurrent (driver advertised s upport)
  18. 1488782492.704280: nl80211: interface wlan0 in phy phy0
  19. 1488782492.704577: nl80211: Set mode ifindex 3 iftype 3 (AP)
  20. 1488782492.704612: nl80211: Setup AP(wlan0) - device_ap_sme=0 use_monitor=1
  21. 1488782492.704623: nl80211: Create interface iftype 6 (MONITOR)
  22. 1488782492.704663: Failed to create interface mon.wlan0: -95 (Operation not supp orted)
  23. 1488782492.704668: nl80211: Driver does not support monitor interface type - try to run without it
  24. 1488782492.704697: nl80211: Enable Probe Request reporting nl_preq=0x56630fe8
  25. 1488782492.704705: nl80211: Register frame type=0x40 (WLAN_FC_STYPE_PROBE_REQ) n l_handle=0x56630fe8 match=
  26. 1488782492.704732: nl80211: Register frame command failed (type=64): ret=-22 (In valid argument)
  27. 1488782492.704738: nl80211: Register frame match - hexdump(len=0): [NULL]
  28. 1488782492.704775: nl80211: Failed to enable Probe Request frame reporting in AP mode
  29. 1488782492.705151: nl80211: Add own interface ifindex 3
  30. 1488782492.705158: nl80211: if_indices[16]: 3
  31. 1488782492.705175: nl80211: Do not indicate P2P_DEVICE support (p2p_device=1 dri ver param not specified)
  32. 1488782492.705181: phy: phy0
  33. 1488782492.705187: BSS count 1, BSSID mask 00:00:00:00:00:00 (0 bits)
  34. 1488782492.705488: nl80211: Regulatory information - country=00
  35. 1488782492.705496: nl80211: 2402-2472 @ 40 MHz 20 mBm
  36. 1488782492.705504: nl80211: 2457-2482 @ 20 MHz 20 mBm (no IR)
  37. 1488782492.705512: nl80211: 2474-2494 @ 20 MHz 20 mBm (no OFDM) (no IR)
  38. 1488782492.705519: nl80211: 5170-5250 @ 80 MHz 20 mBm (no IR)
  39. 1488782492.705526: nl80211: 5250-5330 @ 80 MHz 20 mBm (DFS) (no IR)
  40. 1488782492.705533: nl80211: 5490-5730 @ 160 MHz 20 mBm (DFS) (no IR)
  41. 1488782492.705541: nl80211: 5735-5835 @ 80 MHz 20 mBm (no IR)
  42. 1488782492.705548: nl80211: 57240-63720 @ 2160 MHz 0 mBm
  43. 1488782492.705581: nl80211: Added 802.11b mode based on 802.11g information
  44. 1488782492.705590: hw vht capab: 0x0, conf vht capab: 0x0
  45. 1488782492.705597: Completing interface initialization
  46. 1488782492.705601: Mode: IEEE 802.11g Channel: 6 Frequency: 2437 MHz
  47. 1488782492.705608: DFS 0 channels required radar detection
  48. 1488782492.705614: nl80211: Set freq 2437 (ht_enabled=1, vht_enabled=0, bandwidt h=20 MHz, cf1=2437 MHz, cf2=0 MHz)
  49. 1488782492.705658: RATE[0] rate=10 flags=0x1
  50. 1488782492.705664: RATE[1] rate=20 flags=0x1
  51. 1488782492.705668: RATE[2] rate=55 flags=0x1
  52. 1488782492.705671: RATE[3] rate=110 flags=0x1
  53. 1488782492.705675: RATE[4] rate=60 flags=0x0
  54. 1488782492.705679: RATE[5] rate=90 flags=0x0
  55. 1488782492.705682: RATE[6] rate=120 flags=0x0
  56. 1488782492.705686: RATE[7] rate=180 flags=0x0
  57. 1488782492.705690: RATE[8] rate=240 flags=0x0
  58. 1488782492.705694: RATE[9] rate=360 flags=0x0
  59. 1488782492.705697: RATE[10] rate=480 flags=0x0
  60. 1488782492.705701: RATE[11] rate=540 flags=0x0
  61. 1488782492.705705: hostapd_setup_bss(hapd=0x56631618 (wlan0), first=1)
  62. 1488782492.705714: wlan0: Flushing old station entries
  63. 1488782492.705721: nl80211: flush -> DEL_STATION wlan0 (all)
  64. 1488782492.705772: nl80211: Station flush failed: ret=-14 (Bad address)
  65. 1488782492.705780: wlan0: Could not connect to kernel driver
  66. 1488782492.705785: wlan0: Deauthenticate all stations
  67. 1488782492.706133: nl80211: sta_remove -> DEL_STATION wlan0 ff:ff:ff:ff:ff:ff -- > 0 (Success)
  68. 1488782492.706180: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=(nil ) key_idx=0 set_tx=0 seq_len=0 key_len=0
  69. 1488782492.706565: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=(nil ) key_idx=1 set_tx=0 seq_len=0 key_len=0
  70. 1488782492.706957: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=(nil ) key_idx=2 set_tx=0 seq_len=0 key_len=0
  71. 1488782492.707327: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=(nil ) key_idx=3 set_tx=0 seq_len=0 key_len=0
  72. 1488782492.707682: Using interface wlan0 with hwaddr b8:27:eb:34:a1:ef and ssid "xorobo"
  73. 1488782492.707690: Deriving WPA PSK based on passphrase
  74. 1488782492.707695: SSID - hexdump_ascii(len=6):
  75. 78 6f 72 6f 62 6f xorobo
  76. 1488782492.707716: PSK (ASCII passphrase) - hexdump_ascii(len=9):
  77. 72 70 69 78 6f 72 6f 62 6f rpixorobo
  78. 1488782492.756687: PSK (from passphrase) - hexdump(len=32): ba bb fc a5 09 0e 36 c4 d9 91 9e f9 0f b0 99 ec 50 f3 c6 83 0a b9 f4 95 9f 27 46 f7 e9 b0 ba 99
  79. 1488782492.756816: random: Got 16/20 bytes from /dev/random
  80. 1488782492.756825: random: Only 16/20 bytes of strong random data available from /dev/random
  81. 1488782492.756829: random: Not enough entropy pool available for secure operatio ns
  82. 1488782492.756833: WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects
  83. 1488782492.757826: GMK - hexdump(len=32): fd 0f 95 94 bc 6e dd 58 35 54 72 2d 13 55 8d d5 b5 02 51 45 cf 46 3b 55 45 bd 1d 69 e3 45 c2 5a
  84. 1488782492.758814: Key Counter - hexdump(len=32): a4 3b 50 62 4d 52 e1 18 26 5d 97 8c 1e d5 a3 03 75 fa 4a 67 0f aa 0b 68 42 c5 81 8d 7c 65 4b 30
  85. 1488782492.758848: WPA: Delay group state machine start until Beacon frames have been configured
  86. 1488782492.798762: nl80211: Set beacon (beacon_set=0)
  87. 1488782492.798769: nl80211: Beacon head - hexdump(len=57): 80 00 00 00 ff ff ff ff ff ff b8 27 eb 34 a1 ef b8 27 eb 34 a1 ef 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 06 78 6f 72 6f 62 6f 01 08 82 84 8b 96 0c 12 18 24 03 01 06
  88. 1488782492.798822: nl80211: Beacon tail - hexdump(len=115): 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 2d 1a 2 c 10 1f ff 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 04 00 00 00 02 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2 f 00
  89. 1488782492.798929: nl80211: ifindex=3
  90. 1488782492.798933: nl80211: beacon_int=100
  91. 1488782492.798936: nl80211: dtim_period=2
  92. 1488782492.798940: nl80211: ssid - hexdump_ascii(len=6):
  93. 78 6f 72 6f 62 6f xorobo
  94. 1488782492.798956: nl80211: hidden SSID not in use
  95. 1488782492.798959: nl80211: privacy=1
  96. 1488782492.798963: nl80211: auth_algs=0x1
  97. 1488782492.798966: nl80211: wpa_version=0x2
  98. 1488782492.798969: nl80211: key_mgmt_suites=0x2
  99. 1488782492.798973: nl80211: pairwise_ciphers=0x18
  100. 1488782492.798977: nl80211: group_cipher=0x10
  101. 1488782492.798981: nl80211: beacon_ies - hexdump(len=6): 7f 04 00 00 00 02
  102. 1488782492.798990: nl80211: proberesp_ies - hexdump(len=6): 7f 04 00 00 00 02
  103. 1488782492.798999: nl80211: assocresp_ies - hexdump(len=6): 7f 04 00 00 00 02
  104. 1488782493.017529: WPA: Start group state machine to set initial keys
  105. 1488782493.017548: WPA: group state machine entering state GTK_INIT (VLAN-ID 0)
  106. 1488782493.018717: GTK - hexdump(len=16): 12 1d 0d 4e f0 fb 47 2a 82 d4 c7 c0 07 6a 79 6b
  107. 1488782493.018740: WPA: group state machine entering state SETKEYSDONE (VLAN-ID 0)
  108. 1488782493.018770: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=3 addr=0x54 bf6358 key_idx=1 set_tx=1 seq_len=0 key_len=16
  109. 1488782493.018786: nl80211: KEY_DATA - hexdump(len=16): 12 1d 0d 4e f0 fb 47 2a 82 d4 c7 c0 07 6a 79 6b
  110. 1488782493.018808: broadcast key
  111. 1488782493.053081: nl80211: Set wlan0 operstate 0->1 (UP)
  112. 1488782493.053092: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operst ate=6 (IF_OPER_UP)
  113. 1488782493.053173: Failed to set TX queue parameters for queue 0.
  114. 1488782493.053234: Failed to set TX queue parameters for queue 1.
  115. 1488782493.053277: Failed to set TX queue parameters for queue 2.
  116. 1488782493.053316: Failed to set TX queue parameters for queue 3.
  117. 1488782493.053329: wlan0: interface state UNINITIALIZED->ENABLED
  118. 1488782493.053343: wlan0: AP-ENABLED
  119. 1488782493.053348: wlan0: Setup of interface done.
  120. 1488782493.053353: ctrl_iface not configured!
  121. 1488782493.053405: random: Got 4/4 bytes from /dev/random
  122. 1488782493.053450: RTM_NEWLINK: ifi_index=3 ifname=wlan0 operstate=6 linkmode=0 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
  123. 1488782493.053481: VLAN: vlan_newlink(wlan0)
  124.  
  125.  
  126. [ Windows Laptop Connecting ]
  127.  
  128.  
  129.  
  130. 1488782541.473084: nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlan0
  131. 1488782541.473113: nl80211: New station 48:45:20:c9:93:11
  132. 1488782541.473125: nl80211: Assoc Req IEs - hexdump(len=158): 00 06 78 6f 72 6f 62 6f 01 08 82 84 8b 96 0c 12 18 24 21 02 00 00 24 32 24 01 28 01 2c 01 30 01 34 01 38 01 3c 01 40 01 64 01 68 01 6c 01 70 01 74 01 78 01 7c 01 80 01 84 01 88 01 8c 01 90 01 95 01 99 01 9d 01 a1 01 a5 01 2d 1a a5 09 17 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30 16 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 3c 00 00 00 32 04 30 48 60 6c 46 05 02 00 00 00 00 7f 08 00 00 88 80 01 40 00 40 dd 07 00 50 f2 02 00 01 00
  133. 1488782541.473443: wlan0: Event ASSOC (0) received
  134. 1488782541.473471: 1488782541.473475: wlan0: STA 48:45:20:c9:93:11 IEEE 802.11: associated
  135. 1488782541.473847: STA included RSN IE in (Re)AssocReq
  136. 1488782541.473858: New STA
  137. 1488782541.473869: ap_sta_add: register ap_handle_timer timeout for 48:45:20:c9:93:11 (300 seconds - ap_max_inactivity)
  138. 1488782541.473905: nl80211: Set STA flags - ifname=wlan0 addr=48:45:20:c9:93:11 total_flags=0x0 flags_or=0x0 flags_and=0xfffffff1 authorized=0
  139. 1488782541.474102: 1488782541.474107: wlan0: STA 48:45:20:c9:93:11 WPA: event 1 notification
  140. 1488782541.474146: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56636e50 key_idx=0 set_tx=1 seq_len=0 key_len=0
  141. 1488782541.474168: addr=48:45:20:c9:93:11
  142. 1488782541.474787: IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS
  143. 1488782541.474818: 1488782541.474822: wlan0: STA 48:45:20:c9:93:11 WPA: start authentication
  144. 1488782541.474830: WPA: 48:45:20:c9:93:11 WPA_PTK entering state INITIALIZE
  145. 1488782541.474913: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56636e50 key_idx=0 set_tx=1 seq_len=0 key_len=0
  146. 1488782541.474936: addr=48:45:20:c9:93:11
  147. 1488782541.475482: nl80211: Set STA flags - ifname=wlan0 addr=48:45:20:c9:93:11 total_flags=0x0 flags_or=0x0 flags_and=0xfffffffe authorized=0
  148. 1488782541.475958: 1488782541.475964: wlan0: STA 48:45:20:c9:93:11 IEEE 802.1X: unauthorizing port
  149. 1488782541.475973: WPA: 48:45:20:c9:93:11 WPA_PTK_GROUP entering state IDLE
  150. 1488782541.475985: WPA: 48:45:20:c9:93:11 WPA_PTK entering state AUTHENTICATION
  151. 1488782541.475998: WPA: 48:45:20:c9:93:11 WPA_PTK entering state AUTHENTICATION2
  152. 1488782541.476009: WPA: Re-initialize GMK/Counter on first station
  153. 1488782541.477885: GMK - hexdump(len=32): de 0e 26 78 f7 cf b5 ae 56 5a 63 6c 41 61 c1 e8 1c 99 b2 7f 5e 27 46 0e f7 63 53 39 c0 27 1d 2a
  154. 1488782541.479867: Key Counter - hexdump(len=32): 37 97 61 04 7a 0b 02 87 59 68 ba 88 c9 45 13 e6 71 35 01 a9 67 bf 04 ff ee 6a 00 a5 0b c0 fd 08
  155. 1488782541.481773: GTK - hexdump(len=16): 4a 13 1f 60 18 73 e8 74 f4 a6 8d 63 b1 fc 99 29
  156. 1488782541.481849: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=3 addr=0x54bf6358 key_idx=1 set_tx=1 seq_len=0 key_len=16
  157. 1488782541.481875: nl80211: KEY_DATA - hexdump(len=16): 4a 13 1f 60 18 73 e8 74 f4 a6 8d 63 b1 fc 99 29
  158. 1488782541.481910: broadcast key
  159. 1488782541.486004: WPA: Assign ANonce - hexdump(len=32): 4d 48 3b 2f ba 3d 94 d9 e7 4d fc 21 18 9d 3f 96 28 c4 8c 6f 7b 5b ee 0c c6 5b 6b 1e 09 c1 25 b6
  160. 1488782541.486072: WPA: 48:45:20:c9:93:11 WPA_PTK entering state INITPSK
  161. 1488782541.486086: Searching a PSK for 48:45:20:c9:93:11 prev_psk=(nil)
  162. 1488782541.486101: Searching a PSK for 48:45:20:c9:93:11 prev_psk=(nil)
  163. 1488782541.486113: WPA: 48:45:20:c9:93:11 WPA_PTK entering state PTKSTART
  164. 1488782541.486169: 1488782541.486173: wlan0: STA 48:45:20:c9:93:11 WPA: sending 1/4 msg of 4-Way Handshake
  165. 1488782541.486183: WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0)
  166. 1488782541.486261: WPA: Use EAPOL-Key timeout of 100 ms (retry counter 1)
  167. 1488782541.486281: hostapd_new_assoc_sta: reschedule ap_handle_timer timeout for 48:45:20:c9:93:11 (300 seconds - ap_max_inactivity)
  168. 1488782541.498218: wlan0: Event EAPOL_RX (26) received
  169. 1488782541.498229: IEEE 802.1X: 123 bytes from 48:45:20:c9:93:11
  170. 1488782541.498242: IEEE 802.1X: version=1 type=3 length=119
  171. 1488782541.498251: WPA: Received EAPOL-Key from 48:45:20:c9:93:11 key_info=0x10a type=2 key_data_length=24
  172. 1488782541.498265: WPA: Received Key Nonce - hexdump(len=32): 04 a5 23 07 50 50 c7 2a 37 04 1a 3c 63 3d 16 03 78 20 0e d8 81 d1 64 c9 37 9a da 9f dc b5 39 1f
  173. 1488782541.498331: WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
  174. 1488782541.498386: 1488782541.498390: wlan0: STA 48:45:20:c9:93:11 WPA: received EAPOL-Key frame (2/4 Pairwise)
  175. 1488782541.498403: WPA: 48:45:20:c9:93:11 WPA_PTK entering state PTKCALCNEGOTIATING
  176. 1488782541.498415: Searching a PSK for 48:45:20:c9:93:11 prev_psk=(nil)
  177. 1488782541.498503: WPA: PTK derivation - A1=b8:27:eb:34:a1:ef A2=48:45:20:c9:93:11
  178. 1488782541.498520: WPA: Nonce1 - hexdump(len=32): 4d 48 3b 2f ba 3d 94 d9 e7 4d fc 21 18 9d 3f 96 28 c4 8c 6f 7b 5b ee 0c c6 5b 6b 1e 09 c1 25 b6
  179. 1488782541.498585: WPA: Nonce2 - hexdump(len=32): 04 a5 23 07 50 50 c7 2a 37 04 1a 3c 63 3d 16 03 78 20 0e d8 81 d1 64 c9 37 9a da 9f dc b5 39 1f
  180. 1488782541.498756: WPA: PMK - hexdump(len=32): ba bb fc a5 09 0e 36 c4 d9 91 9e f9 0f b0 99 ec 50 f3 c6 83 0a b9 f4 95 9f 27 46 f7 e9 b0 ba 99
  181. 1488782541.498822: WPA: PTK - hexdump(len=48): 8d b7 c4 4f 68 a7 0c fc ab 44 81 5d 75 cb d8 73 be 3b 24 35 97 ce 13 6a 59 00 50 9f 04 54 cc 6f 8e 79 53 29 50 a4 00 83 4a 2e 31 7f 6b 76 d9 fb
  182. 1488782541.498941: WPA: 48:45:20:c9:93:11 WPA_PTK entering state PTKCALCNEGOTIATING2
  183. 1488782541.498954: WPA: 48:45:20:c9:93:11 WPA_PTK entering state PTKINITNEGOTIATING
  184. 1488782541.499737: 1488782541.499743: wlan0: STA 48:45:20:c9:93:11 WPA: sending 3/4 msg of 4-Way Handshake
  185. 1488782541.499755: WPA: Send EAPOL(version=2 secure=1 mic=1 ack=1 install=1 pairwise=1 kde_len=46 keyidx=1 encr=1)
  186. 1488782541.499779: Plaintext EAPOL-Key Key Data - hexdump(len=56): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 dd 16 00 0f ac 01 01 00 4a 13 1f 60 18 73 e8 74 f4 a6 8d 63 b1 fc 99 29 dd 00 00 00 00 00 00 00 00 00
  187. 1488782541.500130: WPA: Use EAPOL-Key timeout of 100 ms (retry counter 1)
  188. 1488782541.515434: wlan0: Event EAPOL_RX (26) received
  189. 1488782541.515445: IEEE 802.1X: 99 bytes from 48:45:20:c9:93:11
  190. 1488782541.515464: IEEE 802.1X: version=1 type=3 length=95
  191. 1488782541.515473: WPA: Received EAPOL-Key from 48:45:20:c9:93:11 key_info=0x30a type=2 key_data_length=0
  192. 1488782541.515486: WPA: Received Key Nonce - hexdump(len=32): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  193. 1488782541.515554: WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02
  194. 1488782541.515593: 1488782541.515598: wlan0: STA 48:45:20:c9:93:11 WPA: received EAPOL-Key frame (4/4 Pairwise)
  195. 1488782541.515641: WPA: 48:45:20:c9:93:11 WPA_PTK entering state PTKINITDONE
  196. 1488782541.515700: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=3 addr=0x56636e50 key_idx=0 set_tx=1 seq_len=0 key_len=16
  197. 1488782541.515732: nl80211: KEY_DATA - hexdump(len=16): 8e 79 53 29 50 a4 00 83 4a 2e 31 7f 6b 76 d9 fb
  198. 1488782541.515767: addr=48:45:20:c9:93:11
  199. 1488782541.516389: wlan0: AP-STA-CONNECTED 48:45:20:c9:93:11
  200. 1488782541.516399: nl80211: Set STA flags - ifname=wlan0 addr=48:45:20:c9:93:11 total_flags=0x1 flags_or=0x1 flags_and=0xffffffff authorized=1
  201. 1488782541.516871: 1488782541.516877: wlan0: STA 48:45:20:c9:93:11 IEEE 802.1X: authorizing port
  202. 1488782541.516905: 1488782541.516909: wlan0: STA 48:45:20:c9:93:11 RADIUS: starting acc
  203.  
  204.  
  205. [ OLPC XO connecting from 'Sugar' (the default Red Hat based OS) ]
  206.  
  207.  
  208. 1488782541.517031: 1488782541.517035: wlan0: STA 48:45:20:c9:93:11 WPA: pairwise key handshake completed (RSN)
  209. 1488782821.803079: nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlan0
  210. 1488782821.803108: nl80211: New station 00:17:c4:0d:43:29
  211. 1488782821.803122: nl80211: Assoc Req IEs - hexdump(len=46): 00 06 78 6f 72 6f 62 6f 01 08 82 84 8b 96 8c 12 98 24 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 32 04 b0 48 60 6c
  212. 1488782821.803222: wlan0: Event ASSOC (0) received
  213. 1488782821.803250: 1488782821.803255: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.11: associated
  214. 1488782821.803356: STA included RSN IE in (Re)AssocReq
  215. 1488782821.803365: New STA
  216. 1488782821.803375: ap_sta_add: register ap_handle_timer timeout for 00:17:c4:0d:43:29 (300 seconds - ap_max_inactivity)
  217. 1488782821.803409: nl80211: Set STA flags - ifname=wlan0 addr=00:17:c4:0d:43:29 total_flags=0x0 flags_or=0x0 flags_and=0xfffffff1 authorized=0
  218. 1488782821.803592: 1488782821.803597: wlan0: STA 00:17:c4:0d:43:29 WPA: event 1 notification
  219. 1488782821.803635: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=0
  220. 1488782821.803658: addr=00:17:c4:0d:43:29
  221. 1488782821.805645: IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS
  222. 1488782821.805683: 1488782821.805688: wlan0: STA 00:17:c4:0d:43:29 WPA: start authentication
  223. 1488782821.805696: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state INITIALIZE
  224. 1488782821.805765: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=0
  225. 1488782821.805791: addr=00:17:c4:0d:43:29
  226. 1488782821.806370: nl80211: Set STA flags - ifname=wlan0 addr=00:17:c4:0d:43:29 total_flags=0x0 flags_or=0x0 flags_and=0xfffffffe authorized=0
  227. 1488782821.806839: 1488782821.806844: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.1X: unauthorizing port
  228. 1488782821.806853: WPA: 00:17:c4:0d:43:29 WPA_PTK_GROUP entering state IDLE
  229. 1488782821.806865: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state AUTHENTICATION
  230. 1488782821.806879: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state AUTHENTICATION2
  231. 1488782821.808948: WPA: Assign ANonce - hexdump(len=32): 83 a7 71 7a ff fa a5 15 7f 93 99 23 f8 17 6e 32 20 6d 77 12 4e ab cc 57 43 9b a5 20 96 ec 5c ba
  232. 1488782821.809012: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state INITPSK
  233. 1488782821.809026: Searching a PSK for 00:17:c4:0d:43:29 prev_psk=(nil)
  234. 1488782821.809041: Searching a PSK for 00:17:c4:0d:43:29 prev_psk=(nil)
  235. 1488782821.809053: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKSTART
  236. 1488782821.809078: 1488782821.809082: wlan0: STA 00:17:c4:0d:43:29 WPA: sending 1/4 msg of 4-Way Handshake
  237. 1488782821.809091: WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0)
  238. 1488782821.809152: WPA: Use EAPOL-Key timeout of 100 ms (retry counter 1)
  239. 1488782821.809171: hostapd_new_assoc_sta: reschedule ap_handle_timer timeout for 00:17:c4:0d:43:29 (300 seconds - ap_max_inactivity)
  240. 1488782821.827636: wlan0: Event EAPOL_RX (26) received
  241. 1488782821.827648: IEEE 802.1X: 121 bytes from 00:17:c4:0d:43:29
  242. 1488782821.827661: IEEE 802.1X: version=1 type=3 length=117
  243. 1488782821.827670: WPA: Received EAPOL-Key from 00:17:c4:0d:43:29 key_info=0x10a type=2 key_data_length=22
  244. 1488782821.827685: WPA: Received Key Nonce - hexdump(len=32): 5b 52 89 c7 51 f2 0a 0e 4e be e9 ee 27 93 50 ea 20 40 df 90 fd 07 b3 ba 48 ba 4d b9 fa 49 34 53
  245. 1488782821.827745: WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
  246. 1488782821.827793: 1488782821.827797: wlan0: STA 00:17:c4:0d:43:29 WPA: received EAPOL-Key frame (2/4 Pairwise)
  247. 1488782821.827810: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKCALCNEGOTIATING
  248. 1488782821.827823: Searching a PSK for 00:17:c4:0d:43:29 prev_psk=(nil)
  249. 1488782821.827906: WPA: PTK derivation - A1=b8:27:eb:34:a1:ef A2=00:17:c4:0d:43:29
  250. 1488782821.827923: WPA: Nonce1 - hexdump(len=32): 83 a7 71 7a ff fa a5 15 7f 93 99 23 f8 17 6e 32 20 6d 77 12 4e ab cc 57 43 9b a5 20 96 ec 5c ba
  251. 1488782821.827981: WPA: Nonce2 - hexdump(len=32): 5b 52 89 c7 51 f2 0a 0e 4e be e9 ee 27 93 50 ea 20 40 df 90 fd 07 b3 ba 48 ba 4d b9 fa 49 34 53
  252. 1488782821.828081: WPA: PMK - hexdump(len=32): ba bb fc a5 09 0e 36 c4 d9 91 9e f9 0f b0 99 ec 50 f3 c6 83 0a b9 f4 95 9f 27 46 f7 e9 b0 ba 99
  253. 1488782821.828140: WPA: PTK - hexdump(len=48): 4c 59 19 05 0a db 56 05 b8 64 3d 84 2f 59 fa 93 fd a3 24 65 c8 d7 2b 96 31 51 8f 21 32 c4 ea a1 78 78 fc 15 7e e1 da 6f ca c0 19 20 94 45 59 c9
  254. 1488782821.828263: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKCALCNEGOTIATING2
  255. 1488782821.828276: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKINITNEGOTIATING
  256. 1488782821.829040: 1488782821.829052: wlan0: STA 00:17:c4:0d:43:29 WPA: sending 3/4 msg of 4-Way Handshake
  257. 1488782821.829065: WPA: Send EAPOL(version=2 secure=1 mic=1 ack=1 install=1 pairwise=1 kde_len=46 keyidx=1 encr=1)
  258. 1488782821.829082: Plaintext EAPOL-Key Key Data - hexdump(len=56): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 dd 16 00 0f ac 01 01 00 4a 13 1f 60 18 73 e8 74 f4 a6 8d 63 b1 fc 99 29 dd 00 00 00 00 00 00 00 00 00
  259. 1488782821.829338: WPA: Use EAPOL-Key timeout of 100 ms (retry counter 1)
  260. 1488782821.840933: wlan0: Event EAPOL_RX (26) received
  261. 1488782821.840949: IEEE 802.1X: 99 bytes from 00:17:c4:0d:43:29
  262. 1488782821.840962: IEEE 802.1X: version=1 type=3 length=95
  263. 1488782821.840971: WPA: Received EAPOL-Key from 00:17:c4:0d:43:29 key_info=0x30a type=2 key_data_length=0
  264. 1488782821.840985: WPA: Received Key Nonce - hexdump(len=32): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  265. 1488782821.841052: WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02
  266. 1488782821.841090: 1488782821.841094: wlan0: STA 00:17:c4:0d:43:29 WPA: received EAPOL-Key frame (4/4 Pairwise)
  267. 1488782821.841139: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKINITDONE
  268. 1488782821.841194: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=3 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=16
  269. 1488782821.841226: nl80211: KEY_DATA - hexdump(len=16): 78 78 fc 15 7e e1 da 6f ca c0 19 20 94 45 59 c9
  270. 1488782821.841261: addr=00:17:c4:0d:43:29
  271. 1488782821.841898: wlan0: AP-STA-CONNECTED 00:17:c4:0d:43:29
  272. 1488782821.841907: nl80211: Set STA flags - ifname=wlan0 addr=00:17:c4:0d:43:29 total_flags=0x1 flags_or=0x1 flags_and=0xffffffff authorized=1
  273. 1488782821.842383: 1488782821.842388: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.1X: authorizing port
  274. 1488782821.842416: 1488782821.842420: wlan0: STA 00:17:c4:0d:43:29 RADIUS: starting accounting session 58BD049C-00000001
  275. 1488782821.844320: 1488782821.844328: wlan0: STA 00:17:c4:0d:43:29 WPA: pairwise key handshake completed (RSN)
  276. 1488782841.494811: ap_handle_timer: 48:45:20:c9:93:11 flags=0x23 timeout_next=0
  277. 1488782841.499566: wlan0: Station 48:45:20:c9:93:11 has been active 20s ago
  278. 1488782841.499579: ap_handle_timer: register ap_handle_timer timeout for 48:45:20:c9:93:11 (290 seconds)
  279. 1488782867.535067: nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlan0
  280. 1488782867.535098: nl80211: Delete station 00:17:c4:0d:43:29
  281. 1488782867.535126: wlan0: Event DISASSOC (1) received
  282. 1488782867.535149: 1488782867.535154: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.11: disassociated
  283. 1488782867.535251: wlan0: AP-STA-DISCONNECTED 00:17:c4:0d:43:29
  284. 1488782867.535279: 1488782867.535284: wlan0: STA 00:17:c4:0d:43:29 WPA: event 2 notification
  285. 1488782867.535369: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=0
  286. 1488782867.535397: addr=00:17:c4:0d:43:29
  287. 1488782867.536307: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state DISCONNECTED
  288. 1488782867.536330: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state INITIALIZE
  289. 1488782867.536398: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=0
  290. 1488782867.536426: addr=00:17:c4:0d:43:29
  291. 1488782867.537026: nl80211: Set STA flags - ifname=wlan0 addr=00:17:c4:0d:43:29 total_flags=0x0 flags_or=0x0 flags_and=0xfffffffe authorized=0
  292. 1488782867.537527: 1488782867.537533: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.1X: unauthorizing port
  293. 1488782867.538049: nl80211: sta_remove -> DEL_STATION wlan0 00:17:c4:0d:43:29 --> 0 (Success)
  294. 1488782867.538072: hostapd_ht_operation_update current operation mode=0x0
  295. 1488782867.538081: hostapd_ht_operation_update new operation mode=0x0 changes=0
  296. 1488782867.538088: ap_free_sta: cancel ap_handle_timer for 00:17:c4:0d:43:29
  297. 1488782867.538176: nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlan0
  298. 1488782867.538188: nl80211: Delete station 00:17:c4:0d:43:29
  299. 1488782867.538211: wlan0: Event DISASSOC (1) received
  300. 1488782867.538231: 1488782867.538235: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.11: disassociated
  301. 1488782867.538307: Disassociation notification for unknown STA 00:17:c4:0d:43:29
  302. 1488782932.702853: nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlan0
  303. 1488782932.702880: nl80211: New station 00:17:c4:0d:43:29
  304. 1488782932.702896: nl80211: Assoc Req IEs - hexdump(len=46): 00 06 78 6f 72 6f 62 6f 01 08 82 84 8b 96 8c 12 98 24 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 32 04 b0 48 60 6c
  305. 1488782932.702996: wlan0: Event ASSOC (0) received
  306. 1488782932.703025: 1488782932.703029: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.11: associated
  307. 1488782932.703107: STA included RSN IE in (Re)AssocReq
  308. 1488782932.703116: New STA
  309. 1488782932.703125: ap_sta_add: register ap_handle_timer timeout for 00:17:c4:0d:43:29 (300 seconds - ap_max_inactivity)
  310. 1488782932.703162: nl80211: Set STA flags - ifname=wlan0 addr=00:17:c4:0d:43:29 total_flags=0x0 flags_or=0x0 flags_and=0xfffffff1 authorized=0
  311. 1488782932.703365: 1488782932.703370: wlan0: STA 00:17:c4:0d:43:29 WPA: event 1 notification
  312. 1488782932.703414: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=0
  313. 1488782932.703437: addr=00:17:c4:0d:43:29
  314. 1488782932.704052: IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS
  315. 1488782932.704080: 1488782932.704084: wlan0: STA 00:17:c4:0d:43:29 WPA: start authentication
  316. 1488782932.704092: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state INITIALIZE
  317. 1488782932.704145: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=0
  318. 1488782932.704168: addr=00:17:c4:0d:43:29
  319. 1488782932.704725: nl80211: Set STA flags - ifname=wlan0 addr=00:17:c4:0d:43:29 total_flags=0x0 flags_or=0x0 flags_and=0xfffffffe authorized=0
  320. 1488782932.705258: 1488782932.705264: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.1X: unauthorizing port
  321. 1488782932.705275: WPA: 00:17:c4:0d:43:29 WPA_PTK_GROUP entering state IDLE
  322. 1488782932.705288: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state AUTHENTICATION
  323. 1488782932.705301: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state AUTHENTICATION2
  324. 1488782932.707180: WPA: Assign ANonce - hexdump(len=32): db fc 90 12 a9 68 30 76 5f 55 52 e3 8c d8 ee 90 39 aa 32 e1 36 60 59 97 e3 75 1c 21 97 45 d8 41
  325. 1488782932.707243: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state INITPSK
  326. 1488782932.707257: Searching a PSK for 00:17:c4:0d:43:29 prev_psk=(nil)
  327. 1488782932.707273: Searching a PSK for 00:17:c4:0d:43:29 prev_psk=(nil)
  328. 1488782932.707286: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKSTART
  329. 1488782932.707311: 1488782932.707315: wlan0: STA 00:17:c4:0d:43:29 WPA: sending 1/4 msg of 4-Way Handshake
  330. 1488782932.707324: WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0)
  331. 1488782932.707386: WPA: Use EAPOL-Key timeout of 100 ms (retry counter 1)
  332. 1488782932.707407: hostapd_new_assoc_sta: reschedule ap_handle_timer timeout for 00:17:c4:0d:43:29 (300 seconds - ap_max_inactivity)
  333. 1488782932.728184: wlan0: Event EAPOL_RX (26) received
  334. 1488782932.728195: IEEE 802.1X: 121 bytes from 00:17:c4:0d:43:29
  335. 1488782932.728209: IEEE 802.1X: version=1 type=3 length=117
  336. 1488782932.728219: WPA: Received EAPOL-Key from 00:17:c4:0d:43:29 key_info=0x10a type=2 key_data_length=22
  337. 1488782932.728233: WPA: Received Key Nonce - hexdump(len=32): 6d ed c6 e7 d2 42 93 b1 ba fc 5b 9a e2 39 8b 5c 87 3b 3f 1a ee 89 43 06 e1 d5 6d 4b 8f c6 87 69
  338. 1488782932.728294: WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
  339. 1488782932.728370: 1488782932.728375: wlan0: STA 00:17:c4:0d:43:29 WPA: received EAPOL-Key frame (2/4 Pairwise)
  340. 1488782932.728389: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKCALCNEGOTIATING
  341. 1488782932.728402: Searching a PSK for 00:17:c4:0d:43:29 prev_psk=(nil)
  342. 1488782932.728489: WPA: PTK derivation - A1=b8:27:eb:34:a1:ef A2=00:17:c4:0d:43:29
  343. 1488782932.728505: WPA: Nonce1 - hexdump(len=32): db fc 90 12 a9 68 30 76 5f 55 52 e3 8c d8 ee 90 39 aa 32 e1 36 60 59 97 e3 75 1c 21 97 45 d8 41
  344. 1488782932.728565: WPA: Nonce2 - hexdump(len=32): 6d ed c6 e7 d2 42 93 b1 ba fc 5b 9a e2 39 8b 5c 87 3b 3f 1a ee 89 43 06 e1 d5 6d 4b 8f c6 87 69
  345. 1488782932.728623: WPA: PMK - hexdump(len=32): ba bb fc a5 09 0e 36 c4 d9 91 9e f9 0f b0 99 ec 50 f3 c6 83 0a b9 f4 95 9f 27 46 f7 e9 b0 ba 99
  346. 1488782932.728755: WPA: PTK - hexdump(len=48): ea eb 46 6b bd 89 ad 9c 09 d6 f9 23 ad 84 4c 87 5c 68 cd ec 16 a5 96 b8 8c 1b 39 9b 1a 69 d0 32 3e d5 a8 22 bb 0e b4 bf a3 6e b5 ea cb 96 11 d7
  347. 1488782932.728871: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKCALCNEGOTIATING2
  348. 1488782932.728885: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKINITNEGOTIATING
  349. 1488782932.729655: 1488782932.729661: wlan0: STA 00:17:c4:0d:43:29 WPA: sending 3/4 msg of 4-Way Handshake
  350. 1488782932.729674: WPA: Send EAPOL(version=2 secure=1 mic=1 ack=1 install=1 pairwise=1 kde_len=46 keyidx=1 encr=1)
  351. 1488782932.729690: Plaintext EAPOL-Key Key Data - hexdump(len=56): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 dd 16 00 0f ac 01 01 00 4a 13 1f 60 18 73 e8 74 f4 a6 8d 63 b1 fc 99 29 dd 00 00 00 00 00 00 00 00 00
  352. 1488782932.729903: WPA: Use EAPOL-Key timeout of 100 ms (retry counter 1)
  353. 1488782932.737240: wlan0: Event EAPOL_RX (26) received
  354. 1488782932.737250: IEEE 802.1X: 99 bytes from 00:17:c4:0d:43:29
  355. 1488782932.737263: IEEE 802.1X: version=1 type=3 length=95
  356. 1488782932.737273: WPA: Received EAPOL-Key from 00:17:c4:0d:43:29 key_info=0x30a type=2 key_data_length=0
  357. 1488782932.737287: WPA: Received Key Nonce - hexdump(len=32): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  358. 1488782932.737348: WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02
  359. 1488782932.737386: 1488782932.737390: wlan0: STA 00:17:c4:0d:43:29 WPA: received EAPOL-Key frame (4/4 Pairwise)
  360. 1488782932.737428: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state PTKINITDONE
  361. 1488782932.737482: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=3 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=16
  362. 1488782932.737508: nl80211: KEY_DATA - hexdump(len=16): 3e d5 a8 22 bb 0e b4 bf a3 6e b5 ea cb 96 11 d7
  363. 1488782932.737544: addr=00:17:c4:0d:43:29
  364. 1488782932.738149: wlan0: AP-STA-CONNECTED 00:17:c4:0d:43:29
  365. 1488782932.738160: nl80211: Set STA flags - ifname=wlan0 addr=00:17:c4:0d:43:29 total_flags=0x1 flags_or=0x1 flags_and=0xffffffff authorized=1
  366. 1488782932.738615: 1488782932.738620: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.1X: authorizing port
  367. 1488782932.738727: 1488782932.738732: wlan0: STA 00:17:c4:0d:43:29 RADIUS: starting accounting session 58BD049C-00000002
  368. 1488782932.738827: 1488782932.738832: wlan0: STA 00:17:c4:0d:43:29 WPA: pairwise key handshake completed (RSN)
  369. 1488782978.420233: nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlan0
  370. 1488782978.420266: nl80211: Delete station 00:17:c4:0d:43:29
  371. 1488782978.420294: wlan0: Event DISASSOC (1) received
  372. 1488782978.420317: 1488782978.420321: wlan0: STA 00:17:c4:0d:43:29 IEEE 802.11: disassociated
  373. 1488782978.420418: wlan0: AP-STA-DISCONNECTED 00:17:c4:0d:43:29
  374. 1488782978.420444: 1488782978.420448: wlan0: STA 00:17:c4:0d:43:29 WPA: event 2 notification
  375. 1488782978.420538: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=0x56637608 key_idx=0 set_tx=1 seq_len=0 key_len=0
  376. 1488782978.420567: addr=00:17:c4:0d:43:29
  377. 1488782978.421424: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state DISCONNECTED
  378. 1488782978.421444: WPA: 00:17:c4:0d:43:29 WPA_PTK entering state INITIALIZE
  379. 1488782978.421517: wpa_driver_nl80211_set_key: ifindex=3 (wlan0) alg=0 addr=
  380.  
  381.  
  382.  
  383. [ The sound of an OLPX XO running Jessy not connecting ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement