Advertisement
Guest User

Untitled

a guest
Jan 1st, 2011
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. I was finally able to capture an event that shows a device of some sorts not able to connect while trying for several hours. While I was trying to capture some info another device came along, connected, and seemed to jar something in ath9k. The first device that was unable to connect, suddenly connected, shows up under an iw station dump, stayed connected for a few minutes and went right back to a disconnected state.
  2.  
  3. Here is the event as it happened,
  4.  
  5.  
  6. {{{
  7. STA xxxxxxxxx:15:8d IEEE 802.11: disassociated due to inactivity
  8. daemon.info hostapd: wlan0: STA xxxxxxxx15:8d IEEE 802.11: deauthenticated due to inactivity
  9. daemon.notice hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: did not acknowledge authentication response
  10. daemon.notice hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: did not acknowledge authentication response
  11. daemon.notice hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: did not acknowledge authentication response
  12. daemon.notice hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: did not acknowledge authentication response
  13. }}}
  14.  
  15. New client/device comes along and connects,
  16.  
  17.  
  18.  
  19. {{{
  20. STA xxxxxxxb0:a7 IEEE 802.11: authenticated
  21. daemon.info hostapd: wlan0: STA xxxxxxxb0:a7 IEEE 802.11: authenticated
  22. hostapd: wlan0: STA xxxxxxxb0:a7 IEEE 802.11: associated (aid 2)
  23. local6.notice coova-chilli[1931]: chilli.c: 3248: New DHCP request from MAC=xxxxxxxB0-A7
  24. local6.notice coova-chilli[1931]: chilli.c: 3209: Client MAC=xxxxxxxB0-A7 assigned IP xxxxxx.191.7
  25.  
  26. iw dev wlan0 station dump
  27. Station xxxxxxxb0:a7 (on wlan0)
  28. inactive time: 20 ms
  29. rx bytes: 216411
  30. rx packets: 841
  31. tx bytes: 863930
  32. tx packets: 873
  33. signal: -73 dBm
  34. tx bitrate: 65.0 MBit/s MCS 7
  35. }}}
  36.  
  37. Now the first device after having what appeared to be connection problems for hours suddenly is allowed to connect for a brief moment,
  38.  
  39.  
  40. {{{
  41. xxxxxxx15:8d IEEE 802.11: authenticated
  42. daemon.info hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: associated (aid 1)
  43. local6.notice coova-chilli[1931]: chilli.c: 3248: New DHCP request from MAC=xxxxxxx15-8D
  44. local6.notice coova-chilli[1931]: chilli.c: 3209: Client MAC=xxxxxxx15-8D assigned IP xxxxxxx.191.8
  45.  
  46. Station xxxxxxx15:8d (on wlan0)
  47. inactive time: 54661090 ms
  48. rx bytes: 0
  49. rx packets: 0
  50. tx bytes: 0
  51. tx packets: 0
  52. signal: 0 dBm
  53. tx bitrate: 1.0 MBit/s
  54. Station xxxxxxxb0:a7 (on wlan0)
  55. inactive time: 6240 ms
  56. rx bytes: 1020221
  57. rx packets: 3773
  58. tx bytes: 3407449
  59. tx packets: 3508
  60. signal: -72 dBm
  61. tx bitrate: 52.0 MBit/s MCS 5
  62.  
  63. and iw a couple seconds later (copy paste only the first device info)
  64.  
  65. Station xxxxxxx15:8d (on wlan0)
  66. inactive time: 7150 ms
  67. rx bytes: 937
  68. rx packets: 7
  69. tx bytes: 0
  70. tx packets: 0
  71. signal: -78 dBm
  72. tx bitrate: 1.0 MBit/s
  73. }}}
  74.  
  75. A couple seconds later and the first client goes back to disconnected while the second client stays connected and is still connected,
  76.  
  77.  
  78. {{{
  79. xxxxxxx15:8d IEEE 802.11: disassociated due to inactivity
  80. daemon.info hostapd: wlan0: STA xxxxxx15:8d IEEE 802.11: deauthenticated due to inactivity
  81. daemon.info hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: Station tried to associate before authentication (aid=-1 flags=0x0)
  82. daemon.info hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: Station tried to associate before authentication (aid=-1 flags=0x0)
  83. daemon.info hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: Station tried to associate before authentication (aid=-1 flags=0x0)
  84. daemon.info hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: Station tried to associate before authentication (aid=-1 flags=0x0)
  85. daemon.info hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: Station tried to associate before authentication (aid=-1 flags=0x0)
  86. daemon.info hostapd: wlan0: STA xxxxxxx15:8d IEEE 802.11: Station tried to associate before authentication (aid=-1 flags=0x0)
  87. }}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement