[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #4 from Sergey --- Another excerpt from dmesg: wlan0: ieee80211_sta_ps_timer_check: lastdata=18446744071562136372, ticks=18446744071562137461 wlan0: ieee80211_sta_ps_timer_check: lastdata=18446744071562137585, ticks=18446744071

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #5 from Adrian Chadd --- hi, can you capture the whole dmesg from association to disconnects? I'd like to see what's going on the whole time. Thanks! -adrian -- You are receiving this mail because: You are the assignee for

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #6 from Sergey --- wlan0: _ieee80211_crypto_delkey: NONE keyix 65535 flags 0x3 rsc 0 tsc 0 len 0 wlan0: _ieee80211_crypto_delkey: AES-CCM keyix 1 flags 0x106 rsc 0 tsc 0 len 16 wlan0: [a0:f3:c1:46:1a:f3] station assoc via MLME

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #7 from Adrian Chadd --- God damnit, okay. So it /looks/ like a single bit corruption of the RSC, which causes the AES-CCM code to consider everything afterwards to be a replay attack. ie: Adrians-MacBook-Pro:~ adrian$ perl -e

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #8 from Sergey --- Adrian, Do you have any thoughts about how can I fix the problem ? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-wireless@f

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #9 from Sergey --- Got another portion of messages after "disconnection" wlan0: beacon miss, mode STA state RUN wlan0: send probe req on channel 9 bssid a0:f3:c1:46:1a:f3 ssid "KPECT" wlan0: beacon miss, mode STA state RUN wlan

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #10 from Adrian Chadd --- Yeah, that's a beacon miss. I'm not sure why that is yet. You can try -bgscan -powersave just to enforce things, but I don't know if it's going to help all that much. The PN corruption is just very dam

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #11 from Sergey --- But I already have -bgscan disabled in rc.conf and powersave mode seems to be turned off: $ ifconfig -v wlan0 | grep -i power AES-CCM 3:128-bit powersavemode OFF powersavesleep 100 txpower 20 $ gre

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #12 from Adrian Chadd --- Hiya, So the beacon miss / TSFOOR is the driver side. I can go take another look at fixing that up. The CCMP replay attack thing - that we need another NIC to sniff the air in monitor mode and try to

[Bug 213621] WIFI connection is lost periodically on ath0

2016-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213621 --- Comment #13 from Adrian Chadd --- how hard / quickly does the CCMP replay attack issue happen? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-wireless@

run0 USB NIC doesn't create the network interface on 11

2016-10-22 Thread Yuri
I upgraded the system from 10.3 to 11 and the network interface isn't created any more for this TP-Link / N600 card: > run0 on uhub3 > run0: <1.0> on usbus3 > run0: MAC/BBP RT5592 (rev 0x0222), RF RT5592 (MIMO 2T2R), address 60:xx:xx:xx:xx:xx What changed in 11? Yuri _

Re: run0 USB NIC doesn't create the network interface on 11

2016-10-22 Thread Michael Zhilin
Hi, Since 11- there is no network interface for wireless devices. To list wireless devices, please use: "sysctl net.wlan.devices". To create network interface, use: "ifconfig wlan0 create wlandev run0" (or via /etc/rc.conf, but I don't remember exact command). Thanks! On Sun, Oct 23, 2016 at 9:2