Re: Panic On Restarting netif

2017-05-23 Thread Andriy Gapon
le [hardware] error in the CPU2 L2 cache. The CPU might have started dying. > MCA: Address 0xaa00 > MCA: Misc 0x30e286 -- Andriy Gapon ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wirel

Re: Panic On Restarting netif

2017-05-24 Thread Andriy Gapon
On 23/05/2017 20:45, Pete Wright wrote: > > > On 05/23/2017 10:42, Andriy Gapon wrote: >> On 23/05/2017 20:28, Pete Wright wrote: >>> MCA: Bank 6, Status 0xfe801136 >>> MCA: Global Cap 0x0c08, Status 0x0005 >>> MCA: Ve

iwm rfkill

2020-05-18 Thread Andriy Gapon
nters (documentation, etc) ? Thanks! -- Andriy Gapon ___ 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: iwm rfkill

2020-05-19 Thread Andriy Gapon
On 18/05/2020 18:42, Adrian Chadd wrote: > On Mon, 18 May 2020 at 00:57, Andriy Gapon wrote: >> >> >> I am trying to get my laptop fully functional and one of the things that >> currently does not work as expected is a Wi-Fi / Radio special key. >> It seems to

Re: iwm rfkill

2020-05-19 Thread Andriy Gapon
On 20/05/2020 01:40, Andriy Gapon wrote: > On 18/05/2020 18:42, Adrian Chadd wrote: >> On Mon, 18 May 2020 at 00:57, Andriy Gapon wrote: >>> >>> >>> I am trying to get my laptop fully functional and one of the things that >>> currently does not wo

Re: iwm rfkill

2020-05-20 Thread Andriy Gapon
On 20/05/2020 02:11, Adrian Chadd wrote: > On Tue, 19 May 2020 at 16:07, Andriy Gapon wrote: > > >>> >>> Adrian, thank you very much for your suggestion. >>> Being a complete noob in this area, this is my stab at it: >>> https://reviews.freebsd.or

open networks

2020-05-24 Thread Andriy Gapon
How to tell from ifconfig wlan scan output which networks are open? Thanks! -- Andriy Gapon ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wir

Re: open networks

2020-05-25 Thread Andriy Gapon
On 25/05/2020 14:00, Lars Engels wrote: > Am 2020-05-25 08:48, schrieb Andriy Gapon: >> How to tell from ifconfig wlan scan output which networks are open? >> Thanks! > ^ > ifconfig -v list scan So, still, how do I tell which of them are op

Re: open networks

2020-05-25 Thread Andriy Gapon
.. PPower Save. Indicates that the station is operating in power save mode. -- Andriy Gapon ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe,

Re: open networks

2020-05-26 Thread Andriy Gapon
'P'; getcaps is what list scan / aps uses. getflags is used by list sta (stations), which I guess is what you actually meant. > On Mon, 25 May 2020 at 14:11, Andriy Gapon wrote: >> >> On 26/05/2020 00:00, Adrian Chadd wrote: >>> I though it wa

Re: open networks

2020-05-27 Thread Andriy Gapon
On 26/05/2020 11:48, Andriy Gapon wrote: > list scan and list ap(s) produce exactly the same output, I guess that they > are > just aliases. > > Okay, looking at the code I see it. > getcaps has this: > if (capinfo & IEEE80211_CAPINFO_PRIVACY) >

Re: [Bug 246998] iwm: Wireless device not working after resume

2020-06-10 Thread Andriy Gapon
On 09/06/2020 21:12, Alexandr Krivulya wrote: > 09.06.20 09:52, bugzilla-nore...@freebsd.org пишет: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246998 >> >> --- Comment #10 from Andriy Gapon --- >> (In reply to Alexandr Krivulya from comment #9) >>

per-VAP vs shared ifconfig options

2021-01-03 Thread Andriy Gapon
Is there an easy way to tell which wireless ifconfig option is shared and which is per VAP? I mean, 'channel' is shared, 'ssid' is per VAP obviously. But how about the rest? Is that explicitly documented somewhere? Is there something obvious to search for in the sourc