On Sat, Dec 21, 2024 at 10:14 AM KeithG <ys3al35l@xxxxxxxxx> wrote: > > James, > > I was messing with this some more. I was able to pull the latest > iwd-git that already has your patch in it and can confirm that using > iwd and the latest kernel that it will connect. > If I use iwctl, it works fine. If I use connmanctl, it does not unless > I have already connected using iwctl. > > What happens, I think, in connmanctl is that it initiates a > connection, then says connected, but does not actually grab the dhcp > address. > > connmanctl> agent on > Agent registered > connmanctl> connect wifi_d83addd2ae3c_6465736b534145_managed_psk > Agent RequestInput wifi_d83addd2ae3c_6465736b534145_managed_psk > Passphrase = [ Type=psk, Requirement=mandatory ] > Passphrase? ******* > connmanctl> services > c deskSAE wifi_d83addd2ae3c_6465736b534145_managed_psk > Connected wifi_d83addd2ae3c_6465736b534145_managed_psk > connmanctl> services > *AR deskSAE wifi_d83addd2ae3c_6465736b534145_managed_psk > > but no DHCP address: > # ifconfig wlan0 > wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 > inet 169.254.182.158 netmask 255.255.0.0 broadcast 169.254.255.255 > inet6 fe80::da3a:ddff:fed2:ae3c prefixlen 64 scopeid 0x20<link> > ether d8:3a:dd:d2:ae:3c txqueuelen 4000 (Ethernet) > RX packets 1631 bytes 167645 (163.7 KiB) > RX errors 0 dropped 0 overruns 0 frame 0 > TX packets 349 bytes 47812 (46.6 KiB) > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > > if I initiate the connection using iwctl, it works, connects, gets a > DHCP and I can ping the AP. The problem is something between connman > and iwd, I think. > > I have tried this on the Pi3 with a v8 kernel and a pi5 using a 2712 > kernel. Both have the latest firmware from infineon. > These are the versions of iwd and connman (I think they are up to date): > iwd-git/now 3.3.r0.g4b535cee-1 arm64 [installed,local] > connman-git/now 1.43.r4.g263e151f-1 arm64 [installed,local] > I thought I saw this behavior on the Pi3b+, but was unable to check it > as in depth as I have here on the Pi5. > > Do you need a log or journal to debug what is going on? > > > On Thu, Dec 19, 2024 at 8:22 AM KeithG <ys3al35l@xxxxxxxxx> wrote: > > > > So, how do we get these in the rpi kernel source? > > > > I was testing this using a firmware from Infineon's repository which > > is a rev newer than what is in the RPi image. I will try it again > > tonight, but with the firmware which is shipped in the current, > > Bookworm RPi image. It is a rev back from the version I was using here > > to test this. It still does have external auth, so it may work as > > well. I'll let you know. > > > > Keith > > > > On Thu, Dec 19, 2024 at 7:43 AM James Prestwood <prestwoj@xxxxxxxxx> wrote: > > > > > > Hi Keith, > > > > > > On 12/19/24 5:38 AM, KeithG wrote: > > > > On Thu, Dec 19, 2024 at 6:46 AM James Prestwood <prestwoj@xxxxxxxxx> wrote: > > > >> Hi Keith, > > > >> > > > >> On 12/18/24 5:46 PM, KeithG wrote: > > > >>> On Wed, Dec 18, 2024 at 8:10 AM KeithG <ys3al35l@xxxxxxxxx> wrote: > > > >>>> On Wed, Dec 18, 2024 at 4:21 AM Arend van Spriel > > > >>>> <arend.vanspriel@xxxxxxxxxxxx> wrote: > > > >>>>> On 12/18/2024 1:21 AM, KeithG wrote: > > > >>>>>> On Tue, Dec 17, 2024 at 7:47 AM Arend van Spriel > > > >>>>>> <arend.vanspriel@xxxxxxxxxxxx> wrote: > > > >>>>>>> > > > >>>>>>> On 12/17/2024 1:13 AM, KeithG wrote: > > > >>>>>>>> On Mon, Dec 16, 2024 at 1:50 PM Arend van Spriel > > > >>>>>>>> <arend.vanspriel@xxxxxxxxxxxx> wrote: > > > >>>>>>>>> On 12/16/2024 1:21 PM, KeithG wrote: > > > >>>>>>>>>> On Mon, Dec 16, 2024 at 3:47 AM Arend van Spriel > > > >>>>>>>>>> <arend.vanspriel@xxxxxxxxxxxx> wrote: > > > >>>>>>>>>>> On 12/16/2024 10:43 AM, Arend van Spriel wrote: > > > >>>>>>>>>>>> On 12/16/2024 1:17 AM, KeithG wrote: > > > >>>>>>>>>>>>> On Sun, Dec 15, 2024 at 11:33 AM Arend Van Spriel > > > >>>>>>>>>>>>> <arend.vanspriel@xxxxxxxxxxxx> wrote: > > > >>>>>>>>>>>>>> On December 15, 2024 5:08:12 PM KeithG <ys3al35l@xxxxxxxxx> wrote: > > > >>>>>>>>>>>>>> > > > >>>>>>>>>>>>>>> On Sun, Dec 15, 2024 at 6:12 AM Arend van Spriel > > > >>>>>>>>>>>>>>> <arend.vanspriel@xxxxxxxxxxxx> wrote: > > > >>>>>>>>>>>>>>>> On 12/14/2024 2:34 PM, KeithG wrote: > > > >>>>>>>>>>>>>>>>> Arend, > > > >>>>>>>>>>>>>>>>> > > > >>>>>>>>>>>>>>>>> I looked through the info where I got the latest firmware: > > > >>>>>>>>>>>>>>>>> https://community.infineon.com/t5/Wi-Fi-Bluetooth-for-Linux/Wi-Fi- > > > >>>>>>>>>>>>>>>>> A-class-Linux-Driver-release-FMAC-2024-11-21-Documents/td-p/905045 > > > >>>>>>>>>>>>>>>>> https://community.infineon.com/t5/AIROC-Wi-Fi-and-Wi-Fi-Bluetooth/ > > > >>>>>>>>>>>>>>>>> Cypress-Linux-WiFi-Driver-Release-FMAC-2024-11-21/td-p/902888 > > > >>>>>>>>>>>>>>>>> and did not find anything, but I really do not know what I am > > > >>>>>>>>>>>>>>>>> looking for. > > > >>>>>>>>>>>>>>>> I think I had a bit more luck and maybe found the needle. I sent out > > > >>>>>>>>>>>>>>>> another RFT patch which hopefully gets rid of the BCME_BADLEN error. > > > >>>>>>>>>>>>>>>> > > > >>>>>>>>>>>>>>>> Regards, > > > >>>>>>>>>>>>>>>> Arend > > > >>>>>>>>>>>>>>> Arend, > > > >>>>>>>>>>>>>>> > > > >>>>>>>>>>>>>>> Can you send me a link to that patch? I want to try it. > > > >>>>>>>>>>>>>> Hmm. I explicitly sent it to you, but here is a link to patchwork: > > > >>>>>>>>>>>>>> > > > >>>>>>>>>>>>>> https://patchwork.kernel.org/project/linux-wireless/ > > > >>>>>>>>>>>>>> patch/20241215120401.238320-1-arend.vanspriel@xxxxxxxxxxxx/ > > > >>>>>>>>>>>>>> > > > >>>>>>>>>>>>>> You can apply it on top of the other 3 patches. > > > >>>>>>>>>>>>>> > > > >>>>>>>>>>>>>> Regards, > > > >>>>>>>>>>>>>> Arend > > > >>>>>>>>>>>>>> > > > >>>>>>>>>>>>> Thanks! I got it. > > > >>>>>>>>>>>>> I am building now and have tried to apply what I think are the correct > > > >>>>>>>>>>>>> patches. They do not apply cleanly and I had to hand edit things. My > > > >>>>>>>>>>>>> guess is I messed something up. > > > >>>>>>>>>>>>> I will see what happens when I reboot. It'll take a few hours to build > > > >>>>>>>>>>>>> on my Pi4 then for me to install it on the 3b+ to test. > > > >>>>>>>>>>>>> > > > >>>>>>>>>>>>> I hope I understand which are the '3 other' patches. > > > >>>>>>>>>>>>> > > > >>>>>>>>>>>>> This is the one I got from your link: > > > >>>>>>>>>>>>> RFT-brcmfmac-Fix-structure-size-for-WPA3-external-SAE.diff > > > >>>>>>>>>>>>> > > > >>>>>>>>>>>>> These are what I understand are the '3 other patches' > > > >>>>>>>>>>>>> RFT-v2-1-3-wifi-brcmfmac-support-per-vendor-cfg80211-callbacks-and- > > > >>>>>>>>>>>>> firmware-events.patch.diff > > > >>>>>>>>>>>>> RFT-v2-2-3-wifi-brcmfmac-make-per-vendor-event-map-const.patch.diff > > > >>>>>>>>>>>>> RFT-v2-3-3-wifi-brcmfmac-cyw-support-external-SAE-authentication-in- > > > >>>>>>>>>>>>> station-mode.patch.diff > > > >>>>>>>>>>>>> > > > >>>>>>>>>>>>> If they are not correct could you send me links to them and I'll try > > > >>>>>>>>>>>>> again. > > > >>>>>>>>>>>> You got it right. Kuddos. > > > >>>>>>>>>>> Ignored my spelling checker, but apparently it should be "kudos". > > > >>>>>>>>>>> Another lesson learned today. > > > >>>>>>>>>>> > > > >>>>>>>>>>> Regards, > > > >>>>>>>>>>> Arend > > > >>>>>>>>>> Arend, > > > >>>>>>>>>> > > > >>>>>>>>>> Thanks for the confirmation. My attempt at a hand edit to apply the > > > >>>>>>>>>> rejected portions resulted in a failed build with the current RPiOS > > > >>>>>>>>>> kernel in the git repo: > > > >>>>>>>>>> # uname -a > > > >>>>>>>>>> Linux jackrune 6.6.64-v8+ #6 SMP PREEMPT Sun Dec 15 23:55:30 CST 2024 > > > >>>>>>>>>> aarch64 GNU/Linux > > > >>>>>>>>>> > > > >>>>>>>>>> When I try to apply them, I get this: > > > >>>>>>>>>> $ patch -Np1 -i > > > >>>>>>>>>> RFT-v2-1-3-wifi-brcmfmac-support-per-vendor-cfg80211-callbacks-and-firmware-events.patch.diff > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c > > > >>>>>>>>>> Hunk #1 FAILED at 6752. > > > >>>>>>>>>> 1 out of 1 hunk FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c.rej > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c > > > >>>>>>>>>> Hunk #1 succeeded at 524 (offset 33 lines). > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c > > > >>>>>>>>>> Hunk #1 FAILED at 1359. > > > >>>>>>>>>> 1 out of 1 hunk FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c.rej > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c > > > >>>>>>>>>> Hunk #1 succeeded at 74 (offset -1 lines). > > > >>>>>>>>>> Hunk #2 succeeded at 336 (offset -70 lines). > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwvid.h > > > >>>>>>>>>> Hunk #1 FAILED at 15. > > > >>>>>>>>>> Hunk #2 succeeded at 47 with fuzz 1 (offset -9 lines). > > > >>>>>>>>>> 1 out of 2 hunks FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwvid.h.rej > > > >>>>>>>>>> $ patch -Np1 -i RFT-v2- > > > >>>>>>>>>> RFT-v2-1-3-wifi-brcmfmac-support-per-vendor-cfg80211-callbacks-and-firmware-events.patch.diff > > > >>>>>>>>>> RFT-v2-2-3-wifi-brcmfmac-make-per-vendor-event-map-const.patch.diff > > > >>>>>>>>>> RFT-v2-3-3-wifi-brcmfmac-cyw-support-external-SAE-authentication-in-station-mode.patch.diff > > > >>>>>>>>>> $ patch -Np1 -i > > > >>>>>>>>>> RFT-v2-2-3-wifi-brcmfmac-make-per-vendor-event-map-const.patch.diff > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.h > > > >>>>>>>>>> Hunk #1 FAILED at 337. > > > >>>>>>>>>> 1 out of 1 hunk FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.h.rej > > > >>>>>>>>>> $ patch -Np1 -i > > > >>>>>>>>>> RFT-v2-3-3-wifi-brcmfmac-cyw-support-external-SAE-authentication-in-station-mode.patch.diff > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c > > > >>>>>>>>>> Hunk #1 succeeded at 75 (offset 1 line). > > > >>>>>>>>>> Hunk #2 FAILED at 1940. > > > >>>>>>>>>> Hunk #3 FAILED at 2158. > > > >>>>>>>>>> Hunk #4 FAILED at 2216. > > > >>>>>>>>>> Hunk #5 succeeded at 5522 (offset 22 lines). > > > >>>>>>>>>> Hunk #6 succeeded at 5697 (offset 90 lines). > > > >>>>>>>>>> Hunk #7 succeeded at 6126 (offset 125 lines). > > > >>>>>>>>>> Hunk #8 succeeded at 7596 with fuzz 1 (offset 255 lines). > > > >>>>>>>>>> Hunk #9 FAILED at 7647. > > > >>>>>>>>>> 4 out of 9 hunks FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c.rej > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h > > > >>>>>>>>>> Hunk #3 succeeded at 243 (offset 15 lines). > > > >>>>>>>>>> Hunk #4 FAILED at 244. > > > >>>>>>>>>> Hunk #5 succeeded at 507 (offset 18 lines). > > > >>>>>>>>>> 1 out of 5 hunks FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h.rej > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/core.c > > > >>>>>>>>>> Hunk #1 FAILED at 8. > > > >>>>>>>>>> Hunk #2 FAILED at 39. > > > >>>>>>>>>> Hunk #3 FAILED at 49. > > > >>>>>>>>>> 3 out of 3 hunks FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/core.c.rej > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/fwil_types.h > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c > > > >>>>>>>>>> Hunk #1 FAILED at 42. > > > >>>>>>>>>> 1 out of 1 hunk FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c.rej > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.h > > > >>>>>>>>>> Hunk #1 succeeded at 32 with fuzz 2 (offset 1 line). > > > >>>>>>>>>> Hunk #2 succeeded at 60 with fuzz 1 (offset 2 lines). > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c > > > >>>>>>>>>> Hunk #1 FAILED at 450. > > > >>>>>>>>>> 1 out of 1 hunk FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c.rej > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.h > > > >>>>>>>>>> Hunk #1 FAILED at 94. > > > >>>>>>>>>> 1 out of 1 hunk FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.h.rej > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwvid.h > > > >>>>>>>>>> Hunk #1 FAILED at 15. > > > >>>>>>>>>> Hunk #2 succeeded at 47 with fuzz 1 (offset -11 lines). > > > >>>>>>>>>> 1 out of 2 hunks FAILED -- saving rejects to file > > > >>>>>>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwvid.h.r > > > >>>>>>>>>> $ patch -Np1 -i RFT-brcmfmac-Fix-structure-size-for-WPA3-external-SAE.diff > > > >>>>>>>>>> patching file drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/fwil_types.h > > > >>>>>>>>>> > > > >>>>>>>>>> Is there another missing patch? > > > >>>>>>>>>> > > > >>>>>>>>>> The kernel for the RPi is at this commit: > > > >>>>>>>>>> commit 80533a952218696c0ef1b346bab50dc401e6b74c (HEAD -> rpi-6.6.y, > > > >>>>>>>>>> origin/rpi-6.6.y, origin/HEAD) > > > >>>>>>> So what repository does origin refer to. Can you share the URL? > > > >>>>>>> > > > >>>>>>> I will check if I posted any patches between 6.6 and 6.10+ Get back to > > > >>>>>>> this later o > > > >>>>>>> > > > >>>>>>> Regards, > > > >>>>>>> Arend > > > >>>>>> Arend, > > > >>>>>> > > > >>>>>> I am using the RaspberryPi repo: > > > >>>>>> https://github.com/raspberrypi/linux > > > >>>>> I was afraid you would say that. So we need to determine what brcmfmac > > > >>>>> patches are in there compared to upstream kernel. So checking the code I > > > >>>>> think you should apply only the "Fix-structure-size" patch to > > > >>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h. Let me > > > >>>>> know if that works for you. > > > >>>>> > > > >>>>> Gr. AvS > > > >>>> Arend, > > > >>>> > > > >>>> That patch applied to the file in the folder you suggested. I am > > > >>>> building a kernel now and will see any changes this evening. Thanks > > > >>>> for the help. > > > >>>> > > > >>>> Regards, > > > >>>> > > > >>>> Keith > > > >>> Arend, > > > >>> > > > >>> Thanks for the guidance and help. > > > >>> > > > >>> I tried with the patched kernel and was unable to connect. The 2 > > > >>> attached files are the log with brcmfmac debugging and iwd debugging > > > >>> turned o. and the other is an iwmon capture of an attempt to connect. > > > >>> This time, though, I get no IP address at all. Just an error out when > > > >>> I try to connect using iwctl. I get: > > > >>> > > > >>> [iwd]# station wlan0 connect deskSAE > > > >>> Type the network passphrase for deskSAE psk. > > > >>> Passphrase: ********* > > > >>> Operation failed > > > >>> NetworkConfigurationEnabled: enabled > > > >>> StateDirectory: /var/lib/iwd > > > >>> Version: 3.1 > > > >>> This is with kernel: > > > >>> Linux jackrune 6.6.66-v8+ #7 SMP PREEMPT Wed Dec 18 10:18:01 CST 2024 > > > >>> aarch64 GNU/Linux > > > >>> and this firmware: > > > >>> Dec 18 19:37:08 jackrune kernel: brcmfmac: brcmf_fw_alloc_request: > > > >>> using brcm/brcmfmac43455-sdio for chip BCM4345/6 > > > >>> Dec 18 19:37:08 jackrune kernel: usbcore: registered new interface > > > >>> driver brcmfmac > > > >>> Dec 18 19:37:09 jackrune kernel: brcmfmac: brcmf_c_process_txcap_blob: > > > >>> no txcap_blob available (err=-2) > > > >>> Dec 18 19:37:09 jackrune kernel: brcmfmac: brcmf_c_preinit_dcmds: > > > >>> Firmware: BCM4345/6 wl0: Oct 28 2024 23:27:00 version 7.45.286 > > > >>> (be70ab3 CY) FWID 01-95efe7fa > > > >> Even closer this time. I've just sent a patch to the IWD mailing list. > > > >> Please try that along with Arend's kernel patch. > > > >> > > > >> Thanks, > > > >> > > > >> James > > > >> > > > >>> Keith > > > > James, > > > > > > > > It worked. I built iwd then tried to connect via iwctl and it > > > > connected to a WPA3 AP. I got an IP and I can ping the AP from the > > > > RPi.! It is a first! Woot Woot! > > > > > > > > [iwd]# station wlan0 connect deskSAE > > > > Available networks > > > > -------------------------------------------------------------------------------- > > > > Network name Security Signal > > > > -------------------------------------------------------------------------------- > > > > deskSAE psk **** > > > > > > > > Type the network passphrase for deskSAE psk. > > > > Passphrase: ********* > > > > > > > > When I go to connman, it shows connected and I can ping. > > > > > > > > (clear out configs and reboot) > > > > When I tried from connmanctl it also connects! Seems with this patch > > > > to iwd and Arend's patch to the driver that WPA3 now works with RPis > > > > > > > > I had to apply Arend's patch to the 6.6.y source which has the > > > > brcm80211 structured a bit differently and the file to patch is in a > > > > different folder. the patch, corrected for 6.6.y, is attached. > > > > > > Great! That's good to hear. It took a while but glad its finally > > > working. We'll get that patch to IWD upstreamed, or at least some > > > version of it. And thanks Arend for providing the support on the kernel > > > side of things. > > > > > > Thanks, > > > > > > James > > > > > > > > > > > Keith This is on a Pi4 with this kernel # uname -a Linux runeaudio 6.6.67-v8+ #8 SMP PREEMPT Sat Dec 21 19:52:23 CST 2024 aarch64 GNU/Linux It has Arend's patch to allow this latest firmware to function: Firmware: BCM4345/6 wl0: Oct 28 2024 23:27:00 version 7.45.286 (be70ab3 CY) FWID 01-95efe7fa Something strange is going on. If I make sure there are no saved configs in /var/lib/connman or iwd and restart the processes then try to connect with connman, it errors out and will not connect. If I clear all saved configs then try with iwctl, it will connect. I verified that it gets an IP and I can ping the AP. The iwmon logs are attached. The Pi4_no_connect.txt log is a connection attempt from connmanctl. The other is a connection made from iwctl. Even after it has connected via iwctl. When I go to connmanctl disconnect then try to reconnect, it fails and I get this in the log: Dec 21 18:23:23 runeaudio connmand[22469]: Interface wlan0 [ wifi ] state is association Dec 21 18:23:23 runeaudio iwd[22858]: event: connect-info, FullMAC driver: brcmfmac using SAE. Expect EXTERNAL_AUTH Dec 21 18:23:23 runeaudio iwd[22858]: event: connect-info, FullMAC driver: brcmfmac using SAE. Expect EXTERNAL_AUTH Dec 21 18:23:23 runeaudio iwd[22858]: event: connect-info, ssid: deskSAE, bss: d8:3a:dd:60:a3:0c, signal: -62, load: 0/255 Dec 21 18:23:23 runeaudio iwd[22858]: event: state, old: disconnected, new: connecting Dec 21 18:23:23 runeaudio connmand[22469]: Interface wlan0 [ wifi ] state is configuration Dec 21 18:23:23 runeaudio iwd[22858]: event: connect-info, External Auth to SSID: deskSAE, bssid: d8:3a:dd:60:a3:0c Dec 21 18:23:23 runeaudio kernel: ieee80211 phy0: brcmf_cfg80211_external_auth: External authentication failed: status=1 Dec 21 18:24:07 runeaudio avahi-daemon[330]: Joining mDNS multicast group on interface wlan0.IPv4 with address 169.254.160.106. Dec 21 18:24:07 runeaudio avahi-daemon[330]: New relevant interface wlan0.IPv4 for mDNS. Dec 21 18:24:07 runeaudio avahi-daemon[330]: Registering new address record for 169.254.160.106 on wlan0.IPv4. Dec 21 18:24:07 runeaudio connmand[22469]: Interface wlan0 [ wifi ] state is ready Dec 21 18:24:07 runeaudio connmand[22469]: wlan0 {add} address 169.254.160.106/16 label wlan0 family 2 As you can see, it never gets a DHCP address and it fails External Auth. I do not know why I did not see this on the 3b+ I was testing on previously. I will try it again and see how far I get. I saw the same result on a Pi5 and will try again to see if it follows this same pattern I saw on the Pi4.
Wireless monitor ver 3.3 Created interface nlmon > Event: New Station (0x13) len 148 7.779988 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Generation: 1 (0x00000001) Station Info: len 0 Information Elements: len 110 SSID: RuneAudioAP 52 75 6e 65 41 75 64 69 6f 41 50 RuneAudioAP Supported rates: 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit/s 0c 12 18 24 30 48 60 6c ...$0H`l Tag 33: len 2 00 16 .. Tag 36: len 28 01 01 02 01 03 01 04 01 05 01 06 01 07 01 08 01 ................ 09 01 0a 01 0b 01 0c 01 0d 01 0e 01 ............ RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... RM Enabled Capabilities: len 5 Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 70 00 00 00 00 p.... Extended Capabilities: len 10 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 22: Multiple BSSID Capability: bit 23: Timing measurement Capability: bit 32: QoS Map Capability: bit 62: Opmode Notification Capability: bit 63: (null) 04 00 c8 00 01 00 00 c0 01 21 .........! Tag 262: len 1 1a . Vendor specific: len 6 OUI: 00:17:35 type:08 00 17 35 08 01 00 ..5... < Request: Set Station (0x12) len 32 [ack] 7.780123 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Station Flags 2: len 8 Mask: 0x00000002 Authorized Set: 0x00000000 > Response: Set Station (0x12) len 4 [root] 7.780573 Status: Success (0) < Request: New Key (0x0b) len 64 [ack] 7.780630 Interface Index: 4 (0x00000004) Key: len 52 Key Data: len 16 78 ef e4 32 3b ec ac f7 56 35 06 7c 1d 88 34 db x..2;...V5.|..4. Key Cipher: CCMP (00:0f:ac) suite 04 Key Index: 1 (0x01) Key Type: Group Default Key Types: len 4 Multicast: true > Response: New Key (0x0b) len 4 [0x100] 7.781781 Status: Success (0) < Request: Set Key (0x0a) len 32 [ack] 7.781813 Interface Index: 4 (0x00000004) Key: len 20 Key Index: 1 (0x01) Default: true Default Key Types: len 4 Multicast: true > Response: Set Key (0x0a) len 4 [0x100] 7.782192 Status: Success (0) < Request: Get Key (0x09) len 16 [ack] 7.782218 Interface Index: 4 (0x00000004) Key Index: 1 (0x01) > Result: New Key (0x0b) len 44 7.782577 Interface Index: 4 (0x00000004) Key Index: 1 (0x01) Key Cipher: BIP (00:0f:ac) suite 06 Key: len 16 Key Cipher: BIP (00:0f:ac) suite 06 Key Index: 1 (0x01) > Response: Get Key (0x09) len 4 [0x100] 7.782584 Status: Success (0) < PAE: len 121 7.782861 Interface Index: 4 EAPoL: len 121 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 117 Descriptor Type: 2 Key MIC: false Secure: false Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: false Key ACK: true Key Length: 16 Key Replay Counter: 1 Key NONCE d7 33 b7 f1 88 58 2c d6 d6 b2 ce 14 ab 5b ef a3 .3...X,......[.. ad f6 5b 1d 5e 45 4c 4c 5c f6 26 98 94 dd 6c 0b ..[.^ELL\.&...l. Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key Data: len 22 Vendor specific: len 20 IEEE 802.11 (00:0f:ac) type: 04 PMKID KDE 00 0f ac 04 5c d1 7b ce 22 99 4f 7a cf 1e a8 e0 ....\.{.".Oz.... ee ee 7e 63 ..~c 02 03 00 75 02 00 8a 00 10 00 00 00 00 00 00 00 ...u............ 01 d7 33 b7 f1 88 58 2c d6 d6 b2 ce 14 ab 5b ef ..3...X,......[. a3 ad f6 5b 1d 5e 45 4c 4c 5c f6 26 98 94 dd 6c ...[.^ELL\.&...l 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 16 dd 14 00 0f ac 04 5c d1 7b ce 22 99 4f .........\.{.".O 7a cf 1e a8 e0 ee ee 7e 63 z......~c > PAE: len 121 7.784723 Interface Index: 4 EAPoL: len 121 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 117 Descriptor Type: 2 Key MIC: true Secure: false Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 1 Key NONCE c3 35 d4 2f 93 b0 36 29 2c 11 db cc 45 21 62 38 .5./..6),...E!b8 1f 2a dc 30 0f 32 49 da 26 e4 ec 63 cb c8 97 39 .*.0.2I.&..c...9 Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 7a 59 3f fe 18 29 e5 30 e0 26 b2 71 2b eb ba 97 zY?..).0.&.q+... Key Data: len 22 RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... 02 03 00 75 02 01 0a 00 00 00 00 00 00 00 00 00 ...u............ 01 c3 35 d4 2f 93 b0 36 29 2c 11 db cc 45 21 62 ..5./..6),...E!b 38 1f 2a dc 30 0f 32 49 da 26 e4 ec 63 cb c8 97 8.*.0.2I.&..c... 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 9............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 7a 59 3f fe 18 29 e5 30 e0 26 b2 71 2b eb ba .zY?..).0.&.q+.. 97 00 16 30 14 01 00 00 0f ac 04 01 00 00 0f ac ...0............ 04 01 00 00 0f ac 02 00 00 ......... < PAE: len 155 7.785349 Interface Index: 4 EAPoL: len 155 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 151 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: true SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: true Key ACK: true Key Length: 16 Key Replay Counter: 2 Key NONCE d7 33 b7 f1 88 58 2c d6 d6 b2 ce 14 ab 5b ef a3 .3...X,......[.. ad f6 5b 1d 5e 45 4c 4c 5c f6 26 98 94 dd 6c 0b ..[.^ELL\.&...l. Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 91 89 45 93 8c 22 20 c7 0d be 8c c2 07 dd cb 37 ..E.." ........7 Key Data: len 56 96 3f 9b d7 65 93 e8 05 c5 e7 42 a6 32 4b e3 45 .?..e.....B.2K.E 56 04 12 78 00 93 4a f6 3f 5b c2 52 ae 41 3b 26 V..x..J.?[.R.A;& 72 3e 89 fc c5 6a 09 7e 39 ae cb 1b ab 27 52 34 r>...j.~9....'R4 bb fc e3 ab 3a ce f8 1d ....:... 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 ................ 02 d7 33 b7 f1 88 58 2c d6 d6 b2 ce 14 ab 5b ef ..3...X,......[. a3 ad f6 5b 1d 5e 45 4c 4c 5c f6 26 98 94 dd 6c ...[.^ELL\.&...l 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 91 89 45 93 8c 22 20 c7 0d be 8c c2 07 dd cb ...E.." ........ 37 00 38 96 3f 9b d7 65 93 e8 05 c5 e7 42 a6 32 7.8.?..e.....B.2 4b e3 45 56 04 12 78 00 93 4a f6 3f 5b c2 52 ae K.EV..x..J.?[.R. 41 3b 26 72 3e 89 fc c5 6a 09 7e 39 ae cb 1b ab A;&r>...j.~9.... 27 52 34 bb fc e3 ab 3a ce f8 1d 'R4....:... < PAE: len 155 7.885949 Interface Index: 4 EAPoL: len 155 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 151 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: true SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: true Key ACK: true Key Length: 16 Key Replay Counter: 3 Key NONCE d7 33 b7 f1 88 58 2c d6 d6 b2 ce 14 ab 5b ef a3 .3...X,......[.. ad f6 5b 1d 5e 45 4c 4c 5c f6 26 98 94 dd 6c 0b ..[.^ELL\.&...l. Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 26 7d f3 62 71 68 17 82 14 b2 f2 88 ff 05 e2 55 &}.bqh.........U Key Data: len 56 96 3f 9b d7 65 93 e8 05 c5 e7 42 a6 32 4b e3 45 .?..e.....B.2K.E 56 04 12 78 00 93 4a f6 3f 5b c2 52 ae 41 3b 26 V..x..J.?[.R.A;& 72 3e 89 fc c5 6a 09 7e 39 ae cb 1b ab 27 52 34 r>...j.~9....'R4 bb fc e3 ab 3a ce f8 1d ....:... 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 ................ 03 d7 33 b7 f1 88 58 2c d6 d6 b2 ce 14 ab 5b ef ..3...X,......[. a3 ad f6 5b 1d 5e 45 4c 4c 5c f6 26 98 94 dd 6c ...[.^ELL\.&...l 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 26 7d f3 62 71 68 17 82 14 b2 f2 88 ff 05 e2 .&}.bqh......... 55 00 38 96 3f 9b d7 65 93 e8 05 c5 e7 42 a6 32 U.8.?..e.....B.2 4b e3 45 56 04 12 78 00 93 4a f6 3f 5b c2 52 ae K.EV..x..J.?[.R. 41 3b 26 72 3e 89 fc c5 6a 09 7e 39 ae cb 1b ab A;&r>...j.~9.... 27 52 34 bb fc e3 ab 3a ce f8 1d 'R4....:... > PAE: len 99 7.900947 Interface Index: 4 EAPoL: len 99 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 95 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 2 Key NONCE 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 29 a1 2c 7b 7e 91 a0 b4 40 ea 31 9c 38 82 97 2f ).,{~...@.1.8../ Key Data: len 0 02 03 00 5f 02 03 0a 00 00 00 00 00 00 00 00 00 ..._............ 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 29 a1 2c 7b 7e 91 a0 b4 40 ea 31 9c 38 82 97 .).,{~...@.1.8.. 2f 00 00 /.. < PAE: len 155 7.986514 Interface Index: 4 EAPoL: len 155 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 151 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: true SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: true Key ACK: true Key Length: 16 Key Replay Counter: 4 Key NONCE d7 33 b7 f1 88 58 2c d6 d6 b2 ce 14 ab 5b ef a3 .3...X,......[.. ad f6 5b 1d 5e 45 4c 4c 5c f6 26 98 94 dd 6c 0b ..[.^ELL\.&...l. Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data a2 47 67 24 f1 ec 14 17 16 08 b4 00 44 03 5a 31 .Gg$........D.Z1 Key Data: len 56 96 3f 9b d7 65 93 e8 05 c5 e7 42 a6 32 4b e3 45 .?..e.....B.2K.E 56 04 12 78 00 93 4a f6 3f 5b c2 52 ae 41 3b 26 V..x..J.?[.R.A;& 72 3e 89 fc c5 6a 09 7e 39 ae cb 1b ab 27 52 34 r>...j.~9....'R4 bb fc e3 ab 3a ce f8 1d ....:... 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 ................ 04 d7 33 b7 f1 88 58 2c d6 d6 b2 ce 14 ab 5b ef ..3...X,......[. a3 ad f6 5b 1d 5e 45 4c 4c 5c f6 26 98 94 dd 6c ...[.^ELL\.&...l 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 a2 47 67 24 f1 ec 14 17 16 08 b4 00 44 03 5a ..Gg$........D.Z 31 00 38 96 3f 9b d7 65 93 e8 05 c5 e7 42 a6 32 1.8.?..e.....B.2 4b e3 45 56 04 12 78 00 93 4a f6 3f 5b c2 52 ae K.EV..x..J.?[.R. 41 3b 26 72 3e 89 fc c5 6a 09 7e 39 ae cb 1b ab A;&r>...j.~9.... 27 52 34 bb fc e3 ab 3a ce f8 1d 'R4....:... > PAE: len 99 8.012942 Interface Index: 4 EAPoL: len 99 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 95 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 4 Key NONCE 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data f5 3a 02 b0 37 fc 03 0b 36 41 36 7e d3 b6 03 18 .:..7...6A6~.... Key Data: len 0 02 03 00 5f 02 03 0a 00 00 00 00 00 00 00 00 00 ..._............ 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 f5 3a 02 b0 37 fc 03 0b 36 41 36 7e d3 b6 03 ..:..7...6A6~... 18 00 00 ... < Request: New Key (0x0b) len 56 [ack] 8.013215 Key Data: len 16 ea c1 6e a8 b9 27 b4 bf 9b 58 e7 ae ea 37 19 d1 ..n..'...X...7.. Key Cipher: CCMP (00:0f:ac) suite 04 MAC Address 50:84:92:A6:7A:7A Key Index: 0 (0x00) Interface Index: 4 (0x00000004) > Response: New Key (0x0b) len 4 [0x100] 8.013779 Status: Success (0) < Request: Set Station (0x12) len 32 [ack] 8.013819 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Station Flags 2: len 8 Mask: 0x00000002 Authorized Set: 0x00000002 Authorized > Response: Set Station (0x12) len 4 [root] 8.014065 Status: Success (0) < Request: Trigger Scan (0x21) len 352 [ack] 9.528415 Wireless Device: 1 (0x0000000000000001) Scan Frequencies: len 320 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) 37: 2467 (0x000009a3) 38: 2472 (0x000009a8) 39: 2484 (0x000009b4) Scan Flags: Mask: 0x00004000 len 4 Colocated6G Scan SSIDs: len 4 0: len 0 > Event: Trigger Scan (0x21) len 344 9.532308 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004000 len 4 Colocated6G > Response: Trigger Scan (0x21) len 4 [0x100] 9.532329 Status: Success (0) > Event: New Scan Results (0x22) len 344 10.810327 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004000 len 4 Colocated6G > RTNL: New Link (0x10) len 48 10.810362 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 10.810370 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 10.810375 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 10.810383 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ < Request: Get Survey (0x32) len 12 [ack,0x300] 10.810497 Wireless Device: 1 (0x0000000000000001) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2412 (0x0000096c) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 5 (0x0000000000000005) RX Time: 5 (0x0000000000000005) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2417 (0x00000971) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 18 (0x0000000000000012) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2422 (0x00000976) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 26 (0x000000000000001a) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2427 (0x0000097b) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 26 (0x000000000000001a) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2432 (0x00000980) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 26 (0x000000000000001a) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2437 (0x00000985) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967282 (0x00000000fffffff2) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2442 (0x0000098a) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967282 (0x00000000fffffff2) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2447 (0x0000098f) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 41 (0x0000000000000029) RX Time: 3 (0x0000000000000003) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2452 (0x00000994) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 41 (0x0000000000000029) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2457 (0x00000999) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967282 (0x00000000fffffff2) RX Time: 3 (0x0000000000000003) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2462 (0x0000099e) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967278 (0x00000000ffffffee) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5170 (0x00001432) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5180 (0x0000143c) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967285 (0x00000000fffffff5) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5190 (0x00001446) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5200 (0x00001450) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 26 (0x000000000000001a) RX Time: 4 (0x0000000000000004) TX Time: 1 (0x0000000000000001) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5210 (0x0000145a) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5220 (0x00001464) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 25 (0x0000000000000019) RX Time: 3 (0x0000000000000003) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5230 (0x0000146e) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5240 (0x00001478) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 25 (0x0000000000000019) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5260 (0x0000148c) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5280 (0x000014a0) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5300 (0x000014b4) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5320 (0x000014c8) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5500 (0x0000157c) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5520 (0x00001590) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5540 (0x000015a4) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5560 (0x000015b8) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5580 (0x000015cc) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5600 (0x000015e0) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5620 (0x000015f4) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5640 (0x00001608) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5660 (0x0000161c) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5680 (0x00001630) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5700 (0x00001644) > Result: New Survey Results (0x33) len 20 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5720 (0x00001658) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5745 (0x00001671) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 2 (0x0000000000000002) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5765 (0x00001685) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 20 (0x0000000000000014) RX Time: 3 (0x0000000000000003) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5785 (0x00001699) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 5 (0x0000000000000005) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5805 (0x000016ad) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 56 (0x0000000000000038) RX Time: 7 (0x0000000000000007) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 12.924152 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5825 (0x000016c1) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 2 (0x0000000000000002) RX Time: 5 (0x0000000000000005) TX Time: 0 (0x0000000000000000) > Complete: Get Survey (0x32) len 4 [multi] 12.924250 Status: 0 < Request: Get Scan (0x20) len 12 [ack,0x300] 12.924433 Wireless Device: 1 (0x0000000000000001) > Result: New Scan Results (0x22) len 196 [multi] 12.924476 Generation: 287 (0x0000011f) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 164 BSSID D8:3A:DD:60:A3:0C TSF: 0 (0x0000000000000000) IEs: len 67 SSID: deskSAE 64 65 73 6b 53 41 45 deskSAE Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 1 01 . ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 1 06 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 6: Management Frame Protection Required RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 c0 00 .... Current Operating Class: 81 51 00 Q. Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 62: Opmode Notification 04 00 00 00 00 00 00 40 .......@ Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2412 (0x0000096c) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2116 (0x00000844) Timestamp: 1216282422731 (0x0000011b3014edcb) Signal mBm: -6000 > Result: New Scan Results (0x22) len 300 [multi] 12.924476 Generation: 287 (0x0000011f) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 268 BSSID CC:F4:11:43:4B:0F TSF: 0 (0x0000000000000000) IEs: len 170 SSID: CAR 43 41 52 CAR Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 11 0b . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 0 02 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 72 00 00 00 00 r.... Current Operating Class: 81 51 00 Q. HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 8 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ed 11 1b ff ff 00 00 00 00 00 00 00 00 00 00 01 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 11 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: No protection 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 04 00 08 02 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. Vendor specific: len 12 OUI: f4:f5:e8 type:05 f4 f5 e8 05 05 00 00 00 00 00 00 00 ............ Beacon Interval: 100 (0x0064) Capability: 5169 (0x1431) ESS Privacy ShortPreamble ShortSlotTime Frequency: 2462 (0x0000099e) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2116 (0x00000844) Timestamp: 1216282419379 (0x0000011b3014e0b3) Signal mBm: -6400 > Result: New Scan Results (0x22) len 604 [multi] 12.924476 Generation: 287 (0x0000011f) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 572 BSSID 40:ED:00:AD:B9:36 TSF: 0 (0x0000000000000000) IEs: len 476 SSID: mntwins 6d 6e 74 77 69 6e 73 mntwins Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 9.0 18.0 36.0 54.0 Mbit/s 82 84 8b 96 12 24 48 6c .....$Hl DSSS parameter set: channel 8 08 . ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 12.0 24.0 48.0 Mbit/s 0c 18 30 60 ..0` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 19 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 8 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode 08 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 19: BSS transition Capability: bit 31: Interworking 01 00 08 80 00 00 00 00 ........ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 02 00 00 00 00 ..... Tag 51: len 8 21 05 06 07 08 09 0a 0b !....... Power constraint: 3 dB 03 . TPC report: transmit power 63 dB link margin 0 dB 3f 00 ?. Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 20 dBm 55 53 20 01 0b 14 US ... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 91 79 c1 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 0 - 20 or 40 Mhz channel width Channel Center Frequency 1: 0 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 00 00 00 fc ff ..... HE Capabilities: len 25 HE supported channel width set: bit 0: 40MHz supported (2.4GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 02 20 0e 92 6f 09 8f 08 00 00 ....D.. ..o..... 00 fa ff fa ff 19 1c c7 71 ........q Tag 292: len 6 f4 3f 00 30 fc ff .?.0.. Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 131 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 00 00 00 00 00 00 10 00 00 ....G........... 00 0c 80 63 e6 bb 10 10 21 00 07 54 50 2d 4c 49 ...c....!..TP-LI 4e 4b 10 23 00 0b 41 72 63 68 65 72 20 41 58 32 NK.#..Archer AX2 30 10 24 00 03 34 2e 36 10 42 00 03 34 2e 36 10 0.$..4.6.B..4.6. 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0f 41 T.....P........A 72 63 68 65 72 20 41 58 32 30 20 34 2e 36 10 08 rcher AX20 4.6.. 00 02 21 0c 10 3c 00 01 01 10 49 00 06 00 37 2a ..!..<....I...7* 00 01 20 .. Vendor specific: len 7 OUI: 00:0c:43 type:08 00 0c 43 08 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:08 00 0c e7 08 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 03 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... WSC Payload: len 127 Version: 10 WSC State: Configured Response Type: AP UUID-E: 00000000-0000-1000-0000-0c8063e6bb10 Manufacturer: TP-LINK Model Name: Archer AX20 Model Number: 4.6 Serial Number: 4.6 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Archer AX20 4.6 Configuration Methods: Virtual Display PIN Keypad Label RF Bands: 2.4 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 5137 (0x1411) ESS Privacy ShortSlotTime Frequency: 2447 (0x0000098f) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2116 (0x00000844) Timestamp: 1216282400675 (0x0000011b301497a3) Signal mBm: -5800 > Result: New Scan Results (0x22) len 456 [multi] 12.924476 Generation: 287 (0x0000011f) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 424 BSSID 42:ED:00:AD:B9:36 TSF: 0 (0x0000000000000000) IEs: len 328 SSID: Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 9.0 18.0 36.0 54.0 Mbit/s 82 84 8b 96 12 24 48 6c .....$Hl DSSS parameter set: channel 8 08 . TIM: DTIM count 0 this beacon frame is DTIM DTIM period 1 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 00 01 00 00 .... Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... Tag 51: len 8 21 05 06 07 08 09 0a 0b !....... ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 12.0 24.0 48.0 Mbit/s 0c 18 30 60 ..0` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 19 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 8 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode 08 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 91 79 c1 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 0 - 20 or 40 Mhz channel width Channel Center Frequency 1: 0 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 00 00 00 fc ff ..... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 31: Interworking 01 00 00 80 00 00 00 00 ........ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. HE Capabilities: len 25 HE supported channel width set: bit 0: 40MHz supported (2.4GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 02 20 0e 92 6d 09 85 08 00 00 ....D.. ..m..... 00 fa ff fa ff 19 1c c7 71 ........q Tag 292: len 6 f4 3f 00 81 fc ff .?.... Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 7 OUI: 00:0c:43 type:08 00 0c 43 08 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:08 00 0c e7 08 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 07 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2447 (0x0000098f) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2116 (0x00000844) Timestamp: 1216282417027 (0x0000011b3014d783) Signal mBm: -5900 > Result: New Scan Results (0x22) len 368 [multi] 12.924476 Generation: 287 (0x0000011f) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 336 BSSID BC:2E:48:FD:9E:70 TSF: 0 (0x0000000000000000) IEs: len 238 SSID: spg5 73 70 67 35 spg5 Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 18.0 24.0 36.0 54.0 Mbit/s 82 84 8b 96 24 30 48 6c ....$0Hl DSSS parameter set: channel 2 02 . TIM: DTIM count 1 beacon frame(s) DTIM period 3 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 01 03 00 00 .... Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... Power constraint: 0 dB 00 . TPC report: transmit power 25 dB link margin 0 dB 19 00 .. ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 9.0 12.0 48.0 Mbit/s 0c 12 18 60 ...` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 8c 00 .... BSS load: 3 station(s) utilization 35/255 available capacity 0 32µs/s units 03 00 23 00 00 ..#.. Current Operating Class: 12 Supported Operating Class: 12 Supported Operating Class: 32 Supported Operating Class: 33 0c 0c 20 21 .. ! HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 16 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ad 09 1f ff ff ff 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 2 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: bit 3: RIFS permitted Information: HT Protection: bits 8 - 9: Nonmember protection mode Information: bit 10: Non-greenfield HT STAs present Information: bit 12: OBSS non-HT STAs present 02 08 15 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 9 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 62: Opmode Notification Capability: bit 63: (null) 04 00 08 00 00 00 00 c0 01 ......... Vendor specific: len 24 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 49 .P...J....D....I 00 06 00 37 2a 00 01 20 ...7*.. Vendor specific: len 26 Epigram (00:90:4c) type: 04 00 90 4c 04 08 bf 0c 92 59 82 0f ea ff 00 00 ea ..L.....Y....... ff 00 20 c0 05 00 02 00 00 00 .. ....... Vendor specific: len 9 Broadcom (00:10:18) type: 02 00 10 18 02 03 00 1c 00 00 ......... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. WSC Payload: len 20 Version: 10 WSC State: Configured WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 1297 (0x0511) ESS Privacy SpectrumMgmt ShortSlotTime Frequency: 2417 (0x00000971) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2116 (0x00000844) Timestamp: 1216282425323 (0x0000011b3014f7eb) Signal mBm: -5500 > Result: New Scan Results (0x22) len 596 [multi] 12.924476 Generation: 287 (0x0000011f) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 564 BSSID 40:ED:00:AD:B9:35 TSF: 0 (0x0000000000000000) IEs: len 465 SSID: mntwins_5G 6d 6e 74 77 69 6e 73 5f 35 47 mntwins_5G Supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0 Mbit/s 8c 12 98 24 b0 48 60 6c ...$.H`l DSSS parameter set: channel 153 99 . RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 09 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 153 Information: Secondary Channel Offset: below primary channel Information: Channel width: bit 2: Any supported channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode Information: bit 10: Non-greenfield HT STAs present 99 07 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 8 Capability: bit 19: BSS transition Capability: bit 31: Interworking Capability: bit 62: Opmode Notification 00 00 08 80 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 02 00 00 00 00 ..... Tag 51: len 7 80 2a 3a 6a 7a 8a 9b .*:jz.. Power constraint: 3 dB 03 . TPC report: transmit power 63 dB link margin 0 dB 3f 00 ?. Tag 195: len 4 02 7e 7e 7e .~~~ Country: US 3rd octet: 0x20: All environments First channel 36 number of channels 4 max tx power 20 dBm First channel 149 number of channels 5 max tx power 20 dBm 55 53 20 24 04 14 95 05 14 00 US $...... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 5: Short GI for 80 Mhz VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 19: MU Beamformer Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 b1 79 c9 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 1 - 80 Mhz Channel Center Frequency 1: 155 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 01 9b 00 fc ff ..... HE Capabilities: len 27 HE supported channel width set: bit 1: 40MHz/80MHz supported (5GHz/6GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 04 20 0e 92 6f 09 8f 08 00 00 ....D.. ..o..... 00 fa ff fa ff 39 1c c7 71 1c 07 .....9..q.. Tag 292: len 6 f4 3f 00 1b fc ff .?.... Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 131 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 00 00 00 00 00 00 10 00 00 ....G........... 00 0c 80 63 e6 bb 10 10 21 00 07 54 50 2d 4c 49 ...c....!..TP-LI 4e 4b 10 23 00 0b 41 72 63 68 65 72 20 41 58 32 NK.#..Archer AX2 30 10 24 00 03 34 2e 36 10 42 00 03 34 2e 36 10 0.$..4.6.B..4.6. 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0f 41 T.....P........A 72 63 68 65 72 20 41 58 32 30 20 34 2e 36 10 08 rcher AX20 4.6.. 00 02 21 0c 10 3c 00 01 02 10 49 00 06 00 37 2a ..!..<....I...7* 00 01 20 .. Vendor specific: len 7 OUI: 00:0c:43 type:00 00 0c 43 00 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:00 00 0c e7 00 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 03 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... WSC Payload: len 127 Version: 10 WSC State: Configured Response Type: AP UUID-E: 00000000-0000-1000-0000-0c8063e6bb10 Manufacturer: TP-LINK Model Name: Archer AX20 Model Number: 4.6 Serial Number: 4.6 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Archer AX20 4.6 Configuration Methods: Virtual Display PIN Keypad Label RF Bands: 5 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 4113 (0x1011) ESS Privacy Frequency: 5765 (0x00001685) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2116 (0x00000844) Timestamp: 1216282428879 (0x0000011b301505cf) Signal mBm: -7400 > Result: New Scan Results (0x22) len 572 [multi] 12.924476 Generation: 287 (0x0000011f) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 540 BSSID A6:2E:48:FD:9E:73 TSF: 0 (0x0000000000000000) IEs: len 442 SSID: spg5 73 70 67 35 spg5 Supported rates: 6.0(B) 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit/s 8c 12 18 24 30 48 60 6c ...$0H`l DSSS parameter set: channel 157 9d . BSS load: 8 station(s) utilization 47/255 available capacity 65535 32µs/s units 08 00 2f ff ff ../.. Country: US 3rd octet: 0x20: All environments First channel 36 number of channels 1 max tx power 30 dBm First channel 40 number of channels 1 max tx power 30 dBm First channel 44 number of channels 1 max tx power 30 dBm First channel 48 number of channels 1 max tx power 30 dBm First channel 52 number of channels 1 max tx power 24 dBm First channel 56 number of channels 1 max tx power 24 dBm First channel 60 number of channels 1 max tx power 24 dBm First channel 64 number of channels 1 max tx power 24 dBm First channel 100 number of channels 1 max tx power 24 dBm First channel 104 number of channels 1 max tx power 24 dBm First channel 108 number of channels 1 max tx power 24 dBm First channel 112 number of channels 1 max tx power 24 dBm First channel 116 number of channels 1 max tx power 24 dBm First channel 120 number of channels 1 max tx power 24 dBm First channel 124 number of channels 1 max tx power 24 dBm First channel 128 number of channels 1 max tx power 24 dBm First channel 132 number of channels 1 max tx power 24 dBm First channel 136 number of channels 1 max tx power 24 dBm First channel 140 number of channels 1 max tx power 24 dBm First channel 144 number of channels 1 max tx power 24 dBm First channel 149 number of channels 1 max tx power 30 dBm First channel 153 number of channels 1 max tx power 30 dBm First channel 157 number of channels 1 max tx power 30 dBm First channel 161 number of channels 1 max tx power 30 dBm 55 53 20 24 01 1e 28 01 1e 2c 01 1e 30 01 1e 34 US $..(..,..0..4 01 18 38 01 18 3c 01 18 40 01 18 64 01 18 68 01 ..8..<..@..d..h. 18 6c 01 18 70 01 18 74 01 18 78 01 18 7c 01 18 .l..p..t..x..|.. 80 01 18 84 01 18 88 01 18 8c 01 18 90 01 18 95 ................ 01 1e 99 01 1e 9d 01 1e a1 01 1e 00 ............ Power constraint: 0 dB 00 . Tag 195: len 5 02 1e 1e 1e 00 ..... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 Supported MCS: MCS 24 Supported MCS: MCS 25 Supported MCS: MCS 26 Supported MCS: MCS 27 Supported MCS: MCS 28 Supported MCS: MCS 29 Supported MCS: MCS 30 Supported MCS: MCS 31 Supported MCS: MCS 33 Supported MCS: MCS 34 Supported MCS: MCS 35 Supported MCS: MCS 36 Supported MCS: MCS 37 Supported MCS: MCS 38 Supported MCS: MCS 39 Supported MCS: MCS 40 Supported MCS: MCS 41 Supported MCS: MCS 42 Supported MCS: MCS 43 Supported MCS: MCS 44 Supported MCS: MCS 45 Supported MCS: MCS 46 Supported MCS: MCS 47 Supported MCS: MCS 48 Supported MCS: MCS 49 Supported MCS: MCS 50 Supported MCS: MCS 51 Supported MCS: MCS 52 Supported MCS: MCS 53 Supported MCS: MCS 54 Supported MCS: MCS 55 Supported MCS: MCS 56 Supported MCS: MCS 57 Supported MCS: MCS 58 Supported MCS: MCS 59 Supported MCS: MCS 60 Supported MCS: MCS 61 Supported MCS: MCS 62 Supported MCS: MCS 63 Supported MCS: MCS 64 Supported MCS: MCS 65 Supported MCS: MCS 66 Supported MCS: MCS 67 Supported MCS: MCS 68 Supported MCS: MCS 69 Supported MCS: MCS 70 Supported MCS: MCS 71 Supported MCS: MCS 72 Supported MCS: MCS 73 Supported MCS: MCS 74 Supported MCS: MCS 75 Supported MCS: MCS 76 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 01 17 ff ff ff ff fe ff ff ff ff 1f 00 00 01 ................ 00 00 00 00 00 18 e6 e7 19 00 .......... HT Operation: Primary channel 157 Information: Secondary Channel Offset: above primary channel Information: Channel width: bit 2: Any supported channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode Information: bit 10: Non-greenfield HT STAs present 9d 05 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 88 00 03 64 00 00 27 a4 00 00 .P.......d..'... 41 43 5e 00 61 32 2f 00 AC^.a2/. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 19: BSS transition Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 01 00 08 02 00 00 00 40 .......@ Vendor specific: len 163 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 e9 61 db f9 18 6c bb a7 5c ....G...a...l..\ 97 c9 a4 a0 0b 8c 5e 10 21 00 09 51 75 61 6e 74 ......^.!..Quant 65 6e 6e 61 10 23 00 05 54 6f 70 61 7a 10 24 00 enna.#..Topaz.$. 06 42 47 57 32 31 30 10 42 00 0c 41 36 32 45 34 .BGW210.B..A62E4 38 46 44 39 45 37 33 10 54 00 08 00 06 00 50 f2 8FD9E73.T.....P. 04 00 01 10 11 00 10 52 65 66 65 72 65 6e 63 65 .......Reference 20 44 65 73 69 67 6e 10 08 00 02 20 08 10 49 00 Design.... ..I. 06 00 37 2a 00 01 20 10 58 00 18 76 cf 76 0b 7e ..7*.. .X..v.v.~ 06 52 f0 a4 2e 3d db e4 f9 23 20 00 01 01 01 03 .R...=...# ..... 00 7f c5 ... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 5: Short GI for 80 Mhz VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported RxVHT-MCS 3 Streams: MCS 0-9 supported RxVHT-MCS 4 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 0 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported TxVHT-MCS 3 Streams: MCS 0-9 supported TxVHT-MCS 4 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 0 b2 79 c3 3f aa ff 00 00 aa ff 00 00 .y.?........ VHT Operation: Channel Width 1 - 80 Mhz Channel Center Frequency 1: 155 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 01 9b 00 fc ff ..... Vendor specific: len 30 OUI: 00:26:86 type:01 00 26 86 01 03 00 dd 00 00 00 25 c2 07 f7 00 06 .&........%..... 01 9b 64 00 3f cb 00 00 00 07 00 00 00 00 ..d.?......... WSC Payload: len 159 Version: 10 WSC State: Configured Response Type: AP UUID-E: e961dbf9-186c-bba7-5c97-c9a4a00b8c5e Manufacturer: Quantenna Model Name: Topaz Model Number: BGW210 Serial Number: A62E48FD9E73 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Reference Design Configuration Methods: Virtual Display PIN WFA Vendor Extension: len 3 Version2: 2.0 Type: 0x1058: len 24 76 cf 76 0b 7e 06 52 f0 a4 2e 3d db e4 f9 23 20 v.v.~.R...=...# 00 01 01 01 03 00 7f c5 ........ Beacon Interval: 100 (0x0064) Capability: 1297 (0x0511) ESS Privacy SpectrumMgmt ShortSlotTime Frequency: 5785 (0x00001699) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2116 (0x00000844) Timestamp: 1216282431286 (0x0000011b30150f36) Signal mBm: -5700 > Result: New Scan Results (0x22) len 440 [multi] 12.924476 Generation: 287 (0x0000011f) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 408 BSSID CA:3A:6B:54:31:75 TSF: 0 (0x0000000000000000) IEs: len 309 SSID: Supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0 Mbit/s 8c 12 98 24 b0 48 60 6c ...$.H`l DSSS parameter set: channel 157 9d . TIM: DTIM count 0 this beacon frame is DTIM DTIM period 1 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 00 01 00 00 .... Error decoding Country IE len 81: Invalid argument (-22) 55 53 20 01 0b 1e 24 01 17 28 01 17 2c 01 17 30 US ...$..(..,..0 01 17 34 01 17 38 01 17 3c 01 17 40 01 17 64 01 ..4..8..<..@..d. 17 68 01 17 6c 01 17 70 01 17 74 01 17 78 01 17 .h..l..p..t..x.. 7c 01 17 80 01 17 84 01 17 88 01 17 8c 01 17 90 |............... 01 17 95 01 1e 99 01 1e 9d 01 1e a1 01 1e a5 01 ................ 1e . ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... Current Operating Class: 124 7c 00 |. HT Capabilities: len 26 HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 2 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 MCS set: Rx Highest data rate: 300 Mbit/s MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported 2c 09 13 ff ff 00 00 00 00 00 00 00 00 2c 01 01 ,............,.. 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 157 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: No protection 9d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 81 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 61 11 2f 00 BC^.a./. Vendor specific: len 61 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 49 .P...J....D....I 00 06 00 37 2a 00 01 20 10 11 00 15 52 6f 6b 75 ...7*.. ....Roku 20 53 74 72 65 61 6d 69 6e 67 20 53 74 69 63 6b Streaming Stick 2b 10 54 00 08 00 07 00 50 f2 04 00 01 +.T.....P.... Vendor specific: len 18 Wi-Fi Alliance (50:6f:9a) type: 09 50 6f 9a 09 02 02 00 21 03 03 06 00 ca 3a 6b 54 Po.....!.....:kT 31 75 1u Vendor specific: len 13 Wi-Fi Alliance (50:6f:9a) type: 0a 50 6f 9a 0a 00 00 06 01 11 1c 44 00 32 Po........D.2 WSC Payload: len 57 Version: 10 WSC State: Configured WFA Vendor Extension: len 3 Version2: 2.0 Device Name: Roku Streaming Stick+ Primary Device Type: Displays OUI: 0050f204 SubCategory: 01 P2P Attributes: len 14 P2P Device Capability: Service Discovery P2P Invitation Procedure P2P Group Capability: P2P Group Owner Persistent P2P Group P2P Device ID: ca:3a:6b:54:31:75 WFD Payload: len 9 WFD Device Information: Device Type: Primary sink Session Availability: Available for WFD Session Preferred Connectivity (PC): P2P Content Protection using HDCP system 2.x supported WFD Device Information: Session Management Control port 7236 WFD Device Information: Maximum Throughput 50 Mbps Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 5785 (0x00001699) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2116 (0x00000844) Timestamp: 1216282434934 (0x0000011b30151d76) Signal mBm: -7000 > Complete: Get Scan (0x20) len 4 [multi] 12.924497 Status: 0 > RTNL: New Route (0x18) len 36 [multi,0x20] 17.221006 Flags: 34 (0x022) Sequence number: 1734844201 (0x67679f29) Port ID: 21082 RTM Family: AF_INET RTM Destination Len: 0 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: boot RTM Scope: global RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Gateway: 192.168.2.254 Output Interface Index: 2 > RTNL: New Route (0x18) len 44 [multi,0x20] 17.221006 Flags: 34 (0x022) Sequence number: 1734844201 (0x67679f29) Port ID: 21082 RTM Family: AF_INET RTM Destination Len: 24 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: kernel RTM Scope: link RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: 192.168.2.0 Preferred Source: 192.168.2.199 Output Interface Index: 2 > RTNL: New Route (0x18) len 36 [multi,0x20] 17.221006 Flags: 34 (0x022) Sequence number: 1734844201 (0x67679f29) Port ID: 21082 RTM Family: AF_INET RTM Destination Len: 32 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: boot RTM Scope: link RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: 192.168.2.254 Output Interface Index: 2 > RTNL: New Route (0x18) len 44 [multi,0x20] 17.221006 Flags: 34 (0x022) Sequence number: 1734844201 (0x67679f29) Port ID: 21082 RTM Family: AF_INET RTM Destination Len: 24 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: kernel RTM Scope: link RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: 192.168.5.0 Preferred Source: 192.168.5.1 Output Interface Index: 4 > RTNL: Done (0x03) len 4 [multi,0x20] 17.221022 Flags: 34 (0x022) Sequence number: 1734844201 (0x67679f29) Port ID: 21082 Status: 0 < RTNL: Get Link (0x12) len 24 [request] 17.223539 Flags: 1 (0x001) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1076 17.223586 Flags: 0 (0x000) Sequence number: 1734844201 (0x67679f29) Port ID: 2842254190 < RTNL: Get Link (0x12) len 24 [request] 17.223745 Flags: 1 (0x001) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1068 17.223770 Flags: 0 (0x000) Sequence number: 1734844201 (0x67679f29) Port ID: 2966267074 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: kernel controlled (0) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 29 00 00 00 1c 00 00 00 84 17 00 00 f4 0c 00 00 )............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 23 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 #............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: Get Link (0x12) len 24 [request,dump] 17.229927 Flags: 769 (0x301) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1412 [multi] 17.229999 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21085 > RTNL: New Link (0x10) len 1480 [multi] 17.229999 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21085 > RTNL: New Link (0x10) len 1468 [multi] 17.230029 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21085 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1464 [multi] 17.230029 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21085 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: kernel controlled (0) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 29 00 00 00 1c 00 00 00 84 17 00 00 f4 0c 00 00 )............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 23 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 #............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1408 [multi] 17.230101 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21085 > RTNL: Done (0x03) len 4 [multi] 17.230135 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21085 Status: 0 < RTNL: New Link (0x10) len 16 [request,ack] 17.235814 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 17.235871 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 21088 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 17.235956 Flags: 1 (0x001) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1076 17.235991 Flags: 0 (0x000) Sequence number: 1734844201 (0x67679f29) Port ID: 2791136963 < RTNL: New Link (0x10) len 16 [request,ack] 17.236092 Flags: 5 (0x005) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: Error (0x02) len 20 [0x100] 17.236108 Flags: 256 (0x100) Sequence number: 1734844201 (0x67679f29) Port ID: 21088 ACK: 0 < RTNL: New Link (0x10) len 16 [request,ack] 17.241335 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 17.241369 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 21090 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 17.241442 Flags: 1 (0x001) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1072 17.241477 Flags: 0 (0x000) Sequence number: 1734844201 (0x67679f29) Port ID: 3567947605 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 17.241575 Flags: 5 (0x005) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: Error (0x02) len 20 [0x100] 17.241628 Flags: 256 (0x100) Sequence number: 1734844201 (0x67679f29) Port ID: 21090 ACK: 0 < RTNL: New Link (0x10) len 16 [request,ack] 17.246759 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 17.246973 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 21092 Error: -19 (No such device) < RTNL: Get Link (0x12) len 32 [request] 17.247095 Flags: 1 (0x001) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1068 17.247192 Flags: 0 (0x000) Sequence number: 1734844201 (0x67679f29) Port ID: 3217816254 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: kernel controlled (0) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 29 00 00 00 1c 00 00 00 84 17 00 00 f4 0c 00 00 )............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 23 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 #............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 17.247788 Flags: 5 (0x005) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: Error (0x02) len 20 [0x100] 17.248020 Flags: 256 (0x100) Sequence number: 1734844201 (0x67679f29) Port ID: 21092 ACK: 0 < RTNL: New Link (0x10) len 16 [request,ack] 17.257635 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 17.257760 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 21094 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 17.257876 Flags: 1 (0x001) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1012 17.257946 Flags: 0 (0x000) Sequence number: 1734844201 (0x67679f29) Port ID: 3388207721 < RTNL: New Link (0x10) len 16 [request,ack] 17.258151 Flags: 5 (0x005) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: Error (0x02) len 20 [0x100] 17.258201 Flags: 256 (0x100) Sequence number: 1734844201 (0x67679f29) Port ID: 21094 ACK: 0 < RTNL: Get Link (0x12) len 24 [request,dump] 17.263723 Flags: 769 (0x301) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1412 [multi] 17.263928 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21096 > RTNL: New Link (0x10) len 1480 [multi] 17.263928 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21096 > RTNL: New Link (0x10) len 1468 [multi] 17.264132 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21096 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1464 [multi] 17.264132 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21096 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: kernel controlled (0) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 29 00 00 00 1c 00 00 00 84 17 00 00 f4 0c 00 00 )............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 23 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 #............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1408 [multi] 17.264531 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21096 > RTNL: Done (0x03) len 4 [multi] 17.264649 Flags: 2 (0x002) Sequence number: 1734844201 (0x67679f29) Port ID: 21096 Status: 0 > RTNL: New Address (0x14) len 60 [multi] 17.264771 Flags: 2 (0x002) Sequence number: 1734844202 (0x67679f2a) Port ID: 21096 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 4 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.1 Local Address: 192.168.5.1 Label (len:4): ap0 Flags: (0x80) [permanent] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 103336, cstamp: 103336 > RTNL: New Address (0x14) len 64 [multi] 17.264841 Flags: 2 (0x002) Sequence number: 1734844202 (0x67679f2a) Port ID: 21096 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 4 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dca6:32ff:feb3:343a CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 103554, cstamp: 103554 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi] 17.264924 Flags: 2 (0x002) Sequence number: 1734844202 (0x67679f2a) Port ID: 21096 Status: 0 < Request: Get Interface (0x05) len 0 [ack,0x300] 17.316079 > Result: New Interface (0x07) len 136 [multi] 17.320259 Interface Index: 4 (0x00000004) Interface Name: ap0 Wiphy: 0 (0x00000000) Interface Type: 3 (0x00000003) Wireless Device: 2 (0x0000000000000002) MAC Address DE:A6:32:B3:34:3A Generation: 6 (0x00000006) 4-Address: 0 (0x00) Wiphy Frequency: 2442 (0x0000098a) Unknown: 290 len 4 00 00 00 00 .... Wiphy Channel Type: 1 (0x00000001) Channel Width: 1 (0x00000001) Center Frequency 1: 2442 (0x0000098a) Wiphy TX Power Level: 3100 (0x00000c1c) SSID: len 11 52 75 6e 65 41 75 64 69 6f 41 50 RuneAudioAP > Result: New Interface (0x07) len 124 [multi] 17.320259 Interface Index: 3 (0x00000003) Interface Name: wlan0 Wiphy: 0 (0x00000000) Interface Type: 2 (0x00000002) Wireless Device: 1 (0x0000000000000001) MAC Address DC:A6:32:B4:50:CF Generation: 6 (0x00000006) 4-Address: 0 (0x00) Wiphy Frequency: 5825 (0x000016c1) Unknown: 290 len 4 00 00 00 00 .... Wiphy Channel Type: 1 (0x00000001) Channel Width: 1 (0x00000001) Center Frequency 1: 5825 (0x000016c1) Wiphy TX Power Level: 3100 (0x00000c1c) > Complete: Get Interface (0x05) len 4 [multi] 17.320301 Status: 0 < Request: Get Station (0x11) len 8 [ack,0x300] 17.343148 Interface Index: 4 (0x00000004) > Result: New Station (0x13) len 164 [multi] 17.345440 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Generation: 0 (0x00000000) Station Info: len 132 Connected time: 9 (0x00000009) Inactivity time: 0 (0x00000000) Total RX bytes: 18044 (0x0000467c) Total TX bytes: 8311 (0x00002077) TX bitrate: len 16 Bit Rate: 540 (0x0000021c) Bit Rate (Legacy): 540 (0x021c) RX bitrate: len 16 Bit Rate: 60 (0x0000003c) Bit Rate (Legacy): 60 (0x003c) RX packets: 238 (0x000000ee) TX packets: 46 (0x0000002e) TX failed: 1 (0x00000001) BSS parameters: len 20 Short Slot Time: true DTIM Period: 3 (0x03) Beacon Interval: 100 (0x0064) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x000000a2 Authorized Authenticated Associated > Complete: Get Station (0x11) len 4 [multi] 17.345494 Status: 0 < Request: Set Power Save (0x3d) len 16 [ack] 17.350540 Interface Index: 4 (0x00000004) PS State: 0 (0x00000000) > Response: Set Power Save (0x3d) len 4 [0x100] 17.350556 Status: Success (0) < Request: Get Power Save (0x3e) len 8 [ack] 17.355469 Interface Index: 4 (0x00000004) > Result: Get Power Save (0x3e) len 8 17.355486 PS State: 0 (0x00000000) > Response: Get Power Save (0x3e) len 4 [0x100] 17.355491 Status: Success (0) < Request: Trigger Scan (0x21) len 348 [ack] 17.365624 Interface Index: 3 (0x00000003) Scan Frequencies: len 320 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) 37: 2467 (0x000009a3) 38: 2472 (0x000009a8) 39: 2484 (0x000009b4) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G Scan SSIDs: len 4 0: len 0 > Event: Trigger Scan (0x21) len 344 17.366537 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G > Response: Trigger Scan (0x21) len 4 [0x100] 17.366554 Status: Success (0) < Request: Get Station (0x11) len 8 [ack,0x300] 17.372438 Interface Index: 3 (0x00000003) > Complete: Get Station (0x11) len 4 [multi] 17.373421 Status: 0 < Request: Set Power Save (0x3d) len 16 [ack] 17.378469 Interface Index: 3 (0x00000003) PS State: 0 (0x00000000) > Response: Set Power Save (0x3d) len 4 [0x100] 17.378543 Status: Success (0) < Request: Get Power Save (0x3e) len 8 [ack] 17.383737 Interface Index: 3 (0x00000003) > Result: Get Power Save (0x3e) len 8 17.383758 PS State: 0 (0x00000000) > Response: Get Power Save (0x3e) len 4 [0x100] 17.383763 Status: Success (0) < Request: Get Protocol Features (0x5f) len 0 [ack] 17.401925 > Result: Get Protocol Features (0x5f) len 8 17.401961 Protocol Features: 1 (0x00000001) > Response: Get Protocol Features (0x5f) len 4 [0x100] 17.401968 Status: Success (0) < Request: Get Wiphy (0x01) len 4 [ack,0x300] 17.402014 Split Wiphy Dump: true > Result: New Wiphy (0x03) len 112 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Retry Short: 7 (0x07) Wiphy Retry Long: 4 (0x04) Wiphy Frag Threshold: 4294967295 (0xffffffff) Wiphy RTS Threshold: 4294967295 (0xffffffff) Wiphy Coverage Class: 0 (0x00) Max Number Scan SSIDs: 10 (0x0a) Max Num Sched Scan SSIDs: 16 (0x10) Max Scan IE Length: 2048 (0x0800) Max Sched Scan IE Len: 2048 (0x0800) Max Match Sets: 16 (0x10) Roaming Support: true > Result: New Wiphy (0x03) len 76 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Cipher Suites: WEP-40 (00:0f:ac) suite 01 WEP-104 (00:0f:ac) suite 05 TKIP (00:0f:ac) suite 02 CCMP (00:0f:ac) suite 04 BIP (00:0f:ac) suite 06 Max Number PMKIDs: 16 (0x10) Wiphy Antenna Avail TX: 113 len 4 00 00 00 00 .... Wiphy Antenna Avail RX: 114 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 56 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Interface Types: len 24 Ad-hoc: true Station: true AP: true P2P-Client: true P2P-GO: true P2P-Device: true > Result: New Wiphy (0x03) len 240 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 208 Band 0: len 204 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . Rates: len 156 Bitrate 0: len 8 Bitrate (100kbps multiple): 10 (0x0000000a) Bitrate 1: len 12 Bitrate (100kbps multiple): 20 (0x00000014) 2GHZ Short Preamble: true Bitrate 2: len 12 Bitrate (100kbps multiple): 55 (0x00000037) 2GHZ Short Preamble: true Bitrate 3: len 12 Bitrate (100kbps multiple): 110 (0x0000006e) 2GHZ Short Preamble: true Bitrate 4: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 5: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 6: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 7: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 8: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 9: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 10: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 11: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 84 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 0: len 40 Frequency: 2412 (0x0000096c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 1: len 40 Frequency: 2417 (0x00000971) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 2: len 40 Frequency: 2422 (0x00000976) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 3: len 40 Frequency: 2427 (0x0000097b) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 4: len 36 Frequency: 2432 (0x00000980) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 5: len 36 Frequency: 2437 (0x00000985) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 6: len 36 Frequency: 2442 (0x0000098a) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 7: len 40 Frequency: 2447 (0x0000098f) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 8: len 40 Frequency: 2452 (0x00000994) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 9: len 40 Frequency: 2457 (0x00000999) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 10: len 40 Frequency: 2462 (0x0000099e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 11: len 48 Frequency: 2467 (0x000009a3) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 12: len 48 Frequency: 2472 (0x000009a8) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 13: len 48 Frequency: 2484 (0x000009b4) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 0: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 200 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 168 Band 1: len 164 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . VHT MCS Set: 7 len 8 fe ff 00 00 fe ff 00 00 ........ VHT Capabilities: 8 len 4 20 10 00 00 ... Rates: len 96 Bitrate 0: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 1: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 2: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 3: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 4: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 5: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 6: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 7: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 76 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 0: len 32 Frequency: 5170 (0x00001432) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 1: len 32 Frequency: 5180 (0x0000143c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 2: len 28 Frequency: 5190 (0x00001446) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 3: len 28 Frequency: 5200 (0x00001450) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 4: len 28 Frequency: 5210 (0x0000145a) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 5: len 28 Frequency: 5220 (0x00001464) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 6: len 32 Frequency: 5230 (0x0000146e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 7: len 28 Frequency: 5240 (0x00001478) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 8: len 56 Frequency: 5260 (0x0000148c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 9: len 56 Frequency: 5280 (0x000014a0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 10: len 56 Frequency: 5300 (0x000014b4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 11: len 60 Frequency: 5320 (0x000014c8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 12: len 60 Frequency: 5500 (0x0000157c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 13: len 56 Frequency: 5520 (0x00001590) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 14: len 56 Frequency: 5540 (0x000015a4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 15: len 56 Frequency: 5560 (0x000015b8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 16: len 56 Frequency: 5580 (0x000015cc) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 17: len 56 Frequency: 5600 (0x000015e0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 18: len 56 Frequency: 5620 (0x000015f4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 19: len 56 Frequency: 5640 (0x00001608) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 20: len 56 Frequency: 5660 (0x0000161c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 21: len 56 Frequency: 5680 (0x00001630) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 22: len 56 Frequency: 5700 (0x00001644) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 23: len 60 Frequency: 5720 (0x00001658) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190680 (0x0002e8d8) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 24: len 32 Frequency: 5745 (0x00001671) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 25: len 28 Frequency: 5765 (0x00001685) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 26: len 28 Frequency: 5785 (0x00001699) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 27: len 28 Frequency: 5805 (0x000016ad) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 28: len 32 Frequency: 5825 (0x000016c1) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 1: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 32 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 0 > Result: New Wiphy (0x03) len 184 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Commands: New Interface [7] Set Interface [6] New Key [11] Start AP [15] Join IBSS [43] Set PMKSA [52] Del PMKSA [53] Flush PMKSA [54] Remain on Channel [55] Frame [59] Set Wiphy Netns [49] Set Channel [65] Start Sched Scan [75] Start P2P Device [89] Connect [46] Disconnect [48] Crit Protocol Start [98] Crit Protocol Stop [99] Update Connect Params [122] > Result: New Wiphy (0x03) len 40 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Max Remain on Channel Duration : 5000 (0x00001388) Offchannel TX OK: true > Result: New Wiphy (0x03) len 28 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 260 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Software Interface Types: len 0 Interface Combinations: 120 len 224 68 00 01 00 44 00 01 00 14 00 01 00 08 00 01 00 h...D........... 02 00 00 00 08 00 02 00 04 00 02 00 14 00 02 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 18 00 03 00 08 00 01 00 01 00 00 00 0c 00 02 00 ................ 04 00 08 00 04 00 09 00 08 00 04 00 02 00 00 00 ................ 08 00 02 00 03 00 00 00 08 00 05 00 00 00 00 00 ................ 08 00 06 00 00 00 00 00 78 00 02 00 54 00 01 00 ........x...T... 14 00 01 00 08 00 01 00 01 00 00 00 08 00 02 00 ................ 04 00 02 00 14 00 02 00 08 00 01 00 01 00 00 00 ................ 08 00 02 00 04 00 03 00 14 00 03 00 08 00 01 00 ................ 01 00 00 00 08 00 02 00 04 00 08 00 14 00 04 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 08 00 04 00 01 00 00 00 08 00 02 00 04 00 00 00 ................ 08 00 05 00 00 00 00 00 08 00 06 00 00 00 00 00 ................ > Result: New Wiphy (0x03) len 44 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Device AP SME: 141 len 4 00 00 00 00 .... Feature Flags: 143 len 4 a0 40 00 40 .@.@ > Result: New Wiphy (0x03) len 1036 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) TX Frame Types: len 692 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-GO: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-Device: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) Unknown: 11 len 0 Unknown: 12 len 0 RX Frame Types: len 220 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 24 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-GO: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-Device: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Unknown: 11 len 0 Unknown: 12 len 0 Unknown: 222 len 4 01 00 00 00 .... Unknown: 223 len 4 fc 01 00 00 .... Unknown: 224 len 4 00 00 00 00 .... MAC Address DC:A6:32:B4:50:CF MAC Addresses: len 48 1 DC:A6:32:B4:50:CF 2 DE:A6:32:B4:50:CE 3 DE:A6:32:B4:50:CD 4 DE:A6:32:B4:50:CC > Result: New Wiphy (0x03) len 28 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 44 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Vendor Data: len 12 0c 00 01 00 18 10 00 00 01 00 00 00 ............ > Result: New Wiphy (0x03) len 68 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Scheduled Scan Maximum Requests: 256 len 4 01 00 00 00 .... Extended Features: NL80211_EXT_FEATURE_CQM_RSSI_LIST NL80211_EXT_FEATURE_DFS_OFFLOAD Unknown: 227 len 12 04 00 01 00 04 00 02 00 04 00 03 00 ............ > Result: New Wiphy (0x03) len 36 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 239 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 28 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 28 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 36 [multi] 17.402113 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 316 len 2 02 00 .. > Complete: Get Wiphy (0x01) len 4 [multi] 17.402149 Status: 0 < Request: Get Protocol Features (0x5f) len 0 [ack] 17.409203 > Result: Get Protocol Features (0x5f) len 8 17.409222 Protocol Features: 1 (0x00000001) > Response: Get Protocol Features (0x5f) len 4 [0x100] 17.409227 Status: Success (0) < Request: Get Wiphy (0x01) len 12 [ack,0x300] 17.409259 Wiphy: 0 (0x00000000) Split Wiphy Dump: true > Result: New Wiphy (0x03) len 112 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Retry Short: 7 (0x07) Wiphy Retry Long: 4 (0x04) Wiphy Frag Threshold: 4294967295 (0xffffffff) Wiphy RTS Threshold: 4294967295 (0xffffffff) Wiphy Coverage Class: 0 (0x00) Max Number Scan SSIDs: 10 (0x0a) Max Num Sched Scan SSIDs: 16 (0x10) Max Scan IE Length: 2048 (0x0800) Max Sched Scan IE Len: 2048 (0x0800) Max Match Sets: 16 (0x10) Roaming Support: true > Result: New Wiphy (0x03) len 76 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Cipher Suites: WEP-40 (00:0f:ac) suite 01 WEP-104 (00:0f:ac) suite 05 TKIP (00:0f:ac) suite 02 CCMP (00:0f:ac) suite 04 BIP (00:0f:ac) suite 06 Max Number PMKIDs: 16 (0x10) Wiphy Antenna Avail TX: 113 len 4 00 00 00 00 .... Wiphy Antenna Avail RX: 114 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 56 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Interface Types: len 24 Ad-hoc: true Station: true AP: true P2P-Client: true P2P-GO: true P2P-Device: true > Result: New Wiphy (0x03) len 240 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 208 Band 0: len 204 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . Rates: len 156 Bitrate 0: len 8 Bitrate (100kbps multiple): 10 (0x0000000a) Bitrate 1: len 12 Bitrate (100kbps multiple): 20 (0x00000014) 2GHZ Short Preamble: true Bitrate 2: len 12 Bitrate (100kbps multiple): 55 (0x00000037) 2GHZ Short Preamble: true Bitrate 3: len 12 Bitrate (100kbps multiple): 110 (0x0000006e) 2GHZ Short Preamble: true Bitrate 4: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 5: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 6: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 7: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 8: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 9: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 10: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 11: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 84 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 0: len 40 Frequency: 2412 (0x0000096c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 1: len 40 Frequency: 2417 (0x00000971) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 2: len 40 Frequency: 2422 (0x00000976) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 3: len 40 Frequency: 2427 (0x0000097b) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 4: len 36 Frequency: 2432 (0x00000980) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 5: len 36 Frequency: 2437 (0x00000985) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 6: len 36 Frequency: 2442 (0x0000098a) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 7: len 40 Frequency: 2447 (0x0000098f) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 8: len 40 Frequency: 2452 (0x00000994) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 9: len 40 Frequency: 2457 (0x00000999) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 10: len 40 Frequency: 2462 (0x0000099e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 11: len 48 Frequency: 2467 (0x000009a3) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 12: len 48 Frequency: 2472 (0x000009a8) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 13: len 48 Frequency: 2484 (0x000009b4) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 0: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 200 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 168 Band 1: len 164 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . VHT MCS Set: 7 len 8 fe ff 00 00 fe ff 00 00 ........ VHT Capabilities: 8 len 4 20 10 00 00 ... Rates: len 96 Bitrate 0: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 1: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 2: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 3: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 4: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 5: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 6: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 7: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 76 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 0: len 32 Frequency: 5170 (0x00001432) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 1: len 32 Frequency: 5180 (0x0000143c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 2: len 28 Frequency: 5190 (0x00001446) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 3: len 28 Frequency: 5200 (0x00001450) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 4: len 28 Frequency: 5210 (0x0000145a) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 5: len 28 Frequency: 5220 (0x00001464) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 6: len 32 Frequency: 5230 (0x0000146e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 7: len 28 Frequency: 5240 (0x00001478) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 8: len 56 Frequency: 5260 (0x0000148c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 9: len 56 Frequency: 5280 (0x000014a0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 10: len 56 Frequency: 5300 (0x000014b4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 11: len 60 Frequency: 5320 (0x000014c8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 12: len 60 Frequency: 5500 (0x0000157c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 13: len 56 Frequency: 5520 (0x00001590) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 14: len 56 Frequency: 5540 (0x000015a4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 15: len 56 Frequency: 5560 (0x000015b8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 16: len 56 Frequency: 5580 (0x000015cc) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 17: len 56 Frequency: 5600 (0x000015e0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 18: len 56 Frequency: 5620 (0x000015f4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 19: len 56 Frequency: 5640 (0x00001608) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 20: len 56 Frequency: 5660 (0x0000161c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 21: len 56 Frequency: 5680 (0x00001630) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 22: len 56 Frequency: 5700 (0x00001644) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 23: len 60 Frequency: 5720 (0x00001658) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190688 (0x0002e8e0) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 24: len 32 Frequency: 5745 (0x00001671) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 25: len 28 Frequency: 5765 (0x00001685) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 26: len 28 Frequency: 5785 (0x00001699) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 27: len 28 Frequency: 5805 (0x000016ad) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 28: len 32 Frequency: 5825 (0x000016c1) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 1: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 32 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 0 > Result: New Wiphy (0x03) len 184 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Commands: New Interface [7] Set Interface [6] New Key [11] Start AP [15] Join IBSS [43] Set PMKSA [52] Del PMKSA [53] Flush PMKSA [54] Remain on Channel [55] Frame [59] Set Wiphy Netns [49] Set Channel [65] Start Sched Scan [75] Start P2P Device [89] Connect [46] Disconnect [48] Crit Protocol Start [98] Crit Protocol Stop [99] Update Connect Params [122] > Result: New Wiphy (0x03) len 40 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Max Remain on Channel Duration : 5000 (0x00001388) Offchannel TX OK: true > Result: New Wiphy (0x03) len 28 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 260 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Software Interface Types: len 0 Interface Combinations: 120 len 224 68 00 01 00 44 00 01 00 14 00 01 00 08 00 01 00 h...D........... 02 00 00 00 08 00 02 00 04 00 02 00 14 00 02 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 18 00 03 00 08 00 01 00 01 00 00 00 0c 00 02 00 ................ 04 00 08 00 04 00 09 00 08 00 04 00 02 00 00 00 ................ 08 00 02 00 03 00 00 00 08 00 05 00 00 00 00 00 ................ 08 00 06 00 00 00 00 00 78 00 02 00 54 00 01 00 ........x...T... 14 00 01 00 08 00 01 00 01 00 00 00 08 00 02 00 ................ 04 00 02 00 14 00 02 00 08 00 01 00 01 00 00 00 ................ 08 00 02 00 04 00 03 00 14 00 03 00 08 00 01 00 ................ 01 00 00 00 08 00 02 00 04 00 08 00 14 00 04 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 08 00 04 00 01 00 00 00 08 00 02 00 04 00 00 00 ................ 08 00 05 00 00 00 00 00 08 00 06 00 00 00 00 00 ................ > Result: New Wiphy (0x03) len 44 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Device AP SME: 141 len 4 00 00 00 00 .... Feature Flags: 143 len 4 a0 40 00 40 .@.@ > Result: New Wiphy (0x03) len 1036 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) TX Frame Types: len 692 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-GO: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-Device: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) Unknown: 11 len 0 Unknown: 12 len 0 RX Frame Types: len 220 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 24 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-GO: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-Device: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Unknown: 11 len 0 Unknown: 12 len 0 Unknown: 222 len 4 01 00 00 00 .... Unknown: 223 len 4 fc 01 00 00 .... Unknown: 224 len 4 00 00 00 00 .... MAC Address DC:A6:32:B4:50:CF MAC Addresses: len 48 1 DC:A6:32:B4:50:CF 2 DE:A6:32:B4:50:CE 3 DE:A6:32:B4:50:CD 4 DE:A6:32:B4:50:CC > Result: New Wiphy (0x03) len 28 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 44 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Vendor Data: len 12 0c 00 01 00 18 10 00 00 01 00 00 00 ............ > Result: New Wiphy (0x03) len 68 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Scheduled Scan Maximum Requests: 256 len 4 01 00 00 00 .... Extended Features: NL80211_EXT_FEATURE_CQM_RSSI_LIST NL80211_EXT_FEATURE_DFS_OFFLOAD Unknown: 227 len 12 04 00 01 00 04 00 02 00 04 00 03 00 ............ > Result: New Wiphy (0x03) len 36 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 239 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 28 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 28 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 36 [multi] 17.409350 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 316 len 2 02 00 .. > Complete: Get Wiphy (0x01) len 4 [multi] 17.409377 Status: 0 < Request: Get Protocol Features (0x5f) len 0 [ack] 17.415485 > Result: Get Protocol Features (0x5f) len 8 17.415501 Protocol Features: 1 (0x00000001) > Response: Get Protocol Features (0x5f) len 4 [0x100] 17.415505 Status: Success (0) < Request: Get Wiphy (0x01) len 12 [ack,0x300] 17.415538 Wiphy: 0 (0x00000000) Split Wiphy Dump: true > Result: New Wiphy (0x03) len 112 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Retry Short: 7 (0x07) Wiphy Retry Long: 4 (0x04) Wiphy Frag Threshold: 4294967295 (0xffffffff) Wiphy RTS Threshold: 4294967295 (0xffffffff) Wiphy Coverage Class: 0 (0x00) Max Number Scan SSIDs: 10 (0x0a) Max Num Sched Scan SSIDs: 16 (0x10) Max Scan IE Length: 2048 (0x0800) Max Sched Scan IE Len: 2048 (0x0800) Max Match Sets: 16 (0x10) Roaming Support: true > Result: New Wiphy (0x03) len 76 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Cipher Suites: WEP-40 (00:0f:ac) suite 01 WEP-104 (00:0f:ac) suite 05 TKIP (00:0f:ac) suite 02 CCMP (00:0f:ac) suite 04 BIP (00:0f:ac) suite 06 Max Number PMKIDs: 16 (0x10) Wiphy Antenna Avail TX: 113 len 4 00 00 00 00 .... Wiphy Antenna Avail RX: 114 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 56 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Interface Types: len 24 Ad-hoc: true Station: true AP: true P2P-Client: true P2P-GO: true P2P-Device: true > Result: New Wiphy (0x03) len 240 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 208 Band 0: len 204 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . Rates: len 156 Bitrate 0: len 8 Bitrate (100kbps multiple): 10 (0x0000000a) Bitrate 1: len 12 Bitrate (100kbps multiple): 20 (0x00000014) 2GHZ Short Preamble: true Bitrate 2: len 12 Bitrate (100kbps multiple): 55 (0x00000037) 2GHZ Short Preamble: true Bitrate 3: len 12 Bitrate (100kbps multiple): 110 (0x0000006e) 2GHZ Short Preamble: true Bitrate 4: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 5: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 6: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 7: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 8: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 9: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 10: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 11: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 84 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 0: len 40 Frequency: 2412 (0x0000096c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 1: len 40 Frequency: 2417 (0x00000971) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 2: len 40 Frequency: 2422 (0x00000976) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 3: len 40 Frequency: 2427 (0x0000097b) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 4: len 36 Frequency: 2432 (0x00000980) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 5: len 36 Frequency: 2437 (0x00000985) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 6: len 36 Frequency: 2442 (0x0000098a) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 7: len 40 Frequency: 2447 (0x0000098f) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 8: len 40 Frequency: 2452 (0x00000994) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 9: len 40 Frequency: 2457 (0x00000999) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 10: len 40 Frequency: 2462 (0x0000099e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 11: len 48 Frequency: 2467 (0x000009a3) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 12: len 48 Frequency: 2472 (0x000009a8) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 13: len 48 Frequency: 2484 (0x000009b4) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 0: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 200 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 168 Band 1: len 164 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . VHT MCS Set: 7 len 8 fe ff 00 00 fe ff 00 00 ........ VHT Capabilities: 8 len 4 20 10 00 00 ... Rates: len 96 Bitrate 0: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 1: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 2: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 3: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 4: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 5: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 6: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 7: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 76 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 0: len 32 Frequency: 5170 (0x00001432) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 1: len 32 Frequency: 5180 (0x0000143c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 2: len 28 Frequency: 5190 (0x00001446) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 3: len 28 Frequency: 5200 (0x00001450) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 4: len 28 Frequency: 5210 (0x0000145a) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 5: len 28 Frequency: 5220 (0x00001464) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 6: len 32 Frequency: 5230 (0x0000146e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 7: len 28 Frequency: 5240 (0x00001478) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 8: len 56 Frequency: 5260 (0x0000148c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 9: len 56 Frequency: 5280 (0x000014a0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 10: len 56 Frequency: 5300 (0x000014b4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 11: len 60 Frequency: 5320 (0x000014c8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 12: len 60 Frequency: 5500 (0x0000157c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 13: len 56 Frequency: 5520 (0x00001590) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 14: len 56 Frequency: 5540 (0x000015a4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 15: len 56 Frequency: 5560 (0x000015b8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 16: len 56 Frequency: 5580 (0x000015cc) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 17: len 56 Frequency: 5600 (0x000015e0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 18: len 56 Frequency: 5620 (0x000015f4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 19: len 56 Frequency: 5640 (0x00001608) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 20: len 56 Frequency: 5660 (0x0000161c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 21: len 56 Frequency: 5680 (0x00001630) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 22: len 56 Frequency: 5700 (0x00001644) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 23: len 60 Frequency: 5720 (0x00001658) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 190692 (0x0002e8e4) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 24: len 32 Frequency: 5745 (0x00001671) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 25: len 28 Frequency: 5765 (0x00001685) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 26: len 28 Frequency: 5785 (0x00001699) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 27: len 28 Frequency: 5805 (0x000016ad) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 28: len 32 Frequency: 5825 (0x000016c1) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 1: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 32 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 0 > Result: New Wiphy (0x03) len 184 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Commands: New Interface [7] Set Interface [6] New Key [11] Start AP [15] Join IBSS [43] Set PMKSA [52] Del PMKSA [53] Flush PMKSA [54] Remain on Channel [55] Frame [59] Set Wiphy Netns [49] Set Channel [65] Start Sched Scan [75] Start P2P Device [89] Connect [46] Disconnect [48] Crit Protocol Start [98] Crit Protocol Stop [99] Update Connect Params [122] > Result: New Wiphy (0x03) len 40 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Max Remain on Channel Duration : 5000 (0x00001388) Offchannel TX OK: true > Result: New Wiphy (0x03) len 28 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 260 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Software Interface Types: len 0 Interface Combinations: 120 len 224 68 00 01 00 44 00 01 00 14 00 01 00 08 00 01 00 h...D........... 02 00 00 00 08 00 02 00 04 00 02 00 14 00 02 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 18 00 03 00 08 00 01 00 01 00 00 00 0c 00 02 00 ................ 04 00 08 00 04 00 09 00 08 00 04 00 02 00 00 00 ................ 08 00 02 00 03 00 00 00 08 00 05 00 00 00 00 00 ................ 08 00 06 00 00 00 00 00 78 00 02 00 54 00 01 00 ........x...T... 14 00 01 00 08 00 01 00 01 00 00 00 08 00 02 00 ................ 04 00 02 00 14 00 02 00 08 00 01 00 01 00 00 00 ................ 08 00 02 00 04 00 03 00 14 00 03 00 08 00 01 00 ................ 01 00 00 00 08 00 02 00 04 00 08 00 14 00 04 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 08 00 04 00 01 00 00 00 08 00 02 00 04 00 00 00 ................ 08 00 05 00 00 00 00 00 08 00 06 00 00 00 00 00 ................ > Result: New Wiphy (0x03) len 44 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Device AP SME: 141 len 4 00 00 00 00 .... Feature Flags: 143 len 4 a0 40 00 40 .@.@ > Result: New Wiphy (0x03) len 1036 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) TX Frame Types: len 692 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-GO: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-Device: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) Unknown: 11 len 0 Unknown: 12 len 0 RX Frame Types: len 220 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 24 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-GO: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-Device: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Unknown: 11 len 0 Unknown: 12 len 0 Unknown: 222 len 4 01 00 00 00 .... Unknown: 223 len 4 fc 01 00 00 .... Unknown: 224 len 4 00 00 00 00 .... MAC Address DC:A6:32:B4:50:CF MAC Addresses: len 48 1 DC:A6:32:B4:50:CF 2 DE:A6:32:B4:50:CE 3 DE:A6:32:B4:50:CD 4 DE:A6:32:B4:50:CC > Result: New Wiphy (0x03) len 28 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 44 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Vendor Data: len 12 0c 00 01 00 18 10 00 00 01 00 00 00 ............ > Result: New Wiphy (0x03) len 68 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Scheduled Scan Maximum Requests: 256 len 4 01 00 00 00 .... Extended Features: NL80211_EXT_FEATURE_CQM_RSSI_LIST NL80211_EXT_FEATURE_DFS_OFFLOAD Unknown: 227 len 12 04 00 01 00 04 00 02 00 04 00 03 00 ............ > Result: New Wiphy (0x03) len 36 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 239 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 28 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 28 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 36 [multi] 17.415623 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 316 len 2 02 00 .. > Complete: Get Wiphy (0x01) len 4 [multi] 17.415643 Status: 0 < RTNL: Get Link (0x12) len 36 [request] 17.513097 Flags: 1 (0x001) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1072 17.513250 Flags: 0 (0x000) Sequence number: 1734844201 (0x67679f29) Port ID: 3993970522 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Done (0x03) len 4 [multi,0x20] 17.513642 Flags: 34 (0x022) Sequence number: 1734844201 (0x67679f29) Port ID: 21172 Status: 0 < RTNL: New Link (0x10) len 16 [request,ack] 17.516627 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 17.516657 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 21173 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 17.516738 Flags: 1 (0x001) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > RTNL: New Link (0x10) len 1072 17.516770 Flags: 0 (0x000) Sequence number: 1734844201 (0x67679f29) Port ID: 3735947131 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 17.516868 Flags: 5 (0x005) Sequence number: 1734844201 (0x67679f29) Port ID: 0 > Event: Scan Aborted (0x23) len 344 18.052050 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G > RTNL: New Link (0x10) len 1460 18.052887 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 18.052910 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 18.052915 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 18.052921 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Error (0x02) len 20 [0x100] 18.053011 Flags: 256 (0x100) Sequence number: 1734844201 (0x67679f29) Port ID: 21173 ACK: 0 < RTNL: New Link (0x10) len 16 [request,ack] 18.056634 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 18.056662 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 21174 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 18.056747 Flags: 1 (0x001) Sequence number: 1734844202 (0x67679f2a) Port ID: 0 > RTNL: New Link (0x10) len 1072 18.056788 Flags: 0 (0x000) Sequence number: 1734844202 (0x67679f2a) Port ID: 2397445580 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 18.056905 Flags: 5 (0x005) Sequence number: 1734844202 (0x67679f2a) Port ID: 0 > RTNL: New Link (0x10) len 1460 18.057736 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 18.057750 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 18.057758 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 18.057765 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Error (0x02) len 20 [0x100] 18.058520 Flags: 256 (0x100) Sequence number: 1734844202 (0x67679f2a) Port ID: 21174 ACK: 0 < Request: Trigger Scan (0x21) len 352 [ack] 18.062897 Wireless Device: 1 (0x0000000000000001) Scan Frequencies: len 320 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) 37: 2467 (0x000009a3) 38: 2472 (0x000009a8) 39: 2484 (0x000009b4) Scan Flags: Mask: 0x00004000 len 4 Colocated6G Scan SSIDs: len 4 0: len 0 > Event: Trigger Scan (0x21) len 344 18.064066 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004000 len 4 Colocated6G > Response: Trigger Scan (0x21) len 4 [0x100] 18.064089 Status: Success (0) > Event: New Scan Results (0x22) len 344 19.347805 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004000 len 4 Colocated6G < Request: Get Survey (0x32) len 12 [ack,0x300] 19.347934 Wireless Device: 1 (0x0000000000000001) > RTNL: New Link (0x10) len 48 19.348007 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 19.348016 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 19.348020 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 19.348028 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2412 (0x0000096c) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 38 (0x0000000000000026) RX Time: 3 (0x0000000000000003) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2417 (0x00000971) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 38 (0x0000000000000026) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2422 (0x00000976) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 48 (0x0000000000000030) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2427 (0x0000097b) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2432 (0x00000980) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 54 (0x0000000000000036) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2437 (0x00000985) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 39 (0x0000000000000027) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2442 (0x0000098a) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 1 (0x0000000000000001) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2447 (0x0000098f) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 2 (0x0000000000000002) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2452 (0x00000994) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 1 (0x0000000000000001) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2457 (0x00000999) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 7 (0x0000000000000007) RX Time: 5 (0x0000000000000005) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2462 (0x0000099e) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 1 (0x0000000000000001) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5170 (0x00001432) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5180 (0x0000143c) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 9 (0x0000000000000009) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5190 (0x00001446) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5200 (0x00001450) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 7 (0x0000000000000007) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5210 (0x0000145a) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5220 (0x00001464) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 1 (0x0000000000000001) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5230 (0x0000146e) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5240 (0x00001478) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 1 (0x0000000000000001) RX Time: 3 (0x0000000000000003) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5260 (0x0000148c) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5280 (0x000014a0) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5300 (0x000014b4) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5320 (0x000014c8) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5500 (0x0000157c) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5520 (0x00001590) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5540 (0x000015a4) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5560 (0x000015b8) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5580 (0x000015cc) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5600 (0x000015e0) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5620 (0x000015f4) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5640 (0x00001608) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5660 (0x0000161c) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5680 (0x00001630) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5700 (0x00001644) > Result: New Survey Results (0x33) len 20 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5720 (0x00001658) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5745 (0x00001671) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 12 (0x000000000000000c) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5765 (0x00001685) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 12 (0x000000000000000c) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5785 (0x00001699) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 12 (0x000000000000000c) RX Time: 5 (0x0000000000000005) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5805 (0x000016ad) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 12 (0x000000000000000c) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 21.455961 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5825 (0x000016c1) Noise dBm: -71 Survey Time: 80 (0x0000000000000050) Busy Time: 12 (0x000000000000000c) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Complete: Get Survey (0x32) len 4 [multi] 21.456027 Status: 0 < Request: Get Scan (0x20) len 12 [ack,0x300] 21.456207 Wireless Device: 1 (0x0000000000000001) > Result: New Scan Results (0x22) len 228 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 196 BSSID D8:3A:DD:60:A3:0C TSF: 0 (0x0000000000000000) IEs: len 97 SSID: deskSAE 64 65 73 6b 53 41 45 deskSAE Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 1 01 . TIM: DTIM count 1 beacon frame(s) DTIM period 2 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 01000000 01 02 00 02 .... ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 1 06 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 6: Management Frame Protection Required RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 c0 00 .... Current Operating Class: 81 51 00 Q. Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 62: Opmode Notification 04 00 00 00 00 00 00 40 .......@ Vendor specific: len 22 Wi-Fi Alliance (50:6f:9a) type: 09 50 6f 9a 09 0c 0f 00 65 00 ff 00 7c 00 00 00 90 Po.....e...|.... 01 00 4e 3a 6a e5 ..N:j. P2P Attributes: len 18 Notice of Absence 101: GO uses Opportunistic Power Save: false Client Traffic window len: 0 TUs Notice: Count/Type: 255 Duration: 31744us Interval: 102400us Start Time: 1782205952 Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2412 (0x0000096c) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2112 (0x00000840) Timestamp: 1224819912866 (0x0000011d2cf4b0a2) Signal mBm: -6400 > Result: New Scan Results (0x22) len 300 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 268 BSSID CC:F4:11:43:4B:0F TSF: 0 (0x0000000000000000) IEs: len 170 SSID: CAR 43 41 52 CAR Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 11 0b . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 0 02 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 72 00 00 00 00 r.... Current Operating Class: 81 51 00 Q. HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 8 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ed 11 1b ff ff 00 00 00 00 00 00 00 00 00 00 01 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 11 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: No protection 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 04 00 08 02 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. Vendor specific: len 12 OUI: f4:f5:e8 type:05 f4 f5 e8 05 05 00 00 00 00 00 00 00 ............ Beacon Interval: 100 (0x0064) Capability: 5169 (0x1431) ESS Privacy ShortPreamble ShortSlotTime Frequency: 2462 (0x0000099e) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2112 (0x00000840) Timestamp: 1224819905106 (0x0000011d2cf49252) Signal mBm: -6200 > Result: New Scan Results (0x22) len 604 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 572 BSSID 40:ED:00:AD:B9:36 TSF: 0 (0x0000000000000000) IEs: len 476 SSID: mntwins 6d 6e 74 77 69 6e 73 mntwins Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 9.0 18.0 36.0 54.0 Mbit/s 82 84 8b 96 12 24 48 6c .....$Hl DSSS parameter set: channel 8 08 . ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 12.0 24.0 48.0 Mbit/s 0c 18 30 60 ..0` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 19 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 8 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode 08 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 19: BSS transition Capability: bit 31: Interworking 01 00 08 80 00 00 00 00 ........ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 02 00 00 00 00 ..... Tag 51: len 8 21 05 06 07 08 09 0a 0b !....... Power constraint: 3 dB 03 . TPC report: transmit power 63 dB link margin 0 dB 3f 00 ?. Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 20 dBm 55 53 20 01 0b 14 US ... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 91 79 c1 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 0 - 20 or 40 Mhz channel width Channel Center Frequency 1: 0 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 00 00 00 fc ff ..... HE Capabilities: len 25 HE supported channel width set: bit 0: 40MHz supported (2.4GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 02 20 0e 92 6f 09 8f 08 00 00 ....D.. ..o..... 00 fa ff fa ff 19 1c c7 71 ........q Tag 292: len 6 f4 3f 00 30 fc ff .?.0.. Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 131 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 00 00 00 00 00 00 10 00 00 ....G........... 00 0c 80 63 e6 bb 10 10 21 00 07 54 50 2d 4c 49 ...c....!..TP-LI 4e 4b 10 23 00 0b 41 72 63 68 65 72 20 41 58 32 NK.#..Archer AX2 30 10 24 00 03 34 2e 36 10 42 00 03 34 2e 36 10 0.$..4.6.B..4.6. 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0f 41 T.....P........A 72 63 68 65 72 20 41 58 32 30 20 34 2e 36 10 08 rcher AX20 4.6.. 00 02 21 0c 10 3c 00 01 01 10 49 00 06 00 37 2a ..!..<....I...7* 00 01 20 .. Vendor specific: len 7 OUI: 00:0c:43 type:08 00 0c 43 08 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:08 00 0c e7 08 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 03 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... WSC Payload: len 127 Version: 10 WSC State: Configured Response Type: AP UUID-E: 00000000-0000-1000-0000-0c8063e6bb10 Manufacturer: TP-LINK Model Name: Archer AX20 Model Number: 4.6 Serial Number: 4.6 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Archer AX20 4.6 Configuration Methods: Virtual Display PIN Keypad Label RF Bands: 2.4 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 5137 (0x1411) ESS Privacy ShortSlotTime Frequency: 2447 (0x0000098f) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2112 (0x00000840) Timestamp: 1224819888495 (0x0000011d2cf4516f) Signal mBm: -5800 > Result: New Scan Results (0x22) len 456 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 424 BSSID 42:ED:00:AD:B9:36 TSF: 0 (0x0000000000000000) IEs: len 328 SSID: Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 9.0 18.0 36.0 54.0 Mbit/s 82 84 8b 96 12 24 48 6c .....$Hl DSSS parameter set: channel 8 08 . TIM: DTIM count 0 this beacon frame is DTIM DTIM period 1 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 00 01 00 00 .... Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... Tag 51: len 8 21 05 06 07 08 09 0a 0b !....... ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 12.0 24.0 48.0 Mbit/s 0c 18 30 60 ..0` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 19 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 8 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode 08 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 91 79 c1 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 0 - 20 or 40 Mhz channel width Channel Center Frequency 1: 0 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 00 00 00 fc ff ..... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 31: Interworking 01 00 00 80 00 00 00 00 ........ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. HE Capabilities: len 25 HE supported channel width set: bit 0: 40MHz supported (2.4GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 02 20 0e 92 6d 09 85 08 00 00 ....D.. ..m..... 00 fa ff fa ff 19 1c c7 71 ........q Tag 292: len 6 f4 3f 00 81 fc ff .?.... Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 7 OUI: 00:0c:43 type:08 00 0c 43 08 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:08 00 0c e7 08 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 07 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2447 (0x0000098f) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2112 (0x00000840) Timestamp: 1224819902792 (0x0000011d2cf48948) Signal mBm: -5900 > Result: New Scan Results (0x22) len 480 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 448 BSSID BC:2E:48:FD:9E:70 TSF: 0 (0x0000000000000000) IEs: len 350 SSID: spg5 73 70 67 35 spg5 Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 18.0 24.0 36.0 54.0 Mbit/s 82 84 8b 96 24 30 48 6c ....$0Hl DSSS parameter set: channel 2 02 . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... Power constraint: 0 dB 00 . TPC report: transmit power 25 dB link margin 0 dB 19 00 .. ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 9.0 12.0 48.0 Mbit/s 0c 12 18 60 ...` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 8c 00 .... BSS load: 3 station(s) utilization 35/255 available capacity 0 32µs/s units 03 00 23 00 00 ..#.. Current Operating Class: 12 Supported Operating Class: 12 Supported Operating Class: 32 Supported Operating Class: 33 0c 0c 20 21 .. ! HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 16 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ad 09 1f ff ff ff 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 2 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: bit 3: RIFS permitted Information: HT Protection: bits 8 - 9: Nonmember protection mode Information: bit 10: Non-greenfield HT STAs present Information: bit 12: OBSS non-HT STAs present 02 08 15 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 9 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 62: Opmode Notification Capability: bit 63: (null) 04 00 08 00 00 00 00 c0 01 ......... Vendor specific: len 142 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 e9 61 db f9 18 6c bb a7 5c ....G...a...l..\ 97 c9 a4 a0 0b 8c 5e 10 21 00 0b 41 72 72 69 73 ......^.!..Arris 2c 20 49 6e 63 2e 10 23 00 0a 42 47 57 32 31 30 , Inc..#..BGW210 2d 37 30 30 10 24 00 0a 42 47 57 32 31 30 2d 37 -700.$..BGW210-7 30 30 10 42 00 0a 42 47 57 32 31 30 2d 37 30 30 00.B..BGW210-700 10 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0e .T.....P........ 41 72 72 69 73 20 57 69 72 65 6c 65 73 73 10 08 Arris Wireless.. 00 02 21 08 10 49 00 06 00 37 2a 00 01 20 ..!..I...7*.. Vendor specific: len 26 Epigram (00:90:4c) type: 04 00 90 4c 04 08 bf 0c 92 59 82 0f ea ff 00 00 ea ..L.....Y....... ff 00 20 c0 05 00 02 00 00 00 .. ....... Vendor specific: len 9 Broadcom (00:10:18) type: 02 00 10 18 02 03 00 1c 00 00 ......... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. WSC Payload: len 138 Version: 10 WSC State: Configured Response Type: AP UUID-E: e961dbf9-186c-bba7-5c97-c9a4a00b8c5e Manufacturer: Arris, Inc. Model Name: BGW210-700 Model Number: BGW210-700 Serial Number: BGW210-700 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Arris Wireless Configuration Methods: Virtual Display PIN Keypad WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 1297 (0x0511) ESS Privacy SpectrumMgmt ShortSlotTime Frequency: 2417 (0x00000971) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2112 (0x00000840) Timestamp: 1224819915458 (0x0000011d2cf4bac2) Signal mBm: -5400 > Result: New Scan Results (0x22) len 596 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 564 BSSID 40:ED:00:AD:B9:35 TSF: 0 (0x0000000000000000) IEs: len 465 SSID: mntwins_5G 6d 6e 74 77 69 6e 73 5f 35 47 mntwins_5G Supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0 Mbit/s 8c 12 98 24 b0 48 60 6c ...$.H`l DSSS parameter set: channel 153 99 . RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 09 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 153 Information: Secondary Channel Offset: below primary channel Information: Channel width: bit 2: Any supported channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode Information: bit 10: Non-greenfield HT STAs present 99 07 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 8 Capability: bit 19: BSS transition Capability: bit 31: Interworking Capability: bit 62: Opmode Notification 00 00 08 80 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 02 00 00 00 00 ..... Tag 51: len 7 80 2a 3a 6a 7a 8a 9b .*:jz.. Power constraint: 3 dB 03 . TPC report: transmit power 63 dB link margin 0 dB 3f 00 ?. Tag 195: len 4 02 7e 7e 7e .~~~ Country: US 3rd octet: 0x20: All environments First channel 36 number of channels 4 max tx power 20 dBm First channel 149 number of channels 5 max tx power 20 dBm 55 53 20 24 04 14 95 05 14 00 US $...... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 5: Short GI for 80 Mhz VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 19: MU Beamformer Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 b1 79 c9 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 1 - 80 Mhz Channel Center Frequency 1: 155 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 01 9b 00 fc ff ..... HE Capabilities: len 27 HE supported channel width set: bit 1: 40MHz/80MHz supported (5GHz/6GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 04 20 0e 92 6f 09 8f 08 00 00 ....D.. ..o..... 00 fa ff fa ff 39 1c c7 71 1c 07 .....9..q.. Tag 292: len 6 f4 3f 00 1b fc ff .?.... Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 131 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 00 00 00 00 00 00 10 00 00 ....G........... 00 0c 80 63 e6 bb 10 10 21 00 07 54 50 2d 4c 49 ...c....!..TP-LI 4e 4b 10 23 00 0b 41 72 63 68 65 72 20 41 58 32 NK.#..Archer AX2 30 10 24 00 03 34 2e 36 10 42 00 03 34 2e 36 10 0.$..4.6.B..4.6. 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0f 41 T.....P........A 72 63 68 65 72 20 41 58 32 30 20 34 2e 36 10 08 rcher AX20 4.6.. 00 02 21 0c 10 3c 00 01 02 10 49 00 06 00 37 2a ..!..<....I...7* 00 01 20 .. Vendor specific: len 7 OUI: 00:0c:43 type:00 00 0c 43 00 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:00 00 0c e7 00 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 03 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... WSC Payload: len 127 Version: 10 WSC State: Configured Response Type: AP UUID-E: 00000000-0000-1000-0000-0c8063e6bb10 Manufacturer: TP-LINK Model Name: Archer AX20 Model Number: 4.6 Serial Number: 4.6 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Archer AX20 4.6 Configuration Methods: Virtual Display PIN Keypad Label RF Bands: 5 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 4113 (0x1011) ESS Privacy Frequency: 5765 (0x00001685) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 10648 (0x00002998) Timestamp: 1216282428879 (0x0000011b301505cf) Signal mBm: -7400 > Result: New Scan Results (0x22) len 572 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 540 BSSID A6:2E:48:FD:9E:73 TSF: 0 (0x0000000000000000) IEs: len 442 SSID: spg5 73 70 67 35 spg5 Supported rates: 6.0(B) 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit/s 8c 12 18 24 30 48 60 6c ...$0H`l DSSS parameter set: channel 157 9d . BSS load: 8 station(s) utilization 34/255 available capacity 65535 32µs/s units 08 00 22 ff ff ..".. Country: US 3rd octet: 0x20: All environments First channel 36 number of channels 1 max tx power 30 dBm First channel 40 number of channels 1 max tx power 30 dBm First channel 44 number of channels 1 max tx power 30 dBm First channel 48 number of channels 1 max tx power 30 dBm First channel 52 number of channels 1 max tx power 24 dBm First channel 56 number of channels 1 max tx power 24 dBm First channel 60 number of channels 1 max tx power 24 dBm First channel 64 number of channels 1 max tx power 24 dBm First channel 100 number of channels 1 max tx power 24 dBm First channel 104 number of channels 1 max tx power 24 dBm First channel 108 number of channels 1 max tx power 24 dBm First channel 112 number of channels 1 max tx power 24 dBm First channel 116 number of channels 1 max tx power 24 dBm First channel 120 number of channels 1 max tx power 24 dBm First channel 124 number of channels 1 max tx power 24 dBm First channel 128 number of channels 1 max tx power 24 dBm First channel 132 number of channels 1 max tx power 24 dBm First channel 136 number of channels 1 max tx power 24 dBm First channel 140 number of channels 1 max tx power 24 dBm First channel 144 number of channels 1 max tx power 24 dBm First channel 149 number of channels 1 max tx power 30 dBm First channel 153 number of channels 1 max tx power 30 dBm First channel 157 number of channels 1 max tx power 30 dBm First channel 161 number of channels 1 max tx power 30 dBm 55 53 20 24 01 1e 28 01 1e 2c 01 1e 30 01 1e 34 US $..(..,..0..4 01 18 38 01 18 3c 01 18 40 01 18 64 01 18 68 01 ..8..<..@..d..h. 18 6c 01 18 70 01 18 74 01 18 78 01 18 7c 01 18 .l..p..t..x..|.. 80 01 18 84 01 18 88 01 18 8c 01 18 90 01 18 95 ................ 01 1e 99 01 1e 9d 01 1e a1 01 1e 00 ............ Power constraint: 0 dB 00 . Tag 195: len 5 02 1e 1e 1e 00 ..... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 Supported MCS: MCS 24 Supported MCS: MCS 25 Supported MCS: MCS 26 Supported MCS: MCS 27 Supported MCS: MCS 28 Supported MCS: MCS 29 Supported MCS: MCS 30 Supported MCS: MCS 31 Supported MCS: MCS 33 Supported MCS: MCS 34 Supported MCS: MCS 35 Supported MCS: MCS 36 Supported MCS: MCS 37 Supported MCS: MCS 38 Supported MCS: MCS 39 Supported MCS: MCS 40 Supported MCS: MCS 41 Supported MCS: MCS 42 Supported MCS: MCS 43 Supported MCS: MCS 44 Supported MCS: MCS 45 Supported MCS: MCS 46 Supported MCS: MCS 47 Supported MCS: MCS 48 Supported MCS: MCS 49 Supported MCS: MCS 50 Supported MCS: MCS 51 Supported MCS: MCS 52 Supported MCS: MCS 53 Supported MCS: MCS 54 Supported MCS: MCS 55 Supported MCS: MCS 56 Supported MCS: MCS 57 Supported MCS: MCS 58 Supported MCS: MCS 59 Supported MCS: MCS 60 Supported MCS: MCS 61 Supported MCS: MCS 62 Supported MCS: MCS 63 Supported MCS: MCS 64 Supported MCS: MCS 65 Supported MCS: MCS 66 Supported MCS: MCS 67 Supported MCS: MCS 68 Supported MCS: MCS 69 Supported MCS: MCS 70 Supported MCS: MCS 71 Supported MCS: MCS 72 Supported MCS: MCS 73 Supported MCS: MCS 74 Supported MCS: MCS 75 Supported MCS: MCS 76 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 01 17 ff ff ff ff fe ff ff ff ff 1f 00 00 01 ................ 00 00 00 00 00 18 e6 e7 19 00 .......... HT Operation: Primary channel 157 Information: Secondary Channel Offset: above primary channel Information: Channel width: bit 2: Any supported channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode Information: bit 10: Non-greenfield HT STAs present 9d 05 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 88 00 03 64 00 00 27 a4 00 00 .P.......d..'... 41 43 5e 00 61 32 2f 00 AC^.a2/. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 19: BSS transition Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 01 00 08 02 00 00 00 40 .......@ Vendor specific: len 163 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 e9 61 db f9 18 6c bb a7 5c ....G...a...l..\ 97 c9 a4 a0 0b 8c 5e 10 21 00 09 51 75 61 6e 74 ......^.!..Quant 65 6e 6e 61 10 23 00 05 54 6f 70 61 7a 10 24 00 enna.#..Topaz.$. 06 42 47 57 32 31 30 10 42 00 0c 41 36 32 45 34 .BGW210.B..A62E4 38 46 44 39 45 37 33 10 54 00 08 00 06 00 50 f2 8FD9E73.T.....P. 04 00 01 10 11 00 10 52 65 66 65 72 65 6e 63 65 .......Reference 20 44 65 73 69 67 6e 10 08 00 02 20 08 10 49 00 Design.... ..I. 06 00 37 2a 00 01 20 10 58 00 18 76 cf 76 0b 7e ..7*.. .X..v.v.~ 06 52 f0 a4 2e 3d db e4 f9 23 20 00 01 01 01 03 .R...=...# ..... 00 7f c5 ... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 5: Short GI for 80 Mhz VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported RxVHT-MCS 3 Streams: MCS 0-9 supported RxVHT-MCS 4 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 0 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported TxVHT-MCS 3 Streams: MCS 0-9 supported TxVHT-MCS 4 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 0 b2 79 c3 3f aa ff 00 00 aa ff 00 00 .y.?........ VHT Operation: Channel Width 1 - 80 Mhz Channel Center Frequency 1: 155 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 01 9b 00 fc ff ..... Vendor specific: len 30 OUI: 00:26:86 type:01 00 26 86 01 03 00 dd 00 00 00 25 c2 07 f7 00 06 .&........%..... 01 9b 64 00 3f cb 00 00 00 07 00 00 00 00 ..d.?......... WSC Payload: len 159 Version: 10 WSC State: Configured Response Type: AP UUID-E: e961dbf9-186c-bba7-5c97-c9a4a00b8c5e Manufacturer: Quantenna Model Name: Topaz Model Number: BGW210 Serial Number: A62E48FD9E73 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Reference Design Configuration Methods: Virtual Display PIN WFA Vendor Extension: len 3 Version2: 2.0 Type: 0x1058: len 24 76 cf 76 0b 7e 06 52 f0 a4 2e 3d db e4 f9 23 20 v.v.~.R...=...# 00 01 01 01 03 00 7f c5 ........ Beacon Interval: 100 (0x0064) Capability: 1297 (0x0511) ESS Privacy SpectrumMgmt ShortSlotTime Frequency: 5785 (0x00001699) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2112 (0x00000840) Timestamp: 1224819918717 (0x0000011d2cf4c77d) Signal mBm: -5800 > Result: New Scan Results (0x22) len 440 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 408 BSSID CA:3A:6B:54:31:75 TSF: 0 (0x0000000000000000) IEs: len 309 SSID: Supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0 Mbit/s 8c 12 98 24 b0 48 60 6c ...$.H`l DSSS parameter set: channel 157 9d . TIM: DTIM count 0 this beacon frame is DTIM DTIM period 1 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 00 01 00 00 .... Error decoding Country IE len 81: Invalid argument (-22) 55 53 20 01 0b 1e 24 01 17 28 01 17 2c 01 17 30 US ...$..(..,..0 01 17 34 01 17 38 01 17 3c 01 17 40 01 17 64 01 ..4..8..<..@..d. 17 68 01 17 6c 01 17 70 01 17 74 01 17 78 01 17 .h..l..p..t..x.. 7c 01 17 80 01 17 84 01 17 88 01 17 8c 01 17 90 |............... 01 17 95 01 1e 99 01 1e 9d 01 1e a1 01 1e a5 01 ................ 1e . ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... Current Operating Class: 124 7c 00 |. HT Capabilities: len 26 HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 2 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 MCS set: Rx Highest data rate: 300 Mbit/s MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported 2c 09 13 ff ff 00 00 00 00 00 00 00 00 2c 01 01 ,............,.. 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 157 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: No protection 9d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 81 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 61 11 2f 00 BC^.a./. Vendor specific: len 61 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 49 .P...J....D....I 00 06 00 37 2a 00 01 20 10 11 00 15 52 6f 6b 75 ...7*.. ....Roku 20 53 74 72 65 61 6d 69 6e 67 20 53 74 69 63 6b Streaming Stick 2b 10 54 00 08 00 07 00 50 f2 04 00 01 +.T.....P.... Vendor specific: len 18 Wi-Fi Alliance (50:6f:9a) type: 09 50 6f 9a 09 02 02 00 21 03 03 06 00 ca 3a 6b 54 Po.....!.....:kT 31 75 1u Vendor specific: len 13 Wi-Fi Alliance (50:6f:9a) type: 0a 50 6f 9a 0a 00 00 06 01 11 1c 44 00 32 Po........D.2 WSC Payload: len 57 Version: 10 WSC State: Configured WFA Vendor Extension: len 3 Version2: 2.0 Device Name: Roku Streaming Stick+ Primary Device Type: Displays OUI: 0050f204 SubCategory: 01 P2P Attributes: len 14 P2P Device Capability: Service Discovery P2P Invitation Procedure P2P Group Capability: P2P Group Owner Persistent P2P Group P2P Device ID: ca:3a:6b:54:31:75 WFD Payload: len 9 WFD Device Information: Device Type: Primary sink Session Availability: Available for WFD Session Preferred Connectivity (PC): P2P Content Protection using HDCP system 2.x supported WFD Device Information: Session Management Control port 7236 WFD Device Information: Maximum Throughput 50 Mbps Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 5785 (0x00001699) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 10648 (0x00002998) Timestamp: 1216282434934 (0x0000011b30151d76) Signal mBm: -7000 > Result: New Scan Results (0x22) len 472 [multi] 21.456240 Generation: 294 (0x00000126) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 440 BSSID 88:AD:43:6B:CD:68 TSF: 0 (0x0000000000000000) IEs: len 341 SSID: Gonzalez-Rivera Family 47 6f 6e 7a 61 6c 65 7a 2d 52 69 76 65 72 61 20 Gonzalez-Rivera 46 61 6d 69 6c 79 Family Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0(B) 9.0 12.0(B) 18.0 Mbit/s 82 84 8b 96 8c 12 98 24 .......$ DSSS parameter set: channel 11 0b . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 0 00 . Extended supported rates: 24.0(B) 36.0 48.0 54.0 Mbit/s b0 48 60 6c .H`l RM Enabled Capabilities: len 5 Enabled: bit 0: Link Measurement Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Enabled: bit 12: LCI Measurement Enabled: bit 14: Transmit Stream / Category Measurement Enabled: bit 15: Triggered Transmit Stream / Category Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 71 d0 00 00 0c q.... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 8 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ad 01 1b ff ff ff 00 00 00 00 00 00 00 00 00 01 ................ 00 00 00 00 04 06 e6 47 0d 00 .......G.. HT Operation: Primary channel 11 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: Nonmember protection mode 0b 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 01 00 00 02 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. Vendor specific: len 9 Atheros (00:03:7f) type: 01 00 03 7f 01 01 00 00 ff 7f ......... Vendor specific: len 141 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 d8 df 09 a5 16 a4 57 44 a3 ....G........WD. 82 de 91 87 30 85 50 10 21 00 13 43 69 73 63 6f ....0.P.!..Cisco 20 53 79 73 74 65 6d 73 2c 20 49 6e 63 2e 10 23 Systems, Inc..# 00 07 44 50 43 33 39 34 31 10 24 00 07 44 50 43 ..DPC3941.$..DPC 33 39 34 31 10 42 00 09 30 30 30 30 30 30 30 30 3941.B..00000000 31 10 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 1.T.....P....... 07 44 50 43 33 39 34 31 10 08 00 02 00 00 10 3c .DPC3941.......< 00 01 01 10 49 00 06 00 37 2a 00 01 20 ....I...7*.. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... WSC Payload: len 137 Version: 10 WSC State: Configured Response Type: AP UUID-E: d8df09a5-16a4-5744-a382-de9187308550 Manufacturer: Cisco Systems, Inc. Model Name: DPC3941 Model Number: DPC3941 Serial Number: 000000001 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: DPC3941 Configuration Methods: RF Bands: 2.4 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 5169 (0x1431) ESS Privacy ShortPreamble ShortSlotTime Frequency: 2462 (0x0000099e) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2112 (0x00000840) Timestamp: 1224819907699 (0x0000011d2cf49c73) Signal mBm: -6700 > Complete: Get Scan (0x20) len 4 [multi] 21.456254 Status: 0 < Request: Set CQM (0x3f) len 28 [ack] 30.521380 Interface Index: 3 (0x00000003) CQM: len 16 RSSI thresholds: Threshold: -70 RSSI hysteresis: 5 (0x00000005) > Response: Set CQM (0x3f) len 4 30.521416 Status: Operation not supported (95) < Request: Connect (0x2e) len 148 [ack] 30.521469 Interface Index: 3 (0x00000003) Wiphy Frequency: 2412 (0x0000096c) MAC Address D8:3A:DD:60:A3:0C SSID: len 7 64 65 73 6b 53 41 45 deskSAE Auth Type: 4 (0x00000004) External Auth Support: 261 len 0 Privacy: true Socket Owns Interface/Connection: true Cipher Suites Pairwise: CCMP (00:0f:ac) suite 04 Cipher Suite Group: CCMP (00:0f:ac) suite 04 Use MFP: 1 (0x00000001) AKM Suites: SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 WPA Versions: 4 (0x00000004) Control Port: true Information Elements: len 38 RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 80 00 .... Extended Capabilities: len 10 Capability: bit 19: BSS transition 00 00 08 00 00 00 00 00 00 01 .......... Tag 262: len 1 1a . > Response: Connect (0x2e) len 4 [0x100] 30.531073 Status: Success (0) > Event: External Auth (0x7f) len 56 30.984535 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) AKM Suites: unknown (08:ac:0f) suite 00 (unknown) External Auth Action: 260 len 4 00 00 00 00 .... BSSID D8:3A:DD:60:A3:0C SSID: len 7 64 65 73 6b 53 41 45 deskSAE < Request: Frame (0x3b) len 140 [ack] 30.993802 Interface Index: 3 (0x00000003) Frame: len 128 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): D8:3A:DD:60:A3:0C Address 2 (TA): DC:A6:32:B4:50:CF Address 3: D8:3A:DD:60:A3:0C Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 1, status: 0) b0 00 00 00 d8 3a dd 60 a3 0c dc a6 32 b4 50 cf .....:.`....2.P. d8 3a dd 60 a3 0c 00 00 03 00 01 00 00 00 13 00 .:.`............ a3 81 45 2b 42 3c 2b a1 d9 f2 de fc eb 48 bd 6f ..E+B<+......H.o 4e 51 54 d7 7b 8b 2c 1e b7 c9 45 c5 ce 9a f0 e1 NQT.{.,...E..... b1 43 00 fb a4 5b 2b 07 81 f6 3a d8 79 eb c0 8d .C...[+...:.y... c5 53 f4 0f 04 4a 4c 67 82 8a 65 b1 bb 64 43 94 .S...JLg..e..dC. e2 58 50 c7 de 8c b6 54 74 64 99 e7 97 f6 4e 8e .XP....Ttd....N. c0 41 2c 34 95 00 68 76 9e 1f 36 e7 be fc c3 22 .A,4..hv..6...." > Event: Frame TX Status (0x3c) len 176 30.997009 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Frame: len 128 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): D8:3A:DD:60:A3:0C Address 2 (TA): DC:A6:32:B4:50:CF Address 3: D8:3A:DD:60:A3:0C Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 1, status: 0) b0 00 00 00 d8 3a dd 60 a3 0c dc a6 32 b4 50 cf .....:.`....2.P. d8 3a dd 60 a3 0c 00 00 03 00 01 00 00 00 13 00 .:.`............ a3 81 45 2b 42 3c 2b a1 d9 f2 de fc eb 48 bd 6f ..E+B<+......H.o 4e 51 54 d7 7b 8b 2c 1e b7 c9 45 c5 ce 9a f0 e1 NQT.{.,...E..... b1 43 00 fb a4 5b 2b 07 81 f6 3a d8 79 eb c0 8d .C...[+...:.y... c5 53 f4 0f 04 4a 4c 67 82 8a 65 b1 bb 64 43 94 .S...JLg..e..dC. e2 58 50 c7 de 8c b6 54 74 64 99 e7 97 f6 4e 8e .XP....Ttd....N. c0 41 2c 34 95 00 68 76 9e 1f 36 e7 be fc c3 22 .A,4..hv..6...." Cookie: 0 (0x0000000000000000) ACK: true > Result: Frame (0x3b) len 12 30.997024 Cookie: 0 (0x0000000000000000) > Response: Frame (0x3b) len 4 [0x100] 30.997031 Status: Success (0) > Event: Frame (0x3b) len 184 31.000663 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Wiphy Frequency: 2412 (0x0000096c) Unknown: 290 len 4 00 00 00 00 .... Frame: len 128 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): DC:A6:32:B4:50:CF Address 2 (TA): D8:3A:DD:60:A3:0C Address 3: 00:00:00:00:00:00 Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 1, status: 0) b0 00 00 00 dc a6 32 b4 50 cf d8 3a dd 60 a3 0c ......2.P..:.`.. 00 00 00 00 00 00 00 00 03 00 01 00 00 00 13 00 ................ ee ae 45 43 63 2f ff b4 aa ce 04 f1 68 c4 06 d3 ..ECc/......h... 89 2c 4f 5d 78 e7 65 fc cf af af e6 0b cd 24 95 .,O]x.e.......$. 8c 4b fb 97 37 a6 a6 ea ea e5 36 d0 33 14 0b 3c .K..7.....6.3..< 25 e3 7b df d4 25 c4 b0 11 1c d2 70 46 96 6c c0 %.{..%.....pF.l. 6a 8e 72 31 48 87 7f 9d f4 5b 96 9f fa 25 2a d2 j.r1H....[...%*. 2a 00 ca 10 04 b4 13 ac b3 8f ca 90 a7 75 aa cf *............u.. RX Management Flags: 2 (0x00000002) < Request: Frame (0x3b) len 76 [ack] 31.003893 Interface Index: 3 (0x00000003) Frame: len 64 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): D8:3A:DD:60:A3:0C Address 2 (TA): DC:A6:32:B4:50:CF Address 3: D8:3A:DD:60:A3:0C Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 2, status: 0) IEs: len 34 Error decoding Supported rates IE len 0: Invalid argument (-22) b0 00 00 00 d8 3a dd 60 a3 0c dc a6 32 b4 50 cf .....:.`....2.P. d8 3a dd 60 a3 0c 00 00 03 00 02 00 00 00 01 00 .:.`............ c4 7e 45 3e c4 07 65 a7 ad 43 58 12 62 07 a0 af .~E>..e..CX.b... b7 7b 81 04 c6 b9 fc 42 9f f7 5e 5a 62 43 58 41 .{.....B..^ZbCXA > Event: Frame TX Status (0x3c) len 112 31.006028 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Frame: len 64 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): D8:3A:DD:60:A3:0C Address 2 (TA): DC:A6:32:B4:50:CF Address 3: D8:3A:DD:60:A3:0C Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 2, status: 0) IEs: len 34 Error decoding Supported rates IE len 0: Invalid argument (-22) b0 00 00 00 d8 3a dd 60 a3 0c dc a6 32 b4 50 cf .....:.`....2.P. d8 3a dd 60 a3 0c 00 00 03 00 02 00 00 00 01 00 .:.`............ c4 7e 45 3e c4 07 65 a7 ad 43 58 12 62 07 a0 af .~E>..e..CX.b... b7 7b 81 04 c6 b9 fc 42 9f f7 5e 5a 62 43 58 41 .{.....B..^ZbCXA Cookie: 0 (0x0000000000000000) ACK: true > Result: Frame (0x3b) len 12 31.006041 Cookie: 0 (0x0000000000000000) > Response: Frame (0x3b) len 4 [0x100] 31.006046 Status: Success (0) > Event: Frame (0x3b) len 120 31.007129 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Wiphy Frequency: 2412 (0x0000096c) Unknown: 290 len 4 00 00 00 00 .... Frame: len 64 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): DC:A6:32:B4:50:CF Address 2 (TA): D8:3A:DD:60:A3:0C Address 3: 00:00:00:00:00:00 Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 2, status: 0) IEs: len 34 b0 00 00 00 dc a6 32 b4 50 cf d8 3a dd 60 a3 0c ......2.P..:.`.. 00 00 00 00 00 00 00 00 03 00 02 00 00 00 ff ff ................ d6 58 21 77 e4 5a ab 93 16 ff e5 c2 94 8a fc 2c .X!w.Z........., 46 9d 30 c6 d9 47 d9 19 d2 7a ce e9 bb 09 6b c5 F.0..G...z....k. RX Management Flags: 2 (0x00000002) < Request: External Auth (0x7f) len 40 [ack] 31.007279 Interface Index: 3 (0x00000003) Status Code: 0 (0x0000) SSID: len 7 64 65 73 6b 53 41 45 deskSAE BSSID D8:3A:DD:60:A3:0C > Response: External Auth (0x7f) len 4 [0x100] 31.007897 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 31.521519 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 92 31.524902 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 60 Inactivity time: 0 (0x00000000) Total RX bytes: 0 (0x00000000) Total TX bytes: 0 (0x00000000) RX packets: 0 (0x00000000) TX packets: 0 (0x00000000) TX failed: 0 (0x00000000) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x00000020 Authenticated > Response: Get Station (0x11) len 4 [0x100] 31.524915 Status: Success (0) > Event: Del Station (0x14) len 32 32.100035 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Generation: 0 (0x00000000) Station Info: len 0 < Request: Del Station (0x14) len 36 [ack] 32.100157 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Management Subtype: 12 (0x0c) Reason Code: Unspecified reason > Response: Del Station (0x14) len 4 [replace] 32.100433 Status: Success (0) > Event: Connect (0x2e) len 156 32.127311 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Status Code: 0 (0x0000) Request IE: len 80 SSID: deskSAE 64 65 73 6b 53 41 45 deskSAE Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 18.0 24.0 36.0 54.0 Mbit/s 82 84 8b 96 24 30 48 6c ....$0Hl Extended supported rates: 6.0 9.0 12.0 48.0 Mbit/s 0c 12 18 60 ...` Tag 33: len 2 03 14 .. Tag 36: len 2 01 0b .. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 80 00 .... Extended Capabilities: len 8 Capability: bit 62: Opmode Notification 00 00 00 00 00 00 00 40 .......@ Vendor specific: len 9 Broadcom (00:10:18) type: 02 00 10 18 02 00 00 10 00 00 ......... SSID: SSID: Response IE: len 32 Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 62: Opmode Notification 04 00 00 00 00 00 00 40 .......@ > RTNL: New Link (0x10) len 128 32.127357 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 96 60 00 07 8c 00 00 00 00 50 00 00 00 00 00 00 00 `.......P....... 00 07 64 65 73 6b 53 41 45 01 08 82 84 8b 96 24 ..deskSAE......$ 30 48 6c 32 04 0c 12 18 60 21 02 03 14 24 02 01 0Hl2....`!...$.. 0b 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 .0.............. 00 00 0f ac 08 80 00 7f 08 00 00 00 00 00 00 00 ................ 40 dd 09 00 10 18 02 00 00 10 00 00 00 00 00 00 @............... > RTNL: New Link (0x10) len 128 32.127364 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 96 60 00 07 8c 00 00 00 00 50 00 00 00 00 00 00 00 `.......P....... 00 07 64 65 73 6b 53 41 45 01 08 82 84 8b 96 24 ..deskSAE......$ 30 48 6c 32 04 0c 12 18 60 21 02 03 14 24 02 01 0Hl2....`!...$.. 0b 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 .0.............. 00 00 0f ac 08 80 00 7f 08 00 00 00 00 00 00 00 ................ 40 dd 09 00 10 18 02 00 00 10 00 00 00 00 00 00 @............... > RTNL: New Link (0x10) len 128 32.127368 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 96 60 00 07 8c 00 00 00 00 50 00 00 00 00 00 00 00 `.......P....... 00 07 64 65 73 6b 53 41 45 01 08 82 84 8b 96 24 ..deskSAE......$ 30 48 6c 32 04 0c 12 18 60 21 02 03 14 24 02 01 0Hl2....`!...$.. 0b 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 .0.............. 00 00 0f ac 08 80 00 7f 08 00 00 00 00 00 00 00 ................ 40 dd 09 00 10 18 02 00 00 10 00 00 00 00 00 00 @............... > RTNL: New Link (0x10) len 128 32.127374 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 96 60 00 07 8c 00 00 00 00 50 00 00 00 00 00 00 00 `.......P....... 00 07 64 65 73 6b 53 41 45 01 08 82 84 8b 96 24 ..deskSAE......$ 30 48 6c 32 04 0c 12 18 60 21 02 03 14 24 02 01 0Hl2....`!...$.. 0b 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 .0.............. 00 00 0f ac 08 80 00 7f 08 00 00 00 00 00 00 00 ................ 40 dd 09 00 10 18 02 00 00 10 00 00 00 00 00 00 @............... > RTNL: New Link (0x10) len 80 32.127380 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 48 30 00 08 8c 00 00 00 00 20 00 00 00 00 00 00 00 0....... ....... 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c .........$2.0H`l 7f 08 04 00 00 00 00 00 00 40 82 84 8b 96 24 30 .........@....$0 > RTNL: New Link (0x10) len 80 32.127383 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 48 30 00 08 8c 00 00 00 00 20 00 00 00 00 00 00 00 0....... ....... 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c .........$2.0H`l 7f 08 04 00 00 00 00 00 00 40 82 84 8b 96 24 30 .........@....$0 > RTNL: New Link (0x10) len 80 32.127386 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 48 30 00 08 8c 00 00 00 00 20 00 00 00 00 00 00 00 0....... ....... 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c .........$2.0H`l 7f 08 04 00 00 00 00 00 00 40 82 84 8b 96 24 30 .........@....$0 > RTNL: New Link (0x10) len 1460 32.127385 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: dormant (5) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 80 32.127390 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 48 30 00 08 8c 00 00 00 00 20 00 00 00 00 00 00 00 0....... ....... 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c .........$2.0H`l 7f 08 04 00 00 00 00 00 00 40 82 84 8b 96 24 30 .........@....$0 > RTNL: New Link (0x10) len 1460 32.127391 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: dormant (5) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 56 32.127393 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 d8 3a dd 60 a3 0c ...........:.`.. 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 1460 32.127395 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: dormant (5) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 56 32.127396 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 d8 3a dd 60 a3 0c ...........:.`.. 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 1460 32.127399 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: dormant (5) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 0e 00 00 00 50 00 00 00 e1 0a 00 00 f8 44 00 00 ....P........D.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 56 32.127399 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 d8 3a dd 60 a3 0c ...........:.`.. 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 56 32.127402 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 d8 3a dd 60 a3 0c ...........:.`.. 00 00 00 00 00 00 00 00 ........ < Request: Get Interface (0x05) len 8 [ack] 32.127403 Interface Index: 3 (0x00000003) > Result: New Interface (0x07) len 136 32.129481 Interface Index: 3 (0x00000003) Interface Name: wlan0 Wiphy: 0 (0x00000000) Interface Type: 2 (0x00000002) Wireless Device: 1 (0x0000000000000001) MAC Address DC:A6:32:B4:50:CF Generation: 6 (0x00000006) 4-Address: 0 (0x00) Wiphy Frequency: 2412 (0x0000096c) Unknown: 290 len 4 00 00 00 00 .... Wiphy Channel Type: 1 (0x00000001) Channel Width: 1 (0x00000001) Center Frequency 1: 2412 (0x0000096c) Wiphy TX Power Level: 3100 (0x00000c1c) SSID: len 7 64 65 73 6b 53 41 45 deskSAE > Response: Get Interface (0x05) len 4 [0x100] 32.129500 Status: Success (0) > PAE: len 121 32.139621 Interface Index: 3 EAPoL: len 121 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 117 Descriptor Type: 2 Key MIC: false Secure: false Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 0 (00) Key Type: true Install: false Key ACK: true Key Length: 16 Key Replay Counter: 3 Key NONCE 16 7e cb d1 e3 76 2f 57 8a 3e 26 28 8a ef f1 ea .~...v/W.>&(.... ef 1b 47 96 40 d9 4d 9a d9 64 15 e3 2f 90 13 63 ..G.@.M..d../..c Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key Data: len 22 Vendor specific: len 20 IEEE 802.11 (00:0f:ac) type: 04 PMKID KDE 00 0f ac 04 92 2f 8a 6f a5 6c 2b 55 84 c0 e3 ee ...../.o.l+U.... 54 0c c4 43 T..C 02 03 00 75 02 00 88 00 10 00 00 00 00 00 00 00 ...u............ 03 16 7e cb d1 e3 76 2f 57 8a 3e 26 28 8a ef f1 ..~...v/W.>&(... ea ef 1b 47 96 40 d9 4d 9a d9 64 15 e3 2f 90 13 ...G.@.M..d../.. 63 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 16 dd 14 00 0f ac 04 92 2f 8a 6f a5 6c 2b ........../.o.l+ 55 84 c0 e3 ee 54 0c c4 43 U....T..C < PAE: len 121 32.139894 Interface Index: 3 EAPoL: len 121 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 117 Descriptor Type: 2 Key MIC: true Secure: false Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 0 (00) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 3 Key NONCE 57 c5 af 87 a9 2c a8 f8 5d e4 49 4c 35 a8 d1 31 W....,..].IL5..1 7e b0 de 72 ff d1 24 38 d5 c7 5b 9a 3f 05 c2 5c ~..r..$8..[.?..\ Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 0e 90 fa bb 42 8d 97 8b 49 97 69 cf 46 33 99 1f ....B...I.i.F3.. Key Data: len 22 RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 80 00 .... 02 03 00 75 02 01 08 00 00 00 00 00 00 00 00 00 ...u............ 03 57 c5 af 87 a9 2c a8 f8 5d e4 49 4c 35 a8 d1 .W....,..].IL5.. 31 7e b0 de 72 ff d1 24 38 d5 c7 5b 9a 3f 05 c2 1~..r..$8..[.?.. 5c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 0e 90 fa bb 42 8d 97 8b 49 97 69 cf 46 33 99 .....B...I.i.F3. 1f 00 16 30 14 01 00 00 0f ac 04 01 00 00 0f ac ...0............ 04 01 00 00 0f ac 08 80 00 ......... > PAE: len 187 32.143181 Interface Index: 3 EAPoL: len 187 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 183 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: true SMK Message: false Key Descriptor Version: 0 (00) Key Type: true Install: true Key ACK: true Key Length: 16 Key Replay Counter: 4 Key NONCE 16 7e cb d1 e3 76 2f 57 8a 3e 26 28 8a ef f1 ea .~...v/W.>&(.... ef 1b 47 96 40 d9 4d 9a d9 64 15 e3 2f 90 13 63 ..G.@.M..d../..c Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 93 90 53 25 ad ea 5b 36 44 32 e2 59 95 2c cc 18 ..S%..[6D2.Y.,.. Key Data: len 88 e6 f0 c9 63 7d 95 c0 3d a2 66 f7 f5 53 3e 5e 52 ...c}..=.f..S>^R db ff b7 d9 6e 1e 57 87 79 e4 71 7e 77 35 1f 5e ....n.W.y.q~w5.^ c3 09 7d 0b d2 72 2a 67 6e 91 c2 8e 61 44 13 0d ..}..r*gn...aD.. 88 c7 c1 f1 dc 40 7a 7b ce 76 a0 ae f7 6f 5c 09 .....@z{.v...o\. 27 db 4d 51 39 8f 37 b0 6a 5a 95 d3 82 fe 92 47 '.MQ9.7.jZ.....G 78 c9 4b 99 69 39 a3 53 x.K.i9.S 02 03 00 b7 02 13 c8 00 10 00 00 00 00 00 00 00 ................ 04 16 7e cb d1 e3 76 2f 57 8a 3e 26 28 8a ef f1 ..~...v/W.>&(... ea ef 1b 47 96 40 d9 4d 9a d9 64 15 e3 2f 90 13 ...G.@.M..d../.. 63 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 93 90 53 25 ad ea 5b 36 44 32 e2 59 95 2c cc ...S%..[6D2.Y.,. 18 00 58 e6 f0 c9 63 7d 95 c0 3d a2 66 f7 f5 53 ..X...c}..=.f..S 3e 5e 52 db ff b7 d9 6e 1e 57 87 79 e4 71 7e 77 >^R....n.W.y.q~w 35 1f 5e c3 09 7d 0b d2 72 2a 67 6e 91 c2 8e 61 5.^..}..r*gn...a 44 13 0d 88 c7 c1 f1 dc 40 7a 7b ce 76 a0 ae f7 D.......@z{.v... 6f 5c 09 27 db 4d 51 39 8f 37 b0 6a 5a 95 d3 82 o\.'.MQ9.7.jZ... fe 92 47 78 c9 4b 99 69 39 a3 53 ..Gx.K.i9.S < PAE: len 99 32.143767 Interface Index: 3 EAPoL: len 99 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 95 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 0 (00) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 4 Key NONCE 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 37 93 96 e9 17 03 04 0c 6c be 87 af 28 38 81 12 7.......l...(8.. Key Data: len 0 02 03 00 5f 02 03 08 00 00 00 00 00 00 00 00 00 ..._............ 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 37 93 96 e9 17 03 04 0c 6c be 87 af 28 38 81 .7.......l...(8. 12 00 00 ... < Request: New Key (0x0b) len 76 [ack] 32.144107 Interface Index: 3 (0x00000003) Key: len 64 Key Data: len 16 c7 f0 9a 1a 8b 21 25 ae 9e da 6f be b3 7f 6a 35 .....!%...o...j5 Key Cipher: CCMP (00:0f:ac) suite 04 Key Index: 2 (0x02) Key Sequence: len 6 00 00 00 00 00 00 ...... Key Type: Group Default Key Types: len 4 Multicast: true > Response: New Key (0x0b) len 4 [0x100] 32.146114 Status: Success (0) < Request: New Key (0x0b) len 76 [ack] 32.146946 Interface Index: 3 (0x00000003) Key: len 64 Key Data: len 16 a4 a4 4d ec 1a 30 22 90 5f 7a 32 a8 a3 9d c7 00 ..M..0"._z2..... Key Cipher: BIP (00:0f:ac) suite 06 Key Index: 5 (0x05) Key Sequence: len 6 00 00 00 00 00 00 ...... Key Type: Group Default Key Types: len 4 Multicast: true > Response: New Key (0x0b) len 4 [0x100] 32.149658 Status: Success (0) < Request: New Key (0x0b) len 56 [ack] 32.149747 Key Data: len 16 4a 74 22 a4 6c 18 3d 68 66 d8 67 ef f7 92 db 8e Jt".l.=hf.g..... Key Cipher: CCMP (00:0f:ac) suite 04 MAC Address D8:3A:DD:60:A3:0C Key Index: 0 (0x00) Interface Index: 3 (0x00000003) > Response: New Key (0x0b) len 4 [0x100] 32.150498 Status: Success (0) < Request: Set Station (0x12) len 32 [ack] 32.150552 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Station Flags 2: len 8 Mask: 0x00000002 Authorized Set: 0x00000002 Authorized > Response: Set Station (0x12) len 4 [root] 32.150841 Status: Success (0) < RTNL: Set Link (0x13) len 32 [request,ack] 32.192660 Flags: 5 (0x005) Sequence number: 12 (0x0000000c) Port ID: 18018 IFLA Family: Unknown IFLA Type: 0 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x00) LinkMode: userspace controlled (1) OperState: up (6) > RTNL: New Route (0x18) len 100 [create] 32.192778 Flags: 1024 (0x400) Sequence number: 0 (0x00000000) Port ID: 0 RTM Family: AF_INET6 RTM Destination Len: 64 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: kernel RTM Scope: global RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: fe80:: Priority of the route: 256 Output Interface Index: 3 Reserved: len 32 Route Preference: 0 (0x00) > RTNL: New Link (0x10) len 1460 32.192828 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 54 00 00 00 15 0c 00 00 84 47 00 00 ....T........G.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 32.192833 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 54 00 00 00 15 0c 00 00 84 47 00 00 ....T........G.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 32.192837 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 54 00 00 00 15 0c 00 00 84 47 00 00 ....T........G.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 32.192842 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 54 00 00 00 15 0c 00 00 84 47 00 00 ....T........G.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Error (0x02) len 20 [0x100] 32.192852 Flags: 256 (0x100) Sequence number: 12 (0x0000000c) Port ID: 18018 ACK: 0 > RTNL: New Address (0x14) len 64 [multi] 32.192931 Flags: 2 (0x002) Sequence number: 2 (0x00000002) Port ID: 3826284679 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0xc0) [tentative,permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0xc0) [tentative,permanent] Reserved: len 1 > RTNL: New Address (0x14) len 64 [multi] 32.192931 Flags: 2 (0x002) Sequence number: 2 (0x00000002) Port ID: 3826284679 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 4 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dca6:32ff:feb3:343a CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 103554, cstamp: 103554 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi] 32.193012 Flags: 2 (0x002) Sequence number: 2 (0x00000002) Port ID: 3826284679 Status: 0 > Event: New Station (0x13) len 148 32.892343 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Generation: 2 (0x00000002) Station Info: len 0 Information Elements: len 110 SSID: RuneAudioAP 52 75 6e 65 41 75 64 69 6f 41 50 RuneAudioAP Supported rates: 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit/s 0c 12 18 24 30 48 60 6c ...$0H`l Tag 33: len 2 00 16 .. Tag 36: len 28 01 01 02 01 03 01 04 01 05 01 06 01 07 01 08 01 ................ 09 01 0a 01 0b 01 0c 01 0d 01 0e 01 ............ RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... RM Enabled Capabilities: len 5 Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 70 00 00 00 00 p.... Extended Capabilities: len 10 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 22: Multiple BSSID Capability: bit 23: Timing measurement Capability: bit 32: QoS Map Capability: bit 62: Opmode Notification Capability: bit 63: (null) 04 00 c8 00 01 00 00 c0 01 21 .........! Tag 262: len 1 1a . Vendor specific: len 6 OUI: 00:17:35 type:08 00 17 35 08 01 00 ..5... < Request: Set Station (0x12) len 32 [ack] 32.892440 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Station Flags 2: len 8 Mask: 0x00000002 Authorized Set: 0x00000000 > Response: Set Station (0x12) len 4 [root] 32.892697 Status: Success (0) < Request: Get Key (0x09) len 16 [ack] 32.892731 Interface Index: 4 (0x00000004) Key Index: 1 (0x01) > Result: New Key (0x0b) len 44 32.893086 Interface Index: 4 (0x00000004) Key Index: 1 (0x01) Key Cipher: BIP (00:0f:ac) suite 06 Key: len 16 Key Cipher: BIP (00:0f:ac) suite 06 Key Index: 1 (0x01) > Response: Get Key (0x09) len 4 [0x100] 32.893094 Status: Success (0) < PAE: len 121 32.893291 Interface Index: 4 EAPoL: len 121 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 117 Descriptor Type: 2 Key MIC: false Secure: false Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: false Key ACK: true Key Length: 16 Key Replay Counter: 1 Key NONCE 52 8f fe 9a 44 98 cb e2 5d 9f 1a 37 07 24 e3 55 R...D...]..7.$.U 7c 5c e6 8a 4d b7 bd a5 64 b8 0c c9 a2 47 57 89 |\..M...d....GW. Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key Data: len 22 Vendor specific: len 20 IEEE 802.11 (00:0f:ac) type: 04 PMKID KDE 00 0f ac 04 5c d1 7b ce 22 99 4f 7a cf 1e a8 e0 ....\.{.".Oz.... ee ee 7e 63 ..~c 02 03 00 75 02 00 8a 00 10 00 00 00 00 00 00 00 ...u............ 01 52 8f fe 9a 44 98 cb e2 5d 9f 1a 37 07 24 e3 .R...D...]..7.$. 55 7c 5c e6 8a 4d b7 bd a5 64 b8 0c c9 a2 47 57 U|\..M...d....GW 89 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 16 dd 14 00 0f ac 04 5c d1 7b ce 22 99 4f .........\.{.".O 7a cf 1e a8 e0 ee ee 7e 63 z......~c > PAE: len 121 32.897348 Interface Index: 4 EAPoL: len 121 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 117 Descriptor Type: 2 Key MIC: true Secure: false Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 1 Key NONCE 23 75 29 ea 7a 4e 31 45 c6 85 39 6f 60 a4 a7 f1 #u).zN1E..9o`... 62 7b 7a 40 2c 26 cb 4f 6e 2f 93 08 27 47 46 95 b{z@,&.On/..'GF. Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 98 9d 7a c2 ee 83 69 ef 1e e4 20 b5 f0 76 ce a8 ..z...i... ..v.. Key Data: len 22 RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... 02 03 00 75 02 01 0a 00 00 00 00 00 00 00 00 00 ...u............ 01 23 75 29 ea 7a 4e 31 45 c6 85 39 6f 60 a4 a7 .#u).zN1E..9o`.. f1 62 7b 7a 40 2c 26 cb 4f 6e 2f 93 08 27 47 46 .b{z@,&.On/..'GF 95 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 98 9d 7a c2 ee 83 69 ef 1e e4 20 b5 f0 76 ce ...z...i... ..v. a8 00 16 30 14 01 00 00 0f ac 04 01 00 00 0f ac ...0............ 04 01 00 00 0f ac 02 00 00 ......... < PAE: len 155 32.897884 Interface Index: 4 EAPoL: len 155 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 151 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: true SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: true Key ACK: true Key Length: 16 Key Replay Counter: 2 Key NONCE 52 8f fe 9a 44 98 cb e2 5d 9f 1a 37 07 24 e3 55 R...D...]..7.$.U 7c 5c e6 8a 4d b7 bd a5 64 b8 0c c9 a2 47 57 89 |\..M...d....GW. Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 6e ca 5f 66 e6 a9 d2 6c de 2e bc 37 6d 1d be 0e n._f...l...7m... Key Data: len 56 b7 e4 f4 2b 99 14 2f 15 65 2c e6 fb 84 49 78 c9 ...+../.e,...Ix. 01 8e 21 4e 06 c9 78 92 1e af ab 52 2a e8 48 95 ..!N..x....R*.H. fa 9b df 5e 03 a2 f5 de 23 62 1a f1 9c 39 67 23 ...^....#b...9g# cb f0 07 3f 73 21 10 8b ...?s!.. 02 03 00 97 02 13 ca 00 10 00 00 00 00 00 00 00 ................ 02 52 8f fe 9a 44 98 cb e2 5d 9f 1a 37 07 24 e3 .R...D...]..7.$. 55 7c 5c e6 8a 4d b7 bd a5 64 b8 0c c9 a2 47 57 U|\..M...d....GW 89 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 6e ca 5f 66 e6 a9 d2 6c de 2e bc 37 6d 1d be .n._f...l...7m.. 0e 00 38 b7 e4 f4 2b 99 14 2f 15 65 2c e6 fb 84 ..8...+../.e,... 49 78 c9 01 8e 21 4e 06 c9 78 92 1e af ab 52 2a Ix...!N..x....R* e8 48 95 fa 9b df 5e 03 a2 f5 de 23 62 1a f1 9c .H....^....#b... 39 67 23 cb f0 07 3f 73 21 10 8b 9g#...?s!.. > PAE: len 99 32.899876 Interface Index: 4 EAPoL: len 99 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 95 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 2 (02) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 2 Key NONCE 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 2b d5 86 47 ad 98 7c 22 b5 ef 65 cd ed 51 31 3b +..G..|"..e..Q1; Key Data: len 0 02 03 00 5f 02 03 0a 00 00 00 00 00 00 00 00 00 ..._............ 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 2b d5 86 47 ad 98 7c 22 b5 ef 65 cd ed 51 31 .+..G..|"..e..Q1 3b 00 00 ;.. < Request: New Key (0x0b) len 56 [ack] 32.899987 Key Data: len 16 07 3f 82 d1 51 cc d3 ff 07 f3 d2 cd ec e6 f8 4f .?..Q..........O Key Cipher: CCMP (00:0f:ac) suite 04 MAC Address 50:84:92:A6:7A:7A Key Index: 0 (0x00) Interface Index: 4 (0x00000004) > Response: New Key (0x0b) len 4 [0x100] 32.900493 Status: Success (0) < Request: Set Station (0x12) len 32 [ack] 32.900524 Interface Index: 4 (0x00000004) MAC Address 50:84:92:A6:7A:7A Station Flags 2: len 8 Mask: 0x00000002 Authorized Set: 0x00000002 Authorized > Response: Set Station (0x12) len 4 [root] 32.900741 Status: Success (0) > RTNL: New Address (0x14) len 64 33.787884 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: New Address (0x14) len 64 33.787907 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: New Address (0x14) len 64 33.787986 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: New Address (0x14) len 64 33.787994 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 < Request: Get Station (0x11) len 20 [ack] 37.525008 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 172 37.529870 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 140 Connected time: 5 (0x00000005) Inactivity time: 3000 (0x00000bb8) Total RX bytes: 478 (0x000001de) Total TX bytes: 614 (0x00000266) Signal strength: -64 TX bitrate: len 16 Bit Rate: 110 (0x0000006e) Bit Rate (Legacy): 110 (0x006e) RX bitrate: len 16 Bit Rate: 180 (0x000000b4) Bit Rate (Legacy): 180 (0x00b4) RX packets: 3 (0x00000003) TX packets: 3 (0x00000003) TX failed: 0 (0x00000000) BSS parameters: len 20 Short Slot Time: true DTIM Period: 2 (0x02) Beacon Interval: 100 (0x0064) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x000000a2 Authorized Authenticated Associated > Response: Get Station (0x11) len 4 [0x100] 37.529885 Status: Success (0) < RTNL: Get Link (0x12) len 36 [request] 38.070786 Flags: 1 (0x001) Sequence number: 1734844222 (0x67679f3e) Port ID: 0 > RTNL: New Link (0x10) len 1072 38.070844 Flags: 0 (0x000) Sequence number: 1734844222 (0x67679f3e) Port ID: 3926239396 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6b 00 00 00 15 0c 00 00 2a 5c 00 00 ....k.......*\.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: Get Link (0x12) len 24 [request] 38.070959 Flags: 1 (0x001) Sequence number: 1734844222 (0x67679f3e) Port ID: 0 IFLA Family: Unknown IFLA Type: 0 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x00) Reserved: len 4 > RTNL: New Link (0x10) len 1072 38.070977 Flags: 0 (0x000) Sequence number: 1734844222 (0x67679f3e) Port ID: 21400 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6b 00 00 00 15 0c 00 00 2a 5c 00 00 ....k.......*\.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Address (0x14) len 64 [multi,0x20] 38.071014 Flags: 34 (0x022) Sequence number: 1734844223 (0x67679f3f) Port ID: 21400 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi,0x20] 38.071026 Flags: 34 (0x022) Sequence number: 1734844223 (0x67679f3f) Port ID: 21400 Status: 0 < RTNL: Get Link (0x12) len 36 [request] 38.080183 Flags: 1 (0x001) Sequence number: 1734844222 (0x67679f3e) Port ID: 0 > RTNL: New Link (0x10) len 1072 38.080322 Flags: 0 (0x000) Sequence number: 1734844222 (0x67679f3e) Port ID: 4205627265 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6b 00 00 00 15 0c 00 00 2a 5c 00 00 ....k.......*\.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: Get Link (0x12) len 24 [request] 38.080435 Flags: 1 (0x001) Sequence number: 1734844222 (0x67679f3e) Port ID: 0 IFLA Family: Unknown IFLA Type: 0 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x00) Reserved: len 4 > RTNL: New Link (0x10) len 1072 38.080451 Flags: 0 (0x000) Sequence number: 1734844222 (0x67679f3e) Port ID: 21406 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6b 00 00 00 15 0c 00 00 2a 5c 00 00 ....k.......*\.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Address (0x14) len 64 [multi,0x20] 38.080489 Flags: 34 (0x022) Sequence number: 1734844223 (0x67679f3f) Port ID: 21406 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi,0x20] 38.080501 Flags: 34 (0x022) Sequence number: 1734844223 (0x67679f3f) Port ID: 21406 Status: 0 > Event: Disconnect (0x30) len 20 41.132068 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Information Elements: len 0 > RTNL: New Link (0x10) len 56 41.132123 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 56 41.132130 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 56 41.132134 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 56 41.132148 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 1460 41.132706 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 41.132726 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 41.132730 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 41.132735 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 < Request: Trigger Scan (0x21) len 36 [ack] 41.160372 Interface Index: 3 (0x00000003) Scan Frequencies: len 8 0: 2412 (0x0000096c) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G Scan SSIDs: len 4 0: len 0 > Event: Trigger Scan (0x21) len 56 41.161125 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 8 0: 2412 (0x0000096c) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G > Response: Trigger Scan (0x21) len 4 [0x100] 41.161143 Status: Success (0) > RTNL: Delete Route (0x19) len 100 41.180225 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 RTM Family: AF_INET6 RTM Destination Len: 64 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: kernel RTM Scope: global RTM Type: 1 RTM Flags: (0x10) [] Routing Table: 254 (0x000000fe) Destination Address: fe80:: Priority of the route: 256 Output Interface Index: 3 Reserved: len 32 Route Preference: 0 (0x00) > RTNL: Delete Address (0x15) len 64 41.180309 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Delete Address (0x15) len 64 41.180312 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Delete Address (0x15) len 64 41.180327 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 123766, cstamp: 123766 Flags: (0x80) [permanent] Reserved: len 1 > Event: New Scan Results (0x22) len 56 41.207995 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 8 0: 2412 (0x0000096c) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G > RTNL: New Link (0x10) len 48 41.208023 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 41.208029 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 41.208034 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 41.208039 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ < Request: Get Survey (0x32) len 12 [ack,0x300] 41.208101 Wireless Device: 1 (0x0000000000000001) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2412 (0x0000096c) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 29 (0x000000000000001d) RX Time: 5 (0x0000000000000005) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2417 (0x00000971) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 27 (0x000000000000001b) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2422 (0x00000976) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 21 (0x0000000000000015) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2427 (0x0000097b) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967282 (0x00000000fffffff2) RX Time: 2 (0x0000000000000002) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2432 (0x00000980) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967282 (0x00000000fffffff2) RX Time: 5 (0x0000000000000005) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2437 (0x00000985) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967282 (0x00000000fffffff2) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2442 (0x0000098a) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967282 (0x00000000fffffff2) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2447 (0x0000098f) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 57 (0x0000000000000039) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2452 (0x00000994) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 7 (0x0000000000000007) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2457 (0x00000999) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 58 (0x000000000000003a) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2462 (0x0000099e) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 57 (0x0000000000000039) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5170 (0x00001432) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5180 (0x0000143c) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 13 (0x000000000000000d) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5190 (0x00001446) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5200 (0x00001450) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 3 (0x0000000000000003) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5210 (0x0000145a) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5220 (0x00001464) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 8 (0x0000000000000008) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5230 (0x0000146e) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5240 (0x00001478) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 9 (0x0000000000000009) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5260 (0x0000148c) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5280 (0x000014a0) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5300 (0x000014b4) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5320 (0x000014c8) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5500 (0x0000157c) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5520 (0x00001590) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5540 (0x000015a4) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5560 (0x000015b8) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5580 (0x000015cc) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5600 (0x000015e0) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5620 (0x000015f4) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5640 (0x00001608) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5660 (0x0000161c) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5680 (0x00001630) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5700 (0x00001644) > Result: New Survey Results (0x33) len 20 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5720 (0x00001658) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5745 (0x00001671) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 31 (0x000000000000001f) RX Time: 16 (0x0000000000000010) TX Time: 7 (0x0000000000000007) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5765 (0x00001685) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 28 (0x000000000000001c) RX Time: 9 (0x0000000000000009) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5785 (0x00001699) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 4294967291 (0x00000000fffffffb) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5805 (0x000016ad) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 9 (0x0000000000000009) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 43.328001 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5825 (0x000016c1) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 9 (0x0000000000000009) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Complete: Get Survey (0x32) len 4 [multi] 43.328160 Status: 0 < Request: Get Scan (0x20) len 12 [ack,0x300] 43.328344 Wireless Device: 1 (0x0000000000000001) > Result: New Scan Results (0x22) len 196 [multi] 43.328367 Generation: 297 (0x00000129) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 164 BSSID D8:3A:DD:60:A3:0C TSF: 0 (0x0000000000000000) IEs: len 67 SSID: deskSAE 64 65 73 6b 53 41 45 deskSAE Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 1 01 . ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 1 06 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 6: Management Frame Protection Required RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 c0 00 .... Current Operating Class: 81 51 00 Q. Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 62: Opmode Notification 04 00 00 00 00 00 00 40 .......@ Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2412 (0x0000096c) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2120 (0x00000848) Timestamp: 1246680098602 (0x0000012243eca72a) Signal mBm: -6000 > Complete: Get Scan (0x20) len 4 [multi] 43.328381 Status: 0 < Request: Set CQM (0x3f) len 28 [ack] 44.373764 Interface Index: 3 (0x00000003) CQM: len 16 RSSI thresholds: Threshold: -70 RSSI hysteresis: 5 (0x00000005) > Response: Set CQM (0x3f) len 4 44.373800 Status: Operation not supported (95) < Request: Connect (0x2e) len 164 [ack] 44.373852 Interface Index: 3 (0x00000003) Wiphy Frequency: 2412 (0x0000096c) MAC Address D8:3A:DD:60:A3:0C SSID: len 7 64 65 73 6b 53 41 45 deskSAE Auth Type: 0 (0x00000000) External Auth Support: 261 len 0 Privacy: true Socket Owns Interface/Connection: true Cipher Suites Pairwise: CCMP (00:0f:ac) suite 04 Cipher Suite Group: CCMP (00:0f:ac) suite 04 Use MFP: 1 (0x00000001) AKM Suites: SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 WPA Versions: 4 (0x00000004) Control Port: true Information Elements: len 56 RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable PMKID: 92:2f:8a:6f:a5:6c:2b:55:84:c0:e3:ee:54:0c:c4:43 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 80 00 01 00 92 2f 8a 6f a5 6c 2b 55 84 c0 ......./.o.l+U.. e3 ee 54 0c c4 43 ..T..C Extended Capabilities: len 10 Capability: bit 19: BSS transition 00 00 08 00 00 00 00 00 00 01 .......... Tag 262: len 1 1a . > Response: Connect (0x2e) len 4 [0x100] 44.380773 Status: Success (0) > Event: External Auth (0x7f) len 56 44.760246 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) AKM Suites: unknown (08:ac:0f) suite 00 (unknown) External Auth Action: 260 len 4 00 00 00 00 .... BSSID D8:3A:DD:60:A3:0C SSID: len 7 64 65 73 6b 53 41 45 deskSAE < Request: External Auth (0x7f) len 40 [ack] 44.760375 Interface Index: 3 (0x00000003) Status Code: 1 (0x0001) SSID: len 7 64 65 73 6b 53 41 45 deskSAE BSSID D8:3A:DD:60:A3:0C > Response: External Auth (0x7f) len 4 [0x100] 44.760737 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 45.373903 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 92 45.378091 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 60 Inactivity time: 1000 (0x000003e8) Total RX bytes: 0 (0x00000000) Total TX bytes: 0 (0x00000000) RX packets: 0 (0x00000000) TX packets: 0 (0x00000000) TX failed: 0 (0x00000000) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x00000000 > Response: Get Station (0x11) len 4 [0x100] 45.378104 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 51.378198 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 92 51.382329 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 60 Inactivity time: 7000 (0x00001b58) Total RX bytes: 0 (0x00000000) Total TX bytes: 0 (0x00000000) RX packets: 0 (0x00000000) TX packets: 0 (0x00000000) TX failed: 0 (0x00000000) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x00000000 > Response: Get Station (0x11) len 4 [0x100] 51.382342 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 57.382440 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 92 57.388465 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 60 Inactivity time: 13000 (0x000032c8) Total RX bytes: 0 (0x00000000) Total TX bytes: 0 (0x00000000) RX packets: 0 (0x00000000) TX packets: 0 (0x00000000) TX failed: 0 (0x00000000) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x00000000 > Response: Get Station (0x11) len 4 [0x100] 57.388480 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 63.388578 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 92 63.392717 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 60 Inactivity time: 19000 (0x00004a38) Total RX bytes: 0 (0x00000000) Total TX bytes: 0 (0x00000000) RX packets: 0 (0x00000000) TX packets: 0 (0x00000000) TX failed: 0 (0x00000000) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x00000000 > Response: Get Station (0x11) len 4 [0x100] 63.392731 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 69.392825 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 92 69.396958 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 60 Inactivity time: 25000 (0x000061a8) Total RX bytes: 0 (0x00000000) Total TX bytes: 0 (0x00000000) RX packets: 0 (0x00000000) TX packets: 0 (0x00000000) TX failed: 0 (0x00000000) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x00000000 > Response: Get Station (0x11) len 4 [0x100] 69.396972 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 75.397073 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 92 75.401221 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 60 Inactivity time: 31000 (0x00007918) Total RX bytes: 0 (0x00000000) Total TX bytes: 0 (0x00000000) RX packets: 0 (0x00000000) TX packets: 0 (0x00000000) TX failed: 0 (0x00000000) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x00000000 > Response: Get Station (0x11) len 4 [0x100] 75.401234 Status: Success (0)
Wireless monitor ver 3.3 Created interface nlmon > Event: New Scan Results (0x22) len 344 0.134560 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004000 len 4 Colocated6G < Request: Get Survey (0x32) len 12 [ack,0x300] 0.134668 Wireless Device: 1 (0x0000000000000001) > RTNL: New Link (0x10) len 48 0.134743 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 0.134749 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 0.134757 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 0.134765 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2412 (0x0000096c) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 11 (0x000000000000000b) RX Time: 9 (0x0000000000000009) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2417 (0x00000971) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 2 (0x0000000000000002) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2422 (0x00000976) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 12 (0x000000000000000c) RX Time: 1 (0x0000000000000001) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2427 (0x0000097b) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2432 (0x00000980) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 18 (0x0000000000000012) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2437 (0x00000985) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 15 (0x000000000000000f) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2442 (0x0000098a) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 12 (0x000000000000000c) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2447 (0x0000098f) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 11 (0x000000000000000b) RX Time: 9 (0x0000000000000009) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2452 (0x00000994) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 9 (0x0000000000000009) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2457 (0x00000999) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 9 (0x0000000000000009) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2462 (0x0000099e) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 4 (0x0000000000000004) RX Time: 1 (0x0000000000000001) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5170 (0x00001432) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5180 (0x0000143c) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 15 (0x000000000000000f) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5190 (0x00001446) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5200 (0x00001450) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5210 (0x0000145a) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5220 (0x00001464) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 35 (0x0000000000000023) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5230 (0x0000146e) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5240 (0x00001478) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 68 (0x0000000000000044) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5260 (0x0000148c) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5280 (0x000014a0) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5300 (0x000014b4) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5320 (0x000014c8) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5500 (0x0000157c) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5520 (0x00001590) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5540 (0x000015a4) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5560 (0x000015b8) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5580 (0x000015cc) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5600 (0x000015e0) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5620 (0x000015f4) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5640 (0x00001608) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5660 (0x0000161c) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5680 (0x00001630) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5700 (0x00001644) > Result: New Survey Results (0x33) len 20 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5720 (0x00001658) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5745 (0x00001671) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 2 (0x0000000000000002) RX Time: 1 (0x0000000000000001) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5765 (0x00001685) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 13 (0x000000000000000d) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5785 (0x00001699) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 18 (0x0000000000000012) RX Time: 1 (0x0000000000000001) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5805 (0x000016ad) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 34 (0x0000000000000022) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 2.264729 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5825 (0x000016c1) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 77 (0x000000000000004d) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Complete: Get Survey (0x32) len 4 [multi] 2.264797 Status: 0 < Request: Get Scan (0x20) len 12 [ack,0x300] 2.265053 Wireless Device: 1 (0x0000000000000001) > Result: New Scan Results (0x22) len 196 [multi] 2.265093 Generation: 341 (0x00000155) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 164 BSSID D8:3A:DD:60:A3:0C TSF: 0 (0x0000000000000000) IEs: len 67 SSID: deskSAE 64 65 73 6b 53 41 45 deskSAE Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 1 01 . ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 1 06 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 6: Management Frame Protection Required RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 c0 00 .... Current Operating Class: 81 51 00 Q. Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 62: Opmode Notification 04 00 00 00 00 00 00 40 .......@ Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2412 (0x0000096c) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2132 (0x00000854) Timestamp: 1432606678143 (0x0000014d8e031c7f) Signal mBm: -6300 > Result: New Scan Results (0x22) len 572 [multi] 2.265093 Generation: 341 (0x00000155) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 540 BSSID A6:2E:48:FD:9E:73 TSF: 0 (0x0000000000000000) IEs: len 442 SSID: spg5 73 70 67 35 spg5 Supported rates: 6.0(B) 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit/s 8c 12 18 24 30 48 60 6c ...$0H`l DSSS parameter set: channel 157 9d . BSS load: 8 station(s) utilization 42/255 available capacity 65535 32µs/s units 08 00 2a ff ff ..*.. Country: US 3rd octet: 0x20: All environments First channel 36 number of channels 1 max tx power 30 dBm First channel 40 number of channels 1 max tx power 30 dBm First channel 44 number of channels 1 max tx power 30 dBm First channel 48 number of channels 1 max tx power 30 dBm First channel 52 number of channels 1 max tx power 24 dBm First channel 56 number of channels 1 max tx power 24 dBm First channel 60 number of channels 1 max tx power 24 dBm First channel 64 number of channels 1 max tx power 24 dBm First channel 100 number of channels 1 max tx power 24 dBm First channel 104 number of channels 1 max tx power 24 dBm First channel 108 number of channels 1 max tx power 24 dBm First channel 112 number of channels 1 max tx power 24 dBm First channel 116 number of channels 1 max tx power 24 dBm First channel 120 number of channels 1 max tx power 24 dBm First channel 124 number of channels 1 max tx power 24 dBm First channel 128 number of channels 1 max tx power 24 dBm First channel 132 number of channels 1 max tx power 24 dBm First channel 136 number of channels 1 max tx power 24 dBm First channel 140 number of channels 1 max tx power 24 dBm First channel 144 number of channels 1 max tx power 24 dBm First channel 149 number of channels 1 max tx power 30 dBm First channel 153 number of channels 1 max tx power 30 dBm First channel 157 number of channels 1 max tx power 30 dBm First channel 161 number of channels 1 max tx power 30 dBm 55 53 20 24 01 1e 28 01 1e 2c 01 1e 30 01 1e 34 US $..(..,..0..4 01 18 38 01 18 3c 01 18 40 01 18 64 01 18 68 01 ..8..<..@..d..h. 18 6c 01 18 70 01 18 74 01 18 78 01 18 7c 01 18 .l..p..t..x..|.. 80 01 18 84 01 18 88 01 18 8c 01 18 90 01 18 95 ................ 01 1e 99 01 1e 9d 01 1e a1 01 1e 00 ............ Power constraint: 0 dB 00 . Tag 195: len 5 02 1e 1e 1e 00 ..... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 Supported MCS: MCS 24 Supported MCS: MCS 25 Supported MCS: MCS 26 Supported MCS: MCS 27 Supported MCS: MCS 28 Supported MCS: MCS 29 Supported MCS: MCS 30 Supported MCS: MCS 31 Supported MCS: MCS 33 Supported MCS: MCS 34 Supported MCS: MCS 35 Supported MCS: MCS 36 Supported MCS: MCS 37 Supported MCS: MCS 38 Supported MCS: MCS 39 Supported MCS: MCS 40 Supported MCS: MCS 41 Supported MCS: MCS 42 Supported MCS: MCS 43 Supported MCS: MCS 44 Supported MCS: MCS 45 Supported MCS: MCS 46 Supported MCS: MCS 47 Supported MCS: MCS 48 Supported MCS: MCS 49 Supported MCS: MCS 50 Supported MCS: MCS 51 Supported MCS: MCS 52 Supported MCS: MCS 53 Supported MCS: MCS 54 Supported MCS: MCS 55 Supported MCS: MCS 56 Supported MCS: MCS 57 Supported MCS: MCS 58 Supported MCS: MCS 59 Supported MCS: MCS 60 Supported MCS: MCS 61 Supported MCS: MCS 62 Supported MCS: MCS 63 Supported MCS: MCS 64 Supported MCS: MCS 65 Supported MCS: MCS 66 Supported MCS: MCS 67 Supported MCS: MCS 68 Supported MCS: MCS 69 Supported MCS: MCS 70 Supported MCS: MCS 71 Supported MCS: MCS 72 Supported MCS: MCS 73 Supported MCS: MCS 74 Supported MCS: MCS 75 Supported MCS: MCS 76 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 01 17 ff ff ff ff fe ff ff ff ff 1f 00 00 01 ................ 00 00 00 00 00 18 e6 e7 19 00 .......... HT Operation: Primary channel 157 Information: Secondary Channel Offset: above primary channel Information: Channel width: bit 2: Any supported channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode Information: bit 10: Non-greenfield HT STAs present 9d 05 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 88 00 03 64 00 00 27 a4 00 00 .P.......d..'... 41 43 5e 00 61 32 2f 00 AC^.a2/. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 19: BSS transition Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 01 00 08 02 00 00 00 40 .......@ Vendor specific: len 163 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 e9 61 db f9 18 6c bb a7 5c ....G...a...l..\ 97 c9 a4 a0 0b 8c 5e 10 21 00 09 51 75 61 6e 74 ......^.!..Quant 65 6e 6e 61 10 23 00 05 54 6f 70 61 7a 10 24 00 enna.#..Topaz.$. 06 42 47 57 32 31 30 10 42 00 0c 41 36 32 45 34 .BGW210.B..A62E4 38 46 44 39 45 37 33 10 54 00 08 00 06 00 50 f2 8FD9E73.T.....P. 04 00 01 10 11 00 10 52 65 66 65 72 65 6e 63 65 .......Reference 20 44 65 73 69 67 6e 10 08 00 02 20 08 10 49 00 Design.... ..I. 06 00 37 2a 00 01 20 10 58 00 18 76 cf 76 0b 7e ..7*.. .X..v.v.~ 06 52 f0 a4 2e 3d db e4 f9 23 20 00 01 01 01 03 .R...=...# ..... 00 7f c5 ... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 5: Short GI for 80 Mhz VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported RxVHT-MCS 3 Streams: MCS 0-9 supported RxVHT-MCS 4 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 0 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported TxVHT-MCS 3 Streams: MCS 0-9 supported TxVHT-MCS 4 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 0 b2 79 c3 3f aa ff 00 00 aa ff 00 00 .y.?........ VHT Operation: Channel Width 1 - 80 Mhz Channel Center Frequency 1: 155 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 01 9b 00 fc ff ..... Vendor specific: len 30 OUI: 00:26:86 type:01 00 26 86 01 03 00 dd 00 00 00 25 c2 07 f7 00 06 .&........%..... 01 9b 64 00 3f cb 00 00 00 07 00 00 00 00 ..d.?......... WSC Payload: len 159 Version: 10 WSC State: Configured Response Type: AP UUID-E: e961dbf9-186c-bba7-5c97-c9a4a00b8c5e Manufacturer: Quantenna Model Name: Topaz Model Number: BGW210 Serial Number: A62E48FD9E73 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Reference Design Configuration Methods: Virtual Display PIN WFA Vendor Extension: len 3 Version2: 2.0 Type: 0x1058: len 24 76 cf 76 0b 7e 06 52 f0 a4 2e 3d db e4 f9 23 20 v.v.~.R...=...# 00 01 01 01 03 00 7f c5 ........ Beacon Interval: 100 (0x0064) Capability: 1297 (0x0511) ESS Privacy SpectrumMgmt ShortSlotTime Frequency: 5785 (0x00001699) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2132 (0x00000854) Timestamp: 1432606669013 (0x0000014d8e02f8d5) Signal mBm: -5800 > Result: New Scan Results (0x22) len 480 [multi] 2.265093 Generation: 341 (0x00000155) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 448 BSSID BC:2E:48:FD:9E:70 TSF: 0 (0x0000000000000000) IEs: len 350 SSID: spg5 73 70 67 35 spg5 Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 18.0 24.0 36.0 54.0 Mbit/s 82 84 8b 96 24 30 48 6c ....$0Hl DSSS parameter set: channel 2 02 . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... Power constraint: 0 dB 00 . TPC report: transmit power 25 dB link margin 0 dB 19 00 .. ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 9.0 12.0 48.0 Mbit/s 0c 12 18 60 ...` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 8c 00 .... BSS load: 3 station(s) utilization 45/255 available capacity 0 32µs/s units 03 00 2d 00 00 ..-.. Current Operating Class: 12 Supported Operating Class: 12 Supported Operating Class: 32 Supported Operating Class: 33 0c 0c 20 21 .. ! HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 16 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ad 09 1f ff ff ff 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 2 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: bit 3: RIFS permitted Information: HT Protection: bits 8 - 9: Nonmember protection mode Information: bit 10: Non-greenfield HT STAs present Information: bit 12: OBSS non-HT STAs present 02 08 15 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 9 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 62: Opmode Notification Capability: bit 63: (null) 04 00 08 00 00 00 00 c0 01 ......... Vendor specific: len 142 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 e9 61 db f9 18 6c bb a7 5c ....G...a...l..\ 97 c9 a4 a0 0b 8c 5e 10 21 00 0b 41 72 72 69 73 ......^.!..Arris 2c 20 49 6e 63 2e 10 23 00 0a 42 47 57 32 31 30 , Inc..#..BGW210 2d 37 30 30 10 24 00 0a 42 47 57 32 31 30 2d 37 -700.$..BGW210-7 30 30 10 42 00 0a 42 47 57 32 31 30 2d 37 30 30 00.B..BGW210-700 10 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0e .T.....P........ 41 72 72 69 73 20 57 69 72 65 6c 65 73 73 10 08 Arris Wireless.. 00 02 21 08 10 49 00 06 00 37 2a 00 01 20 ..!..I...7*.. Vendor specific: len 26 Epigram (00:90:4c) type: 04 00 90 4c 04 08 bf 0c 92 59 82 0f ea ff 00 00 ea ..L.....Y....... ff 00 20 c0 05 00 02 00 00 00 .. ....... Vendor specific: len 9 Broadcom (00:10:18) type: 02 00 10 18 02 03 00 1c 00 00 ......... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. WSC Payload: len 138 Version: 10 WSC State: Configured Response Type: AP UUID-E: e961dbf9-186c-bba7-5c97-c9a4a00b8c5e Manufacturer: Arris, Inc. Model Name: BGW210-700 Model Number: BGW210-700 Serial Number: BGW210-700 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Arris Wireless Configuration Methods: Virtual Display PIN Keypad WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 1297 (0x0511) ESS Privacy SpectrumMgmt ShortSlotTime Frequency: 2417 (0x00000971) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2132 (0x00000854) Timestamp: 1432606680587 (0x0000014d8e03260b) Signal mBm: -6100 > Result: New Scan Results (0x22) len 604 [multi] 2.265093 Generation: 341 (0x00000155) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 572 BSSID 40:ED:00:AD:B9:36 TSF: 0 (0x0000000000000000) IEs: len 476 SSID: mntwins 6d 6e 74 77 69 6e 73 mntwins Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 9.0 18.0 36.0 54.0 Mbit/s 82 84 8b 96 12 24 48 6c .....$Hl DSSS parameter set: channel 8 08 . ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 12.0 24.0 48.0 Mbit/s 0c 18 30 60 ..0` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 19 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 8 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode 08 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 19: BSS transition Capability: bit 31: Interworking 01 00 08 80 00 00 00 00 ........ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 02 00 00 00 00 ..... Tag 51: len 8 21 05 06 07 08 09 0a 0b !....... Power constraint: 3 dB 03 . TPC report: transmit power 63 dB link margin 0 dB 3f 00 ?. Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 20 dBm 55 53 20 01 0b 14 US ... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 91 79 c1 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 0 - 20 or 40 Mhz channel width Channel Center Frequency 1: 0 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 00 00 00 fc ff ..... HE Capabilities: len 25 HE supported channel width set: bit 0: 40MHz supported (2.4GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 02 20 0e 92 6f 09 8f 08 00 00 ....D.. ..o..... 00 fa ff fa ff 19 1c c7 71 ........q Tag 292: len 6 f4 3f 00 30 fc ff .?.0.. Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 131 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 00 00 00 00 00 00 10 00 00 ....G........... 00 0c 80 63 e6 bb 10 10 21 00 07 54 50 2d 4c 49 ...c....!..TP-LI 4e 4b 10 23 00 0b 41 72 63 68 65 72 20 41 58 32 NK.#..Archer AX2 30 10 24 00 03 34 2e 36 10 42 00 03 34 2e 36 10 0.$..4.6.B..4.6. 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0f 41 T.....P........A 72 63 68 65 72 20 41 58 32 30 20 34 2e 36 10 08 rcher AX20 4.6.. 00 02 21 0c 10 3c 00 01 01 10 49 00 06 00 37 2a ..!..<....I...7* 00 01 20 .. Vendor specific: len 7 OUI: 00:0c:43 type:08 00 0c 43 08 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:08 00 0c e7 08 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 03 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... WSC Payload: len 127 Version: 10 WSC State: Configured Response Type: AP UUID-E: 00000000-0000-1000-0000-0c8063e6bb10 Manufacturer: TP-LINK Model Name: Archer AX20 Model Number: 4.6 Serial Number: 4.6 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Archer AX20 4.6 Configuration Methods: Virtual Display PIN Keypad Label RF Bands: 2.4 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 5137 (0x1411) ESS Privacy ShortSlotTime Frequency: 2447 (0x0000098f) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2132 (0x00000854) Timestamp: 1432606682273 (0x0000014d8e032ca1) Signal mBm: -5800 > Result: New Scan Results (0x22) len 456 [multi] 2.265093 Generation: 341 (0x00000155) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 424 BSSID 42:ED:00:AD:B9:36 TSF: 0 (0x0000000000000000) IEs: len 328 SSID: Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 9.0 18.0 36.0 54.0 Mbit/s 82 84 8b 96 12 24 48 6c .....$Hl DSSS parameter set: channel 8 08 . TIM: DTIM count 0 this beacon frame is DTIM DTIM period 1 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 00 01 00 00 .... Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... Tag 51: len 8 21 05 06 07 08 09 0a 0b !....... ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 12.0 24.0 48.0 Mbit/s 0c 18 30 60 ..0` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 19 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 8 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode 08 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 91 79 c1 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 0 - 20 or 40 Mhz channel width Channel Center Frequency 1: 0 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 00 00 00 fc ff ..... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 31: Interworking 01 00 00 80 00 00 00 00 ........ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. HE Capabilities: len 25 HE supported channel width set: bit 0: 40MHz supported (2.4GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 02 20 0e 92 6d 09 85 08 00 00 ....D.. ..m..... 00 fa ff fa ff 19 1c c7 71 ........q Tag 292: len 6 f4 3f 00 81 fc ff .?.... Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 7 OUI: 00:0c:43 type:08 00 0c 43 08 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:08 00 0c e7 08 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 07 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2447 (0x0000098f) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2132 (0x00000854) Timestamp: 1432606684291 (0x0000014d8e033483) Signal mBm: -5900 > Result: New Scan Results (0x22) len 596 [multi] 2.265093 Generation: 341 (0x00000155) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 564 BSSID 40:ED:00:AD:B9:35 TSF: 0 (0x0000000000000000) IEs: len 465 SSID: mntwins_5G 6d 6e 74 77 69 6e 73 5f 35 47 mntwins_5G Supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0 Mbit/s 8c 12 98 24 b0 48 60 6c ...$.H`l DSSS parameter set: channel 153 99 . RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 09 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 153 Information: Secondary Channel Offset: below primary channel Information: Channel width: bit 2: Any supported channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode Information: bit 10: Non-greenfield HT STAs present 99 07 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 8 Capability: bit 19: BSS transition Capability: bit 31: Interworking Capability: bit 62: Opmode Notification 00 00 08 80 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 02 00 00 00 00 ..... Tag 51: len 7 80 2a 3a 6a 7a 8a 9b .*:jz.. Power constraint: 3 dB 03 . TPC report: transmit power 63 dB link margin 0 dB 3f 00 ?. Tag 195: len 4 02 7e 7e 7e .~~~ Country: US 3rd octet: 0x20: All environments First channel 36 number of channels 4 max tx power 20 dBm First channel 149 number of channels 5 max tx power 20 dBm 55 53 20 24 04 14 95 05 14 00 US $...... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 5: Short GI for 80 Mhz VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 19: MU Beamformer Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 b1 79 c9 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 1 - 80 Mhz Channel Center Frequency 1: 155 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 01 9b 00 fc ff ..... HE Capabilities: len 27 HE supported channel width set: bit 1: 40MHz/80MHz supported (5GHz/6GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 04 20 0e 92 6f 09 8f 08 00 00 ....D.. ..o..... 00 fa ff fa ff 39 1c c7 71 1c 07 .....9..q.. Tag 292: len 6 f4 3f 00 1b fc ff .?.... Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 131 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 00 00 00 00 00 00 10 00 00 ....G........... 00 0c 80 63 e6 bb 10 10 21 00 07 54 50 2d 4c 49 ...c....!..TP-LI 4e 4b 10 23 00 0b 41 72 63 68 65 72 20 41 58 32 NK.#..Archer AX2 30 10 24 00 03 34 2e 36 10 42 00 03 34 2e 36 10 0.$..4.6.B..4.6. 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0f 41 T.....P........A 72 63 68 65 72 20 41 58 32 30 20 34 2e 36 10 08 rcher AX20 4.6.. 00 02 21 0c 10 3c 00 01 02 10 49 00 06 00 37 2a ..!..<....I...7* 00 01 20 .. Vendor specific: len 7 OUI: 00:0c:43 type:00 00 0c 43 00 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:00 00 0c e7 00 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 03 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... WSC Payload: len 127 Version: 10 WSC State: Configured Response Type: AP UUID-E: 00000000-0000-1000-0000-0c8063e6bb10 Manufacturer: TP-LINK Model Name: Archer AX20 Model Number: 4.6 Serial Number: 4.6 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Archer AX20 4.6 Configuration Methods: Virtual Display PIN Keypad Label RF Bands: 5 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 4113 (0x1011) ESS Privacy Frequency: 5765 (0x00001685) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2132 (0x00000854) Timestamp: 1432606658754 (0x0000014d8e02d0c2) Signal mBm: -7400 > Result: New Scan Results (0x22) len 440 [multi] 2.265093 Generation: 341 (0x00000155) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 408 BSSID CA:3A:6B:54:31:75 TSF: 0 (0x0000000000000000) IEs: len 309 SSID: Supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0 Mbit/s 8c 12 98 24 b0 48 60 6c ...$.H`l DSSS parameter set: channel 157 9d . TIM: DTIM count 0 this beacon frame is DTIM DTIM period 1 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 00 01 00 00 .... Error decoding Country IE len 81: Invalid argument (-22) 55 53 20 01 0b 1e 24 01 17 28 01 17 2c 01 17 30 US ...$..(..,..0 01 17 34 01 17 38 01 17 3c 01 17 40 01 17 64 01 ..4..8..<..@..d. 17 68 01 17 6c 01 17 70 01 17 74 01 17 78 01 17 .h..l..p..t..x.. 7c 01 17 80 01 17 84 01 17 88 01 17 8c 01 17 90 |............... 01 17 95 01 1e 99 01 1e 9d 01 1e a1 01 1e a5 01 ................ 1e . ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... Current Operating Class: 124 7c 00 |. HT Capabilities: len 26 HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 2 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 MCS set: Rx Highest data rate: 300 Mbit/s MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported 2c 09 13 ff ff 00 00 00 00 00 00 00 00 2c 01 01 ,............,.. 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 157 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: No protection 9d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 81 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 61 11 2f 00 BC^.a./. Vendor specific: len 61 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 49 .P...J....D....I 00 06 00 37 2a 00 01 20 10 11 00 15 52 6f 6b 75 ...7*.. ....Roku 20 53 74 72 65 61 6d 69 6e 67 20 53 74 69 63 6b Streaming Stick 2b 10 54 00 08 00 07 00 50 f2 04 00 01 +.T.....P.... Vendor specific: len 18 Wi-Fi Alliance (50:6f:9a) type: 09 50 6f 9a 09 02 02 00 21 03 03 06 00 ca 3a 6b 54 Po.....!.....:kT 31 75 1u Vendor specific: len 13 Wi-Fi Alliance (50:6f:9a) type: 0a 50 6f 9a 0a 00 00 06 01 11 1c 44 00 32 Po........D.2 WSC Payload: len 57 Version: 10 WSC State: Configured WFA Vendor Extension: len 3 Version2: 2.0 Device Name: Roku Streaming Stick+ Primary Device Type: Displays OUI: 0050f204 SubCategory: 01 P2P Attributes: len 14 P2P Device Capability: Service Discovery P2P Invitation Procedure P2P Group Capability: P2P Group Owner Persistent P2P Group P2P Device ID: ca:3a:6b:54:31:75 WFD Payload: len 9 WFD Device Information: Device Type: Primary sink Session Availability: Available for WFD Session Preferred Connectivity (PC): P2P Content Protection using HDCP system 2.x supported WFD Device Information: Session Management Control port 7236 WFD Device Information: Maximum Throughput 50 Mbps Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 5785 (0x00001699) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2132 (0x00000854) Timestamp: 1432606675217 (0x0000014d8e031111) Signal mBm: -6700 > Result: New Scan Results (0x22) len 472 [multi] 2.265093 Generation: 341 (0x00000155) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 440 BSSID 88:AD:43:6B:CD:68 TSF: 0 (0x0000000000000000) IEs: len 341 SSID: Gonzalez-Rivera Family 47 6f 6e 7a 61 6c 65 7a 2d 52 69 76 65 72 61 20 Gonzalez-Rivera 46 61 6d 69 6c 79 Family Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0(B) 9.0 12.0(B) 18.0 Mbit/s 82 84 8b 96 8c 12 98 24 .......$ DSSS parameter set: channel 11 0b . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 0 00 . Extended supported rates: 24.0(B) 36.0 48.0 54.0 Mbit/s b0 48 60 6c .H`l RM Enabled Capabilities: len 5 Enabled: bit 0: Link Measurement Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Enabled: bit 12: LCI Measurement Enabled: bit 14: Transmit Stream / Category Measurement Enabled: bit 15: Triggered Transmit Stream / Category Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 71 d0 00 00 0c q.... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 8 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ad 01 1b ff ff ff 00 00 00 00 00 00 00 00 00 01 ................ 00 00 00 00 04 06 e6 47 0d 00 .......G.. HT Operation: Primary channel 11 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: Nonmember protection mode 0b 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 01 00 00 02 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. Vendor specific: len 9 Atheros (00:03:7f) type: 01 00 03 7f 01 01 00 00 ff 7f ......... Vendor specific: len 141 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 d8 df 09 a5 16 a4 57 44 a3 ....G........WD. 82 de 91 87 30 85 50 10 21 00 13 43 69 73 63 6f ....0.P.!..Cisco 20 53 79 73 74 65 6d 73 2c 20 49 6e 63 2e 10 23 Systems, Inc..# 00 07 44 50 43 33 39 34 31 10 24 00 07 44 50 43 ..DPC3941.$..DPC 33 39 34 31 10 42 00 09 30 30 30 30 30 30 30 30 3941.B..00000000 31 10 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 1.T.....P....... 07 44 50 43 33 39 34 31 10 08 00 02 00 00 10 3c .DPC3941.......< 00 01 01 10 49 00 06 00 37 2a 00 01 20 ....I...7*.. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... WSC Payload: len 137 Version: 10 WSC State: Configured Response Type: AP UUID-E: d8df09a5-16a4-5744-a382-de9187308550 Manufacturer: Cisco Systems, Inc. Model Name: DPC3941 Model Number: DPC3941 Serial Number: 000000001 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: DPC3941 Configuration Methods: RF Bands: 2.4 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 5169 (0x1431) ESS Privacy ShortPreamble ShortSlotTime Frequency: 2462 (0x0000099e) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2132 (0x00000854) Timestamp: 1432606686106 (0x0000014d8e033b9a) Signal mBm: -6500 > Complete: Get Scan (0x20) len 4 [multi] 2.265141 Status: 0 > RTNL: New Route (0x18) len 36 [multi,0x20] 2.298257 Flags: 34 (0x022) Sequence number: 1734844413 (0x67679ffd) Port ID: 23907 RTM Family: AF_INET RTM Destination Len: 0 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: boot RTM Scope: global RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Gateway: 192.168.2.254 Output Interface Index: 2 > RTNL: New Route (0x18) len 44 [multi,0x20] 2.298257 Flags: 34 (0x022) Sequence number: 1734844413 (0x67679ffd) Port ID: 23907 RTM Family: AF_INET RTM Destination Len: 24 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: kernel RTM Scope: link RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: 192.168.2.0 Preferred Source: 192.168.2.199 Output Interface Index: 2 > RTNL: New Route (0x18) len 36 [multi,0x20] 2.298257 Flags: 34 (0x022) Sequence number: 1734844413 (0x67679ffd) Port ID: 23907 RTM Family: AF_INET RTM Destination Len: 32 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: boot RTM Scope: link RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: 192.168.2.254 Output Interface Index: 2 > RTNL: Done (0x03) len 4 [multi,0x20] 2.298273 Flags: 34 (0x022) Sequence number: 1734844413 (0x67679ffd) Port ID: 23907 Status: 0 < RTNL: Get Link (0x12) len 24 [request] 2.298474 Flags: 1 (0x001) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1076 2.298515 Flags: 0 (0x000) Sequence number: 1734844413 (0x67679ffd) Port ID: 3577746773 < RTNL: Get Link (0x12) len 24 [request,dump] 2.304986 Flags: 769 (0x301) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1412 [multi] 2.305060 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23910 > RTNL: New Link (0x10) len 1480 [multi] 2.305060 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23910 > RTNL: New Link (0x10) len 1468 [multi] 2.305090 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23910 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1464 [multi] 2.305090 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23910 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1408 [multi] 2.305162 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23910 > RTNL: Done (0x03) len 4 [multi] 2.305193 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23910 Status: 0 < RTNL: New Link (0x10) len 16 [request,ack] 2.310864 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 2.310898 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 23913 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 2.310971 Flags: 1 (0x001) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1076 2.311006 Flags: 0 (0x000) Sequence number: 1734844413 (0x67679ffd) Port ID: 3266091499 < RTNL: New Link (0x10) len 16 [request,ack] 2.311103 Flags: 5 (0x005) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: Error (0x02) len 20 [0x100] 2.311120 Flags: 256 (0x100) Sequence number: 1734844413 (0x67679ffd) Port ID: 23913 ACK: 0 < RTNL: New Link (0x10) len 16 [request,ack] 2.316300 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 2.316330 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 23915 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 2.316402 Flags: 1 (0x001) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1072 2.316441 Flags: 0 (0x000) Sequence number: 1734844413 (0x67679ffd) Port ID: 2336328024 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 2.316535 Flags: 5 (0x005) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: Error (0x02) len 20 [0x100] 2.316589 Flags: 256 (0x100) Sequence number: 1734844413 (0x67679ffd) Port ID: 23915 ACK: 0 < RTNL: New Link (0x10) len 16 [request,ack] 2.321773 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 2.321808 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 23917 Error: -19 (No such device) < RTNL: Get Link (0x12) len 32 [request] 2.321881 Flags: 1 (0x001) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1068 2.321914 Flags: 0 (0x000) Sequence number: 1734844413 (0x67679ffd) Port ID: 3296155798 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 2.322010 Flags: 5 (0x005) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: Error (0x02) len 20 [0x100] 2.322082 Flags: 256 (0x100) Sequence number: 1734844413 (0x67679ffd) Port ID: 23917 ACK: 0 < RTNL: New Link (0x10) len 16 [request,ack] 2.328293 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 2.328320 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 23919 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 2.328396 Flags: 1 (0x001) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1012 2.328432 Flags: 0 (0x000) Sequence number: 1734844413 (0x67679ffd) Port ID: 2237889898 < RTNL: New Link (0x10) len 16 [request,ack] 2.328523 Flags: 5 (0x005) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: Error (0x02) len 20 [0x100] 2.328537 Flags: 256 (0x100) Sequence number: 1734844413 (0x67679ffd) Port ID: 23919 ACK: 0 < RTNL: Get Link (0x12) len 24 [request,dump] 2.333979 Flags: 769 (0x301) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1412 [multi] 2.334054 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23921 > RTNL: New Link (0x10) len 1480 [multi] 2.334054 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23921 > RTNL: New Link (0x10) len 1468 [multi] 2.334083 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23921 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1464 [multi] 2.334083 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23921 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1408 [multi] 2.334149 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23921 > RTNL: Done (0x03) len 4 [multi] 2.334180 Flags: 2 (0x002) Sequence number: 1734844413 (0x67679ffd) Port ID: 23921 Status: 0 > RTNL: Done (0x03) len 4 [multi] 2.334258 Flags: 2 (0x002) Sequence number: 1734844414 (0x67679ffe) Port ID: 23921 Status: 0 < Request: Get Interface (0x05) len 0 [ack,0x300] 2.356587 > Result: New Interface (0x07) len 120 [multi] 2.357519 Interface Index: 4 (0x00000004) Interface Name: ap0 Wiphy: 0 (0x00000000) Interface Type: 3 (0x00000003) Wireless Device: 2 (0x0000000000000002) MAC Address DE:A6:32:B3:34:3A Generation: 6 (0x00000006) 4-Address: 0 (0x00) Wiphy Frequency: 5825 (0x000016c1) Unknown: 290 len 4 00 00 00 00 .... Wiphy Channel Type: 1 (0x00000001) Channel Width: 1 (0x00000001) Center Frequency 1: 5825 (0x000016c1) Wiphy TX Power Level: 3100 (0x00000c1c) > Result: New Interface (0x07) len 124 [multi] 2.357519 Interface Index: 3 (0x00000003) Interface Name: wlan0 Wiphy: 0 (0x00000000) Interface Type: 2 (0x00000002) Wireless Device: 1 (0x0000000000000001) MAC Address DC:A6:32:B4:50:CF Generation: 6 (0x00000006) 4-Address: 0 (0x00) Wiphy Frequency: 5825 (0x000016c1) Unknown: 290 len 4 00 00 00 00 .... Wiphy Channel Type: 1 (0x00000001) Channel Width: 1 (0x00000001) Center Frequency 1: 5825 (0x000016c1) Wiphy TX Power Level: 3100 (0x00000c1c) > Complete: Get Interface (0x05) len 4 [multi] 2.357553 Status: 0 < Request: Get Station (0x11) len 8 [ack,0x300] 2.371589 Interface Index: 4 (0x00000004) > Complete: Get Station (0x11) len 4 [multi] 2.372619 Status: 0 < Request: Set Power Save (0x3d) len 16 [ack] 2.377397 Interface Index: 4 (0x00000004) PS State: 0 (0x00000000) > Response: Set Power Save (0x3d) len 4 [0x100] 2.377416 Status: Success (0) < Request: Get Power Save (0x3e) len 8 [ack] 2.382215 Interface Index: 4 (0x00000004) > Result: Get Power Save (0x3e) len 8 2.382237 PS State: 0 (0x00000000) > Response: Get Power Save (0x3e) len 4 [0x100] 2.382242 Status: Success (0) < Request: Trigger Scan (0x21) len 348 [ack] 2.392947 Interface Index: 3 (0x00000003) Scan Frequencies: len 320 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) 37: 2467 (0x000009a3) 38: 2472 (0x000009a8) 39: 2484 (0x000009b4) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G Scan SSIDs: len 4 0: len 0 > Event: Trigger Scan (0x21) len 344 2.394170 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G > Response: Trigger Scan (0x21) len 4 [0x100] 2.394188 Status: Success (0) < Request: Get Station (0x11) len 8 [ack,0x300] 2.399964 Interface Index: 3 (0x00000003) > Complete: Get Station (0x11) len 4 [multi] 2.401045 Status: 0 < Request: Set Power Save (0x3d) len 16 [ack] 2.405818 Interface Index: 3 (0x00000003) PS State: 0 (0x00000000) > Response: Set Power Save (0x3d) len 4 [0x100] 2.405837 Status: Success (0) < Request: Get Power Save (0x3e) len 8 [ack] 2.410570 Interface Index: 3 (0x00000003) > Result: Get Power Save (0x3e) len 8 2.410588 PS State: 0 (0x00000000) > Response: Get Power Save (0x3e) len 4 [0x100] 2.410592 Status: Success (0) < Request: Get Protocol Features (0x5f) len 0 [ack] 2.428802 > Result: Get Protocol Features (0x5f) len 8 2.428835 Protocol Features: 1 (0x00000001) > Response: Get Protocol Features (0x5f) len 4 [0x100] 2.428841 Status: Success (0) < Request: Get Wiphy (0x01) len 4 [ack,0x300] 2.428884 Split Wiphy Dump: true > Result: New Wiphy (0x03) len 112 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Retry Short: 7 (0x07) Wiphy Retry Long: 4 (0x04) Wiphy Frag Threshold: 4294967295 (0xffffffff) Wiphy RTS Threshold: 4294967295 (0xffffffff) Wiphy Coverage Class: 0 (0x00) Max Number Scan SSIDs: 10 (0x0a) Max Num Sched Scan SSIDs: 16 (0x10) Max Scan IE Length: 2048 (0x0800) Max Sched Scan IE Len: 2048 (0x0800) Max Match Sets: 16 (0x10) Roaming Support: true > Result: New Wiphy (0x03) len 76 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Cipher Suites: WEP-40 (00:0f:ac) suite 01 WEP-104 (00:0f:ac) suite 05 TKIP (00:0f:ac) suite 02 CCMP (00:0f:ac) suite 04 BIP (00:0f:ac) suite 06 Max Number PMKIDs: 16 (0x10) Wiphy Antenna Avail TX: 113 len 4 00 00 00 00 .... Wiphy Antenna Avail RX: 114 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 56 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Interface Types: len 24 Ad-hoc: true Station: true AP: true P2P-Client: true P2P-GO: true P2P-Device: true > Result: New Wiphy (0x03) len 240 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 208 Band 0: len 204 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . Rates: len 156 Bitrate 0: len 8 Bitrate (100kbps multiple): 10 (0x0000000a) Bitrate 1: len 12 Bitrate (100kbps multiple): 20 (0x00000014) 2GHZ Short Preamble: true Bitrate 2: len 12 Bitrate (100kbps multiple): 55 (0x00000037) 2GHZ Short Preamble: true Bitrate 3: len 12 Bitrate (100kbps multiple): 110 (0x0000006e) 2GHZ Short Preamble: true Bitrate 4: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 5: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 6: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 7: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 8: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 9: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 10: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 11: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 84 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 0: len 40 Frequency: 2412 (0x0000096c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 1: len 40 Frequency: 2417 (0x00000971) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 2: len 40 Frequency: 2422 (0x00000976) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 3: len 40 Frequency: 2427 (0x0000097b) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 4: len 36 Frequency: 2432 (0x00000980) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 5: len 36 Frequency: 2437 (0x00000985) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 6: len 36 Frequency: 2442 (0x0000098a) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 7: len 40 Frequency: 2447 (0x0000098f) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 8: len 40 Frequency: 2452 (0x00000994) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 9: len 40 Frequency: 2457 (0x00000999) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 10: len 40 Frequency: 2462 (0x0000099e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 11: len 48 Frequency: 2467 (0x000009a3) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 12: len 48 Frequency: 2472 (0x000009a8) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 13: len 48 Frequency: 2484 (0x000009b4) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 0: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 200 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 168 Band 1: len 164 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . VHT MCS Set: 7 len 8 fe ff 00 00 fe ff 00 00 ........ VHT Capabilities: 8 len 4 20 10 00 00 ... Rates: len 96 Bitrate 0: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 1: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 2: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 3: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 4: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 5: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 6: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 7: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 76 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 0: len 32 Frequency: 5170 (0x00001432) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 1: len 32 Frequency: 5180 (0x0000143c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 2: len 28 Frequency: 5190 (0x00001446) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 3: len 28 Frequency: 5200 (0x00001450) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 4: len 28 Frequency: 5210 (0x0000145a) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 5: len 28 Frequency: 5220 (0x00001464) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 6: len 32 Frequency: 5230 (0x0000146e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 7: len 28 Frequency: 5240 (0x00001478) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 8: len 56 Frequency: 5260 (0x0000148c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 9: len 56 Frequency: 5280 (0x000014a0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 10: len 56 Frequency: 5300 (0x000014b4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 11: len 60 Frequency: 5320 (0x000014c8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 12: len 60 Frequency: 5500 (0x0000157c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 13: len 56 Frequency: 5520 (0x00001590) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 14: len 56 Frequency: 5540 (0x000015a4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 15: len 56 Frequency: 5560 (0x000015b8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 16: len 56 Frequency: 5580 (0x000015cc) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 17: len 56 Frequency: 5600 (0x000015e0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 18: len 56 Frequency: 5620 (0x000015f4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 19: len 56 Frequency: 5640 (0x00001608) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 20: len 56 Frequency: 5660 (0x0000161c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 21: len 56 Frequency: 5680 (0x00001630) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 22: len 56 Frequency: 5700 (0x00001644) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 23: len 60 Frequency: 5720 (0x00001658) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82256 (0x00014150) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 24: len 32 Frequency: 5745 (0x00001671) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 25: len 28 Frequency: 5765 (0x00001685) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 26: len 28 Frequency: 5785 (0x00001699) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 27: len 28 Frequency: 5805 (0x000016ad) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 28: len 32 Frequency: 5825 (0x000016c1) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 1: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 32 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 0 > Result: New Wiphy (0x03) len 184 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Commands: New Interface [7] Set Interface [6] New Key [11] Start AP [15] Join IBSS [43] Set PMKSA [52] Del PMKSA [53] Flush PMKSA [54] Remain on Channel [55] Frame [59] Set Wiphy Netns [49] Set Channel [65] Start Sched Scan [75] Start P2P Device [89] Connect [46] Disconnect [48] Crit Protocol Start [98] Crit Protocol Stop [99] Update Connect Params [122] > Result: New Wiphy (0x03) len 40 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Max Remain on Channel Duration : 5000 (0x00001388) Offchannel TX OK: true > Result: New Wiphy (0x03) len 28 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 260 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Software Interface Types: len 0 Interface Combinations: 120 len 224 68 00 01 00 44 00 01 00 14 00 01 00 08 00 01 00 h...D........... 02 00 00 00 08 00 02 00 04 00 02 00 14 00 02 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 18 00 03 00 08 00 01 00 01 00 00 00 0c 00 02 00 ................ 04 00 08 00 04 00 09 00 08 00 04 00 02 00 00 00 ................ 08 00 02 00 03 00 00 00 08 00 05 00 00 00 00 00 ................ 08 00 06 00 00 00 00 00 78 00 02 00 54 00 01 00 ........x...T... 14 00 01 00 08 00 01 00 01 00 00 00 08 00 02 00 ................ 04 00 02 00 14 00 02 00 08 00 01 00 01 00 00 00 ................ 08 00 02 00 04 00 03 00 14 00 03 00 08 00 01 00 ................ 01 00 00 00 08 00 02 00 04 00 08 00 14 00 04 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 08 00 04 00 01 00 00 00 08 00 02 00 04 00 00 00 ................ 08 00 05 00 00 00 00 00 08 00 06 00 00 00 00 00 ................ > Result: New Wiphy (0x03) len 44 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Device AP SME: 141 len 4 00 00 00 00 .... Feature Flags: 143 len 4 a0 40 00 40 .@.@ > Result: New Wiphy (0x03) len 1036 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) TX Frame Types: len 692 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-GO: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-Device: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) Unknown: 11 len 0 Unknown: 12 len 0 RX Frame Types: len 220 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 24 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-GO: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-Device: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Unknown: 11 len 0 Unknown: 12 len 0 Unknown: 222 len 4 01 00 00 00 .... Unknown: 223 len 4 fc 01 00 00 .... Unknown: 224 len 4 00 00 00 00 .... MAC Address DC:A6:32:B4:50:CF MAC Addresses: len 48 1 DC:A6:32:B4:50:CF 2 DE:A6:32:B4:50:CE 3 DE:A6:32:B4:50:CD 4 DE:A6:32:B4:50:CC > Result: New Wiphy (0x03) len 28 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 44 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Vendor Data: len 12 0c 00 01 00 18 10 00 00 01 00 00 00 ............ > Result: New Wiphy (0x03) len 68 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Scheduled Scan Maximum Requests: 256 len 4 01 00 00 00 .... Extended Features: NL80211_EXT_FEATURE_CQM_RSSI_LIST NL80211_EXT_FEATURE_DFS_OFFLOAD Unknown: 227 len 12 04 00 01 00 04 00 02 00 04 00 03 00 ............ > Result: New Wiphy (0x03) len 36 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 239 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 28 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 28 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 36 [multi] 2.428977 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 316 len 2 02 00 .. > Complete: Get Wiphy (0x01) len 4 [multi] 2.429008 Status: 0 < Request: Get Protocol Features (0x5f) len 0 [ack] 2.436143 > Result: Get Protocol Features (0x5f) len 8 2.436165 Protocol Features: 1 (0x00000001) > Response: Get Protocol Features (0x5f) len 4 [0x100] 2.436170 Status: Success (0) < Request: Get Wiphy (0x01) len 12 [ack,0x300] 2.436206 Wiphy: 0 (0x00000000) Split Wiphy Dump: true > Result: New Wiphy (0x03) len 112 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Retry Short: 7 (0x07) Wiphy Retry Long: 4 (0x04) Wiphy Frag Threshold: 4294967295 (0xffffffff) Wiphy RTS Threshold: 4294967295 (0xffffffff) Wiphy Coverage Class: 0 (0x00) Max Number Scan SSIDs: 10 (0x0a) Max Num Sched Scan SSIDs: 16 (0x10) Max Scan IE Length: 2048 (0x0800) Max Sched Scan IE Len: 2048 (0x0800) Max Match Sets: 16 (0x10) Roaming Support: true > Result: New Wiphy (0x03) len 76 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Cipher Suites: WEP-40 (00:0f:ac) suite 01 WEP-104 (00:0f:ac) suite 05 TKIP (00:0f:ac) suite 02 CCMP (00:0f:ac) suite 04 BIP (00:0f:ac) suite 06 Max Number PMKIDs: 16 (0x10) Wiphy Antenna Avail TX: 113 len 4 00 00 00 00 .... Wiphy Antenna Avail RX: 114 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 56 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Interface Types: len 24 Ad-hoc: true Station: true AP: true P2P-Client: true P2P-GO: true P2P-Device: true > Result: New Wiphy (0x03) len 240 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 208 Band 0: len 204 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . Rates: len 156 Bitrate 0: len 8 Bitrate (100kbps multiple): 10 (0x0000000a) Bitrate 1: len 12 Bitrate (100kbps multiple): 20 (0x00000014) 2GHZ Short Preamble: true Bitrate 2: len 12 Bitrate (100kbps multiple): 55 (0x00000037) 2GHZ Short Preamble: true Bitrate 3: len 12 Bitrate (100kbps multiple): 110 (0x0000006e) 2GHZ Short Preamble: true Bitrate 4: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 5: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 6: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 7: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 8: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 9: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 10: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 11: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 84 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 0: len 40 Frequency: 2412 (0x0000096c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 1: len 40 Frequency: 2417 (0x00000971) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 2: len 40 Frequency: 2422 (0x00000976) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 3: len 40 Frequency: 2427 (0x0000097b) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 4: len 36 Frequency: 2432 (0x00000980) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 5: len 36 Frequency: 2437 (0x00000985) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 6: len 36 Frequency: 2442 (0x0000098a) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 7: len 40 Frequency: 2447 (0x0000098f) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 8: len 40 Frequency: 2452 (0x00000994) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 9: len 40 Frequency: 2457 (0x00000999) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 10: len 40 Frequency: 2462 (0x0000099e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 11: len 48 Frequency: 2467 (0x000009a3) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 12: len 48 Frequency: 2472 (0x000009a8) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 13: len 48 Frequency: 2484 (0x000009b4) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 0: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 200 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 168 Band 1: len 164 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . VHT MCS Set: 7 len 8 fe ff 00 00 fe ff 00 00 ........ VHT Capabilities: 8 len 4 20 10 00 00 ... Rates: len 96 Bitrate 0: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 1: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 2: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 3: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 4: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 5: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 6: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 7: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 76 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 0: len 32 Frequency: 5170 (0x00001432) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 1: len 32 Frequency: 5180 (0x0000143c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 2: len 28 Frequency: 5190 (0x00001446) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 3: len 28 Frequency: 5200 (0x00001450) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 4: len 28 Frequency: 5210 (0x0000145a) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 5: len 28 Frequency: 5220 (0x00001464) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 6: len 32 Frequency: 5230 (0x0000146e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 7: len 28 Frequency: 5240 (0x00001478) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 8: len 56 Frequency: 5260 (0x0000148c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 9: len 56 Frequency: 5280 (0x000014a0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 10: len 56 Frequency: 5300 (0x000014b4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 11: len 60 Frequency: 5320 (0x000014c8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 12: len 60 Frequency: 5500 (0x0000157c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 13: len 56 Frequency: 5520 (0x00001590) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 14: len 56 Frequency: 5540 (0x000015a4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 15: len 56 Frequency: 5560 (0x000015b8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 16: len 56 Frequency: 5580 (0x000015cc) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 17: len 56 Frequency: 5600 (0x000015e0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 18: len 56 Frequency: 5620 (0x000015f4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 19: len 56 Frequency: 5640 (0x00001608) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 20: len 56 Frequency: 5660 (0x0000161c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 21: len 56 Frequency: 5680 (0x00001630) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 22: len 56 Frequency: 5700 (0x00001644) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 23: len 60 Frequency: 5720 (0x00001658) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82264 (0x00014158) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 24: len 32 Frequency: 5745 (0x00001671) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 25: len 28 Frequency: 5765 (0x00001685) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 26: len 28 Frequency: 5785 (0x00001699) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 27: len 28 Frequency: 5805 (0x000016ad) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 28: len 32 Frequency: 5825 (0x000016c1) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 1: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 32 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 0 > Result: New Wiphy (0x03) len 184 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Commands: New Interface [7] Set Interface [6] New Key [11] Start AP [15] Join IBSS [43] Set PMKSA [52] Del PMKSA [53] Flush PMKSA [54] Remain on Channel [55] Frame [59] Set Wiphy Netns [49] Set Channel [65] Start Sched Scan [75] Start P2P Device [89] Connect [46] Disconnect [48] Crit Protocol Start [98] Crit Protocol Stop [99] Update Connect Params [122] > Result: New Wiphy (0x03) len 40 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Max Remain on Channel Duration : 5000 (0x00001388) Offchannel TX OK: true > Result: New Wiphy (0x03) len 28 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 260 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Software Interface Types: len 0 Interface Combinations: 120 len 224 68 00 01 00 44 00 01 00 14 00 01 00 08 00 01 00 h...D........... 02 00 00 00 08 00 02 00 04 00 02 00 14 00 02 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 18 00 03 00 08 00 01 00 01 00 00 00 0c 00 02 00 ................ 04 00 08 00 04 00 09 00 08 00 04 00 02 00 00 00 ................ 08 00 02 00 03 00 00 00 08 00 05 00 00 00 00 00 ................ 08 00 06 00 00 00 00 00 78 00 02 00 54 00 01 00 ........x...T... 14 00 01 00 08 00 01 00 01 00 00 00 08 00 02 00 ................ 04 00 02 00 14 00 02 00 08 00 01 00 01 00 00 00 ................ 08 00 02 00 04 00 03 00 14 00 03 00 08 00 01 00 ................ 01 00 00 00 08 00 02 00 04 00 08 00 14 00 04 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 08 00 04 00 01 00 00 00 08 00 02 00 04 00 00 00 ................ 08 00 05 00 00 00 00 00 08 00 06 00 00 00 00 00 ................ > Result: New Wiphy (0x03) len 44 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Device AP SME: 141 len 4 00 00 00 00 .... Feature Flags: 143 len 4 a0 40 00 40 .@.@ > Result: New Wiphy (0x03) len 1036 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) TX Frame Types: len 692 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-GO: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-Device: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) Unknown: 11 len 0 Unknown: 12 len 0 RX Frame Types: len 220 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 24 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-GO: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-Device: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Unknown: 11 len 0 Unknown: 12 len 0 Unknown: 222 len 4 01 00 00 00 .... Unknown: 223 len 4 fc 01 00 00 .... Unknown: 224 len 4 00 00 00 00 .... MAC Address DC:A6:32:B4:50:CF MAC Addresses: len 48 1 DC:A6:32:B4:50:CF 2 DE:A6:32:B4:50:CE 3 DE:A6:32:B4:50:CD 4 DE:A6:32:B4:50:CC > Result: New Wiphy (0x03) len 28 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 44 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Vendor Data: len 12 0c 00 01 00 18 10 00 00 01 00 00 00 ............ > Result: New Wiphy (0x03) len 68 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Scheduled Scan Maximum Requests: 256 len 4 01 00 00 00 .... Extended Features: NL80211_EXT_FEATURE_CQM_RSSI_LIST NL80211_EXT_FEATURE_DFS_OFFLOAD Unknown: 227 len 12 04 00 01 00 04 00 02 00 04 00 03 00 ............ > Result: New Wiphy (0x03) len 36 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 239 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 28 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 28 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 36 [multi] 2.436294 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 316 len 2 02 00 .. > Complete: Get Wiphy (0x01) len 4 [multi] 2.436317 Status: 0 < Request: Get Protocol Features (0x5f) len 0 [ack] 2.443354 > Result: Get Protocol Features (0x5f) len 8 2.443373 Protocol Features: 1 (0x00000001) > Response: Get Protocol Features (0x5f) len 4 [0x100] 2.443377 Status: Success (0) < Request: Get Wiphy (0x01) len 12 [ack,0x300] 2.443411 Wiphy: 0 (0x00000000) Split Wiphy Dump: true > Result: New Wiphy (0x03) len 112 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Retry Short: 7 (0x07) Wiphy Retry Long: 4 (0x04) Wiphy Frag Threshold: 4294967295 (0xffffffff) Wiphy RTS Threshold: 4294967295 (0xffffffff) Wiphy Coverage Class: 0 (0x00) Max Number Scan SSIDs: 10 (0x0a) Max Num Sched Scan SSIDs: 16 (0x10) Max Scan IE Length: 2048 (0x0800) Max Sched Scan IE Len: 2048 (0x0800) Max Match Sets: 16 (0x10) Roaming Support: true > Result: New Wiphy (0x03) len 76 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Cipher Suites: WEP-40 (00:0f:ac) suite 01 WEP-104 (00:0f:ac) suite 05 TKIP (00:0f:ac) suite 02 CCMP (00:0f:ac) suite 04 BIP (00:0f:ac) suite 06 Max Number PMKIDs: 16 (0x10) Wiphy Antenna Avail TX: 113 len 4 00 00 00 00 .... Wiphy Antenna Avail RX: 114 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 56 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Interface Types: len 24 Ad-hoc: true Station: true AP: true P2P-Client: true P2P-GO: true P2P-Device: true > Result: New Wiphy (0x03) len 240 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 208 Band 0: len 204 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . Rates: len 156 Bitrate 0: len 8 Bitrate (100kbps multiple): 10 (0x0000000a) Bitrate 1: len 12 Bitrate (100kbps multiple): 20 (0x00000014) 2GHZ Short Preamble: true Bitrate 2: len 12 Bitrate (100kbps multiple): 55 (0x00000037) 2GHZ Short Preamble: true Bitrate 3: len 12 Bitrate (100kbps multiple): 110 (0x0000006e) 2GHZ Short Preamble: true Bitrate 4: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 5: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 6: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 7: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 8: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 9: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 10: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 11: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 84 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 0: len 40 Frequency: 2412 (0x0000096c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 1: len 40 Frequency: 2417 (0x00000971) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 2: len 40 Frequency: 2422 (0x00000976) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 3: len 40 Frequency: 2427 (0x0000097b) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 4: len 36 Frequency: 2432 (0x00000980) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 5: len 36 Frequency: 2437 (0x00000985) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 80 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 48 Band 0: len 44 Frequencies: len 40 Frequency 6: len 36 Frequency: 2442 (0x0000098a) Unknown: 20 len 4 00 00 00 00 .... No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 7: len 40 Frequency: 2447 (0x0000098f) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 8: len 40 Frequency: 2452 (0x00000994) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 9: len 40 Frequency: 2457 (0x00000999) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 84 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 52 Band 0: len 48 Frequencies: len 44 Frequency 10: len 40 Frequency: 2462 (0x0000099e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 11: len 48 Frequency: 2467 (0x000009a3) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 12: len 48 Frequency: 2472 (0x000009a8) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 92 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 60 Band 0: len 56 Frequencies: len 52 Frequency 13: len 48 Frequency: 2484 (0x000009b4) Unknown: 20 len 4 00 00 00 00 .... Disabled: true No HT40-: true No HT40+: true No 80 Mhz: true No 160 Mhz: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 0: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 200 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 168 Band 1: len 164 HT MCS Set: MCS 0 HT MCS Set: MCS 1 HT MCS Set: MCS 2 HT MCS Set: MCS 3 HT MCS Set: MCS 4 HT MCS Set: MCS 5 HT MCS Set: MCS 6 HT MCS Set: MCS 7 MCS Set: bit 96: Tx MCS set defined HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Static HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bits 8-9: Disabled HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz AMPDU Factor: 5 len 1 03 . AMPDU Density: 6 len 1 07 . VHT MCS Set: 7 len 8 fe ff 00 00 fe ff 00 00 ........ VHT Capabilities: 8 len 4 20 10 00 00 ... Rates: len 96 Bitrate 0: len 8 Bitrate (100kbps multiple): 60 (0x0000003c) Bitrate 1: len 8 Bitrate (100kbps multiple): 90 (0x0000005a) Bitrate 2: len 8 Bitrate (100kbps multiple): 120 (0x00000078) Bitrate 3: len 8 Bitrate (100kbps multiple): 180 (0x000000b4) Bitrate 4: len 8 Bitrate (100kbps multiple): 240 (0x000000f0) Bitrate 5: len 8 Bitrate (100kbps multiple): 360 (0x00000168) Bitrate 6: len 8 Bitrate (100kbps multiple): 480 (0x000001e0) Bitrate 7: len 8 Bitrate (100kbps multiple): 540 (0x0000021c) > Result: New Wiphy (0x03) len 76 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 0: len 32 Frequency: 5170 (0x00001432) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 1: len 32 Frequency: 5180 (0x0000143c) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 2: len 28 Frequency: 5190 (0x00001446) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 3: len 28 Frequency: 5200 (0x00001450) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 4: len 28 Frequency: 5210 (0x0000145a) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 5: len 28 Frequency: 5220 (0x00001464) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 6: len 32 Frequency: 5230 (0x0000146e) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 7: len 28 Frequency: 5240 (0x00001478) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 8: len 56 Frequency: 5260 (0x0000148c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 9: len 56 Frequency: 5280 (0x000014a0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 10: len 56 Frequency: 5300 (0x000014b4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 11: len 60 Frequency: 5320 (0x000014c8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 12: len 60 Frequency: 5500 (0x0000157c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 13: len 56 Frequency: 5520 (0x00001590) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 14: len 56 Frequency: 5540 (0x000015a4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 15: len 56 Frequency: 5560 (0x000015b8) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 16: len 56 Frequency: 5580 (0x000015cc) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 17: len 56 Frequency: 5600 (0x000015e0) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 18: len 56 Frequency: 5620 (0x000015f4) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 19: len 56 Frequency: 5640 (0x00001608) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 20: len 56 Frequency: 5660 (0x0000161c) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 21: len 56 Frequency: 5680 (0x00001630) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 100 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 68 Band 1: len 64 Frequencies: len 60 Frequency 22: len 56 Frequency: 5700 (0x00001644) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 104 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 72 Band 1: len 68 Frequencies: len 64 Frequency 23: len 60 Frequency: 5720 (0x00001658) Unknown: 20 len 4 00 00 00 00 .... Radar Detection: true DFS State: 0 (0x00000000) DFS Time: 82268 (0x0001415c) DFS CAC Time: 60000 (0x0000ea60) No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 24: len 32 Frequency: 5745 (0x00001671) Unknown: 20 len 4 00 00 00 00 .... No HT40-: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 25: len 28 Frequency: 5765 (0x00001685) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 26: len 28 Frequency: 5785 (0x00001699) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 72 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 40 Band 1: len 36 Frequencies: len 32 Frequency 27: len 28 Frequency: 5805 (0x000016ad) Unknown: 20 len 4 00 00 00 00 .... Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 76 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 44 Band 1: len 40 Frequencies: len 36 Frequency 28: len 32 Frequency: 5825 (0x000016c1) Unknown: 20 len 4 00 00 00 00 .... No HT40+: true Unknown: 26 len 0 Max TX Power: 2000 (0x000007d0) > Result: New Wiphy (0x03) len 40 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 8 Band 1: len 4 Frequencies: len 0 > Result: New Wiphy (0x03) len 32 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Wiphy Bands: len 0 > Result: New Wiphy (0x03) len 184 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Supported Commands: New Interface [7] Set Interface [6] New Key [11] Start AP [15] Join IBSS [43] Set PMKSA [52] Del PMKSA [53] Flush PMKSA [54] Remain on Channel [55] Frame [59] Set Wiphy Netns [49] Set Channel [65] Start Sched Scan [75] Start P2P Device [89] Connect [46] Disconnect [48] Crit Protocol Start [98] Crit Protocol Stop [99] Update Connect Params [122] > Result: New Wiphy (0x03) len 40 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Max Remain on Channel Duration : 5000 (0x00001388) Offchannel TX OK: true > Result: New Wiphy (0x03) len 28 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 260 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Software Interface Types: len 0 Interface Combinations: 120 len 224 68 00 01 00 44 00 01 00 14 00 01 00 08 00 01 00 h...D........... 02 00 00 00 08 00 02 00 04 00 02 00 14 00 02 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 18 00 03 00 08 00 01 00 01 00 00 00 0c 00 02 00 ................ 04 00 08 00 04 00 09 00 08 00 04 00 02 00 00 00 ................ 08 00 02 00 03 00 00 00 08 00 05 00 00 00 00 00 ................ 08 00 06 00 00 00 00 00 78 00 02 00 54 00 01 00 ........x...T... 14 00 01 00 08 00 01 00 01 00 00 00 08 00 02 00 ................ 04 00 02 00 14 00 02 00 08 00 01 00 01 00 00 00 ................ 08 00 02 00 04 00 03 00 14 00 03 00 08 00 01 00 ................ 01 00 00 00 08 00 02 00 04 00 08 00 14 00 04 00 ................ 08 00 01 00 01 00 00 00 08 00 02 00 04 00 0a 00 ................ 08 00 04 00 01 00 00 00 08 00 02 00 04 00 00 00 ................ 08 00 05 00 00 00 00 00 08 00 06 00 00 00 00 00 ................ > Result: New Wiphy (0x03) len 44 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Device AP SME: 141 len 4 00 00 00 00 .... Feature Flags: 143 len 4 a0 40 00 40 .@.@ > Result: New Wiphy (0x03) len 1036 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) TX Frame Types: len 692 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-GO: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) P2P-Device: len 128 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0010 Type: Management (0) Subtype: Association response (1) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0030 Type: Management (0) Subtype: Reassociation response (invalid MPDU) (3) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x0050 Type: Management (0) Subtype: Probe response (invalid MPDU) (5) Frame Type: 0x0060 Type: Management (0) Subtype: Timing Advertisement (6) Frame Type: 0x0070 Type: Management (0) Subtype: Reserved (7) Frame Type: 0x0080 Type: Management (0) Subtype: Beacon (invalid MPDU) (8) Frame Type: 0x0090 Type: Management (0) Subtype: ATIM (9) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Frame Type: 0x00e0 Type: Management (0) Subtype: Action No Ack (14) Frame Type: 0x00f0 Type: Management (0) Subtype: Reserved (15) Unknown: 11 len 0 Unknown: 12 len 0 RX Frame Types: len 220 Unknown: 0 len 0 Ad-hoc: len 0 Station: len 24 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) AP-VLAN: len 0 WDS: len 0 Monitor: len 0 Mesh-point: len 0 P2P-Client: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-GO: len 56 Frame Type: 0x0000 Type: Management (0) Subtype: Association request (invalid MPDU) (0) Frame Type: 0x0020 Type: Management (0) Subtype: Reassociation request (invalid MPDU) (2) Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00a0 Type: Management (0) Subtype: Disassociation (invalid MPDU) (10) Frame Type: 0x00b0 Type: Management (0) Subtype: Authentication (invalid MPDU) (11) Frame Type: 0x00c0 Type: Management (0) Subtype: Deauthentication (invalid MPDU) (12) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) P2P-Device: len 16 Frame Type: 0x0040 Type: Management (0) Subtype: Probe request (invalid MPDU) (4) Frame Type: 0x00d0 Type: Management (0) Subtype: Action (13) Unknown: 11 len 0 Unknown: 12 len 0 Unknown: 222 len 4 01 00 00 00 .... Unknown: 223 len 4 fc 01 00 00 .... Unknown: 224 len 4 00 00 00 00 .... MAC Address DC:A6:32:B4:50:CF MAC Addresses: len 48 1 DC:A6:32:B4:50:CF 2 DE:A6:32:B4:50:CE 3 DE:A6:32:B4:50:CD 4 DE:A6:32:B4:50:CC > Result: New Wiphy (0x03) len 28 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 44 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Vendor Data: len 12 0c 00 01 00 18 10 00 00 01 00 00 00 ............ > Result: New Wiphy (0x03) len 68 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Scheduled Scan Maximum Requests: 256 len 4 01 00 00 00 .... Extended Features: NL80211_EXT_FEATURE_CQM_RSSI_LIST NL80211_EXT_FEATURE_DFS_OFFLOAD Unknown: 227 len 12 04 00 01 00 04 00 02 00 04 00 03 00 ............ > Result: New Wiphy (0x03) len 36 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 239 len 4 00 00 00 00 .... > Result: New Wiphy (0x03) len 28 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 28 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) > Result: New Wiphy (0x03) len 36 [multi] 2.443498 Wiphy: 0 (0x00000000) Wiphy Name: phy0 Generation: 1 (0x00000001) Unknown: 316 len 2 02 00 .. > Complete: Get Wiphy (0x01) len 4 [multi] 2.443529 Status: 0 < RTNL: Get Link (0x12) len 36 [request] 2.540858 Flags: 1 (0x001) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1072 2.540912 Flags: 0 (0x000) Sequence number: 1734844413 (0x67679ffd) Port ID: 3197055643 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Done (0x03) len 4 [multi,0x20] 2.541024 Flags: 34 (0x022) Sequence number: 1734844413 (0x67679ffd) Port ID: 23989 Status: 0 < RTNL: New Link (0x10) len 16 [request,ack] 2.544150 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 2.544181 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 23990 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 2.544253 Flags: 1 (0x001) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1072 2.544292 Flags: 0 (0x000) Sequence number: 1734844413 (0x67679ffd) Port ID: 3459190016 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 2.544396 Flags: 5 (0x005) Sequence number: 1734844413 (0x67679ffd) Port ID: 0 > RTNL: New Link (0x10) len 1460 3.086099 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 3.086118 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 3.086124 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 3.086137 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Error (0x02) len 20 [0x100] 3.086243 Flags: 256 (0x100) Sequence number: 1734844413 (0x67679ffd) Port ID: 23990 ACK: 0 > Event: Scan Aborted (0x23) len 344 3.086721 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004002 len 4 Flush Colocated6G < RTNL: New Link (0x10) len 16 [request,ack] 3.090128 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 3.090162 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 23991 Error: -19 (No such device) < RTNL: Get Link (0x12) len 36 [request] 3.090242 Flags: 1 (0x001) Sequence number: 1734844414 (0x67679ffe) Port ID: 0 > RTNL: New Link (0x10) len 1072 3.090274 Flags: 0 (0x000) Sequence number: 1734844414 (0x67679ffe) Port ID: 3491207944 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 3.090400 Flags: 5 (0x005) Sequence number: 1734844414 (0x67679ffe) Port ID: 0 > RTNL: New Link (0x10) len 1460 3.091227 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 3.091244 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 3.091247 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 3.091253 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 10 00 00 00 6e 00 00 00 15 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 < Request: Trigger Scan (0x21) len 352 [ack] 3.093710 Wireless Device: 1 (0x0000000000000001) Scan Frequencies: len 320 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) 37: 2467 (0x000009a3) 38: 2472 (0x000009a8) 39: 2484 (0x000009b4) Scan Flags: Mask: 0x00004000 len 4 Colocated6G Scan SSIDs: len 4 0: len 0 > RTNL: Error (0x02) len 20 [0x100] 3.094688 Flags: 256 (0x100) Sequence number: 1734844414 (0x67679ffe) Port ID: 23991 ACK: 0 > Event: Trigger Scan (0x21) len 344 3.098037 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004000 len 4 Colocated6G > Response: Trigger Scan (0x21) len 4 [0x100] 3.098061 Status: Success (0) > Event: New Scan Results (0x22) len 344 3.946667 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Scan SSIDs: len 4 0: len 0 Scan Frequencies: len 296 0: 5180 (0x0000143c) 1: 5200 (0x00001450) 2: 5210 (0x0000145a) 3: 5220 (0x00001464) 4: 5240 (0x00001478) 5: 5260 (0x0000148c) 6: 5280 (0x000014a0) 7: 5300 (0x000014b4) 8: 5320 (0x000014c8) 9: 5500 (0x0000157c) 10: 5520 (0x00001590) 11: 5540 (0x000015a4) 12: 5560 (0x000015b8) 13: 5580 (0x000015cc) 14: 5600 (0x000015e0) 15: 5620 (0x000015f4) 16: 5640 (0x00001608) 17: 5660 (0x0000161c) 18: 5680 (0x00001630) 19: 5700 (0x00001644) 20: 5720 (0x00001658) 21: 5745 (0x00001671) 22: 5765 (0x00001685) 23: 5785 (0x00001699) 24: 5805 (0x000016ad) 25: 5825 (0x000016c1) 26: 2412 (0x0000096c) 27: 2417 (0x00000971) 28: 2422 (0x00000976) 29: 2427 (0x0000097b) 30: 2432 (0x00000980) 31: 2437 (0x00000985) 32: 2442 (0x0000098a) 33: 2447 (0x0000098f) 34: 2452 (0x00000994) 35: 2457 (0x00000999) 36: 2462 (0x0000099e) Scan Flags: Mask: 0x00004000 len 4 Colocated6G > RTNL: New Link (0x10) len 48 3.946696 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 3.946701 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ < Request: Get Survey (0x32) len 12 [ack,0x300] 3.946795 Wireless Device: 1 (0x0000000000000001) > RTNL: New Link (0x10) len 48 3.946872 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > RTNL: New Link (0x10) len 48 3.946881 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 16 10 00 19 8b 00 00 00 00 00 00 00 00 00 00 00 00 ................ > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2412 (0x0000096c) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 5 (0x0000000000000005) RX Time: 2 (0x0000000000000002) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2417 (0x00000971) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2422 (0x00000976) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 10 (0x000000000000000a) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2427 (0x0000097b) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 72 (0x0000000000000048) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2432 (0x00000980) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 71 (0x0000000000000047) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2437 (0x00000985) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 11 (0x000000000000000b) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2442 (0x0000098a) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 36 (0x0000000000000024) RX Time: 4 (0x0000000000000004) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2447 (0x0000098f) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 38 (0x0000000000000026) RX Time: 6 (0x0000000000000006) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2452 (0x00000994) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 40 (0x0000000000000028) RX Time: 2 (0x0000000000000002) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2457 (0x00000999) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 11 (0x000000000000000b) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 2462 (0x0000099e) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 2 (0x0000000000000002) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5170 (0x00001432) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5180 (0x0000143c) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 1 (0x0000000000000001) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5190 (0x00001446) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5200 (0x00001450) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5210 (0x0000145a) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5220 (0x00001464) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 26 (0x000000000000001a) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5230 (0x0000146e) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5240 (0x00001478) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 25 (0x0000000000000019) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5260 (0x0000148c) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5280 (0x000014a0) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5300 (0x000014b4) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5320 (0x000014c8) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5500 (0x0000157c) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5520 (0x00001590) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5540 (0x000015a4) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5560 (0x000015b8) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5580 (0x000015cc) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5600 (0x000015e0) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5620 (0x000015f4) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5640 (0x00001608) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5660 (0x0000161c) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5680 (0x00001630) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5700 (0x00001644) > Result: New Survey Results (0x33) len 20 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 8 Frequency: 5720 (0x00001658) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5745 (0x00001671) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 3 (0x0000000000000003) RX Time: 1 (0x0000000000000001) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5765 (0x00001685) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5785 (0x00001699) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 63 (0x000000000000003f) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5805 (0x000016ad) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Result: New Survey Results (0x33) len 76 [multi] 6.047956 Interface Index: 3 (0x00000003) Survey Info: len 64 Frequency: 5825 (0x000016c1) Noise dBm: -72 Survey Time: 80 (0x0000000000000050) Busy Time: 80 (0x0000000000000050) RX Time: 0 (0x0000000000000000) TX Time: 0 (0x0000000000000000) > Complete: Get Survey (0x32) len 4 [multi] 6.048018 Status: 0 < Request: Get Scan (0x20) len 12 [ack,0x300] 6.048238 Wireless Device: 1 (0x0000000000000001) > Result: New Scan Results (0x22) len 196 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 164 BSSID D8:3A:DD:60:A3:0C TSF: 0 (0x0000000000000000) IEs: len 67 SSID: deskSAE 64 65 73 6b 53 41 45 deskSAE Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 1 01 . ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 1 06 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 6: Management Frame Protection Required RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 c0 00 .... Current Operating Class: 81 51 00 Q. Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 62: Opmode Notification 04 00 00 00 00 00 00 40 .......@ Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2412 (0x0000096c) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418779796 (0x0000014e713b2a94) Signal mBm: -6400 > Result: New Scan Results (0x22) len 572 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 540 BSSID A6:2E:48:FD:9E:73 TSF: 0 (0x0000000000000000) IEs: len 442 SSID: spg5 73 70 67 35 spg5 Supported rates: 6.0(B) 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit/s 8c 12 18 24 30 48 60 6c ...$0H`l DSSS parameter set: channel 157 9d . BSS load: 8 station(s) utilization 36/255 available capacity 65535 32µs/s units 08 00 24 ff ff ..$.. Country: US 3rd octet: 0x20: All environments First channel 36 number of channels 1 max tx power 30 dBm First channel 40 number of channels 1 max tx power 30 dBm First channel 44 number of channels 1 max tx power 30 dBm First channel 48 number of channels 1 max tx power 30 dBm First channel 52 number of channels 1 max tx power 24 dBm First channel 56 number of channels 1 max tx power 24 dBm First channel 60 number of channels 1 max tx power 24 dBm First channel 64 number of channels 1 max tx power 24 dBm First channel 100 number of channels 1 max tx power 24 dBm First channel 104 number of channels 1 max tx power 24 dBm First channel 108 number of channels 1 max tx power 24 dBm First channel 112 number of channels 1 max tx power 24 dBm First channel 116 number of channels 1 max tx power 24 dBm First channel 120 number of channels 1 max tx power 24 dBm First channel 124 number of channels 1 max tx power 24 dBm First channel 128 number of channels 1 max tx power 24 dBm First channel 132 number of channels 1 max tx power 24 dBm First channel 136 number of channels 1 max tx power 24 dBm First channel 140 number of channels 1 max tx power 24 dBm First channel 144 number of channels 1 max tx power 24 dBm First channel 149 number of channels 1 max tx power 30 dBm First channel 153 number of channels 1 max tx power 30 dBm First channel 157 number of channels 1 max tx power 30 dBm First channel 161 number of channels 1 max tx power 30 dBm 55 53 20 24 01 1e 28 01 1e 2c 01 1e 30 01 1e 34 US $..(..,..0..4 01 18 38 01 18 3c 01 18 40 01 18 64 01 18 68 01 ..8..<..@..d..h. 18 6c 01 18 70 01 18 74 01 18 78 01 18 7c 01 18 .l..p..t..x..|.. 80 01 18 84 01 18 88 01 18 8c 01 18 90 01 18 95 ................ 01 1e 99 01 1e 9d 01 1e a1 01 1e 00 ............ Power constraint: 0 dB 00 . Tag 195: len 5 02 1e 1e 1e 00 ..... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 Supported MCS: MCS 24 Supported MCS: MCS 25 Supported MCS: MCS 26 Supported MCS: MCS 27 Supported MCS: MCS 28 Supported MCS: MCS 29 Supported MCS: MCS 30 Supported MCS: MCS 31 Supported MCS: MCS 33 Supported MCS: MCS 34 Supported MCS: MCS 35 Supported MCS: MCS 36 Supported MCS: MCS 37 Supported MCS: MCS 38 Supported MCS: MCS 39 Supported MCS: MCS 40 Supported MCS: MCS 41 Supported MCS: MCS 42 Supported MCS: MCS 43 Supported MCS: MCS 44 Supported MCS: MCS 45 Supported MCS: MCS 46 Supported MCS: MCS 47 Supported MCS: MCS 48 Supported MCS: MCS 49 Supported MCS: MCS 50 Supported MCS: MCS 51 Supported MCS: MCS 52 Supported MCS: MCS 53 Supported MCS: MCS 54 Supported MCS: MCS 55 Supported MCS: MCS 56 Supported MCS: MCS 57 Supported MCS: MCS 58 Supported MCS: MCS 59 Supported MCS: MCS 60 Supported MCS: MCS 61 Supported MCS: MCS 62 Supported MCS: MCS 63 Supported MCS: MCS 64 Supported MCS: MCS 65 Supported MCS: MCS 66 Supported MCS: MCS 67 Supported MCS: MCS 68 Supported MCS: MCS 69 Supported MCS: MCS 70 Supported MCS: MCS 71 Supported MCS: MCS 72 Supported MCS: MCS 73 Supported MCS: MCS 74 Supported MCS: MCS 75 Supported MCS: MCS 76 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 01 17 ff ff ff ff fe ff ff ff ff 1f 00 00 01 ................ 00 00 00 00 00 18 e6 e7 19 00 .......... HT Operation: Primary channel 157 Information: Secondary Channel Offset: above primary channel Information: Channel width: bit 2: Any supported channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode Information: bit 10: Non-greenfield HT STAs present 9d 05 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 88 00 03 64 00 00 27 a4 00 00 .P.......d..'... 41 43 5e 00 61 32 2f 00 AC^.a2/. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 19: BSS transition Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 01 00 08 02 00 00 00 40 .......@ Vendor specific: len 163 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 e9 61 db f9 18 6c bb a7 5c ....G...a...l..\ 97 c9 a4 a0 0b 8c 5e 10 21 00 09 51 75 61 6e 74 ......^.!..Quant 65 6e 6e 61 10 23 00 05 54 6f 70 61 7a 10 24 00 enna.#..Topaz.$. 06 42 47 57 32 31 30 10 42 00 0c 41 36 32 45 34 .BGW210.B..A62E4 38 46 44 39 45 37 33 10 54 00 08 00 06 00 50 f2 8FD9E73.T.....P. 04 00 01 10 11 00 10 52 65 66 65 72 65 6e 63 65 .......Reference 20 44 65 73 69 67 6e 10 08 00 02 20 08 10 49 00 Design.... ..I. 06 00 37 2a 00 01 20 10 58 00 18 76 cf 76 0b 7e ..7*.. .X..v.v.~ 06 52 f0 a4 2e 3d db e4 f9 23 20 00 01 01 01 03 .R...=...# ..... 00 7f c5 ... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 5: Short GI for 80 Mhz VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported RxVHT-MCS 3 Streams: MCS 0-9 supported RxVHT-MCS 4 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 0 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported TxVHT-MCS 3 Streams: MCS 0-9 supported TxVHT-MCS 4 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 0 b2 79 c3 3f aa ff 00 00 aa ff 00 00 .y.?........ VHT Operation: Channel Width 1 - 80 Mhz Channel Center Frequency 1: 155 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 01 9b 00 fc ff ..... Vendor specific: len 30 OUI: 00:26:86 type:01 00 26 86 01 03 00 dd 00 00 00 25 c2 07 f7 00 06 .&........%..... 01 9b 64 00 3f cb 00 00 00 07 00 00 00 00 ..d.?......... WSC Payload: len 159 Version: 10 WSC State: Configured Response Type: AP UUID-E: e961dbf9-186c-bba7-5c97-c9a4a00b8c5e Manufacturer: Quantenna Model Name: Topaz Model Number: BGW210 Serial Number: A62E48FD9E73 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Reference Design Configuration Methods: Virtual Display PIN WFA Vendor Extension: len 3 Version2: 2.0 Type: 0x1058: len 24 76 cf 76 0b 7e 06 52 f0 a4 2e 3d db e4 f9 23 20 v.v.~.R...=...# 00 01 01 01 03 00 7f c5 ........ Beacon Interval: 100 (0x0064) Capability: 1297 (0x0511) ESS Privacy SpectrumMgmt ShortSlotTime Frequency: 5785 (0x00001699) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418774055 (0x0000014e713b1427) Signal mBm: -5900 > Result: New Scan Results (0x22) len 480 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 448 BSSID BC:2E:48:FD:9E:70 TSF: 0 (0x0000000000000000) IEs: len 350 SSID: spg5 73 70 67 35 spg5 Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 18.0 24.0 36.0 54.0 Mbit/s 82 84 8b 96 24 30 48 6c ....$0Hl DSSS parameter set: channel 2 02 . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... Power constraint: 0 dB 00 . TPC report: transmit power 25 dB link margin 0 dB 19 00 .. ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 9.0 12.0 48.0 Mbit/s 0c 12 18 60 ...` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 8c 00 .... BSS load: 3 station(s) utilization 45/255 available capacity 0 32µs/s units 03 00 2d 00 00 ..-.. Current Operating Class: 12 Supported Operating Class: 12 Supported Operating Class: 32 Supported Operating Class: 33 0c 0c 20 21 .. ! HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 16 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ad 09 1f ff ff ff 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 2 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: bit 3: RIFS permitted Information: HT Protection: bits 8 - 9: Nonmember protection mode Information: bit 10: Non-greenfield HT STAs present Information: bit 12: OBSS non-HT STAs present 02 08 15 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 9 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 62: Opmode Notification Capability: bit 63: (null) 04 00 08 00 00 00 00 c0 01 ......... Vendor specific: len 142 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 e9 61 db f9 18 6c bb a7 5c ....G...a...l..\ 97 c9 a4 a0 0b 8c 5e 10 21 00 0b 41 72 72 69 73 ......^.!..Arris 2c 20 49 6e 63 2e 10 23 00 0a 42 47 57 32 31 30 , Inc..#..BGW210 2d 37 30 30 10 24 00 0a 42 47 57 32 31 30 2d 37 -700.$..BGW210-7 30 30 10 42 00 0a 42 47 57 32 31 30 2d 37 30 30 00.B..BGW210-700 10 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0e .T.....P........ 41 72 72 69 73 20 57 69 72 65 6c 65 73 73 10 08 Arris Wireless.. 00 02 21 08 10 49 00 06 00 37 2a 00 01 20 ..!..I...7*.. Vendor specific: len 26 Epigram (00:90:4c) type: 04 00 90 4c 04 08 bf 0c 92 59 82 0f ea ff 00 00 ea ..L.....Y....... ff 00 20 c0 05 00 02 00 00 00 .. ....... Vendor specific: len 9 Broadcom (00:10:18) type: 02 00 10 18 02 03 00 1c 00 00 ......... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. WSC Payload: len 138 Version: 10 WSC State: Configured Response Type: AP UUID-E: e961dbf9-186c-bba7-5c97-c9a4a00b8c5e Manufacturer: Arris, Inc. Model Name: BGW210-700 Model Number: BGW210-700 Serial Number: BGW210-700 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Arris Wireless Configuration Methods: Virtual Display PIN Keypad WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 1297 (0x0511) ESS Privacy SpectrumMgmt ShortSlotTime Frequency: 2417 (0x00000971) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418785037 (0x0000014e713b3f0d) Signal mBm: -6400 > Result: New Scan Results (0x22) len 604 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 572 BSSID 40:ED:00:AD:B9:36 TSF: 0 (0x0000000000000000) IEs: len 476 SSID: mntwins 6d 6e 74 77 69 6e 73 mntwins Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 9.0 18.0 36.0 54.0 Mbit/s 82 84 8b 96 12 24 48 6c .....$Hl DSSS parameter set: channel 8 08 . ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 12.0 24.0 48.0 Mbit/s 0c 18 30 60 ..0` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 19 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 8 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode 08 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 19: BSS transition Capability: bit 31: Interworking 01 00 08 80 00 00 00 00 ........ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 02 00 00 00 00 ..... Tag 51: len 8 21 05 06 07 08 09 0a 0b !....... Power constraint: 3 dB 03 . TPC report: transmit power 63 dB link margin 0 dB 3f 00 ?. Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 20 dBm 55 53 20 01 0b 14 US ... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 91 79 c1 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 0 - 20 or 40 Mhz channel width Channel Center Frequency 1: 0 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 00 00 00 fc ff ..... HE Capabilities: len 25 HE supported channel width set: bit 0: 40MHz supported (2.4GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 02 20 0e 92 6f 09 8f 08 00 00 ....D.. ..o..... 00 fa ff fa ff 19 1c c7 71 ........q Tag 292: len 6 f4 3f 00 30 fc ff .?.0.. Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 131 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 00 00 00 00 00 00 10 00 00 ....G........... 00 0c 80 63 e6 bb 10 10 21 00 07 54 50 2d 4c 49 ...c....!..TP-LI 4e 4b 10 23 00 0b 41 72 63 68 65 72 20 41 58 32 NK.#..Archer AX2 30 10 24 00 03 34 2e 36 10 42 00 03 34 2e 36 10 0.$..4.6.B..4.6. 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0f 41 T.....P........A 72 63 68 65 72 20 41 58 32 30 20 34 2e 36 10 08 rcher AX20 4.6.. 00 02 21 0c 10 3c 00 01 01 10 49 00 06 00 37 2a ..!..<....I...7* 00 01 20 .. Vendor specific: len 7 OUI: 00:0c:43 type:08 00 0c 43 08 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:08 00 0c e7 08 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 03 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... WSC Payload: len 127 Version: 10 WSC State: Configured Response Type: AP UUID-E: 00000000-0000-1000-0000-0c8063e6bb10 Manufacturer: TP-LINK Model Name: Archer AX20 Model Number: 4.6 Serial Number: 4.6 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Archer AX20 4.6 Configuration Methods: Virtual Display PIN Keypad Label RF Bands: 2.4 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 5137 (0x1411) ESS Privacy ShortSlotTime Frequency: 2447 (0x0000098f) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418787444 (0x0000014e713b4874) Signal mBm: -5900 > Result: New Scan Results (0x22) len 456 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 424 BSSID 42:ED:00:AD:B9:36 TSF: 0 (0x0000000000000000) IEs: len 328 SSID: Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 9.0 18.0 36.0 54.0 Mbit/s 82 84 8b 96 12 24 48 6c .....$Hl DSSS parameter set: channel 8 08 . TIM: DTIM count 0 this beacon frame is DTIM DTIM period 1 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 00 01 00 00 .... Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... Tag 51: len 8 21 05 06 07 08 09 0a 0b !....... ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . Extended supported rates: 6.0 12.0 24.0 48.0 Mbit/s 0c 18 30 60 ..0` RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 19 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 8 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode 08 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 91 79 c1 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 0 - 20 or 40 Mhz channel width Channel Center Frequency 1: 0 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 00 00 00 fc ff ..... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 31: Interworking 01 00 00 80 00 00 00 00 ........ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. HE Capabilities: len 25 HE supported channel width set: bit 0: 40MHz supported (2.4GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 02 20 0e 92 6d 09 85 08 00 00 ....D.. ..m..... 00 fa ff fa ff 19 1c c7 71 ........q Tag 292: len 6 f4 3f 00 81 fc ff .?.... Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 7 OUI: 00:0c:43 type:08 00 0c 43 08 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:08 00 0c e7 08 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 07 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 2447 (0x0000098f) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418789389 (0x0000014e713b500d) Signal mBm: -6100 > Result: New Scan Results (0x22) len 596 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 564 BSSID 40:ED:00:AD:B9:35 TSF: 0 (0x0000000000000000) IEs: len 465 SSID: mntwins_5G 6d 6e 74 77 69 6e 73 5f 35 47 mntwins_5G Supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0 Mbit/s 8c 12 98 24 b0 48 60 6c ...$.H`l DSSS parameter set: channel 153 99 . RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bit 1: Supported Channel Width Set HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 4 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ef 09 17 ff ff 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 153 Information: Secondary Channel Offset: below primary channel Information: Channel width: bit 2: Any supported channel width Information: HT Protection: bits 8 - 9: 20 MHz protection mode Information: bit 10: Non-greenfield HT STAs present 99 07 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 8 Capability: bit 19: BSS transition Capability: bit 31: Interworking Capability: bit 62: Opmode Notification 00 00 08 80 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 02 00 00 00 00 ..... Tag 51: len 7 80 2a 3a 6a 7a 8a 9b .*:jz.. Power constraint: 3 dB 03 . TPC report: transmit power 63 dB link margin 0 dB 3f 00 ?. Tag 195: len 4 02 7e 7e 7e .~~~ Country: US 3rd octet: 0x20: All environments First channel 36 number of channels 4 max tx power 20 dBm First channel 149 number of channels 5 max tx power 20 dBm 55 53 20 24 04 14 95 05 14 00 US $...... VHT Capabilities: len 12 VHT Capabilities Info: bit 4: RX LDPC VHT Capabilities Info: bit 5: Short GI for 80 Mhz VHT Capabilities Info: bit 7: Tx STBC VHT Capabilities Info: bit 11: SU Beamformer Capable VHT Capabilities Info: bit 12: SU Beamformee Capable VHT Capabilities Info: bit 19: MU Beamformer Capable VHT Capabilities Info: bit 22: +HTC-VHT Capable VHT Capabilities Info: bit 28: RX Antenna Pattern Consistency VHT Capabilities Info: bit 29: TX Antenna Pattern Consistency RxVHT-MCS 1 Streams: MCS 0-9 supported RxVHT-MCS 2 Streams: MCS 0-9 supported Rx Highest Supported Long GI Data Rate: 12 TxVHT-MCS 1 Streams: MCS 0-9 supported TxVHT-MCS 2 Streams: MCS 0-9 supported Tx Highest Supported Long GI Data Rate: 12 b1 79 c9 33 fa ff 0c 03 fa ff 0c 03 .y.3........ VHT Operation: Channel Width 1 - 80 Mhz Channel Center Frequency 1: 155 Channel Center Frequency 2: 0 Basic VHT-MCS 1 Streams: MCS 0-7 supported 01 9b 00 fc ff ..... HE Capabilities: len 27 HE supported channel width set: bit 1: 40MHz/80MHz supported (5GHz/6GHz) Rx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Rx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 1 Streams: MCS 0-11 supported Tx HE-MCS Map <= 80MHz 2 Streams: MCS 0-11 supported 01 00 08 1a 44 10 04 20 0e 92 6f 09 8f 08 00 00 ....D.. ..o..... 00 fa ff fa ff 39 1c c7 71 1c 07 .....9..q.. Tag 292: len 6 f4 3f 00 1b fc ff .?.... Tag 295: len 1 03 . Tag 294: len 13 00 00 ff ff 20 ff ff 40 ff ff 60 ff ff .... ..@..`.. Vendor specific: len 131 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 00 00 00 00 00 00 10 00 00 ....G........... 00 0c 80 63 e6 bb 10 10 21 00 07 54 50 2d 4c 49 ...c....!..TP-LI 4e 4b 10 23 00 0b 41 72 63 68 65 72 20 41 58 32 NK.#..Archer AX2 30 10 24 00 03 34 2e 36 10 42 00 03 34 2e 36 10 0.$..4.6.B..4.6. 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 0f 41 T.....P........A 72 63 68 65 72 20 41 58 32 30 20 34 2e 36 10 08 rcher AX20 4.6.. 00 02 21 0c 10 3c 00 01 02 10 49 00 06 00 37 2a ..!..<....I...7* 00 01 20 .. Vendor specific: len 7 OUI: 00:0c:43 type:00 00 0c 43 00 00 00 00 ..C.... Vendor specific: len 33 OUI: 00:0c:e7 type:00 00 0c e7 00 00 00 00 bf 0c b1 01 c0 33 2a ff 92 ............3*.. 04 2a ff 92 04 c0 05 00 00 00 2a ff c3 03 01 02 .*........*..... 02 . Vendor specific: len 30 OUI: 00:1d:0f type:10 00 1d 0f 10 01 03 00 00 40 ed 00 ad b9 36 40 ed ........@....6@. 00 ad b9 36 f6 bc 00 00 b9 36 00 01 00 00 ...6.....6.... WSC Payload: len 127 Version: 10 WSC State: Configured Response Type: AP UUID-E: 00000000-0000-1000-0000-0c8063e6bb10 Manufacturer: TP-LINK Model Name: Archer AX20 Model Number: 4.6 Serial Number: 4.6 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: Archer AX20 4.6 Configuration Methods: Virtual Display PIN Keypad Label RF Bands: 5 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 4113 (0x1011) ESS Privacy Frequency: 5765 (0x00001685) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418763241 (0x0000014e713ae9e9) Signal mBm: -7400 > Result: New Scan Results (0x22) len 440 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 408 BSSID CA:3A:6B:54:31:75 TSF: 0 (0x0000000000000000) IEs: len 309 SSID: Supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0 Mbit/s 8c 12 98 24 b0 48 60 6c ...$.H`l DSSS parameter set: channel 157 9d . TIM: DTIM count 0 this beacon frame is DTIM DTIM period 1 beacon frame(s) Group buffered 0 offset 0 AID 1 - 8 00000000 00 01 00 00 .... Error decoding Country IE len 81: Invalid argument (-22) 55 53 20 01 0b 1e 24 01 17 28 01 17 2c 01 17 30 US ...$..(..,..0 01 17 34 01 17 38 01 17 3c 01 17 40 01 17 64 01 ..4..8..<..@..d. 17 68 01 17 6c 01 17 70 01 17 74 01 17 78 01 17 .h..l..p..t..x.. 7c 01 17 80 01 17 84 01 17 88 01 17 8c 01 17 90 |............... 01 17 95 01 1e 99 01 1e 9d 01 1e a1 01 1e a5 01 ................ 1e . ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 1 04 . RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... Current Operating Class: 124 7c 00 |. HT Capabilities: len 26 HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 11: Maximum A-MSDU Length A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 2 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 MCS set: Rx Highest data rate: 300 Mbit/s MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported 2c 09 13 ff ff 00 00 00 00 00 00 00 00 2c 01 01 ,............,.. 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 157 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: No protection 9d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 81 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 61 11 2f 00 BC^.a./. Vendor specific: len 61 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 49 .P...J....D....I 00 06 00 37 2a 00 01 20 10 11 00 15 52 6f 6b 75 ...7*.. ....Roku 20 53 74 72 65 61 6d 69 6e 67 20 53 74 69 63 6b Streaming Stick 2b 10 54 00 08 00 07 00 50 f2 04 00 01 +.T.....P.... Vendor specific: len 18 Wi-Fi Alliance (50:6f:9a) type: 09 50 6f 9a 09 02 02 00 21 03 03 06 00 ca 3a 6b 54 Po.....!.....:kT 31 75 1u Vendor specific: len 13 Wi-Fi Alliance (50:6f:9a) type: 0a 50 6f 9a 0a 00 00 06 01 11 1c 44 00 32 Po........D.2 WSC Payload: len 57 Version: 10 WSC State: Configured WFA Vendor Extension: len 3 Version2: 2.0 Device Name: Roku Streaming Stick+ Primary Device Type: Displays OUI: 0050f204 SubCategory: 01 P2P Attributes: len 14 P2P Device Capability: Service Discovery P2P Invitation Procedure P2P Group Capability: P2P Group Owner Persistent P2P Group P2P Device ID: ca:3a:6b:54:31:75 WFD Payload: len 9 WFD Device Information: Device Type: Primary sink Session Availability: Available for WFD Session Preferred Connectivity (PC): P2P Content Protection using HDCP system 2.x supported WFD Device Information: Session Management Control port 7236 WFD Device Information: Maximum Throughput 50 Mbps Beacon Interval: 100 (0x0064) Capability: 1041 (0x0411) ESS Privacy ShortSlotTime Frequency: 5785 (0x00001699) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418777037 (0x0000014e713b1fcd) Signal mBm: -6800 > Result: New Scan Results (0x22) len 472 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 440 BSSID 88:AD:43:6B:CD:68 TSF: 0 (0x0000000000000000) IEs: len 341 SSID: Gonzalez-Rivera Family 47 6f 6e 7a 61 6c 65 7a 2d 52 69 76 65 72 61 20 Gonzalez-Rivera 46 61 6d 69 6c 79 Family Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0(B) 9.0 12.0(B) 18.0 Mbit/s 82 84 8b 96 8c 12 98 24 .......$ DSSS parameter set: channel 11 0b . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... ERP Information: non-ERP present 0 use protection 0 Barker preamble mode 0 00 . Extended supported rates: 24.0(B) 36.0 48.0 54.0 Mbit/s b0 48 60 6c .H`l RM Enabled Capabilities: len 5 Enabled: bit 0: Link Measurement Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Enabled: bit 12: LCI Measurement Enabled: bit 14: Transmit Stream / Category Measurement Enabled: bit 15: Triggered Transmit Stream / Category Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 71 d0 00 00 0c q.... HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 8 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 Supported MCS: MCS 16 Supported MCS: MCS 17 Supported MCS: MCS 18 Supported MCS: MCS 19 Supported MCS: MCS 20 Supported MCS: MCS 21 Supported MCS: MCS 22 Supported MCS: MCS 23 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ad 01 1b ff ff ff 00 00 00 00 00 00 00 00 00 01 ................ 00 00 00 00 04 06 e6 47 0d 00 .......G.. HT Operation: Primary channel 11 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: Nonmember protection mode 0b 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Tag 74: len 14 14 00 0a 00 2c 01 c8 00 14 00 05 00 19 00 ....,......... Extended Capabilities: len 8 Capability: bit 0: 20/40 BSS coexistence management support Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 01 00 00 02 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. Vendor specific: len 9 Atheros (00:03:7f) type: 01 00 03 7f 01 01 00 00 ff 7f ......... Vendor specific: len 141 Microsoft (00:50:f2) type: 04 00 50 f2 04 10 4a 00 01 10 10 44 00 01 02 10 3b .P...J....D....; 00 01 03 10 47 00 10 d8 df 09 a5 16 a4 57 44 a3 ....G........WD. 82 de 91 87 30 85 50 10 21 00 13 43 69 73 63 6f ....0.P.!..Cisco 20 53 79 73 74 65 6d 73 2c 20 49 6e 63 2e 10 23 Systems, Inc..# 00 07 44 50 43 33 39 34 31 10 24 00 07 44 50 43 ..DPC3941.$..DPC 33 39 34 31 10 42 00 09 30 30 30 30 30 30 30 30 3941.B..00000000 31 10 54 00 08 00 06 00 50 f2 04 00 01 10 11 00 1.T.....P....... 07 44 50 43 33 39 34 31 10 08 00 02 00 00 10 3c .DPC3941.......< 00 01 01 10 49 00 06 00 37 2a 00 01 20 ....I...7*.. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 00 00 .... WSC Payload: len 137 Version: 10 WSC State: Configured Response Type: AP UUID-E: d8df09a5-16a4-5744-a382-de9187308550 Manufacturer: Cisco Systems, Inc. Model Name: DPC3941 Model Number: DPC3941 Serial Number: 000000001 Primary Device Type: Network Infrastructure OUI: 0050f204 SubCategory: 01 Device Name: DPC3941 Configuration Methods: RF Bands: 2.4 GHz WFA Vendor Extension: len 3 Version2: 2.0 Beacon Interval: 100 (0x0064) Capability: 5169 (0x1431) ESS Privacy ShortPreamble ShortSlotTime Frequency: 2462 (0x0000099e) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 5916 (0x0000171c) Timestamp: 1432606686106 (0x0000014d8e033b9a) Signal mBm: -6500 > Result: New Scan Results (0x22) len 300 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 268 BSSID B0:E4:D5:0A:1B:22 TSF: 0 (0x0000000000000000) IEs: len 170 SSID: CAR 43 41 52 CAR Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 1 01 . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 0 02 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 72 00 00 00 00 r.... Current Operating Class: 81 51 00 Q. HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 8 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ed 11 1b ff ff 00 00 00 00 00 00 00 00 00 00 01 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 1 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: Nonmember protection mode Information: bit 12: OBSS non-HT STAs present 01 00 11 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 04 00 08 02 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. Vendor specific: len 12 OUI: f4:f5:e8 type:05 f4 f5 e8 05 06 ff 00 00 ff ff ff ff ............ Beacon Interval: 100 (0x0064) Capability: 5169 (0x1431) ESS Privacy ShortPreamble ShortSlotTime Frequency: 2412 (0x0000096c) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418782037 (0x0000014e713b3355) Signal mBm: -6900 > Result: New Scan Results (0x22) len 300 [multi] 6.048275 Generation: 350 (0x0000015e) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) BSS: len 268 BSSID CC:F4:11:43:4B:0F TSF: 0 (0x0000000000000000) IEs: len 170 SSID: CAR 43 41 52 CAR Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ DSSS parameter set: channel 11 0b . Country: US 3rd octet: 0x20: All environments First channel 1 number of channels 11 max tx power 30 dBm 55 53 20 01 0b 1e US ... ERP Information: non-ERP present 0 use protection 1 Barker preamble mode 0 02 . Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 PSK; RSNA PSK (00:0f:ac) suite 02 RSN capabilities: bits 2 - 3: 16 replay counters per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 02 0c 00 .... RM Enabled Capabilities: len 5 Enabled: bit 1: Neighbor Report Enabled: bit 4: Beacon Passive Measurement Enabled: bit 5: Beacon Active Measurement Enabled: bit 6: Beacon Table Measurement Operating Channel Max Measurement Duration: 0 Non-Operating Channel Max Measurement Duration: 0 Measurement Pilot Capability: 0 72 00 00 00 00 r.... Current Operating Class: 81 51 00 Q. HT Capabilities: len 26 HT Capabilities Info: bit 0: LDPC Coding Capability HT Capabilities Info: bits 2-3: Disabled HT Capabilities Info: bit 5: Short GI for 20Mhz HT Capabilities Info: bit 6: Short GI for 40Mhz HT Capabilities Info: bit 7: Tx STBC HT Capabilities Info: bits 8-9: One spatial stream HT Capabilities Info: bit 12: DSSS/CCK Mode in 40Mhz A-MPDU Parameters: Maximum A-MPDU Length Exponent: 3 A-MPDU Parameters: Minimum MPDU Start Spacing: 8 us Supported MCS: MCS 0 Supported MCS: MCS 1 Supported MCS: MCS 2 Supported MCS: MCS 3 Supported MCS: MCS 4 Supported MCS: MCS 5 Supported MCS: MCS 6 Supported MCS: MCS 7 Supported MCS: MCS 8 Supported MCS: MCS 9 Supported MCS: MCS 10 Supported MCS: MCS 11 Supported MCS: MCS 12 Supported MCS: MCS 13 Supported MCS: MCS 14 Supported MCS: MCS 15 MCS Set: bit 96: Tx MCS set defined HT Extended Capabilities: PCO: supported HT Extended Capabilities: MCS Feedback: No feedback HT Extended Capabilities: +HTC: not supported HT Extended Capabilities: RD Responder: not supported ed 11 1b ff ff 00 00 00 00 00 00 00 00 00 00 01 ................ 00 00 00 00 00 00 00 00 00 00 .......... HT Operation: Primary channel 11 Information: Secondary Channel Offset: no secondary channel Information: Channel width: bit 2: 20 MHz channel width Information: HT Protection: bits 8 - 9: No protection 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 ...... Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 19: BSS transition Capability: bit 25: SSID list Capability: bit 62: Opmode Notification 04 00 08 02 00 00 00 40 .......@ Vendor specific: len 24 Microsoft (00:50:f2) type: 02 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 .P..........'... 42 43 5e 00 62 32 2f 00 BC^.b2/. Vendor specific: len 12 OUI: f4:f5:e8 type:05 f4 f5 e8 05 05 00 00 00 00 00 00 00 ............ Beacon Interval: 100 (0x0064) Capability: 5169 (0x1431) ESS Privacy ShortPreamble ShortSlotTime Frequency: 2462 (0x0000099e) Freq Offset: 0 (0x00000000) Chan Width: 0 (0x00000000) Seen ms ago: 2104 (0x00000838) Timestamp: 1436418791296 (0x0000014e713b5780) Signal mBm: -6200 > Complete: Get Scan (0x20) len 4 [multi] 6.048314 Status: 0 < Request: Set CQM (0x3f) len 28 [ack] 12.324083 Interface Index: 3 (0x00000003) CQM: len 16 RSSI thresholds: Threshold: -70 RSSI hysteresis: 5 (0x00000005) > Response: Set CQM (0x3f) len 4 12.324118 Status: Operation not supported (95) < Request: Connect (0x2e) len 148 [ack] 12.324169 Interface Index: 3 (0x00000003) Wiphy Frequency: 2412 (0x0000096c) MAC Address D8:3A:DD:60:A3:0C SSID: len 7 64 65 73 6b 53 41 45 deskSAE Auth Type: 4 (0x00000004) External Auth Support: 261 len 0 Privacy: true Socket Owns Interface/Connection: true Cipher Suites Pairwise: CCMP (00:0f:ac) suite 04 Cipher Suite Group: CCMP (00:0f:ac) suite 04 Use MFP: 1 (0x00000001) AKM Suites: SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 WPA Versions: 4 (0x00000004) Control Port: true Information Elements: len 38 RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 80 00 .... Extended Capabilities: len 10 Capability: bit 19: BSS transition 00 00 08 00 00 00 00 00 00 01 .......... Tag 262: len 1 1a . > Response: Connect (0x2e) len 4 [0x100] 12.348337 Status: Success (0) > Event: External Auth (0x7f) len 56 12.395618 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) AKM Suites: unknown (08:ac:0f) suite 00 (unknown) External Auth Action: 260 len 4 00 00 00 00 .... BSSID D8:3A:DD:60:A3:0C SSID: len 7 64 65 73 6b 53 41 45 deskSAE < Request: Frame (0x3b) len 140 [ack] 12.404659 Interface Index: 3 (0x00000003) Frame: len 128 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): D8:3A:DD:60:A3:0C Address 2 (TA): DC:A6:32:B4:50:CF Address 3: D8:3A:DD:60:A3:0C Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 1, status: 0) b0 00 00 00 d8 3a dd 60 a3 0c dc a6 32 b4 50 cf .....:.`....2.P. d8 3a dd 60 a3 0c 00 00 03 00 01 00 00 00 13 00 .:.`............ b4 af 03 1a f0 69 87 a3 9d 29 05 18 00 59 5a cf .....i...)...YZ. 74 5d 17 e3 34 49 85 85 f9 98 58 ba c7 b6 52 f0 t]..4I....X...R. c2 b9 a6 1a c0 da 1d 07 95 c6 30 08 b8 3b 18 68 ..........0..;.h 77 8c 50 e1 7c 05 92 93 36 38 07 02 f6 bf 40 fb w.P.|...68....@. f9 fe 30 95 ca c0 81 44 c9 c6 e1 e6 11 e7 e2 fa ..0....D........ 61 8b b1 cb 1b 67 08 b1 bd cb e4 ae 7c bc 02 27 a....g......|..' > Event: Frame TX Status (0x3c) len 176 12.408695 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Frame: len 128 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): D8:3A:DD:60:A3:0C Address 2 (TA): DC:A6:32:B4:50:CF Address 3: D8:3A:DD:60:A3:0C Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 1, status: 0) b0 00 00 00 d8 3a dd 60 a3 0c dc a6 32 b4 50 cf .....:.`....2.P. d8 3a dd 60 a3 0c 00 00 03 00 01 00 00 00 13 00 .:.`............ b4 af 03 1a f0 69 87 a3 9d 29 05 18 00 59 5a cf .....i...)...YZ. 74 5d 17 e3 34 49 85 85 f9 98 58 ba c7 b6 52 f0 t]..4I....X...R. c2 b9 a6 1a c0 da 1d 07 95 c6 30 08 b8 3b 18 68 ..........0..;.h 77 8c 50 e1 7c 05 92 93 36 38 07 02 f6 bf 40 fb w.P.|...68....@. f9 fe 30 95 ca c0 81 44 c9 c6 e1 e6 11 e7 e2 fa ..0....D........ 61 8b b1 cb 1b 67 08 b1 bd cb e4 ae 7c bc 02 27 a....g......|..' Cookie: 0 (0x0000000000000000) ACK: true > Result: Frame (0x3b) len 12 12.408709 Cookie: 0 (0x0000000000000000) > Response: Frame (0x3b) len 4 [0x100] 12.408716 Status: Success (0) > Event: Frame (0x3b) len 184 12.474980 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Wiphy Frequency: 2412 (0x0000096c) Unknown: 290 len 4 00 00 00 00 .... Frame: len 128 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): DC:A6:32:B4:50:CF Address 2 (TA): D8:3A:DD:60:A3:0C Address 3: 00:00:00:00:00:00 Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 1, status: 0) b0 00 00 00 dc a6 32 b4 50 cf d8 3a dd 60 a3 0c ......2.P..:.`.. 00 00 00 00 00 00 00 00 03 00 01 00 00 00 13 00 ................ c6 ad 8a 74 41 89 0b d8 a9 fc f6 3a 93 e3 02 80 ...tA......:.... 17 83 15 91 e4 68 be f6 4c 53 6b 83 59 a9 77 b6 .....h..LSk.Y.w. 7a 45 d2 94 4a 0a 2a e8 a8 eb e8 4d 5f 82 b6 4d zE..J.*....M_..M de e9 fe 72 af a2 44 17 95 f6 08 15 ec 72 d7 bc ...r..D......r.. 5d 72 ab 76 91 5c d5 22 53 06 44 bf 4a 26 e8 4b ]r.v.\."S.D.J&.K bc ab 18 68 90 cd a0 34 cf 4c 04 53 b4 f3 74 40 ...h...4.L.S..t@ RX Management Flags: 2 (0x00000002) < Request: Frame (0x3b) len 76 [ack] 12.478239 Interface Index: 3 (0x00000003) Frame: len 64 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): D8:3A:DD:60:A3:0C Address 2 (TA): DC:A6:32:B4:50:CF Address 3: D8:3A:DD:60:A3:0C Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 2, status: 0) IEs: len 34 Error decoding Supported rates IE len 0: Invalid argument (-22) b0 00 00 00 d8 3a dd 60 a3 0c dc a6 32 b4 50 cf .....:.`....2.P. d8 3a dd 60 a3 0c 00 00 03 00 02 00 00 00 01 00 .:.`............ c7 76 1f 7c b4 60 59 3b 0c 5c 6d a0 b2 2c de 72 .v.|.`Y;.\m..,.r fb cd 7b b9 7c 7a e3 04 bc 4e c9 b6 73 7d 70 13 ..{.|z...N..s}p. > Event: Frame TX Status (0x3c) len 112 12.481205 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Frame: len 64 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): D8:3A:DD:60:A3:0C Address 2 (TA): DC:A6:32:B4:50:CF Address 3: D8:3A:DD:60:A3:0C Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 2, status: 0) IEs: len 34 Error decoding Supported rates IE len 0: Invalid argument (-22) b0 00 00 00 d8 3a dd 60 a3 0c dc a6 32 b4 50 cf .....:.`....2.P. d8 3a dd 60 a3 0c 00 00 03 00 02 00 00 00 01 00 .:.`............ c7 76 1f 7c b4 60 59 3b 0c 5c 6d a0 b2 2c de 72 .v.|.`Y;.\m..,.r fb cd 7b b9 7c 7a e3 04 bc 4e c9 b6 73 7d 70 13 ..{.|z...N..s}p. Cookie: 0 (0x0000000000000000) ACK: true > Result: Frame (0x3b) len 12 12.481217 Cookie: 0 (0x0000000000000000) > Response: Frame (0x3b) len 4 [0x100] 12.481223 Status: Success (0) > Event: Frame (0x3b) len 120 12.537455 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) Wireless Device: 1 (0x0000000000000001) Wiphy Frequency: 2412 (0x0000096c) Unknown: 290 len 4 00 00 00 00 .... Frame: len 64 Frame Type: 0x00b0 Type: Management (0) Authentication: Frame Control: protocol: 00 type: 00 subtype: 11 to: 00 from: 00 more_frags: 00 retry: 00 power_mgmt: 00 more_data: 00 protected: 00 order: 00 Duration: 0 Address 1 (RA): DC:A6:32:B4:50:CF Address 2 (TA): D8:3A:DD:60:A3:0C Address 3: 00:00:00:00:00:00 Fragment Number: 0 Sequence Number: 0 Algorithm: SAE (seq: 2, status: 0) IEs: len 34 b0 00 00 00 dc a6 32 b4 50 cf d8 3a dd 60 a3 0c ......2.P..:.`.. 00 00 00 00 00 00 00 00 03 00 02 00 00 00 ff ff ................ 2e 37 46 32 75 7c 45 f0 d3 55 c6 ec 43 51 64 b8 .7F2u|E..U..CQd. 30 ee 31 0a d2 9a f8 0d 2a 9a 3d 56 41 72 a0 bc 0.1.....*.=VAr.. RX Management Flags: 2 (0x00000002) < Request: External Auth (0x7f) len 40 [ack] 12.537647 Interface Index: 3 (0x00000003) Status Code: 0 (0x0000) SSID: len 7 64 65 73 6b 53 41 45 deskSAE BSSID D8:3A:DD:60:A3:0C > Response: External Auth (0x7f) len 4 [0x100] 12.538227 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 13.324218 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Response: Get Station (0x11) len 4 13.328415 Status: Invalid exchange (52) > PAE: len 121 13.652721 Interface Index: 3 EAPoL: len 121 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 117 Descriptor Type: 2 Key MIC: false Secure: false Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 0 (00) Key Type: true Install: false Key ACK: true Key Length: 16 Key Replay Counter: 5 Key NONCE 57 04 d8 fd ec 40 f6 79 ad eb 08 4d a9 fe c4 39 W....@.y...M...9 8a 6a 76 c1 5f bf 90 4b 10 04 fa 6b 22 84 dd e9 .jv._..K...k"... Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key Data: len 22 Vendor specific: len 20 IEEE 802.11 (00:0f:ac) type: 04 PMKID KDE 00 0f ac 04 7b 5c 8d 90 31 f2 93 7b 47 25 fb 52 ....{\..1..{G%.R 94 3c 5d 4f .<]O 02 03 00 75 02 00 88 00 10 00 00 00 00 00 00 00 ...u............ 05 57 04 d8 fd ec 40 f6 79 ad eb 08 4d a9 fe c4 .W....@.y...M... 39 8a 6a 76 c1 5f bf 90 4b 10 04 fa 6b 22 84 dd 9.jv._..K...k".. e9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 16 dd 14 00 0f ac 04 7b 5c 8d 90 31 f2 93 .........{\..1.. 7b 47 25 fb 52 94 3c 5d 4f {G%.R.<]O > Event: Connect (0x2e) len 156 13.671757 Wiphy: 0 (0x00000000) Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Status Code: 0 (0x0000) Request IE: len 80 SSID: deskSAE 64 65 73 6b 53 41 45 deskSAE Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 18.0 24.0 36.0 54.0 Mbit/s 82 84 8b 96 24 30 48 6c ....$0Hl Extended supported rates: 6.0 9.0 12.0 48.0 Mbit/s 0c 12 18 60 ...` Tag 33: len 2 03 14 .. Tag 36: len 2 01 0b .. RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 80 00 .... Extended Capabilities: len 8 Capability: bit 62: Opmode Notification 00 00 00 00 00 00 00 40 .......@ Vendor specific: len 9 Broadcom (00:10:18) type: 02 00 10 18 02 00 00 10 00 00 ......... SSID: SSID: Response IE: len 32 Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 6.0 9.0 12.0 18.0 Mbit/s 82 84 8b 96 0c 12 18 24 .......$ Extended supported rates: 24.0 36.0 48.0 54.0 Mbit/s 30 48 60 6c 0H`l Extended Capabilities: len 8 Capability: bit 2: Extended channel switching Capability: bit 62: Opmode Notification 04 00 00 00 00 00 00 40 .......@ > RTNL: New Link (0x10) len 128 13.671830 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 96 60 00 07 8c 00 00 00 00 50 00 00 00 00 00 00 00 `.......P....... 00 07 64 65 73 6b 53 41 45 01 08 82 84 8b 96 24 ..deskSAE......$ 30 48 6c 32 04 0c 12 18 60 21 02 03 14 24 02 01 0Hl2....`!...$.. 0b 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 .0.............. 00 00 0f ac 08 80 00 7f 08 00 00 00 00 00 00 00 ................ 40 dd 09 00 10 18 02 00 00 10 00 00 00 00 00 00 @............... > RTNL: New Link (0x10) len 128 13.671835 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 96 60 00 07 8c 00 00 00 00 50 00 00 00 00 00 00 00 `.......P....... 00 07 64 65 73 6b 53 41 45 01 08 82 84 8b 96 24 ..deskSAE......$ 30 48 6c 32 04 0c 12 18 60 21 02 03 14 24 02 01 0Hl2....`!...$.. 0b 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 .0.............. 00 00 0f ac 08 80 00 7f 08 00 00 00 00 00 00 00 ................ 40 dd 09 00 10 18 02 00 00 10 00 00 00 00 00 00 @............... > RTNL: New Link (0x10) len 128 13.671858 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 96 60 00 07 8c 00 00 00 00 50 00 00 00 00 00 00 00 `.......P....... 00 07 64 65 73 6b 53 41 45 01 08 82 84 8b 96 24 ..deskSAE......$ 30 48 6c 32 04 0c 12 18 60 21 02 03 14 24 02 01 0Hl2....`!...$.. 0b 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 .0.............. 00 00 0f ac 08 80 00 7f 08 00 00 00 00 00 00 00 ................ 40 dd 09 00 10 18 02 00 00 10 00 00 00 00 00 00 @............... < Request: Get Interface (0x05) len 8 [ack] 13.671860 Interface Index: 3 (0x00000003) > RTNL: New Link (0x10) len 128 13.671863 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 96 60 00 07 8c 00 00 00 00 50 00 00 00 00 00 00 00 `.......P....... 00 07 64 65 73 6b 53 41 45 01 08 82 84 8b 96 24 ..deskSAE......$ 30 48 6c 32 04 0c 12 18 60 21 02 03 14 24 02 01 0Hl2....`!...$.. 0b 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 .0.............. 00 00 0f ac 08 80 00 7f 08 00 00 00 00 00 00 00 ................ 40 dd 09 00 10 18 02 00 00 10 00 00 00 00 00 00 @............... > RTNL: New Link (0x10) len 80 13.671872 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 48 30 00 08 8c 00 00 00 00 20 00 00 00 00 00 00 00 0....... ....... 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c .........$2.0H`l 7f 08 04 00 00 00 00 00 00 40 82 84 8b 96 24 30 .........@....$0 > RTNL: New Link (0x10) len 80 13.671875 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 48 30 00 08 8c 00 00 00 00 20 00 00 00 00 00 00 00 0....... ....... 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c .........$2.0H`l 7f 08 04 00 00 00 00 00 00 40 82 84 8b 96 24 30 .........@....$0 > RTNL: New Link (0x10) len 80 13.671878 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 48 30 00 08 8c 00 00 00 00 20 00 00 00 00 00 00 00 0....... ....... 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c .........$2.0H`l 7f 08 04 00 00 00 00 00 00 40 82 84 8b 96 24 30 .........@....$0 > RTNL: New Link (0x10) len 80 13.671890 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 48 30 00 08 8c 00 00 00 00 20 00 00 00 00 00 00 00 0....... ....... 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c .........$2.0H`l 7f 08 04 00 00 00 00 00 00 40 82 84 8b 96 24 30 .........@....$0 > RTNL: New Link (0x10) len 56 13.671894 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 d8 3a dd 60 a3 0c ...........:.`.. 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 56 13.671897 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 d8 3a dd 60 a3 0c ...........:.`.. 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 56 13.671900 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 d8 3a dd 60 a3 0c ...........:.`.. 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 56 13.671903 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Wireless: len 24 18 00 15 8b 00 00 00 00 01 00 d8 3a dd 60 a3 0c ...........:.`.. 00 00 00 00 00 00 00 00 ........ > RTNL: New Link (0x10) len 1460 13.671955 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: dormant (5) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 11 00 00 00 6e 00 00 00 8e 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 13.671958 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: dormant (5) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 11 00 00 00 6e 00 00 00 8e 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 13.671961 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: dormant (5) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 11 00 00 00 6e 00 00 00 8e 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 13.671965 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: dormant (5) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 11 00 00 00 6e 00 00 00 8e 0c 00 00 32 60 00 00 ....n.......2`.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 < PAE: len 121 13.673103 Interface Index: 3 EAPoL: len 121 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 117 Descriptor Type: 2 Key MIC: true Secure: false Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 0 (00) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 5 Key NONCE a6 25 e4 81 22 2c f5 b4 b6 e5 d5 6a 11 be 46 e3 .%..",.....j..F. 1d f4 06 45 56 34 be aa 53 d9 9c 2f d4 cb 4e ea ...EV4..S../..N. Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 55 33 a7 1f 7f d5 2c 47 29 ef f5 40 7d d7 83 59 U3....,G)..@}..Y Key Data: len 22 RSN: Group Data Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 Pairwise Cipher Suite: len 4 CCMP (00:0f:ac) suite 04 AKM Suite: len 4 SAE/PMKSA caching SHA256; RSNA PMKSA caching SHA256/mesh peering exchange (00:0f:ac) suite 08 RSN capabilities: bits 2 - 3: 1 replay counter per PTKSA RSN capabilities: bits 4 - 5: 1 replay counter per GTKSA RSN capabilities: bit 7: Management Frame Protection Capable 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ................ ac 08 80 00 .... 02 03 00 75 02 01 08 00 00 00 00 00 00 00 00 00 ...u............ 05 a6 25 e4 81 22 2c f5 b4 b6 e5 d5 6a 11 be 46 ..%..",.....j..F e3 1d f4 06 45 56 34 be aa 53 d9 9c 2f d4 cb 4e ....EV4..S../..N ea 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 55 33 a7 1f 7f d5 2c 47 29 ef f5 40 7d d7 83 .U3....,G)..@}.. 59 00 16 30 14 01 00 00 0f ac 04 01 00 00 0f ac Y..0............ 04 01 00 00 0f ac 08 80 00 ......... > Result: New Interface (0x07) len 136 13.672856 Interface Index: 3 (0x00000003) Interface Name: wlan0 Wiphy: 0 (0x00000000) Interface Type: 2 (0x00000002) Wireless Device: 1 (0x0000000000000001) MAC Address DC:A6:32:B4:50:CF Generation: 6 (0x00000006) 4-Address: 0 (0x00) Wiphy Frequency: 2412 (0x0000096c) Unknown: 290 len 4 00 00 00 00 .... Wiphy Channel Type: 1 (0x00000001) Channel Width: 1 (0x00000001) Center Frequency 1: 2412 (0x0000096c) Wiphy TX Power Level: 3100 (0x00000c1c) SSID: len 7 64 65 73 6b 53 41 45 deskSAE > Response: Get Interface (0x05) len 4 [0x100] 13.672867 Status: Success (0) > PAE: len 187 13.680069 Interface Index: 3 EAPoL: len 187 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 183 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: true SMK Message: false Key Descriptor Version: 0 (00) Key Type: true Install: true Key ACK: true Key Length: 16 Key Replay Counter: 6 Key NONCE 57 04 d8 fd ec 40 f6 79 ad eb 08 4d a9 fe c4 39 W....@.y...M...9 8a 6a 76 c1 5f bf 90 4b 10 04 fa 6b 22 84 dd e9 .jv._..K...k"... Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data df ad 80 5e 7d 95 00 12 96 96 a3 30 0f e0 62 81 ...^}......0..b. Key Data: len 88 39 88 ce e9 0c c8 f6 3b a6 8a 51 0d 18 8f d3 e4 9......;..Q..... 8f 72 ff ee a1 4b 64 4d 63 09 56 1b 5b be 9a 36 .r...KdMc.V.[..6 a4 c3 55 f5 82 83 50 1d f1 f2 10 a0 8d d6 04 ad ..U...P......... ef 27 94 6f 6a e4 bf 91 95 18 db 17 5c 6c 3c d3 .'.oj.......\l<. 43 28 76 48 88 2a 91 68 81 fe 06 96 a5 db d6 fb C(vH.*.h........ 5a 35 55 8b 5e 44 f3 ea Z5U.^D.. 02 03 00 b7 02 13 c8 00 10 00 00 00 00 00 00 00 ................ 06 57 04 d8 fd ec 40 f6 79 ad eb 08 4d a9 fe c4 .W....@.y...M... 39 8a 6a 76 c1 5f bf 90 4b 10 04 fa 6b 22 84 dd 9.jv._..K...k".. e9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 df ad 80 5e 7d 95 00 12 96 96 a3 30 0f e0 62 ....^}......0..b 81 00 58 39 88 ce e9 0c c8 f6 3b a6 8a 51 0d 18 ..X9......;..Q.. 8f d3 e4 8f 72 ff ee a1 4b 64 4d 63 09 56 1b 5b ....r...KdMc.V.[ be 9a 36 a4 c3 55 f5 82 83 50 1d f1 f2 10 a0 8d ..6..U...P...... d6 04 ad ef 27 94 6f 6a e4 bf 91 95 18 db 17 5c ....'.oj.......\ 6c 3c d3 43 28 76 48 88 2a 91 68 81 fe 06 96 a5 l<.C(vH.*.h..... db d6 fb 5a 35 55 8b 5e 44 f3 ea ...Z5U.^D.. < PAE: len 99 13.680707 Interface Index: 3 EAPoL: len 99 Protocol Version: 2 (802.1X-2004) Type: 3 (Key) Length: 95 Descriptor Type: 2 Key MIC: true Secure: true Error: false Request: false Encrypted Key Data: false SMK Message: false Key Descriptor Version: 0 (00) Key Type: true Install: false Key ACK: false Key Length: 0 Key Replay Counter: 6 Key NONCE 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key IV 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Key RSC 00 00 00 00 00 00 00 00 ........ Key MIC Data 28 9d 9e 95 db f0 71 c2 4f 7f 7a f6 a7 7c 0f b3 (.....q.O.z..|.. Key Data: len 0 02 03 00 5f 02 03 08 00 00 00 00 00 00 00 00 00 ..._............ 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 28 9d 9e 95 db f0 71 c2 4f 7f 7a f6 a7 7c 0f .(.....q.O.z..|. b3 00 00 ... < Request: New Key (0x0b) len 76 [ack] 13.681043 Interface Index: 3 (0x00000003) Key: len 64 Key Data: len 16 c7 f0 9a 1a 8b 21 25 ae 9e da 6f be b3 7f 6a 35 .....!%...o...j5 Key Cipher: CCMP (00:0f:ac) suite 04 Key Index: 2 (0x02) Key Sequence: len 6 00 00 00 00 00 00 ...... Key Type: Group Default Key Types: len 4 Multicast: true > Response: New Key (0x0b) len 4 [0x100] 13.683982 Status: Success (0) < Request: New Key (0x0b) len 76 [ack] 13.684889 Interface Index: 3 (0x00000003) Key: len 64 Key Data: len 16 a4 a4 4d ec 1a 30 22 90 5f 7a 32 a8 a3 9d c7 00 ..M..0"._z2..... Key Cipher: BIP (00:0f:ac) suite 06 Key Index: 5 (0x05) Key Sequence: len 6 00 00 00 00 00 00 ...... Key Type: Group Default Key Types: len 4 Multicast: true > Response: New Key (0x0b) len 4 [0x100] 13.687996 Status: Success (0) < Request: New Key (0x0b) len 56 [ack] 13.688086 Key Data: len 16 fa b6 8b 32 70 75 a5 2a e5 07 9e 02 78 de b2 e5 ...2pu.*....x... Key Cipher: CCMP (00:0f:ac) suite 04 MAC Address D8:3A:DD:60:A3:0C Key Index: 0 (0x00) Interface Index: 3 (0x00000003) > Response: New Key (0x0b) len 4 [0x100] 13.689109 Status: Success (0) < Request: Unknown (0x00) len 64 [ack] 13.689818 > Response: Unknown (0x00) len 4 13.689851 Status: Operation not supported (95) < Request: Set Station (0x12) len 32 [ack] 13.690092 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Station Flags 2: len 8 Mask: 0x00000002 Authorized Set: 0x00000002 Authorized > Response: Set Station (0x12) len 4 [root] 13.690517 Status: Success (0) < RTNL: Set Link (0x13) len 32 [request,ack] 13.732069 Flags: 5 (0x005) Sequence number: 8 (0x00000008) Port ID: 22858 IFLA Family: Unknown IFLA Type: 0 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x00) LinkMode: userspace controlled (1) OperState: up (6) > RTNL: New Route (0x18) len 100 [create] 13.732179 Flags: 1024 (0x400) Sequence number: 0 (0x00000000) Port ID: 0 RTM Family: AF_INET6 RTM Destination Len: 64 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: kernel RTM Scope: global RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: fe80:: Priority of the route: 256 Output Interface Index: 3 Reserved: len 32 Route Preference: 0 (0x00) > RTNL: New Link (0x10) len 1460 13.732234 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 12 00 00 00 72 00 00 00 49 0d 00 00 be 62 00 00 ....r...I....b.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 13.732239 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 12 00 00 00 72 00 00 00 49 0d 00 00 be 62 00 00 ....r...I....b.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 13.732241 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 12 00 00 00 72 00 00 00 49 0d 00 00 be 62 00 00 ....r...I....b.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1460 13.732248 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 12 00 00 00 72 00 00 00 49 0d 00 00 be 62 00 00 ....r...I....b.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Error (0x02) len 20 [0x100] 13.732261 Flags: 256 (0x100) Sequence number: 8 (0x00000008) Port ID: 22858 ACK: 0 > RTNL: New Address (0x14) len 64 [multi] 13.732373 Flags: 2 (0x002) Sequence number: 1 (0x00000001) Port ID: 2615310502 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0xc0) [tentative,permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0xc0) [tentative,permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi] 13.732462 Flags: 2 (0x002) Sequence number: 1 (0x00000001) Port ID: 2615310502 Status: 0 > RTNL: New Address (0x14) len 64 15.715877 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: New Address (0x14) len 64 15.715903 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: New Address (0x14) len 64 15.715910 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: New Address (0x14) len 64 15.715916 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0x80) [permanent] Reserved: len 1 < RTNL: New Address (0x14) len 52 [request,replace,create] 16.906998 Flags: 1281 (0x501) Sequence number: 2 (0x00000002) Port ID: 2615310502 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Flags: (0x200) [noprefixroute] CacheInfo: ifa_prefered: 86399 ifa_valid: 86399 tstamp: 0, cstamp: 0 > RTNL: New Address (0x14) len 72 16.907038 Flags: 0 (0x000) Sequence number: 2 (0x00000002) Port ID: 2615310502 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x00) Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x200) [noprefixroute] CacheInfo: ifa_prefered: 86399 ifa_valid: 86399 tstamp: 144938, cstamp: 144938 > RTNL: New Address (0x14) len 72 16.907043 Flags: 0 (0x000) Sequence number: 2 (0x00000002) Port ID: 2615310502 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x00) Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x200) [noprefixroute] CacheInfo: ifa_prefered: 86399 ifa_valid: 86399 tstamp: 144938, cstamp: 144938 > RTNL: New Address (0x14) len 72 16.907049 Flags: 0 (0x000) Sequence number: 2 (0x00000002) Port ID: 2615310502 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x00) Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x200) [noprefixroute] CacheInfo: ifa_prefered: 86399 ifa_valid: 86399 tstamp: 144938, cstamp: 144938 > RTNL: New Address (0x14) len 72 16.907054 Flags: 0 (0x000) Sequence number: 2 (0x00000002) Port ID: 2615310502 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x00) Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x200) [noprefixroute] CacheInfo: ifa_prefered: 86399 ifa_valid: 86399 tstamp: 144938, cstamp: 144938 < RTNL: New Route (0x18) len 44 [request,replace,create] 16.908974 Flags: 1281 (0x501) Sequence number: 3 (0x00000003) Port ID: 2615310502 RTM Family: AF_INET RTM Destination Len: 24 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: dhcp RTM Scope: link RTM Type: 1 RTM Flags: (0x00) Output Interface Index: 3 Priority of the route: 303 Destination Address: 192.168.5.0 Route lifetime: 86399 (0x0001517f) > RTNL: New Route (0x18) len 44 [excl,create] 16.909025 Flags: 1536 (0x600) Sequence number: 3 (0x00000003) Port ID: 2615310502 RTM Family: AF_INET RTM Destination Len: 24 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: dhcp RTM Scope: link RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: 192.168.5.0 Priority of the route: 303 Output Interface Index: 3 < RTNL: New Route (0x18) len 52 [request,replace,create] 16.909065 Flags: 1281 (0x501) Sequence number: 4 (0x00000004) Port ID: 2615310502 RTM Family: AF_INET RTM Destination Len: 0 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: dhcp RTM Scope: global RTM Type: 1 RTM Flags: (0x00) Output Interface Index: 3 Priority of the route: 303 Gateway: 192.168.5.1 Preferred Source: 192.168.5.225 Route lifetime: 86399 (0x0001517f) > RTNL: New Route (0x18) len 52 [excl,create] 16.909083 Flags: 1536 (0x600) Sequence number: 4 (0x00000004) Port ID: 2615310502 RTM Family: AF_INET RTM Destination Len: 0 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: dhcp RTM Scope: global RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Priority of the route: 303 Preferred Source: 192.168.5.225 Gateway: 192.168.5.1 Output Interface Index: 3 > RTNL: Error (0x02) len 20 [0x100] 16.909127 Flags: 256 (0x100) Sequence number: 5 (0x00000005) Port ID: 2615310502 ACK: 0 > RTNL: Error (0x02) len 20 [0x100] 16.909148 Flags: 256 (0x100) Sequence number: 6 (0x00000006) Port ID: 2615310502 ACK: 0 < RTNL: New Address (0x14) len 24 [request,ack,replace] 17.608046 Flags: 261 (0x105) Sequence number: 1 (0x00000001) Port ID: 0 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 > RTNL: New Address (0x14) len 72 17.608084 Flags: 0 (0x000) Sequence number: 1 (0x00000001) Port ID: 3075266075 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x280) [permanent,noprefixroute] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 145008, cstamp: 144938 > RTNL: New Address (0x14) len 72 17.608092 Flags: 0 (0x000) Sequence number: 1 (0x00000001) Port ID: 3075266075 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x280) [permanent,noprefixroute] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 145008, cstamp: 144938 > RTNL: New Address (0x14) len 72 17.608097 Flags: 0 (0x000) Sequence number: 1 (0x00000001) Port ID: 3075266075 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x280) [permanent,noprefixroute] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 145008, cstamp: 144938 > RTNL: New Address (0x14) len 72 17.608103 Flags: 0 (0x000) Sequence number: 1 (0x00000001) Port ID: 3075266075 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x280) [permanent,noprefixroute] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 145008, cstamp: 144938 > RTNL: Error (0x02) len 20 [0x100] 17.608113 Flags: 256 (0x100) Sequence number: 1 (0x00000001) Port ID: 3075266075 ACK: 0 > RTNL: New Route (0x18) len 36 [excl,create] 17.608251 Flags: 1536 (0x600) Sequence number: 0 (0x00000000) Port ID: 0 RTM Family: AF_INET RTM Destination Len: 32 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: boot RTM Scope: link RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Destination Address: 192.168.5.1 Output Interface Index: 3 < RTNL: Get Link (0x12) len 4 [request,dump] 17.608304 Flags: 769 (0x301) Sequence number: 1734844427 (0x6767a00b) Port ID: 0 > RTNL: New Link (0x10) len 1412 [multi] 17.608350 Flags: 2 (0x002) Sequence number: 1734844427 (0x6767a00b) Port ID: 3536459467 > RTNL: New Link (0x10) len 1472 [multi] 17.608350 Flags: 2 (0x002) Sequence number: 1734844427 (0x6767a00b) Port ID: 3536459467 > RTNL: New Link (0x10) len 1460 [multi] 17.608379 Flags: 2 (0x002) Sequence number: 1734844427 (0x6767a00b) Port ID: 3536459467 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 19 00 00 00 91 00 00 00 2c 15 00 00 4f 7e 00 00 ........,...O~.. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1456 [multi] 17.608379 Flags: 2 (0x002) Sequence number: 1734844427 (0x6767a00b) Port ID: 3536459467 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1408 [multi] 17.608402 Flags: 2 (0x002) Sequence number: 1734844427 (0x6767a00b) Port ID: 3536459467 > RTNL: Done (0x03) len 4 [multi] 17.608411 Flags: 2 (0x002) Sequence number: 1734844427 (0x6767a00b) Port ID: 3536459467 Status: 0 > RTNL: New Address (0x14) len 72 [multi] 17.608431 Flags: 2 (0x002) Sequence number: 1734844428 (0x6767a00c) Port ID: 3536459467 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x280) [permanent,noprefixroute] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 145008, cstamp: 144938 > RTNL: New Address (0x14) len 64 [multi] 17.608448 Flags: 2 (0x002) Sequence number: 1734844428 (0x6767a00c) Port ID: 3536459467 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi] 17.608457 Flags: 2 (0x002) Sequence number: 1734844428 (0x6767a00c) Port ID: 3536459467 Status: 0 < RTNL: New Route (0x18) len 36 [request,ack,excl,create] 17.608542 Flags: 1541 (0x605) Sequence number: 1734844428 (0x6767a00c) Port ID: 0 RTM Family: AF_INET RTM Destination Len: 0 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: boot RTM Scope: global RTM Type: 1 RTM Flags: (0x00) Gateway: 192.168.5.1 Output Interface Index: 3 Priority of the route: -3073 > RTNL: New Route (0x18) len 44 [excl,create] 17.608568 Flags: 1536 (0x600) Sequence number: 1734844428 (0x6767a00c) Port ID: 3143161815 RTM Family: AF_INET RTM Destination Len: 0 RTM Source Len: 0 RTM TOS Field: 0 RTM Table: 254 RTM Protocol: boot RTM Scope: global RTM Type: 1 RTM Flags: (0x00) Routing Table: 254 (0x000000fe) Priority of the route: -3073 Gateway: 192.168.5.1 Output Interface Index: 3 > RTNL: Error (0x02) len 20 [0x100] 17.608574 Flags: 256 (0x100) Sequence number: 1734844428 (0x6767a00c) Port ID: 3143161815 ACK: 0 < Request: Get Station (0x11) len 20 [ack] 19.328509 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 172 19.333317 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 140 Connected time: 5 (0x00000005) Inactivity time: 0 (0x00000000) Total RX bytes: 2903 (0x00000b57) Total TX bytes: 9929 (0x000026c9) Signal strength: -63 TX bitrate: len 16 Bit Rate: 540 (0x0000021c) Bit Rate (Legacy): 540 (0x021c) RX bitrate: len 16 Bit Rate: 60 (0x0000003c) Bit Rate (Legacy): 60 (0x003c) RX packets: 10 (0x0000000a) TX packets: 42 (0x0000002a) TX failed: 0 (0x00000000) BSS parameters: len 20 Short Slot Time: true DTIM Period: 2 (0x02) Beacon Interval: 100 (0x0064) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x000000a2 Authorized Authenticated Associated > Response: Get Station (0x11) len 4 [0x100] 19.333331 Status: Success (0) < RTNL: Get Link (0x12) len 36 [request] 23.102329 Flags: 1 (0x001) Sequence number: 1734844434 (0x6767a012) Port ID: 0 > RTNL: New Link (0x10) len 1072 23.102471 Flags: 0 (0x000) Sequence number: 1734844434 (0x6767a012) Port ID: 2378305030 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 19 00 00 00 9c 00 00 00 2c 15 00 00 3c 8a 00 00 ........,...<... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: Get Link (0x12) len 24 [request] 23.102571 Flags: 1 (0x001) Sequence number: 1734844434 (0x6767a012) Port ID: 0 IFLA Family: Unknown IFLA Type: 0 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x00) Reserved: len 4 > RTNL: New Link (0x10) len 1072 23.102584 Flags: 0 (0x000) Sequence number: 1734844434 (0x6767a012) Port ID: 24202 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 19 00 00 00 9c 00 00 00 2c 15 00 00 3c 8a 00 00 ........,...<... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Address (0x14) len 72 [multi,0x20] 23.102611 Flags: 34 (0x022) Sequence number: 1734844435 (0x6767a013) Port ID: 24202 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x280) [permanent,noprefixroute] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 145008, cstamp: 144938 > RTNL: New Address (0x14) len 64 [multi,0x20] 23.102625 Flags: 34 (0x022) Sequence number: 1734844435 (0x6767a013) Port ID: 24202 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi,0x20] 23.102636 Flags: 34 (0x022) Sequence number: 1734844435 (0x6767a013) Port ID: 24202 Status: 0 < RTNL: Get Link (0x12) len 36 [request] 23.111592 Flags: 1 (0x001) Sequence number: 1734844434 (0x6767a012) Port ID: 0 > RTNL: New Link (0x10) len 1072 23.111768 Flags: 0 (0x000) Sequence number: 1734844434 (0x6767a012) Port ID: 2961199720 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 19 00 00 00 9c 00 00 00 2c 15 00 00 3c 8a 00 00 ........,...<... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: Get Link (0x12) len 24 [request] 23.112223 Flags: 1 (0x001) Sequence number: 1734844434 (0x6767a012) Port ID: 0 IFLA Family: Unknown IFLA Type: 0 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x00) Reserved: len 4 > RTNL: New Link (0x10) len 1072 23.112326 Flags: 0 (0x000) Sequence number: 1734844434 (0x6767a012) Port ID: 24208 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 3 IFLA ChangeMask: 0 IFLA Flags: (0x1043) [up,broadcast,running,multicast] IfName (len:6): wlan0 Txqlen: 1000 (0x000003e8) OperState: up (6) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: dc:a6:32:b4:50:cf Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 19 00 00 00 9c 00 00 00 2c 15 00 00 3c 8a 00 00 ........,...<... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Address (0x14) len 72 [multi,0x20] 23.112574 Flags: 34 (0x022) Sequence number: 1734844435 (0x6767a013) Port ID: 24208 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x280) [permanent,noprefixroute] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 145008, cstamp: 144938 > RTNL: New Address (0x14) len 64 [multi,0x20] 23.112688 Flags: 34 (0x022) Sequence number: 1734844435 (0x6767a013) Port ID: 24208 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi,0x20] 23.112755 Flags: 34 (0x022) Sequence number: 1734844435 (0x6767a013) Port ID: 24208 Status: 0 < RTNL: Get Link (0x12) len 32 [request] 23.120745 Flags: 1 (0x001) Sequence number: 1734844434 (0x6767a012) Port ID: 0 > RTNL: New Link (0x10) len 1068 23.120887 Flags: 0 (0x000) Sequence number: 1734844434 (0x6767a012) Port ID: 4293430496 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Done (0x03) len 4 [multi,0x20] 23.121215 Flags: 34 (0x022) Sequence number: 1734844434 (0x6767a012) Port ID: 24214 Status: 0 < RTNL: New Link (0x10) len 16 [request,ack] 23.124183 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 23.124214 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 24215 Error: -19 (No such device) < RTNL: Get Link (0x12) len 32 [request] 23.124290 Flags: 1 (0x001) Sequence number: 1734844434 (0x6767a012) Port ID: 0 > RTNL: New Link (0x10) len 1068 23.124323 Flags: 0 (0x000) Sequence number: 1734844434 (0x6767a012) Port ID: 3423592376 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 23.124419 Flags: 5 (0x005) Sequence number: 1734844434 (0x6767a012) Port ID: 0 > RTNL: New Link (0x10) len 1456 23.653184 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1456 23.653210 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1456 23.653221 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1456 23.653228 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 1 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Error (0x02) len 20 [0x100] 23.653351 Flags: 256 (0x100) Sequence number: 1734844434 (0x6767a012) Port ID: 24215 ACK: 0 < RTNL: New Link (0x10) len 16 [request,ack] 23.660678 Flags: 5 (0x005) Sequence number: 0 (0x00000000) Port ID: 0 > RTNL: Error (0x02) len 36 23.660712 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 24220 Error: -19 (No such device) < RTNL: Get Link (0x12) len 32 [request] 23.660796 Flags: 1 (0x001) Sequence number: 1734844434 (0x6767a012) Port ID: 0 > RTNL: New Link (0x10) len 1068 23.660833 Flags: 0 (0x000) Sequence number: 1734844434 (0x6767a012) Port ID: 3376869189 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1002) [broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: New Link (0x10) len 16 [request,ack] 23.660947 Flags: 5 (0x005) Sequence number: 1734844434 (0x6767a012) Port ID: 0 > RTNL: New Link (0x10) len 1456 23.668061 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1456 23.669513 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1456 23.670222 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: New Link (0x10) len 1456 23.671143 Flags: 0 (0x000) Sequence number: 0 (0x00000000) Port ID: 0 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 1 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 8 Reserved: len 6 Reserved: len 808 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Error (0x02) len 20 [0x100] 23.674286 Flags: 256 (0x100) Sequence number: 1734844434 (0x6767a012) Port ID: 24220 ACK: 0 < Request: Get Station (0x11) len 20 [ack] 25.333429 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 172 25.338345 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 140 Connected time: 11 (0x0000000b) Inactivity time: 0 (0x00000000) Total RX bytes: 2989 (0x00000bad) Total TX bytes: 11282 (0x00002c12) Signal strength: -63 TX bitrate: len 16 Bit Rate: 540 (0x0000021c) Bit Rate (Legacy): 540 (0x021c) RX bitrate: len 16 Bit Rate: 55 (0x00000037) Bit Rate (Legacy): 55 (0x0037) RX packets: 11 (0x0000000b) TX packets: 48 (0x00000030) TX failed: 0 (0x00000000) BSS parameters: len 20 Short Slot Time: true DTIM Period: 2 (0x02) Beacon Interval: 100 (0x0064) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x000000a2 Authorized Authenticated Associated > Response: Get Station (0x11) len 4 [0x100] 25.338370 Status: Success (0) > RTNL: New Address (0x14) len 72 [multi] 28.866663 Flags: 2 (0x002) Sequence number: 1734844438 (0x6767a016) Port ID: 24309 IFA Family: AF_INET IFA Prefixlen: 24 IFA Index: 3 IFA Scope: global IFA Flags: (0x80) [permanent] Interface Address: 192.168.5.225 Local Address: 192.168.5.225 Broadcast Address: 192.168.5.255 Label (len:6): wlan0 Flags: (0x280) [permanent,noprefixroute] CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 145008, cstamp: 144938 > RTNL: New Address (0x14) len 64 [multi] 28.866689 Flags: 2 (0x002) Sequence number: 1734844438 (0x6767a016) Port ID: 24309 IFA Family: AF_INET6 IFA Prefixlen: 64 IFA Index: 3 IFA Scope: link IFA Flags: (0x80) [permanent] Interface Address: fe80::dea6:32ff:feb4:50cf CacheInfo: ifa_prefered: infinite ifa_valid: infinite tstamp: 144620, cstamp: 144620 Flags: (0x80) [permanent] Reserved: len 1 > RTNL: Done (0x03) len 4 [multi] 28.866702 Flags: 2 (0x002) Sequence number: 1734844438 (0x6767a016) Port ID: 24309 Status: 0 < Request: Get Station (0x11) len 20 [ack] 31.338480 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 172 31.343314 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 140 Connected time: 17 (0x00000011) Inactivity time: 0 (0x00000000) Total RX bytes: 2989 (0x00000bad) Total TX bytes: 11486 (0x00002cde) Signal strength: -62 TX bitrate: len 16 Bit Rate: 540 (0x0000021c) Bit Rate (Legacy): 540 (0x021c) RX bitrate: len 16 Bit Rate: 55 (0x00000037) Bit Rate (Legacy): 55 (0x0037) RX packets: 11 (0x0000000b) TX packets: 50 (0x00000032) TX failed: 0 (0x00000000) BSS parameters: len 20 Short Slot Time: true DTIM Period: 2 (0x02) Beacon Interval: 100 (0x0064) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x000000a2 Authorized Authenticated Associated > Response: Get Station (0x11) len 4 [0x100] 31.343333 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 37.343437 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 172 37.352640 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 140 Connected time: 23 (0x00000017) Inactivity time: 0 (0x00000000) Total RX bytes: 2989 (0x00000bad) Total TX bytes: 11486 (0x00002cde) Signal strength: -64 TX bitrate: len 16 Bit Rate: 540 (0x0000021c) Bit Rate (Legacy): 540 (0x021c) RX bitrate: len 16 Bit Rate: 55 (0x00000037) Bit Rate (Legacy): 55 (0x0037) RX packets: 11 (0x0000000b) TX packets: 50 (0x00000032) TX failed: 0 (0x00000000) BSS parameters: len 20 Short Slot Time: true DTIM Period: 2 (0x02) Beacon Interval: 100 (0x0064) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x000000a2 Authorized Authenticated Associated > Response: Get Station (0x11) len 4 [0x100] 37.352660 Status: Success (0) < Request: Get Station (0x11) len 20 [ack] 43.352768 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C > Result: New Station (0x13) len 172 43.357644 Interface Index: 3 (0x00000003) MAC Address D8:3A:DD:60:A3:0C Generation: 0 (0x00000000) Station Info: len 140 Connected time: 29 (0x0000001d) Inactivity time: 0 (0x00000000) Total RX bytes: 2989 (0x00000bad) Total TX bytes: 11486 (0x00002cde) Signal strength: -63 TX bitrate: len 16 Bit Rate: 540 (0x0000021c) Bit Rate (Legacy): 540 (0x021c) RX bitrate: len 16 Bit Rate: 55 (0x00000037) Bit Rate (Legacy): 55 (0x0037) RX packets: 11 (0x0000000b) TX packets: 50 (0x00000032) TX failed: 0 (0x00000000) BSS parameters: len 20 Short Slot Time: true DTIM Period: 2 (0x02) Beacon Interval: 100 (0x0064) Station flags: len 8 Mask: 0x000000ea Authorized WME Authenticated TDLS-Peer Associated Set: 0x000000a2 Authorized Authenticated Associated > Response: Get Station (0x11) len 4 [0x100] 43.357663 Status: Success (0) < RTNL: Get Link (0x12) len 32 [request] 43.681209 Flags: 1 (0x001) Sequence number: 1734844454 (0x6767a026) Port ID: 0 > RTNL: New Link (0x10) len 1068 43.681269 Flags: 0 (0x000) Sequence number: 1734844454 (0x6767a026) Port ID: 3997190149 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: Get Link (0x12) len 24 [request] 43.681372 Flags: 1 (0x001) Sequence number: 1734844454 (0x6767a026) Port ID: 0 IFLA Family: Unknown IFLA Type: 0 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x00) Reserved: len 4 > RTNL: New Link (0x10) len 1068 43.681385 Flags: 0 (0x000) Sequence number: 1734844454 (0x6767a026) Port ID: 24507 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Done (0x03) len 4 [multi,0x20] 43.681421 Flags: 34 (0x022) Sequence number: 1734844455 (0x6767a027) Port ID: 24507 Status: 0 < RTNL: Get Link (0x12) len 32 [request] 43.690813 Flags: 1 (0x001) Sequence number: 1734844454 (0x6767a026) Port ID: 0 > RTNL: New Link (0x10) len 1068 43.690881 Flags: 0 (0x000) Sequence number: 1734844454 (0x6767a026) Port ID: 4166776423 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 < RTNL: Get Link (0x12) len 24 [request] 43.691056 Flags: 1 (0x001) Sequence number: 1734844454 (0x6767a026) Port ID: 0 IFLA Family: Unknown IFLA Type: 0 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x00) Reserved: len 4 > RTNL: New Link (0x10) len 1068 43.691079 Flags: 0 (0x000) Sequence number: 1734844454 (0x6767a026) Port ID: 24513 IFLA Family: Unknown IFLA Type: 1 IFLA Index: 4 IFLA ChangeMask: 0 IFLA Flags: (0x1003) [up,broadcast,multicast] IfName (len:4): ap0 Txqlen: 1000 (0x000003e8) OperState: down (2) LinkMode: userspace controlled (1) MTU: 1500 (0x000005dc) Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Qdisc (len:11): pfifo_fast Reserved: len 4 Reserved: len 4 Reserved: len 4 Reserved: len 1 Map: len 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Interface Address: de:a6:32:b3:34:3a Broadcast Address: ff:ff:ff:ff:ff:ff Reserved: len 200 Stats: len 96 5b 00 00 00 22 00 00 00 e4 31 00 00 6c 12 00 00 [..."....1..l... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 P............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Reserved: len 4 Reserved: len 8 Reserved: len 6 Reserved: len 412 Reserved: len 12 Reserved: len 5 Reserved: len 0 > RTNL: Done (0x03) len 4 [multi,0x20] 43.691116 Flags: 34 (0x022) Sequence number: 1734844455 (0x6767a027) Port ID: 24513 Status: 0