Re: TP-Link TL-WDN3200 device periodically loses connection on some networks

2016-12-12 Thread Adrian Chadd
Andriy is figuring it out with you :) It sounds like it's a key
programming thing?

On 12 December 2016 at 22:16, Yuri  wrote:
> I created the bug report for this
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215265 since there is no
> known solution.
>
>
> Yuri
> ___
> freebsd-wireless@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: TP-Link TL-WDN3200 device periodically loses connection on some networks

2016-12-12 Thread Yuri
I created the bug report for this 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215265 since there is 
no known solution.


Yuri
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 215265] TP-Link TL-WDN3200 device periodically loses connection on some networks

2016-12-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215265

Bug ID: 215265
   Summary: TP-Link TL-WDN3200 device periodically loses
connection on some networks
   Product: Base System
   Version: 11.0-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: wireless
  Assignee: freebsd-wireless@FreeBSD.org
  Reporter: y...@rawbw.com

This device
> ugen3.2: <802.11 n WLAN Ralink> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) 
> pwr=ON (450mA)
> TP-Link  TL-WDN3200  idVendor = 0x148f   idProduct = 0x5572
works fine with some wifi networks, but periodically loses connection on other
networks. Pings to the local router get lost while ifconfig shows that device
stays up and running.

> wlandebug +crypto +assoc +state
doesn't print anything at the moment of failure and later.
TKIP is used in both observed working and failing networks.

There is some factor in some wifi networks that causes failures which isn't
obvious. I mostly observed successful work on the networks where I was the only
or major user so this may be the factor, or this may as well be coincidental.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: TP-Link TL-WDN3200 device periodically loses connection on some networks

2016-12-11 Thread Andriy Voskoboinyk

Sun, 11 Dec 2016 01:06:55 +0200 було написано :

Looks like it does not like CCMP + TKIP combination (or just TKIP?).

Can you check it with TKIP (pair) + TKIP (group) AP ?


On 12/06/2016 21:48, adrian.chadd at gmail.com (Adrian Chadd) wrote:

ry compiling with IEEE80211_DEBUG and then wlandebug +crypto +assoc  
+state


