Problem connecting to AP

Alexandr shuriku at shurik.kiev.ua
Fri Feb 21 05:49:44 UTC 2014


Attached, thanks!

20.02.2014 21:59, Adrian Chadd пишет:
> sysctl dev.iwn.0.debug=0x1 - turns on TX debugging
>
> Then, try associating
>
>
> -a
>
>
> On 20 February 2014 08:56, Alexandr <shuriku at shurik.kiev.ua> wrote:
>> Adrian, I recompile kernel with IWN_DEBUG. What I need else to setup?
>>
>> 19.02.2014 22:46, Adrian Chadd пишет:
>>> Hm, that's really odd. Can you compile your kernel / iwn module with
>>> IWN_DEBUG in your config file? That way we can do some transmit side
>>> debugging.
>>>
>>> Thanks!
>>>
>>>
>>> -a
>>>
>>>
>>> On 19 February 2014 05:41, Alexandr <shuriku at shurik.kiev.ua> wrote:
>>>> 09.01.2014 09:29, Alexandr пишет:
>>>>> By the way, it connects to my work Cisco and Linksys AP's (but only 11g)
>>>>> without any problems...
>>>>>
>>>>> 09.01.2014 09:21, Alexandr пишет:
>>>>>> No, wpa_passphrase didn't help me.
>>>>>>
>>>>>> 07.01.2014 15:23, Maciej Milewski пишет:
>>>>>>> On 06.01.2014 15:28, Alexandr wrote:
>>>>>>>> I simply changed key in this listing to "secret". Yes, I tried a very
>>>>>>>> simple configuration, no luck:
>>>>>>>>
>>>>>>>> network={
>>>>>>>> ssid="door"
>>>>>>>> psk="secret"
>>>>>>>> }
>>>>>>> Try using wpa_passphrase:
>>>>>>> man wpa_passphrase.
>>>>>>> It should create correct psk.
>>>>>>>
>>>>>>>> 06.01.2014 16:24, Adrian Chadd пишет:
>>>>>>>>> The passphrase 'secret' is too short for WPA.
>>>>>>>>>
>>>>>>>>> I gather it's not _that_, but is it long enough to meet WPA reuirements?
>>>>>>>>>
>>>>>>>>> Have you tried removing the proto= and bssid lines? You don't strictly
>>>>>>>>> need them.
>>>>>>>>>
>>>>>>>>> Thanks!
>>>>>>>>>
>>>>>>>>> -a
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 6 January 2014 06:00, Alexandr <shuriku at shurik.kiev.ua> wrote:
>>>>>>>>>> Hello,
>>>>>>>>>>
>>>>>>>>>> I recently upgraded system on my laptop to current with a hope to get my
>>>>>>>>>> wireless card working. Now it successfully recognized by kernel:
>>>>>>>>>>
>>>>>>>>>> iwn0: <Intel Centrino Wireless-N 2230> mem 0xf2d00000-0xf2d01fff irq 17
>>>>>>>>>> at device 0.0 on pci3
>>>>>>>>>>
>>>>>>>>>> Unfortunately, I can't connect to my home access point:
>>>>>>>>>>
>>>>>>>>>> wpa_supplicant[519]: wlan0: CTRL-EVENT-DISCONNECTED
>>>>>>>>>> bssid=54:e6:fc:e4:48:c4 reason=0
>>>>>>>>>> wpa_supplicant[519]: wlan0: WPA: 4-Way Handshake failed - pre-shared key
>>>>>>>>>> may be incorrect
>>>>>>>>>> wpa_supplicant[519]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0
>>>>>>>>>> ssid="door" auth_failures=10 duration=30
>>>>>>>>>>
>>>>>>>>>> I tried different security settings (WPA-WPA2 + AES-TKIP), wireless
>>>>>>>>>> modes, radio channels on my access point, the same error.
>>>>>>>>>>
>>>>>>>>>> # ifconfig wlan0
>>>>>>>>>> wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>>>>>>>>>>         ether 68:5d:43:92:3a:88
>>>>>>>>>>         nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
>>>>>>>>>>         media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
>>>>>>>>>>         status: no carrier
>>>>>>>>>>         ssid door channel 1 (2412 MHz 11g ht/40+)
>>>>>>>>>>         country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
>>>>>>>>>> txpower 13
>>>>>>>>>>         bmiss 10 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250
>>>>>>>>>>         roam:rssi 7 roam:rate 64 protmode CTS ampdulimit 8k -amsdutx amsdurx
>>>>>>>>>>         shortgi wme roaming MANUAL
>>>>>>>>>>
>>>>>>>>>> /etc/wpa_supplicant.conf:
>>>>>>>>>>
>>>>>>>>>>         ctrl_interface=/var/run/wpa_supplicant
>>>>>>>>>>         ctrl_interface_group=wheel
>>>>>>>>>>         eapol_version=2
>>>>>>>>>>
>>>>>>>>>> network={
>>>>>>>>>>         ssid="door"
>>>>>>>>>>         bssid=54:e6:fc:e4:48:c4
>>>>>>>>>>         key_mgmt=WPA-PSK
>>>>>>>>>>         proto=WPA RSN
>>>>>>>>>>         psk="secret"
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Other home devices connets to AP without problems. Can you point me how
>>>>>>>>>> I can debug it?
>>>>>>>>>>
>>>> Hello!
>>>> Now I have changed my home access point to new Zyxel Keenetic Giga II
>>>> and see the same picture - it still cannot connect to AP in 11n mode:
>>>>
>>>> Feb 19 15:33:05 thinkpad wpa_supplicant[518]: wlan0:
>>>> CTRL-EVENT-SSID-REENABLED id=1 ssid="Keenetic-4703"
>>>> Feb 19 15:33:05 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] station
>>>> assoc via MLME
>>>> Feb 19 15:33:05 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] switch
>>>> station to HT40 channel 2462/0x40480
>>>> Feb 19 15:33:05 thinkpad wpa_supplicant[518]: wlan0: Trying to associate
>>>> with 10:7b:ef:54:c5:c4 (SSID='Keenetic-4703' freq=2462 MHz)
>>>> Feb 19 15:33:05 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] recv auth
>>>> frame with algorithm 0 seq 2
>>>> Feb 19 15:33:05 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] assoc
>>>> success at aid 1: long preamble, short slot time, QoS, HT40 (+AMPDU)
>>>> Feb 19 15:33:05 thinkpad kernel: wlan0: link state changed to UP
>>>> Feb 19 15:33:05 thinkpad wpa_supplicant[518]: wlan0: Associated with
>>>> 10:7b:ef:54:c5:c4
>>>> Feb 19 15:33:05 thinkpad dhclient[2628]: send_packet: No buffer space
>>>> available
>>>> Feb 19 15:33:11 thinkpad last message repeated 2 times
>>>> Feb 19 15:33:11 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] recv
>>>> deauthenticate (reason 15)
>>>> Feb 19 15:33:11 thinkpad kernel: wlan0: link state changed to DOWN
>>>> Feb 19 15:33:11 thinkpad wpa_supplicant[518]: wlan0:
>>>> CTRL-EVENT-DISCONNECTED bssid=10:7b:ef:54:c5:c4 reason=0
>>>> Feb 19 15:33:11 thinkpad wpa_supplicant[518]: wlan0: WPA: 4-Way
>>>> Handshake failed - pre-shared key may be incorrect
>>>> Feb 19 15:33:11 thinkpad wpa_supplicant[518]: wlan0:
>>>> CTRL-EVENT-SSID-TEMP-DISABLED id=1 ssid="Keenetic-4703" auth_failures=13
>>>> duration=60
>>>>
>>>> Is any way to restrict wlan0 to operate only in ht20? ifconfig wlan0
>>>> channel 11:ht/20 didn't help
>>>>
>>>> P.S. If I simply switch AP to 11g-mode my laptop connects to it.
>>>>
>>>> _______________________________________________
>>>> freebsd-wireless at freebsd.org mailing list
>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
>>>> To unsubscribe, send any mail to "freebsd-wireless-unsubscribe at freebsd.org"