let's see if it's something to do with going rx deaf, or RX crypto  
errors:(


Today I stumbled upon another network that fails with the same symptom,  
loss of IP connectivity. Nothing new is printed at and after the moment  
of failure, see below.


Yuri


wlan0: start running, 0 vaps running
wlan0: ieee80211_start_locked: up parent run0
run0: firmware RT3071 ver. 0.33 loaded
wlan0: start running, 1 vaps running
wlan0: ieee80211_new_state_locked: INIT -> SCAN (nrunning 0 nscanning 0)
wlan0: ieee80211_newstate_cb: INIT -> SCAN arg 0
wlan0: sta_newstate: INIT -> SCAN (0)
wlan0: [00:23:33:20:5d:94] station assoc via MLME
wlan0: ieee80211_new_state_locked: SCAN -> AUTH (nrunning 0 nscanning 0)
wlan0: ieee80211_newstate_cb: SCAN -> AUTH arg 192
wlan0: sta_newstate: SCAN -> AUTH (192)
wlan0: ieee80211_new_state_locked: AUTH -> ASSOC (nrunning 0 nscanning 0)
wlan0: ieee80211_newstate_cb: AUTH -> ASSOC arg 0
wlan0: sta_newstate: AUTH -> ASSOC (0)
wlan0: [00:23:33:20:5d:94] assoc success at aid 1: short preamble, short  
slot time, QoS

wlan0: ieee80211_new_state_locked: ASSOC -> RUN (nrunning 0 nscanning 0)
wlan0: ieee80211_newstate_cb: ASSOC -> RUN arg 16
wlan0: sta_newstate: ASSOC -> RUN (16)
wlan0: link state changed to UP
wlan0: ieee80211_crypto_newkey: cipher 3 flags 0x3 keyix 65535
wlan0: ieee80211_crypto_setkey: AES-CCM keyix 0 flags 0x103 mac  
00:23:33:20:5d:94 rsc 0 tsc 0 len 16

wlan0: ieee80211_crypto_newkey: cipher 1 flags 0x6 keyix 1
wlan0: ieee80211_crypto_setkey: TKIP keyix 1 flags 0x106 mac  
ff:ff:ff:ff:ff:ff rsc 0 tsc 0 len 16


___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to  
"freebsd-wireless-unsubscr...@freebsd.org"

___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: TP-Link TL-WDN3200 device periodically loses connection on some networks

2016-12-10 Thread yuri

On 12/06/2016 21:48, adrian.chadd at gmail.com (Adrian Chadd) wrote:


ry compiling with IEEE80211_DEBUG and then wlandebug +crypto +assoc +state

let's see if it's something to do with going rx deaf, or RX crypto errors:(


Today I stumbled upon another network that fails with the same symptom, 
loss of IP connectivity. Nothing new is printed at and after the moment 
of failure, see below.


Yuri


wlan0: start running, 0 vaps running
wlan0: ieee80211_start_locked: up parent run0
run0: firmware RT3071 ver. 0.33 loaded
wlan0: start running, 1 vaps running
wlan0: ieee80211_new_state_locked: INIT -> SCAN (nrunning 0 nscanning 0)
wlan0: ieee80211_newstate_cb: INIT -> SCAN arg 0
wlan0: sta_newstate: INIT -> SCAN (0)
wlan0: [00:23:33:20:5d:94] station assoc via MLME
wlan0: ieee80211_new_state_locked: SCAN -> AUTH (nrunning 0 nscanning 0)
wlan0: ieee80211_newstate_cb: SCAN -> AUTH arg 192
wlan0: sta_newstate: SCAN -> AUTH (192)
wlan0: ieee80211_new_state_locked: AUTH -> ASSOC (nrunning 0 nscanning 0)
wlan0: ieee80211_newstate_cb: AUTH -> ASSOC arg 0
wlan0: sta_newstate: AUTH -> ASSOC (0)
wlan0: [00:23:33:20:5d:94] assoc success at aid 1: short preamble, short 
slot time, QoS

wlan0: ieee80211_new_state_locked: ASSOC -> RUN (nrunning 0 nscanning 0)
wlan0: ieee80211_newstate_cb: ASSOC -> RUN arg 16
wlan0: sta_newstate: ASSOC -> RUN (16)
wlan0: link state changed to UP
wlan0: ieee80211_crypto_newkey: cipher 3 flags 0x3 keyix 65535
wlan0: ieee80211_crypto_setkey: AES-CCM keyix 0 flags 0x103 mac 
00:23:33:20:5d:94 rsc 0 tsc 0 len 16

wlan0: ieee80211_crypto_newkey: cipher 1 flags 0x6 keyix 1
wlan0: ieee80211_crypto_setkey: TKIP keyix 1 flags 0x106 mac 
ff:ff:ff:ff:ff:ff rsc 0 tsc 0 len 16


___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: TP-Link TL-WDN3200 device periodically loses connection on some networks

2016-12-06 Thread Adrian Chadd
ry compiling with IEEE80211_DEBUG and then wlandebug +crypto +assoc +state

let's see if it's something to do with going rx deaf, or RX crypto errors :(


-adrian


On 6 December 2016 at 21:47, Yuri  wrote:
> This device
>
> ugen3.2: <802.11 n WLAN Ralink> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps)
> pwr=ON (450mA)
>
> TP-Link  TL-WDN3200  idVendor = 0x148f   idProduct = 0x5572
>
> works fine with my home router, but periodically loses connection on other
> networks. For example, I lost connection about 5 times during the day. Pings
> to the local router get lost while ifconfig says that device stays up and
> running:
>
> wlan0: flags=8843 metric 0 mtu 1500
> ether XX:XX:XX:XX:XX:XX
> inet 10.1.0.216 netmask 0xfc00 broadcast 10.1.3.255
> nd6 options=29
> media: IEEE 802.11 Wireless Ethernet OFDM/6Mbps mode 11a
> status: associated
> ssid "Xxx Hotel" channel 44 (5220 MHz 11a) bssid
> 28:XX:XX:XX:XX:XX
> regdomain FCC country US authmode OPEN privacy OFF txpower 17 bmiss
> 7
> mcastrate 6 mgmtrate 6 scanvalid 60 wme roaming MANUAL
> groups: wlan
>
>
> This ssid had about 8 bssids, and a lot of people were using it at the same
> time, if congestion matters.
>
> FreeBSD 11 amd64
>
>
> Yuri
>
>
> ___
> freebsd-wireless@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


TP-Link TL-WDN3200 device periodically loses connection on some networks

2016-12-06 Thread Yuri

This device

ugen3.2: <802.11 n WLAN Ralink> at usbus3, cfg=0 md=HOST spd=HIGH 
(480Mbps) pwr=ON (450mA)


TP-Link  TL-WDN3200  idVendor = 0x148f   idProduct = 0x5572

works fine with my home router, but periodically loses connection on 
other networks. For example, I lost connection about 5 times during the 
day. Pings to the local router get lost while ifconfig says that device 
stays up and running:


wlan0: flags=8843 metric 0 mtu 1500
ether XX:XX:XX:XX:XX:XX
inet 10.1.0.216 netmask 0xfc00 broadcast 10.1.3.255
nd6 options=29
media: IEEE 802.11 Wireless Ethernet OFDM/6Mbps mode 11a
status: associated
ssid "Xxx Hotel" channel 44 (5220 MHz 11a) bssid 
28:XX:XX:XX:XX:XX
regdomain FCC country US authmode OPEN privacy OFF txpower 17 
bmiss 7

mcastrate 6 mgmtrate 6 scanvalid 60 wme roaming MANUAL
groups: wlan


This ssid had about 8 bssids, and a lot of people were using it at the 
same time, if congestion matters.


FreeBSD 11 amd64


Yuri


___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"