-------------- next part --------------
Feb 21 07:44:23 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:44:23 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:44:23 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="heavens-door"
Feb 21 07:44:23 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:44:23 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:44:23 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:44:23 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:44:23 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] station assoc via MLME
Feb 21 07:44:23 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] switch station to HT40 channel 2452/0x40480
Feb 21 07:44:23 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 81 len 6 nsegs 1
Feb 21 07:44:23 thinkpad wpa_supplicant[529]: wlan0: Trying to associate with 10:7b:ef:54:c5:c4 (SSID='heavens-door' freq=2452 MHz)
Feb 21 07:44:23 thinkpad kernel: iwn5000_tx_done: qid 3 idx 81 retries 0 nkill 0 rate 420a duration 778 status 201
Feb 21 07:44:23 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] recv auth frame with algorithm 0 seq 2
Feb 21 07:44:23 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 82 len 93 nsegs 1
Feb 21 07:44:23 thinkpad kernel: iwn5000_tx_done: qid 3 idx 82 retries 0 nkill 0 rate 420a duration 1474 status 201
Feb 21 07:44:23 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] assoc success at aid 1: long preamble, short slot time, QoS, HT40 (+AMPDU)
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: 1stream antenna=0x01, 2stream antenna=0x03, ntxstreams=2
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=0, txrate=15, rate=0x8f
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=1, txrate=14, rate=0x8e
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=2, txrate=13, rate=0x8d
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=3, txrate=12, rate=0x8c
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=4, txrate=11, rate=0x8b
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=5, txrate=10, rate=0x8a
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=6, txrate=9, rate=0x89
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=7, txrate=8, rate=0x88
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=8, txrate=7, rate=0x87
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=9, txrate=6, rate=0x86
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=10, txrate=5, rate=0x85
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=11, txrate=4, rate=0x84
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=12, txrate=3, rate=0x83
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=13, txrate=2, rate=0x82
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=14, txrate=1, rate=0x81
Feb 21 07:44:23 thinkpad kernel: iwn_set_link_quality: i=15, txrate=0, rate=0x80
Feb 21 07:44:23 thinkpad kernel: wlan0: link state changed to UP
Feb 21 07:44:23 thinkpad kernel: received statistics without RSSI
Feb 21 07:44:23 thinkpad wpa_supplicant[529]: wlan0: Associated with 10:7b:ef:54:c5:c4
Feb 21 07:44:23 thinkpad dhclient[2395]: send_packet: No buffer space available
Feb 21 07:44:23 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:24 thinkpad last message repeated 2 times
Feb 21 07:44:24 thinkpad kernel: iwn_tx_data: qid 3 idx 83 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:44:24 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:24 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 84 len 9 nsegs 1
Feb 21 07:44:24 thinkpad kernel: iwn5000_tx_done: qid 3 idx 83 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:44:24 thinkpad kernel: iwn5000_tx_done: qid 3 idx 84 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:44:24 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:24 thinkpad last message repeated 2 times
Feb 21 07:44:25 thinkpad kernel: iwn_tx_data: qid 3 idx 85 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:44:25 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:25 thinkpad kernel: iwn5000_tx_done: qid 3 idx 85 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:44:26 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:26 thinkpad kernel: iwn_tx_data: qid 3 idx 86 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:44:26 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 87 len 9 nsegs 1
Feb 21 07:44:26 thinkpad kernel: iwn5000_tx_done: qid 3 idx 86 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:44:26 thinkpad kernel: iwn5000_tx_done: qid 3 idx 87 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:44:26 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:27 thinkpad kernel: iwn_tx_data: qid 3 idx 88 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:44:27 thinkpad kernel: iwn5000_tx_done: qid 3 idx 88 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:44:27 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:28 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 89 len 9 nsegs 1
Feb 21 07:44:28 thinkpad kernel: iwn5000_tx_done: qid 3 idx 89 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:44:28 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:29 thinkpad dhclient[2395]: send_packet: No buffer space available
Feb 21 07:44:30 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-DISCONNECTED bssid=10:7b:ef:54:c5:c4 reason=0
Feb 21 07:44:30 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] recv deauthenticate (reason 15)
Feb 21 07:44:30 thinkpad kernel: wlan0: link state changed to DOWN
Feb 21 07:44:30 thinkpad wpa_supplicant[529]: wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Feb 21 07:44:30 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="heavens-door" auth_failures=10 duration=30
Feb 21 07:44:30 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:38 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:44:40 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:44:43 thinkpad dhclient[2395]: send_packet: Invalid argument
Feb 21 07:44:45 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:44:45 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:44:45 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:44:45 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:44:45 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:44:46 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:44:46 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:44:46 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:44:46 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:44:46 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:44:46 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:44:46 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:44:46 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:44:51 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:44:54 thinkpad dhclient[2395]: send_packet: Network is down
Feb 21 07:44:54 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:44:56 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:44:57 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:44:57 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:44:57 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:02 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:02 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="heavens-door"
Feb 21 07:45:02 thinkpad wpa_supplicant[529]: wlan0: Trying to associate with 10:7b:ef:54:c5:c4 (SSID='heavens-door' freq=2452 MHz)
Feb 21 07:45:02 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] station assoc via MLME
Feb 21 07:45:02 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] switch station to HT40 channel 2452/0x40480
Feb 21 07:45:02 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 90 len 6 nsegs 1
Feb 21 07:45:02 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] recv auth frame with algorithm 0 seq 2
Feb 21 07:45:02 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 91 len 93 nsegs 1
Feb 21 07:45:02 thinkpad kernel: iwn5000_tx_done: qid 3 idx 90 retries 1 nkill 0 rate 420a duration 1242 status 201
Feb 21 07:45:02 thinkpad kernel: iwn5000_tx_done: qid 3 idx 91 retries 0 nkill 0 rate 420a duration 1474 status 201
Feb 21 07:45:02 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] assoc success at aid 1: long preamble, short slot time, QoS, HT40 (+AMPDU)
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: 1stream antenna=0x01, 2stream antenna=0x03, ntxstreams=2
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=0, txrate=15, rate=0x8f
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=1, txrate=14, rate=0x8e
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=2, txrate=13, rate=0x8d
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=3, txrate=12, rate=0x8c
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=4, txrate=11, rate=0x8b
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=5, txrate=10, rate=0x8a
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=6, txrate=9, rate=0x89
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=7, txrate=8, rate=0x88
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=8, txrate=7, rate=0x87
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=9, txrate=6, rate=0x86
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=10, txrate=5, rate=0x85
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=11, txrate=4, rate=0x84
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=12, txrate=3, rate=0x83
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=13, txrate=2, rate=0x82
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=14, txrate=1, rate=0x81
Feb 21 07:45:02 thinkpad kernel: iwn_set_link_quality: i=15, txrate=0, rate=0x80
Feb 21 07:45:02 thinkpad kernel: wlan0: link state changed to UP
Feb 21 07:45:02 thinkpad wpa_supplicant[529]: wlan0: Associated with 10:7b:ef:54:c5:c4
Feb 21 07:45:02 thinkpad kernel: received statistics without RSSI
Feb 21 07:45:02 thinkpad dhclient[2395]: send_packet: No buffer space available
Feb 21 07:45:02 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:03 thinkpad last message repeated 3 times
Feb 21 07:45:03 thinkpad kernel: iwn_tx_data: qid 3 idx 92 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:45:03 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 93 len 9 nsegs 1
Feb 21 07:45:03 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:03 thinkpad kernel: iwn5000_tx_done: qid 3 idx 92 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:45:03 thinkpad kernel: iwn5000_tx_done: qid 3 idx 93 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:45:03 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:04 thinkpad last message repeated 2 times
Feb 21 07:45:04 thinkpad kernel: iwn_tx_data: qid 3 idx 94 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:45:04 thinkpad kernel: iwn5000_tx_done: qid 3 idx 94 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:45:04 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:05 thinkpad kernel: iwn_tx_data: qid 3 idx 95 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:45:05 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 96 len 9 nsegs 1
Feb 21 07:45:05 thinkpad kernel: iwn5000_tx_done: qid 3 idx 95 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:45:05 thinkpad kernel: iwn5000_tx_done: qid 3 idx 96 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:45:05 thinkpad dhclient[2395]: send_packet: No buffer space available
Feb 21 07:45:05 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:06 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:06 thinkpad kernel: iwn_tx_data: qid 3 idx 97 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:45:06 thinkpad kernel: iwn5000_tx_done: qid 3 idx 97 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:45:06 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:07 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 98 len 9 nsegs 1
Feb 21 07:45:07 thinkpad kernel: iwn5000_tx_done: qid 3 idx 98 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:45:09 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-DISCONNECTED bssid=10:7b:ef:54:c5:c4 reason=0
Feb 21 07:45:09 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] recv deauthenticate (reason 15)
Feb 21 07:45:09 thinkpad kernel: wlan0: link state changed to DOWN
Feb 21 07:45:09 thinkpad wpa_supplicant[529]: wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Feb 21 07:45:09 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="heavens-door" auth_failures=11 duration=60
Feb 21 07:45:09 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:11 thinkpad dhclient[2395]: send_packet: Invalid argument
Feb 21 07:45:17 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:19 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:20 thinkpad dhclient[2395]: send_packet: Network is down
Feb 21 07:45:24 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:24 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:24 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:24 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:25 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:30 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:32 thinkpad dhclient[2395]: send_packet: Network is down
Feb 21 07:45:33 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:45:35 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:35 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:35 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:35 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:35 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:36 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:36 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:36 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:36 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:36 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:36 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:36 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:36 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:41 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:45 thinkpad dhclient[2395]: send_packet: Network is down
Feb 21 07:45:46 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:46 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:46 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:46 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:46 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:47 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:47 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:47 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:47 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:47 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:47 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:47 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:47 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:52 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:45:54 thinkpad dhclient[2395]: send_packet: Network is down
Feb 21 07:45:57 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:45:57 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:45:57 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:45:57 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:45:57 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:45:58 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:45:58 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:45:58 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:45:58 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:45:58 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:45:58 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:45:58 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:45:58 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:46:03 thinkpad power_profile: changed to 'performance'
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:46:03 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:46:05 thinkpad avahi-daemon[2286]: Received packet from invalid interface.
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:46:09 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:46:09 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="heavens-door"
Feb 21 07:46:09 thinkpad wpa_supplicant[529]: wlan0: Trying to associate with 10:7b:ef:54:c5:c4 (SSID='heavens-door' freq=2452 MHz)
Feb 21 07:46:09 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] station assoc via MLME
Feb 21 07:46:09 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] switch station to HT40 channel 2452/0x40480
Feb 21 07:46:09 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 99 len 6 nsegs 1
Feb 21 07:46:09 thinkpad kernel: iwn5000_tx_done: qid 3 idx 99 retries 0 nkill 0 rate 420a duration 778 status 201
Feb 21 07:46:09 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] recv auth frame with algorithm 0 seq 2
Feb 21 07:46:09 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 100 len 93 nsegs 1
Feb 21 07:46:09 thinkpad kernel: iwn5000_tx_done: qid 3 idx 100 retries 0 nkill 0 rate 420a duration 1474 status 201
Feb 21 07:46:09 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] assoc success at aid 1: long preamble, short slot time, QoS, HT40 (+AMPDU)
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: 1stream antenna=0x01, 2stream antenna=0x03, ntxstreams=2
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=0, txrate=15, rate=0x8f
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=1, txrate=14, rate=0x8e
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=2, txrate=13, rate=0x8d
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=3, txrate=12, rate=0x8c
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=4, txrate=11, rate=0x8b
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=5, txrate=10, rate=0x8a
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=6, txrate=9, rate=0x89
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=7, txrate=8, rate=0x88
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=8, txrate=7, rate=0x87
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=9, txrate=6, rate=0x86
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=10, txrate=5, rate=0x85
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=11, txrate=4, rate=0x84
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=12, txrate=3, rate=0x83
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=13, txrate=2, rate=0x82
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=14, txrate=1, rate=0x81
Feb 21 07:46:09 thinkpad kernel: iwn_set_link_quality: i=15, txrate=0, rate=0x80
Feb 21 07:46:09 thinkpad kernel: wlan0: link state changed to UP
Feb 21 07:46:09 thinkpad wpa_supplicant[529]: wlan0: Associated with 10:7b:ef:54:c5:c4
Feb 21 07:46:09 thinkpad dhclient[2395]: send_packet: No buffer space available
Feb 21 07:46:09 thinkpad kernel: received statistics without RSSI
Feb 21 07:46:09 thinkpad kernel: iwn_tx_data: qid 3 idx 101 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:46:09 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 102 len 9 nsegs 1
Feb 21 07:46:09 thinkpad kernel: iwn5000_tx_done: qid 3 idx 101 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:46:09 thinkpad kernel: iwn5000_tx_done: qid 3 idx 102 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:46:10 thinkpad kernel: iwn_tx_data: qid 3 idx 103 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:46:10 thinkpad kernel: iwn5000_tx_done: qid 3 idx 103 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:46:11 thinkpad kernel: iwn_tx_data: qid 3 idx 104 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:46:11 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 105 len 9 nsegs 1
Feb 21 07:46:11 thinkpad kernel: iwn5000_tx_done: qid 3 idx 104 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:46:11 thinkpad kernel: iwn5000_tx_done: qid 3 idx 105 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:46:12 thinkpad kernel: iwn_tx_data: qid 3 idx 106 len 129 nsegs 2 rate 0002 plcp 0x0000420a
Feb 21 07:46:12 thinkpad kernel: iwn5000_tx_done: qid 3 idx 106 retries 16 nkill 0 rate 6902 duration 1867 status 83
Feb 21 07:46:13 thinkpad kernel: iwn_tx_data_raw: qid 3 idx 107 len 9 nsegs 1
Feb 21 07:46:13 thinkpad kernel: iwn5000_tx_done: qid 3 idx 107 retries 7 nkill 0 rate 420a duration 3416 status 83
Feb 21 07:46:15 thinkpad dhclient[2395]: send_packet: No buffer space available
Feb 21 07:46:15 thinkpad kernel: wlan0: [10:7b:ef:54:c5:c4] recv deauthenticate (reason 15)
Feb 21 07:46:15 thinkpad kernel: wlan0: link state changed to DOWN
Feb 21 07:46:15 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-DISCONNECTED bssid=10:7b:ef:54:c5:c4 reason=0
Feb 21 07:46:15 thinkpad wpa_supplicant[529]: wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Feb 21 07:46:15 thinkpad wpa_supplicant[529]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="heavens-door" auth_failures=12 duration=60
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:46:25 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:46:26 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1
Feb 21 07:46:28 thinkpad dhclient[2395]: send_packet: Invalid argument
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 1 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 6 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 11 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 7 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 13 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 2 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 3 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 4 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 5 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 8 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 9 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 10 status 1
Feb 21 07:46:31 thinkpad kernel: iwn_notif_intr: scanning channel 12 status 1


More information about the freebsd-wireless mailing list