coolsnowwolf / lede

Lean's LEDE source
Other
29.93k stars 19.54k forks source link

请求TCP DNS 53端口时end of file #9954

Open w311ang opened 2 years ago

w311ang commented 2 years ago

反馈bug/问题模板,提建议请删除

1.关于你要提交的问题

Q:是否搜索了issue (使用 "x" 选择)

2. 详细叙述

(1) 具体问题

A:请求一个未请求过UDP53的域名如facebook.com

~ $ dig @192.168.2.1 facebook.com +tcp
;; communications error to 192.168.2.1#53: end of file

;; communications error to 192.168.2.1#53: end of file

但如果通过UDP53请求了一次,再请求TCP53时则恢复正常

~ $ dig @192.168.2.1 facebook.com +notcp

; <<>> DiG 9.16.27 <<>> @192.168.2.1 facebook.com +notcp
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24047
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;facebook.com.                  IN      A

;; ANSWER SECTION:
facebook.com.           0       IN      A       31.13.75.35

;; Query time: 130 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Tue Aug 16 16:54:28 CST 2022
;; MSG SIZE  rcvd: 57

~ $ dig @192.168.2.1 facebook.com +tcp

; <<>> DiG 9.16.27 <<>> @192.168.2.1 facebook.com +tcp
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18040
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;facebook.com.                  IN      A

;; ANSWER SECTION:
facebook.com.           196     IN      A       31.13.75.35

;; Query time: 30 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Tue Aug 16 16:54:53 CST 2022
;; MSG SIZE  rcvd: 57

因为默认劫持所有TCP53到了路由器,若还使用ssrplus该问题会在国内IP的DNS的TCP53上可以复现,因为之前已经在UDP53上请求过facebook.com域名,所以没有出现问题 https://github.com/coolsnowwolf/lede/blob/7e274cbde20495634b240f566ec8b0b77da074b0/package/lean/default-settings/files/zzz-default-settings#L41

~ $ dig @114.114.114.114 twitter.com +tcp
;; communications error to 114.114.114.114#53: end of file

;; communications error to 114.114.114.114#53: end of file

~ $ dig @114.114.114.114 facebook.com +tcp

; <<>> DiG 9.16.27 <<>> @114.114.114.114 facebook.com +tcp
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64967
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;facebook.com.                  IN      A

;; ANSWER SECTION:
facebook.com.           5       IN      A       31.13.75.35

;; Query time: 30 msec
;; SERVER: 114.114.114.114#53(114.114.114.114)
;; WHEN: Tue Aug 16 16:58:04 CST 2022
;; MSG SIZE  rcvd: 57

猜测一下问题的原因应该是当请求TCP53时,dnsmasq也在请求上游DNS的TCP53,在使用ssrplus时上游是dns2tcp,不支持TCP请求导致了end of file,在经过UDP53的请求之后dnsmasq缓存了结果,就没有问题了

(2) 路由器型号和固件版本

A:Phicomm K2P OpenWrt R22.7.7 / LuCI Master (git-22.200.61437-0c3c82f)

(3) 详细日志

A:https://github.com/coolsnowwolf/lede/issues/9954#issuecomment-1216382823

w311ang commented 2 years ago
系统日志 ``` Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 0.000000] Linux version 5.4.203 (runner@fv-az290-183) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r4750-94306d382)) #0 SMP Thu Jul 28 05:46:25 2022 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] printk: bootconsole [early0] enabled Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] MIPS: machine is Phicomm K2P Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Initrd not found or empty - disabling initrd Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] VPE topology {2,2} total 4 Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Zone ranges: Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] HighMem empty Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Movable zone start for each node Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Early memory node ranges Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] Tue Aug 16 08:18:40 2022 kern.debug kernel: [ 0.000000] On node 0 totalpages: 32768 Tue Aug 16 08:18:40 2022 kern.debug kernel: [ 0.000000] Normal zone: 288 pages used for memmap Tue Aug 16 08:18:40 2022 kern.debug kernel: [ 0.000000] Normal zone: 0 pages reserved Tue Aug 16 08:18:40 2022 kern.debug kernel: [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] percpu: Embedded 14 pages/cpu s27152 r8192 d22000 u57344 Tue Aug 16 08:18:40 2022 kern.debug kernel: [ 0.000000] pcpu-alloc: s27152 r8192 d22000 u57344 alloc=14*4096 Tue Aug 16 08:18:40 2022 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Writing ErrCtl register=00005001 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Readback ErrCtl register=00005001 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] Memory: 120264K/131072K available (6165K kernel code, 273K rwdata, 1296K rodata, 1276K init, 235K bss, 10808K reserved, 0K cma-reserved, 0K highmem) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] rcu: Hierarchical RCU implementation. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] NR_IRQS: 256 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] CPU Clock: 880MHz Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.015575] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.087904] pid_max: default: 32768 minimum: 301 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.097244] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.111651] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.130188] rcu: Hierarchical SRCU implementation. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.140474] smp: Bringing up secondary CPUs ... Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.240019] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.240030] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.240043] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.240153] CPU1 revision is: 0001992f (MIPS 1004Kc) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.209961] Synchronize counters for CPU 1: done. Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.606704] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.606713] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.606721] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.606781] CPU2 revision is: 0001992f (MIPS 1004Kc) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.330619] Synchronize counters for CPU 2: done. Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 7.965211] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 7.965220] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 7.965228] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 7.965293] CPU3 revision is: 0001992f (MIPS 1004Kc) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.450198] Synchronize counters for CPU 3: done. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.509809] smp: Brought up 1 node, 4 CPUs Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.522549] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.542010] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.555866] pinctrl core: initialized pinctrl subsystem Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.568137] NET: Registered protocol family 16 Tue Aug 16 08:18:40 2022 kern.debug kernel: [ 0.590332] FPU Affinity set after 11720 emulations Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 0.610173] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.631210] clocksource: Switched to clocksource GIC Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.643031] NET: Registered protocol family 2 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.652232] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.667104] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.683646] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.698795] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.712795] TCP: Hash tables configured (established 1024 bind 1024) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.725536] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.738412] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.752526] NET: Registered protocol family 1 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 0.761058] PCI: CLS 0 bytes, default 32 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.001091] 4 CPUs re-calibrate udelay(lpj = 2924544) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.012875] workingset: timestamp_bits=14 max_order=15 bucket_order=1 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.038428] squashfs: version 4.0 (2009/01/31) Phillip Lougher Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.049914] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.072763] mt7621_gpio 1e000600.gpio: registering 32 gpios Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.084087] mt7621_gpio 1e000600.gpio: registering 32 gpios Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.095377] mt7621_gpio 1e000600.gpio: registering 32 gpios Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.107263] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.121394] printk: console [ttyS0] disabled Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.129813] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.147768] printk: console [ttyS0] enabled Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.164310] printk: bootconsole [early0] disabled Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.185935] spi-mt7621 1e000b00.spi: sys_freq: 220000000 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.199331] spi-nor spi0.0: gd25q128 (16384 Kbytes) Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.209122] 5 fixed-partitions partitions found on MTD device spi0.0 Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.221780] Creating 5 MTD partitions on "spi0.0": Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.231329] 0x000000000000-0x000000030000 : "u-boot" Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.242629] 0x000000030000-0x000000040000 : "u-boot-env" Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.254449] 0x000000040000-0x000000050000 : "factory" Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.265886] 0x000000050000-0x0000000a0000 : "permanent_config" Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.278795] 0x0000000a0000-0x000001000000 : "firmware" Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.290576] 2 uimage-fw partitions found on MTD device firmware Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.302401] Creating 2 MTD partitions on "firmware": Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.312334] 0x000000000000-0x00000026fda9 : "kernel" Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.323639] 0x00000026fda9-0x000000f60000 : "rootfs" Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.334674] mtd: device 6 (rootfs) set to be root filesystem Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.346056] 1 squashfs-split partitions found on MTD device rootfs Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.358366] 0x000000b10000-0x000000f60000 : "rootfs_data" Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.372858] [mtk_hw_init] reset_lock:0, force:0 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.381909] [mtk_hw_init] execute fe cold reset Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.403363] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 22 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.420977] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 22 Tue Aug 16 08:18:40 2022 kern.err kernel: [ 1.437631] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 Tue Aug 16 08:18:40 2022 kern.err kernel: [ 1.455077] mt7621-pci 1e140000.pcie: Parsing DT failed Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.468372] NET: Registered protocol family 10 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.479035] Segment Routing with IPv6 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.486457] NET: Registered protocol family 17 Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 1.495449] Bridge firewalling registered Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.503776] 8021q: 802.1Q VLAN Support v1.8 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.561302] mt753x 1e110000.gsw: LAN/WAN VLAN setting=llllw Tue Aug 16 08:18:40 2022 kern.info kernel: [ 1.572562] mt753x 1e110000.gsw: Switch is MediaTek MT7530 rev 1 Tue Aug 16 08:18:40 2022 kern.err kernel: [ 3.021314] rt2880-pinmux pinctrl: pcie is already enabled Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.032423] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.047348] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) Tue Aug 16 08:18:40 2022 kern.err kernel: [ 3.062141] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.176429] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.187536] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz Tue Aug 16 08:18:40 2022 kern.err kernel: [ 3.298514] mt7621-pci 1e140000.pcie: pcie1 no card, disable it (RST & CLK) Tue Aug 16 08:18:40 2022 kern.err kernel: [ 3.312379] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.326236] mt7621-pci 1e140000.pcie: PCIE0 enabled Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.335948] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.354656] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.367318] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.381003] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.394692] pci_bus 0000:00: root bus resource [bus 00-ff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.405651] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.417640] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.430119] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.442677] pci 0000:00:00.0: supports D1 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.450643] pci 0000:00:00.0: PME# supported from D0 D1 D3hot Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.463587] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.479750] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.491763] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.505439] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.534369] pci 0000:00:00.0: PCI bridge to [bus 01-ff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.544785] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.556916] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.570428] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.584821] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.598027] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.611195] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.625055] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.638571] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.652953] pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.666472] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.679993] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.694556] pci 0000:00:00.0: PCI bridge to [bus 01] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.704443] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.717961] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.731477] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.746592] hctosys: unable to open rtc device (rtc0) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.761997] VFS: Mounted root (squashfs filesystem) readonly on device 31:6. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.780384] Freeing unused kernel memory: 1276K Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 3.789438] This architecture does not have kernel memory protection. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 3.802257] Run /sbin/init as init process Tue Aug 16 08:18:40 2022 user.info kernel: [ 4.891408] init: Console is alive Tue Aug 16 08:18:40 2022 user.info kernel: [ 4.898554] init: - watchdog - Tue Aug 16 08:18:40 2022 kern.info kernel: [ 5.351434] mt753x 1e110000.gsw: Port 3 Link is Up - 1Gbps/Full Tue Aug 16 08:18:40 2022 user.info kernel: [ 6.233457] kmodloader: loading kernel modules from /etc/modules-boot.d/* Tue Aug 16 08:18:40 2022 user.info kernel: [ 6.455470] kmodloader: done loading kernel modules from /etc/modules-boot.d/* Tue Aug 16 08:18:40 2022 user.info kernel: [ 6.481520] init: - preinit - Tue Aug 16 08:18:40 2022 kern.info kernel: [ 8.310569] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode Tue Aug 16 08:18:40 2022 kern.info kernel: [ 8.326722] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx Tue Aug 16 08:18:40 2022 kern.info kernel: [ 8.343590] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 8.788727] random: jshn: uninitialized urandom read (4 bytes read) Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 8.871770] random: jshn: uninitialized urandom read (4 bytes read) Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 9.000515] random: jshn: uninitialized urandom read (4 bytes read) Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 11.366086] random: procd: uninitialized urandom read (4 bytes read) Tue Aug 16 08:18:40 2022 user.info kernel: [ 15.531531] mount_root: loading kmods from internal overlay Tue Aug 16 08:18:40 2022 user.info kernel: [ 15.572495] kmodloader: loading kernel modules from //etc/modules-boot.d/* Tue Aug 16 08:18:40 2022 user.info kernel: [ 15.587528] kmodloader: done loading kernel modules from //etc/modules-boot.d/* Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 15.879657] jffs2: notice: (597) jffs2_build_xattr_subsystem: complete building xattr subsystem, 30 of xdatum (27 unchecked, 0 orphan) and 43 of xref (0 dead, 0 orphan) found. Tue Aug 16 08:18:40 2022 user.info kernel: [ 15.911844] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab Tue Aug 16 08:18:40 2022 user.info kernel: [ 15.932109] block: extroot: not configured Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 15.988267] jffs2: notice: (595) jffs2_build_xattr_subsystem: complete building xattr subsystem, 30 of xdatum (27 unchecked, 0 orphan) and 43 of xref (0 dead, 0 orphan) found. Tue Aug 16 08:18:40 2022 user.info kernel: [ 16.150222] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab Tue Aug 16 08:18:40 2022 user.info kernel: [ 16.168919] block: extroot: not configured Tue Aug 16 08:18:40 2022 user.info kernel: [ 16.178795] mount_root: switching to jffs2 overlay Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 16.191651] overlayfs: upper fs does not support tmpfile. Tue Aug 16 08:18:40 2022 user.warn kernel: [ 16.206887] urandom-seed: Seeding with /etc/urandom.seed Tue Aug 16 08:18:40 2022 kern.info kernel: [ 16.418340] mtk_soc_eth 1e100000.ethernet eth0: Link is Down Tue Aug 16 08:18:40 2022 user.info kernel: [ 16.441790] procd: - early - Tue Aug 16 08:18:40 2022 user.info kernel: [ 16.447770] procd: - watchdog - Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 17.017893] random: crng init done Tue Aug 16 08:18:40 2022 kern.notice kernel: [ 17.024741] random: 6 urandom warning(s) missed due to ratelimiting Tue Aug 16 08:18:40 2022 user.info kernel: [ 17.131428] procd: - watchdog - Tue Aug 16 08:18:40 2022 user.info kernel: [ 17.139031] procd: - ubus - Tue Aug 16 08:18:40 2022 user.info kernel: [ 17.418156] procd: - init - Tue Aug 16 08:18:40 2022 user.info kernel: [ 18.442516] kmodloader: loading kernel modules from /etc/modules.d/* Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.473719] NET: Registered protocol family 38 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.493006] tun: Universal TUN/TAP device driver, 1.6 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.510024] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.609571] cryptodev: driver 1.12 loaded. Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.625924] mediatek_soc_hnat 1e100000.hnat: wan = eth1 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.636360] mediatek_soc_hnat 1e100000.hnat: lan = eth0 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.646821] mediatek_soc_hnat 1e100000.hnat: ppd = eth0 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.657327] mediatek_soc_hnat 1e100000.hnat: gmac num = 2 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.668130] mediatek_soc_hnat 1e100000.hnat: ppe num = 1 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.683896] mediatek_soc_hnat 1e100000.hnat: PPE0 entry number = 16384 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.712724] mediatek_soc_hnat 1e100000.hnat: PPE0 hwnat start Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.724355] hnat roaming work enable Tue Aug 16 08:18:40 2022 kern.info kernel: [ 18.753579] mtk-eip93 1e004000.crypto: EIP93 Crypto Engine Initialized. Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.516674] register mt_drv Tue Aug 16 08:18:40 2022 kern.info kernel: [ 19.522393] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=24 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 19.533163] pci 0000:00:00.0: enabling device (0004 -> 0007) Tue Aug 16 08:18:40 2022 kern.info kernel: [ 19.544437] mt_drv 0000:01:00.0: enabling device (0000 -> 0002) Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.572311] Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.572311] == pAd = f02c4490, size = 4035968, Status=0 == Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.586215] pAd->PciHif.CSRBaseAddress =0xc0d00000, csr_addr=0xc0d00000! Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.599555] RTMPInitPCIeDevice():device_id=0x7615 Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.608922] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615 Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.623123] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001 Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.633171] AP Driver version-5.0.4.0 Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.640445] RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0 Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.654469] mt7615_init()--> Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.660186] Use the default ePAeLNA bin image! Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.669022] Use the default /etc_ro/wlan/MT7615E_EEPROM1.bin bin image! Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.682202] <--mt7615_init() Tue Aug 16 08:18:40 2022 kern.warn kernel: [ 19.692114] <-- RTMPAllocTxRxRingMemory, Status=0 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 19.849483] xt_time: kernel timezone is -0000 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 19.862855] PPP generic driver version 2.4.2 Tue Aug 16 08:18:40 2022 kern.info kernel: [ 19.872960] PPP MPPE Compression module registered Tue Aug 16 08:18:40 2022 kern.info kernel: [ 19.884557] NET: Registered protocol family 24 Tue Aug 16 08:18:40 2022 user.info kernel: [ 19.898440] kmodloader: done loading kernel modules from /etc/modules.d/* Tue Aug 16 08:18:40 2022 daemon.notice procd: /etc/rc.d/S13openssl: Generating engines.cnf Tue Aug 16 08:18:40 2022 daemon.notice procd: /etc/rc.d/S13openssl: Enabling engine devcrypto Tue Aug 16 08:18:42 2022 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses! Tue Aug 16 08:18:42 2022 user.notice dnsmasq: Allowing 127.0.0.0/8 responses Tue Aug 16 08:18:46 2022 user.notice : Added device handler type: 8021ad Tue Aug 16 08:18:46 2022 user.notice : Added device handler type: 8021q Tue Aug 16 08:18:46 2022 user.notice : Added device handler type: macvlan Tue Aug 16 08:18:46 2022 user.notice : Added device handler type: veth Tue Aug 16 08:18:46 2022 user.notice : Added device handler type: bridge Tue Aug 16 08:18:46 2022 user.notice : Added device handler type: Network device Tue Aug 16 08:18:46 2022 user.notice : Added device handler type: tunnel Tue Aug 16 08:18:46 2022 daemon.notice procd: /etc/rc.d/S50autoreboot: Command failed: Not found Tue Aug 16 08:18:46 2022 cron.err crond[1694]: crond (busybox 1.35.0) started, log level 5 Tue Aug 16 08:18:46 2022 daemon.notice procd: /etc/rc.d/S50autoreboot: Auto REBOOT has started. Tue Aug 16 08:18:46 2022 kern.info kernel: [ 29.014651] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode Tue Aug 16 08:18:46 2022 kern.info kernel: [ 29.030775] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx Tue Aug 16 08:18:46 2022 kern.info kernel: [ 29.049733] br-lan: port 1(eth0) entered blocking state Tue Aug 16 08:18:46 2022 kern.info kernel: [ 29.060344] br-lan: port 1(eth0) entered disabled state Tue Aug 16 08:18:46 2022 kern.info kernel: [ 29.071679] device eth0 entered promiscuous mode Tue Aug 16 08:18:46 2022 kern.info kernel: [ 29.089998] br-lan: port 1(eth0) entered blocking state Tue Aug 16 08:18:46 2022 kern.info kernel: [ 29.100525] br-lan: port 1(eth0) entered forwarding state Tue Aug 16 08:18:46 2022 daemon.notice netifd: Interface 'lan' is enabled Tue Aug 16 08:18:46 2022 daemon.notice netifd: Interface 'lan' is setting up now Tue Aug 16 08:18:46 2022 daemon.notice netifd: Interface 'lan' is now up Tue Aug 16 08:18:46 2022 daemon.notice netifd: bridge 'br-lan' link is up Tue Aug 16 08:18:46 2022 daemon.notice netifd: Interface 'lan' has link connectivity Tue Aug 16 08:18:46 2022 daemon.notice netifd: Interface 'loopback' is enabled Tue Aug 16 08:18:46 2022 daemon.notice netifd: Interface 'loopback' is setting up now Tue Aug 16 08:18:47 2022 daemon.notice netifd: Interface 'loopback' is now up Tue Aug 16 08:18:47 2022 kern.info kernel: [ 29.148070] mtk_soc_eth 1e100000.ethernet eth1: configuring for fixed/rgmii link mode Tue Aug 16 08:18:47 2022 kern.info kernel: [ 29.164740] mtk_soc_eth 1e100000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx Tue Aug 16 08:18:47 2022 daemon.notice netifd: Interface 'wan' is enabled Tue Aug 16 08:18:47 2022 daemon.notice netifd: Interface 'wan6' is enabled Tue Aug 16 08:18:47 2022 daemon.notice netifd: Network device 'eth0' link is up Tue Aug 16 08:18:47 2022 daemon.notice netifd: Network device 'lo' link is up Tue Aug 16 08:18:47 2022 daemon.notice netifd: Interface 'loopback' has link connectivity Tue Aug 16 08:18:47 2022 kern.info kernel: [ 29.193859] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready Tue Aug 16 08:18:47 2022 daemon.notice netifd: Network device 'eth1' link is up Tue Aug 16 08:18:47 2022 daemon.notice netifd: Interface 'wan' has link connectivity Tue Aug 16 08:18:47 2022 daemon.notice netifd: Interface 'wan' is setting up now Tue Aug 16 08:18:47 2022 daemon.notice netifd: Interface 'wan6' has link connectivity Tue Aug 16 08:18:47 2022 daemon.notice netifd: Interface 'wan6' is setting up now Tue Aug 16 08:18:47 2022 daemon.notice netifd: wan (1806): udhcpc: started, v1.35.0 Tue Aug 16 08:18:47 2022 daemon.err odhcp6c[1812]: Failed to send RS (Address not available) Tue Aug 16 08:18:47 2022 user.notice firewall: Reloading firewall due to ifup of lan (br-lan) Tue Aug 16 08:18:47 2022 daemon.notice netifd: wan (1806): udhcpc: broadcasting discover Tue Aug 16 08:18:47 2022 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records in Tue Aug 16 08:18:47 2022 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records out Tue Aug 16 08:18:47 2022 daemon.err odhcp6c[1812]: Failed to send SOLICIT message to ff02::1:2 (Address not available) Tue Aug 16 08:18:47 2022 kern.info kernel: [ 30.012067] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready Tue Aug 16 08:18:48 2022 daemon.err odhcpd[1605]: Failed to send to ff02::1%lan@br-lan (Address not available) Tue Aug 16 08:18:48 2022 authpriv.warn dropbear[2093]: Failed listening on '22': Error listening: Address not available Tue Aug 16 08:18:48 2022 authpriv.info dropbear[2093]: Not backgrounding Tue Aug 16 08:18:48 2022 user.notice nlbwmon: Reloading nlbwmon due to ifup of lan (br-lan) Tue Aug 16 08:18:48 2022 daemon.err odhcp6c[1812]: Failed to send SOLICIT message to ff02::1:2 (Address not available) Tue Aug 16 08:18:49 2022 kern.info kernel: [ 31.607520] mt753x 1e110000.gsw: Port 4 Link is Up - 1Gbps/Full Tue Aug 16 08:18:50 2022 user.notice nlbwmon: Reloading nlbwmon due to ifup of loopback (lo) Tue Aug 16 08:18:50 2022 daemon.notice netifd: wan (1806): udhcpc: broadcasting discover Tue Aug 16 08:18:51 2022 daemon.notice procd: /etc/rc.d/S90turboacc: net.ipv4.tcp_congestion_control = bbr Tue Aug 16 08:18:51 2022 daemon.notice procd: /etc/rc.d/S90turboacc: killall: dnscache: no process killed Tue Aug 16 08:18:51 2022 daemon.notice procd: /etc/rc.d/S90turboacc: sh: you need to specify whom to kill Tue Aug 16 08:18:51 2022 daemon.notice procd: /etc/rc.d/S90turboacc: Stop DNS Caching Tue Aug 16 08:18:51 2022 daemon.notice procd: /etc/rc.d/S90turboacc: DNSMASQ change Tue Aug 16 08:18:53 2022 daemon.notice netifd: wan (1806): udhcpc: broadcasting discover Tue Aug 16 08:18:56 2022 daemon.notice netifd: wan (1806): udhcpc: broadcasting select for 192.168.1.2, server 192.168.1.1 Tue Aug 16 08:18:57 2022 user.info : call mt7615_up(mt7615.1.2G) Tue Aug 16 08:18:57 2022 user.debug : mt7615_up called! Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 39.623641] ra0: ===> main_virtual_if_open Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 39.632239] load l1profile succeed! Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 39.639263] driver_own()::Try to Clear FW Own... Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 39.948553] driver_own()::Success to clear FW Own Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 39.959395] APWdsInitialize():WdsEntry Number=4 Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 40.069379] multi-profile merge success, en:1,pf1_num:1,pf2_num:1,total:2 Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 40.082922] Open file "/tmp/profiles/mt_dbdc.dat" to store DBDC cfg! (21) Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 40.096600] RtmpOSFileOpen(): Error 2 opening /tmp/profiles/mt_dbdc.dat Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 40.109799] Open file "/tmp/profiles/mt_dbdc.dat" failed! Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 40.121985] E2pAccessMode=2 Tue Aug 16 08:18:57 2022 kern.warn kernel: [ 40.128153] SSID[0]=K2P_5G_2CB0, EdcaIdx=0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.136543] SSID[1]=K2P_2CB0, EdcaIdx=0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.144638] DBDC Mode=1, eDBDC_mode = 1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.152876] BSS0 PhyMode=49 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.158427] wmode_band_equal(): Band Equal! Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.166772] BSS1 PhyMode=14 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.174079] BandSteering=0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.179664] BndStrgBssIdx=1;1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.185848] [TxPower] BAND0: 100, BAND1: 100 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.195020] Power Boost (CCK, OFDM): RTMPSetProfileParameters Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.195035] [PowerUpCckOfdm] BAND1: (0)-(0)-(0)-(0)-(0)-(0)-(0) Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.218490] Power Boost (HT20): RTMPSetProfileParameters Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.218730] Power Boost (HT40): RTMPSetProfileParameters Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.229581] Power Boost (VHT20): RTMPSetProfileParameters Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.240432] Power Boost (VHT40): RTMPSetProfileParameters Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.251462] Power Boost (VHT80): RTMPSetProfileParameters Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.262488] Power Boost (VHT160): RTMPSetProfileParameters Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.273974] [PERCENTAGEenable] BAND0: 0, BAND1: 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.294687] [BFBACKOFFenable] BAND0: 0, BAND1: 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.304233] CalCacheApply = 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.311709] FragThreshold[0]=2346 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.318289] FragThreshold[1]=2346 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.325793] Valid=1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.329954] APAifsn[0]=3 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.335011] APAifsn[1]=7 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.340039] APAifsn[2]=1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.345115] APAifsn[3]=1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.350357] Valid=1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.354552] APAifsn[0]=3 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.359583] APAifsn[1]=7 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.364641] APAifsn[2]=1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.369671] APAifsn[3]=1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.378206] BSSAifsn[0]=3 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.383441] BSSAifsn[1]=7 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.388643] BSSAifsn[2]=2 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.393874] BSSAifsn[3]=2 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.399291] BSSAifsn[0]=3 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.404522] BSSAifsn[1]=7 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.409725] BSSAifsn[2]=2 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.414972] BSSAifsn[3]=2 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.422417] DfsZeroWait Support=0/0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.430523] DfsZeroWaitCacTime=255/255 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.439086] read_etxbf: ETxBfEnCond = 1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.446739] read_etxbf: BSSID[0] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.453185] read_etxbf: MBSS[0] ETxBfEnCond = 1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.462220] read_etxbf: ETxBfEnCond = 1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.469841] read_etxbf: BSSID[1] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.476282] read_etxbf: MBSS[1] ETxBfEnCond = 1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.528115] [rtmp_read_ap_client_from_file] pf1=1 pf2=1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.541335] If/wds0 - PeerPhyOpMode=255 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.549783] APWdsInitialize():WdsEntry Number=4 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.558815] WDS-Enable mode=0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.564977] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.584399] AndesSendCmdMsg: Command type = ed, Extension command type = 48 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.602786] HT: WDEV[0] Ext Channel = ABOVE Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.611122] HT: WDEV[1] Ext Channel = ABOVE Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.619852] ChipI=7615, Value=0, pcie_aspm in profile=0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.658165] ICapMode = 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.669031] WtcSetMaxStaNum: BssidNum:2, MaxStaNum:123 (WdsNum:4, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:124 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.689931] Top Init Done! Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.695359] Use dev_alloc_skb Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.702508] RX[0] DESC 5183039d size = 16384 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.712855] RX[1] DESC 9a527b0f size = 8192 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.721894] cut_through_init(): ct sw token number = 4095 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.733243] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.748972] cut_through_token_list_init(): 748202a2,748202a2 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.760695] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.776183] cut_through_token_list_init(): e765d764,e765d764 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.787499] Hif Init Done! Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.792913] ctl->txq = 341ebbd2 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.799158] ctl->rxq = 106f19b7 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.805474] ctl->ackq = 396606fb Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.811939] ctl->kickq = fb6fe3d4 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.818519] ctl->tx_doneq = 2aeece58 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.825653] ctl->rx_doneq = 80144bc9 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.832867] Parsing patch header Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.839277] Built date: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.839281] 2 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.844508] 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.847635] 1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.850756] 8 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.853910] 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.857037] 5 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.860158] 1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.863331] 8 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.866460] 1 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.869582] 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.872736] 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.875863] 6 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.878984] 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.882139] 4 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.885266] a Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.888388] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.894491] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.897440] Platform: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.897443] A Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.902326] L Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.905454] P Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.908575] S Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.911730] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.917799] HW/SW version: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.917802] 0x Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.923550] 8a Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.926851] 10 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.930144] 8a Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.933472] 10 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.936771] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.943060] Patch version: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.943064] 0x Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.948782] 00 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.952112] 00 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.955413] 00 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.958707] 10 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.962035] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.968287] Target address: 0x80000, length: 11072 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.978195] patch is not ready && get semaphore success Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.988717] EventGenericEventHandler: CMD Success Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 40.998266] MtCmdPatchFinishReq Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.015805] EventGenericEventHandler: CMD Success Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.025273] release patch semaphore Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.032242] WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.044741] Parsing CPU 0 fw tailer Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.051707] Chip ID: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.051711] 0x Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.056389] 04 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.059682] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.065951] Eco version: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.065954] 0x Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.071357] 00 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.074657] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.080892] Region number: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.080894] 0x Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.086641] 00 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.089940] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.096214] Format version: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.096216] 0x Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.102138] 00 Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.105437] Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.111705] Ram version: Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.111710] _ Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.117084] r Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.120203] e Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.123356] s Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.126483] e Tue Aug 16 08:18:58 2022 kern.warn kernel: [ 41.129604] r Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.132779] v Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.135907] e Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.139028] d Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.142205] _ Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.145333] Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.151430] Built date: Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.151435] 2 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.156635] 0 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.159756] 1 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.162911] 9 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.166038] 0 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.169159] 3 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.172312] 0 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.175439] 7 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.178561] 0 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.181714] 1 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.184842] 5 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.187963] 6 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.191081] 0 Tue Aug 16 08:18:59 2022 kern.warn kernel: [ 41.194234] 3 Tue Aug 16 08:18:59 2022 daemon.notice netifd: wan (1806): udhcpc: broadcasting select for 192.168.1.2, server 192.168.1.1 Tue Aug 16 08:18:59 2022 daemon.notice netifd: wan (1806): udhcpc: lease of 192.168.1.2 obtained from 192.168.1.1, lease time 4294967295 Tue Aug 16 08:19:10 2022 daemon.notice netifd: Interface 'wan' is now up Tue Aug 16 08:19:10 2022 daemon.notice netifd: Interface 'wan6' is now up Tue Aug 16 08:19:10 2022 user.notice firewall: Reloading firewall due to ifup of wan (eth1) Tue Aug 16 08:19:19 2022 daemon.notice procd: /etc/rc.d/S95done: ifconfig: SIOCGIFFLAGS: No such device Tue Aug 16 08:19:19 2022 daemon.notice procd: /etc/rc.d/S95done: ifconfig: SIOCGIFFLAGS: No such device Tue Aug 16 08:19:19 2022 daemon.notice procd: /etc/rc.d/S95done: brctl: iface rai0: No such device Tue Aug 16 08:19:20 2022 user.notice nlbwmon: Reloading nlbwmon due to ifup of wan (eth1) Tue Aug 16 08:19:20 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 08:19:20 2022 user.notice firewall: Reloading firewall due to ifup of wan6 (eth1) Tue Aug 16 08:19:20 2022 daemon.notice procd: /etc/rc.d/S95done: udhcpc: started, v1.35.0 Tue Aug 16 08:19:21 2022 daemon.notice procd: /etc/rc.d/S95done: udhcpc: broadcasting discover Tue Aug 16 08:19:21 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 08:19:21 2022 user.notice nlbwmon: Reloading nlbwmon due to ifup of wan6 (eth1) Tue Aug 16 08:19:24 2022 daemon.notice procd: /etc/rc.d/S95done: udhcpc: no lease, failing Tue Aug 16 08:19:32 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 08:19:34 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 08:19:51 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Flushing IPv4 filter table Tue Aug 16 08:19:51 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Flushing IPv4 nat table Tue Aug 16 08:19:51 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Flushing IPv4 mangle table Tue Aug 16 08:19:51 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Flushing IPv4 raw table Tue Aug 16 08:19:51 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Flushing IPv6 filter table Tue Aug 16 08:19:51 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Flushing IPv6 nat table Tue Aug 16 08:19:51 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Flushing IPv6 mangle table Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Flushing conntrack table ... Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Populating IPv4 filter table Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-DHCP-Renew' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-Ping' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-IGMP' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-IPSec-ESP' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-ISAKMP' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Forward 'lan' -> 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'lan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Populating IPv4 nat table Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'lan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Warning: wan will enable FULLCONE-NAT Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Populating IPv4 mangle table Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'lan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Populating IPv4 raw table Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'lan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: - Using automatic conntrack helper attachment Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Populating IPv6 filter table Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-DHCPv6' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-MLD' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-ICMPv6-Input' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-ICMPv6-Forward' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-IPSec-ESP' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Rule 'Allow-ISAKMP' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Forward 'lan' -> 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'lan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Populating IPv6 nat table Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Warning: fw3_ipt_rule_append(): Can't find target 'prerouting_lan_rule' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Warning: fw3_ipt_rule_append(): Can't find target 'postrouting_lan_rule' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Warning: fw3_ipt_rule_append(): Can't find target 'prerouting_wan_rule' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Warning: fw3_ipt_rule_append(): Can't find target 'postrouting_wan_rule' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Warning: fw3_ipt_rule_append(): Can't find target 'prerouting_rule' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Warning: fw3_ipt_rule_append(): Can't find target 'postrouting_rule' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'lan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Populating IPv6 mangle table Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'lan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Zone 'wan' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Set tcp_ecn to off Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Set tcp_syncookies to on Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Set tcp_window_scaling to on Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Running script '/etc/firewall.user' Tue Aug 16 08:19:52 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Running script '/usr/share/miniupnpd/firewall.include' Tue Aug 16 08:19:53 2022 daemon.notice procd: /etc/rc.d/S95shadowsocksr: * Running script '/var/etc/shadowsocksr.include' Tue Aug 16 08:19:54 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 08:20:00 2022 daemon.info procd: - init complete - Tue Aug 16 09:38:27 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:38:28 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:38:29 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:38:32 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:38:36 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:38:41 2022 cron.err crond[1694]: time disparity of 78 minutes detected Tue Aug 16 09:40:21 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:40:50 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:43:10 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:49:33 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:51:03 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:53:40 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:57:16 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 09:58:59 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:02:22 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:02:23 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:10:41 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:16:21 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:21:22 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:30:32 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:35:10 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:39:37 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:42:58 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:47:58 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:49:59 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:54:40 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 10:59:56 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:06:00 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:12:43 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:17:21 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:24:31 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:30:19 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:40:10 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:49:45 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:53:06 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 11:57:30 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:05:04 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:13:35 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:21:01 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:26:55 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:30:51 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:36:19 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:41:13 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:47:37 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:47:41 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:47:45 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:47:50 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:48:27 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:48:28 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:48:29 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:48:33 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:48:37 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:49:19 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:49:23 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:49:27 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:53:29 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 12:58:20 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:07:33 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:16:02 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:22:40 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:24:07 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:29:43 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:33:00 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:33:29 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:33:55 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:34:38 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:34:47 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:39:36 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:40:50 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:41:40 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:46:59 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 13:56:08 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 14:01:45 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 14:09:00 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 14:18:28 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 14:27:49 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 14:35:05 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 14:40:42 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 14:50:42 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 14:54:55 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:04:30 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:13:15 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:17:28 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:22:10 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:29:27 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:31:13 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:31:27 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:35:40 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:41:58 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:45:34 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:51:51 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:56:37 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 15:58:42 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:03:02 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:03:58 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:07:27 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:17:07 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:17:51 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:22:54 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:27:07 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:32:22 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:33:04 2022 authpriv.info dropbear[18305]: Child connection from 192.168.2.245:38062 Tue Aug 16 16:33:05 2022 authpriv.notice dropbear[18305]: Password auth succeeded for 'root' from 192.168.2.245:38062 Tue Aug 16 16:34:23 2022 authpriv.info dropbear[18305]: Exit (root) from <192.168.2.245:38062>: Error reading: Connection reset by peer Tue Aug 16 16:38:19 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:43:08 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:47:28 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:52:19 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 16:55:59 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! Tue Aug 16 17:01:15 2022 daemon.warn odhcpd[1605]: A default route is present but there is no public prefix on lan thus we don't announce a default route! ```
内核日志 ``` [ 0.000000] Linux version 5.4.203 (runner@fv-az290-183) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r4750-94306d382)) #0 SMP Thu Jul 28 05:46:25 2022 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is Phicomm K2P [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] Normal zone: 288 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] percpu: Embedded 14 pages/cpu s27152 r8192 d22000 u57344 [ 0.000000] pcpu-alloc: s27152 r8192 d22000 u57344 alloc=14*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Writing ErrCtl register=00005001 [ 0.000000] Readback ErrCtl register=00005001 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 120264K/131072K available (6165K kernel code, 273K rwdata, 1296K rodata, 1276K init, 235K bss, 10808K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] CPU Clock: 880MHz [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns [ 0.015575] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.087904] pid_max: default: 32768 minimum: 301 [ 0.097244] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.111651] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.130188] rcu: Hierarchical SRCU implementation. [ 0.140474] smp: Bringing up secondary CPUs ... [ 0.240019] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.240030] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.240043] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.240153] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.209961] Synchronize counters for CPU 1: done. [ 0.606704] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.606713] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.606721] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.606781] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.330619] Synchronize counters for CPU 2: done. [ 7.965211] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 7.965220] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 7.965228] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 7.965293] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.450198] Synchronize counters for CPU 3: done. [ 0.509809] smp: Brought up 1 node, 4 CPUs [ 0.522549] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.542010] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.555866] pinctrl core: initialized pinctrl subsystem [ 0.568137] NET: Registered protocol family 16 [ 0.590332] FPU Affinity set after 11720 emulations [ 0.610173] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 0.631210] clocksource: Switched to clocksource GIC [ 0.643031] NET: Registered protocol family 2 [ 0.652232] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.667104] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.683646] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.698795] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.712795] TCP: Hash tables configured (established 1024 bind 1024) [ 0.725536] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.738412] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.752526] NET: Registered protocol family 1 [ 0.761058] PCI: CLS 0 bytes, default 32 [ 1.001091] 4 CPUs re-calibrate udelay(lpj = 2924544) [ 1.012875] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 1.038428] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.049914] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 1.072763] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.084087] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.095377] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.107263] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 1.121394] printk: console [ttyS0] disabled [ 1.129813] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 1.147768] printk: console [ttyS0] enabled [ 1.164310] printk: bootconsole [early0] disabled [ 1.185935] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 1.199331] spi-nor spi0.0: gd25q128 (16384 Kbytes) [ 1.209122] 5 fixed-partitions partitions found on MTD device spi0.0 [ 1.221780] Creating 5 MTD partitions on "spi0.0": [ 1.231329] 0x000000000000-0x000000030000 : "u-boot" [ 1.242629] 0x000000030000-0x000000040000 : "u-boot-env" [ 1.254449] 0x000000040000-0x000000050000 : "factory" [ 1.265886] 0x000000050000-0x0000000a0000 : "permanent_config" [ 1.278795] 0x0000000a0000-0x000001000000 : "firmware" [ 1.290576] 2 uimage-fw partitions found on MTD device firmware [ 1.302401] Creating 2 MTD partitions on "firmware": [ 1.312334] 0x000000000000-0x00000026fda9 : "kernel" [ 1.323639] 0x00000026fda9-0x000000f60000 : "rootfs" [ 1.334674] mtd: device 6 (rootfs) set to be root filesystem [ 1.346056] 1 squashfs-split partitions found on MTD device rootfs [ 1.358366] 0x000000b10000-0x000000f60000 : "rootfs_data" [ 1.372858] [mtk_hw_init] reset_lock:0, force:0 [ 1.381909] [mtk_hw_init] execute fe cold reset [ 1.403363] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 22 [ 1.420977] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 22 [ 1.437631] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 [ 1.455077] mt7621-pci 1e140000.pcie: Parsing DT failed [ 1.468372] NET: Registered protocol family 10 [ 1.479035] Segment Routing with IPv6 [ 1.486457] NET: Registered protocol family 17 [ 1.495449] Bridge firewalling registered [ 1.503776] 8021q: 802.1Q VLAN Support v1.8 [ 1.561302] mt753x 1e110000.gsw: LAN/WAN VLAN setting=llllw [ 1.572562] mt753x 1e110000.gsw: Switch is MediaTek MT7530 rev 1 [ 3.021314] rt2880-pinmux pinctrl: pcie is already enabled [ 3.032423] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) [ 3.047348] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) [ 3.062141] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 [ 3.176429] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz [ 3.187536] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz [ 3.298514] mt7621-pci 1e140000.pcie: pcie1 no card, disable it (RST & CLK) [ 3.312379] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 3.326236] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 3.335948] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 3.354656] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 3.367318] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 3.381003] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 3.394692] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.405651] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 3.417640] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 3.430119] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 3.442677] pci 0000:00:00.0: supports D1 [ 3.450643] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 3.463587] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.479750] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280 [ 3.491763] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 3.505439] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) [ 3.534369] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.544785] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 3.556916] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 3.570428] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 3.584821] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 3.598027] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 3.611195] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 3.625055] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 3.638571] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 3.652953] pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff] [ 3.666472] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] [ 3.679993] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 3.694556] pci 0000:00:00.0: PCI bridge to [bus 01] [ 3.704443] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff] [ 3.717961] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 3.731477] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 3.746592] hctosys: unable to open rtc device (rtc0) [ 3.761997] VFS: Mounted root (squashfs filesystem) readonly on device 31:6. [ 3.780384] Freeing unused kernel memory: 1276K [ 3.789438] This architecture does not have kernel memory protection. [ 3.802257] Run /sbin/init as init process [ 4.891408] init: Console is alive [ 4.898554] init: - watchdog - [ 5.351434] mt753x 1e110000.gsw: Port 3 Link is Up - 1Gbps/Full [ 6.233457] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 6.455470] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 6.481520] init: - preinit - [ 8.310569] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 8.326722] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 8.343590] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 8.788727] random: jshn: uninitialized urandom read (4 bytes read) [ 8.871770] random: jshn: uninitialized urandom read (4 bytes read) [ 9.000515] random: jshn: uninitialized urandom read (4 bytes read) [ 11.366086] random: procd: uninitialized urandom read (4 bytes read) [ 15.531531] mount_root: loading kmods from internal overlay [ 15.572495] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 15.587528] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 15.879657] jffs2: notice: (597) jffs2_build_xattr_subsystem: complete building xattr subsystem, 30 of xdatum (27 unchecked, 0 orphan) and 43 of xref (0 dead, 0 orphan) found. [ 15.911844] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 15.932109] block: extroot: not configured [ 15.988267] jffs2: notice: (595) jffs2_build_xattr_subsystem: complete building xattr subsystem, 30 of xdatum (27 unchecked, 0 orphan) and 43 of xref (0 dead, 0 orphan) found. [ 16.150222] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 16.168919] block: extroot: not configured [ 16.178795] mount_root: switching to jffs2 overlay [ 16.191651] overlayfs: upper fs does not support tmpfile. [ 16.206887] urandom-seed: Seeding with /etc/urandom.seed [ 16.418340] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 16.441790] procd: - early - [ 16.447770] procd: - watchdog - [ 17.017893] random: crng init done [ 17.024741] random: 6 urandom warning(s) missed due to ratelimiting [ 17.131428] procd: - watchdog - [ 17.139031] procd: - ubus - [ 17.418156] procd: - init - [ 18.442516] kmodloader: loading kernel modules from /etc/modules.d/* [ 18.473719] NET: Registered protocol family 38 [ 18.493006] tun: Universal TUN/TAP device driver, 1.6 [ 18.510024] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 18.609571] cryptodev: driver 1.12 loaded. [ 18.625924] mediatek_soc_hnat 1e100000.hnat: wan = eth1 [ 18.636360] mediatek_soc_hnat 1e100000.hnat: lan = eth0 [ 18.646821] mediatek_soc_hnat 1e100000.hnat: ppd = eth0 [ 18.657327] mediatek_soc_hnat 1e100000.hnat: gmac num = 2 [ 18.668130] mediatek_soc_hnat 1e100000.hnat: ppe num = 1 [ 18.683896] mediatek_soc_hnat 1e100000.hnat: PPE0 entry number = 16384 [ 18.712724] mediatek_soc_hnat 1e100000.hnat: PPE0 hwnat start [ 18.724355] hnat roaming work enable [ 18.753579] mtk-eip93 1e004000.crypto: EIP93 Crypto Engine Initialized. [ 19.516674] register mt_drv [ 19.522393] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=24 [ 19.533163] pci 0000:00:00.0: enabling device (0004 -> 0007) [ 19.544437] mt_drv 0000:01:00.0: enabling device (0000 -> 0002) [ 19.572311] [ 19.572311] == pAd = f02c4490, size = 4035968, Status=0 == [ 19.586215] pAd->PciHif.CSRBaseAddress =0xc0d00000, csr_addr=0xc0d00000! [ 19.599555] RTMPInitPCIeDevice():device_id=0x7615 [ 19.608922] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615 [ 19.623123] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001 [ 19.633171] AP Driver version-5.0.4.0 [ 19.640445] RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0 [ 19.654469] mt7615_init()--> [ 19.660186] Use the default ePAeLNA bin image! [ 19.669022] Use the default /etc_ro/wlan/MT7615E_EEPROM1.bin bin image! [ 19.682202] <--mt7615_init() [ 19.692114] <-- RTMPAllocTxRxRingMemory, Status=0 [ 19.849483] xt_time: kernel timezone is -0000 [ 19.862855] PPP generic driver version 2.4.2 [ 19.872960] PPP MPPE Compression module registered [ 19.884557] NET: Registered protocol family 24 [ 19.898440] kmodloader: done loading kernel modules from /etc/modules.d/* [ 29.014651] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 29.030775] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 29.049733] br-lan: port 1(eth0) entered blocking state [ 29.060344] br-lan: port 1(eth0) entered disabled state [ 29.071679] device eth0 entered promiscuous mode [ 29.089998] br-lan: port 1(eth0) entered blocking state [ 29.100525] br-lan: port 1(eth0) entered forwarding state [ 29.148070] mtk_soc_eth 1e100000.ethernet eth1: configuring for fixed/rgmii link mode [ 29.164740] mtk_soc_eth 1e100000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx [ 29.193859] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 30.012067] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 31.607520] mt753x 1e110000.gsw: Port 4 Link is Up - 1Gbps/Full [ 39.623641] ra0: ===> main_virtual_if_open [ 39.632239] load l1profile succeed! [ 39.639263] driver_own()::Try to Clear FW Own... [ 39.948553] driver_own()::Success to clear FW Own [ 39.959395] APWdsInitialize():WdsEntry Number=4 [ 40.069379] multi-profile merge success, en:1,pf1_num:1,pf2_num:1,total:2 [ 40.082922] Open file "/tmp/profiles/mt_dbdc.dat" to store DBDC cfg! (21) [ 40.096600] RtmpOSFileOpen(): Error 2 opening /tmp/profiles/mt_dbdc.dat [ 40.109799] Open file "/tmp/profiles/mt_dbdc.dat" failed! [ 40.121985] E2pAccessMode=2 [ 40.128153] SSID[0]=K2P_5G_2CB0, EdcaIdx=0 [ 40.136543] SSID[1]=K2P_2CB0, EdcaIdx=0 [ 40.144638] DBDC Mode=1, eDBDC_mode = 1 [ 40.152876] BSS0 PhyMode=49 [ 40.158427] wmode_band_equal(): Band Equal! [ 40.166772] BSS1 PhyMode=14 [ 40.174079] BandSteering=0 [ 40.179664] BndStrgBssIdx=1;1 [ 40.185848] [TxPower] BAND0: 100, BAND1: 100 [ 40.195020] Power Boost (CCK, OFDM): RTMPSetProfileParameters [ 40.195035] [PowerUpCckOfdm] BAND1: (0)-(0)-(0)-(0)-(0)-(0)-(0) [ 40.218490] Power Boost (HT20): RTMPSetProfileParameters [ 40.218730] Power Boost (HT40): RTMPSetProfileParameters [ 40.229581] Power Boost (VHT20): RTMPSetProfileParameters [ 40.240432] Power Boost (VHT40): RTMPSetProfileParameters [ 40.251462] Power Boost (VHT80): RTMPSetProfileParameters [ 40.262488] Power Boost (VHT160): RTMPSetProfileParameters [ 40.273974] [PERCENTAGEenable] BAND0: 0, BAND1: 0 [ 40.294687] [BFBACKOFFenable] BAND0: 0, BAND1: 0 [ 40.304233] CalCacheApply = 0 [ 40.311709] FragThreshold[0]=2346 [ 40.318289] FragThreshold[1]=2346 [ 40.325793] Valid=1 [ 40.329954] APAifsn[0]=3 [ 40.335011] APAifsn[1]=7 [ 40.340039] APAifsn[2]=1 [ 40.345115] APAifsn[3]=1 [ 40.350357] Valid=1 [ 40.354552] APAifsn[0]=3 [ 40.359583] APAifsn[1]=7 [ 40.364641] APAifsn[2]=1 [ 40.369671] APAifsn[3]=1 [ 40.378206] BSSAifsn[0]=3 [ 40.383441] BSSAifsn[1]=7 [ 40.388643] BSSAifsn[2]=2 [ 40.393874] BSSAifsn[3]=2 [ 40.399291] BSSAifsn[0]=3 [ 40.404522] BSSAifsn[1]=7 [ 40.409725] BSSAifsn[2]=2 [ 40.414972] BSSAifsn[3]=2 [ 40.422417] DfsZeroWait Support=0/0 [ 40.430523] DfsZeroWaitCacTime=255/255 [ 40.439086] read_etxbf: ETxBfEnCond = 1 [ 40.446739] read_etxbf: BSSID[0] [ 40.453185] read_etxbf: MBSS[0] ETxBfEnCond = 1 [ 40.462220] read_etxbf: ETxBfEnCond = 1 [ 40.469841] read_etxbf: BSSID[1] [ 40.476282] read_etxbf: MBSS[1] ETxBfEnCond = 1 [ 40.528115] [rtmp_read_ap_client_from_file] pf1=1 pf2=1 [ 40.541335] If/wds0 - PeerPhyOpMode=255 [ 40.549783] APWdsInitialize():WdsEntry Number=4 [ 40.558815] WDS-Enable mode=0 [ 40.564977] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 40.584399] AndesSendCmdMsg: Command type = ed, Extension command type = 48 [ 40.602786] HT: WDEV[0] Ext Channel = ABOVE [ 40.611122] HT: WDEV[1] Ext Channel = ABOVE [ 40.619852] ChipI=7615, Value=0, pcie_aspm in profile=0 [ 40.658165] ICapMode = 0 [ 40.669031] WtcSetMaxStaNum: BssidNum:2, MaxStaNum:123 (WdsNum:4, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:124 [ 40.689931] Top Init Done! [ 40.695359] Use dev_alloc_skb [ 40.702508] RX[0] DESC 5183039d size = 16384 [ 40.712855] RX[1] DESC 9a527b0f size = 8192 [ 40.721894] cut_through_init(): ct sw token number = 4095 [ 40.733243] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 [ 40.748972] cut_through_token_list_init(): 748202a2,748202a2 [ 40.760695] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 [ 40.776183] cut_through_token_list_init(): e765d764,e765d764 [ 40.787499] Hif Init Done! [ 40.792913] ctl->txq = 341ebbd2 [ 40.799158] ctl->rxq = 106f19b7 [ 40.805474] ctl->ackq = 396606fb [ 40.811939] ctl->kickq = fb6fe3d4 [ 40.818519] ctl->tx_doneq = 2aeece58 [ 40.825653] ctl->rx_doneq = 80144bc9 [ 40.832867] Parsing patch header [ 40.839277] Built date: [ 40.839281] 2 [ 40.844508] 0 [ 40.847635] 1 [ 40.850756] 8 [ 40.853910] 0 [ 40.857037] 5 [ 40.860158] 1 [ 40.863331] 8 [ 40.866460] 1 [ 40.869582] 0 [ 40.872736] 0 [ 40.875863] 6 [ 40.878984] 0 [ 40.882139] 4 [ 40.885266] a [ 40.888388] [ 40.894491] [ 40.897440] Platform: [ 40.897443] A [ 40.902326] L [ 40.905454] P [ 40.908575] S [ 40.911730] [ 40.917799] HW/SW version: [ 40.917802] 0x [ 40.923550] 8a [ 40.926851] 10 [ 40.930144] 8a [ 40.933472] 10 [ 40.936771] [ 40.943060] Patch version: [ 40.943064] 0x [ 40.948782] 00 [ 40.952112] 00 [ 40.955413] 00 [ 40.958707] 10 [ 40.962035] [ 40.968287] Target address: 0x80000, length: 11072 [ 40.978195] patch is not ready && get semaphore success [ 40.988717] EventGenericEventHandler: CMD Success [ 40.998266] MtCmdPatchFinishReq [ 41.015805] EventGenericEventHandler: CMD Success [ 41.025273] release patch semaphore [ 41.032242] WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0 [ 41.044741] Parsing CPU 0 fw tailer [ 41.051707] Chip ID: [ 41.051711] 0x [ 41.056389] 04 [ 41.059682] [ 41.065951] Eco version: [ 41.065954] 0x [ 41.071357] 00 [ 41.074657] [ 41.080892] Region number: [ 41.080894] 0x [ 41.086641] 00 [ 41.089940] [ 41.096214] Format version: [ 41.096216] 0x [ 41.102138] 00 [ 41.105437] [ 41.111705] Ram version: [ 41.111710] _ [ 41.117084] r [ 41.120203] e [ 41.123356] s [ 41.126483] e [ 41.129604] r [ 41.132779] v [ 41.135907] e [ 41.139028] d [ 41.142205] _ [ 41.145333] [ 41.151430] Built date: [ 41.151435] 2 [ 41.156635] 0 [ 41.159756] 1 [ 41.162911] 9 [ 41.166038] 0 [ 41.169159] 3 [ 41.172312] 0 [ 41.175439] 7 [ 41.178561] 0 [ 41.181714] 1 [ 41.184842] 5 [ 41.187963] 6 [ 41.191081] 0 [ 41.194234] 3 [ 41.197361] [ 41.200481] [ 41.206584] Common crc: 0x0 [ 41.212338] Parsing tailer region 0 [ 41.219266] Feature set: [ 41.219268] 0x [ 41.224673] 01 [ 41.227971] [ 41.234247] Target address: 0x84000, Download size: 409600 [ 41.245354] Parsing tailer region 1 [ 41.252313] Feature set: [ 41.252317] 0x [ 41.257689] 01 [ 41.260981] [ 41.267255] Target address: 0x209c400, Download size: 43328 [ 41.278636] EventGenericEventHandler: CMD Success [ 41.292274] EventGenericEventHandler: CMD Success [ 41.302086] MtCmdFwStartReq: override = 0x1, address = 0x84000 [ 41.313786] EventGenericEventHandler: CMD Success [ 41.323178] Parsing CPU 1 fw tailer [ 41.330105] Chip ID: [ 41.330109] 0x [ 41.334828] 04 [ 41.338122] [ 41.344391] Eco version: [ 41.344394] 0x [ 41.349761] 00 [ 41.353086] [ 41.359329] Region number: [ 41.359331] 0x [ 41.365077] 00 [ 41.368374] [ 41.374644] Format version: [ 41.374647] 0x [ 41.380533] 00 [ 41.383858] [ 41.390099] Ram version: [ 41.390103] _ [ 41.395501] r [ 41.398627] e [ 41.401780] s [ 41.404906] e [ 41.408026] r [ 41.411178] v [ 41.414304] e [ 41.417425] d [ 41.420542] _ [ 41.423693] [ 41.429761] Built date: [ 41.429763] 2 [ 41.434989] 0 [ 41.438114] 1 [ 41.441285] 9 [ 41.444409] 0 [ 41.447529] 4 [ 41.450648] 1 [ 41.453819] 5 [ 41.456950] 1 [ 41.460071] 5 [ 41.463223] 4 [ 41.466349] 1 [ 41.469470] 4 [ 41.472621] 9 [ 41.475746] [ 41.478867] [ 41.484965] Common crc: 0x0 [ 41.490681] Parsing tailer region 0 [ 41.497634] Feature set: [ 41.497638] 0x [ 41.503044] 01 [ 41.506338] [ 41.512608] Target address: 0x90000000, Download size: 122608 [ 41.524319] EventGenericEventHandler: CMD Success [ 41.534809] MtCmdFwStartReq: override = 0x4, address = 0x0 [ 41.580954] EventGenericEventHandler: CMD Success [ 41.650403] MCU Init Done! [ 41.655796] efuse_probe: efuse = 10000212 [ 41.663796] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 41.674561] RtmpEepromGetDefault::e2p_dafault=1 [ 41.683597] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 [ 41.698688] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0] [ 41.714424] [34mNICReadEEPROMParameters: EEPROM 0x52 b300[m [ 49.208025] Country Region from e2p = 101 [ 49.216050] mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4 [ 49.228380] mt7615_antenna_default_reset(): DBDC BAND0 TxPath = 2, RxPath = 2 [ 49.242614] mt7615_antenna_default_reset(): DBDC BAND1 TxPath = 2, RxPath = 2 [ 49.256850] RcRadioInit(): DbdcMode=1, ConcurrentBand=2 [ 49.267292] RcRadioInit(): pRadioCtrl=6878015e,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf [ 49.284127] RcRadioInit(): pRadioCtrl=bd00773d,Band=1,rfcap=2,channel=36,PhyMode=1 extCha=0xf [ 49.301130] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 1 [ 49.313279] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 0 [ 49.325429] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1 [ 49.336725] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0 [ 49.348009] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0 [ 49.362252] MtCmdSetDbdcCtrl:(ret = 0) [ 49.369715] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!! [ 49.476110] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!! [ 49.487979] EEPROM Init Done! [ 49.493954] mt_mac_init()--> [ 49.499676] mt7615_init_mac_cr()--> [ 49.506653] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c [ 49.517074] mt7615_init_mac_cr(): TMAC_TRCR1=0x82783c8c [ 49.527507] <--mt_mac_init() [ 49.533760] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 49.547000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 49.560238] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 49.573279] MAC Init Done! [ 49.578656] MT7615BBPInit():BBP Initialization..... [ 49.588396] Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2 [ 49.606408] Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0 [ 49.624416] MT7615BBPInit() todo [ 49.630822] PHY Init Done! [ 49.638945] MtCmdSetMacTxRx:(ret = 0) [ 49.646559] MtCmdSetMacTxRx:(ret = 0) [ 49.654149] WifiFwdSet::disabled=0 [ 49.660918] Main bssid = 00:00:00:00:00:00 [ 49.669388] MtCmdSetMacTxRx:(ret = 0) [ 49.676918] MtCmdSetMacTxRx:(ret = 0) [ 49.684467] MtCmdSetMacTxRx:(ret = 0) [ 49.691985] MtCmdSetMacTxRx:(ret = 0) [ 49.699295] INIT REDUCE TCP ACK, ra0 [ 49.706407] <==== mt_wifi_init, Status=0 [ 49.714209] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1 [ 49.725481] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0 [ 49.736743] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0 [ 49.750829] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1 [ 49.760730] MtCmdEDCCACtrl: BandIdx: 1, EDCCACtrl: 1 [ 49.773097] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 [ 49.787570] hc_radio_res_request(): wdev=2, hobj is not ready! [ 49.800970] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 [ 49.815509] hc_radio_res_request(): wdev=3, hobj is not ready! [ 49.829566] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 [ 49.844141] hc_radio_res_request(): wdev=4, hobj is not ready! [ 49.857920] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 [ 49.872428] hc_radio_res_request(): wdev=5, hobj is not ready! [ 49.885899] Total allocated 4 WDS interfaces! [ 49.899293] WtcSetMaxStaNum: BssidNum:2, MaxStaNum:123 (WdsNum:4, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:124 [ 50.037369] RedInit: set CR4/N9 RED Enable to 1. [ 50.046657] RedInit: RED Initiailize Done. [ 50.055044] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2. [ 50.067118] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 50.079632] wifi_sys_open(), wdev idx = 0 [ 50.087646] wdev_attr_update(): wdevId0 = 00:0c:43:28:05:d0 [ 50.098779] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 50.110929] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 50.123076] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 50.134362] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 50.145639] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 50.160024] MtCmdSetDbdcCtrl:(ret = 0) [ 50.167872] [1;33m [RadarStateCheck] RD_NORMAL_MODE [m [ 50.178918] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 50.196044] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 50.213061] MtCmdChannelSwitch: control_chl = 44,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 0 [ 50.231262] BW = 2,TXStream = 2, RXStream = 2, scan(0) [ 50.343760] EventExtEventHandler: Unknown Ext Event(7) [ 50.443790] EventExtEventHandler: Unknown Ext Event(7) [ 50.543843] EventExtEventHandler: Unknown Ext Event(7) [ 50.643892] EventExtEventHandler: Unknown Ext Event(7) [ 50.743928] EventExtEventHandler: Unknown Ext Event(7) [ 50.843983] EventExtEventHandler: Unknown Ext Event(7) [ 50.944015] EventExtEventHandler: Unknown Ext Event(7) [ 51.044069] EventExtEventHandler: Unknown Ext Event(7) [ 51.144116] EventExtEventHandler: Unknown Ext Event(7) [ 51.305975] EventExtEventHandler: Unknown Ext Event(7) [ 51.406048] EventExtEventHandler: Unknown Ext Event(7) [ 51.506100] EventExtEventHandler: Unknown Ext Event(7) [ 51.606121] EventExtEventHandler: Unknown Ext Event(7) [ 51.706173] EventExtEventHandler: Unknown Ext Event(7) [ 51.806211] EventExtEventHandler: Unknown Ext Event(7) [ 51.906254] EventExtEventHandler: Unknown Ext Event(7) [ 52.006319] EventExtEventHandler: Unknown Ext Event(7) [ 52.021645] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 52.033949] [DfsCacNormalStart] Normal start. Enable MAC TX [ 52.046390] Caller: wlan_operate_init+0xa4/0x11c [mt_wifi] [ 52.057404] phy_mode=49, ch=44, wdev_type=1 [ 52.065751] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 52.084312] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 52.096294] AP inf up for ra_0(func_idx) OmacIdx=0 [ 52.105940] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn [ 52.115889] ApAutoChannelAtBootUp-----------------> [ 52.125650] ApAutoChannelAtBootUp: AutoChannelBootup = 0 [ 52.136242] ApAutoChannelAtBootUp<----------------- [ 52.145973] [41m ap_run_at_boot() : ACS is disable !![m [ 52.156769] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 52.168502] wifi_sys_linkup(), wdev idx = 0 [ 52.176896] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1 [ 52.176896] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 52.345244] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196 [ 52.370024] MtCmdSetDbdcCtrl:(ret = 0) [ 52.378338] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 [ 52.389925] APStartUpForMbss: BssIndex = 1 channel = 44 [ 52.400733] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 1 [ 52.414345] apidx 0 for WscUUIDInit [ 52.421334] Generate UUID for apidx(0) [ 52.446470] apcli0: ===> apcli_virtual_if_open [ 52.455402] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 52.468031] wifi_sys_open(), wdev idx = 6 [ 52.476151] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 52.488440] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 52.500680] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 52.512017] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 52.523351] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 52.537688] MtCmdSetDbdcCtrl:(ret = 0) [ 52.545436] [DfsCacNormalStart] Normal start. Enable MAC TX [ 52.558106] Caller: wlan_operate_init+0xa4/0x11c [mt_wifi] [ 52.569141] phy_mode=49, ch=44, wdev_type=128 [ 52.577898] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 52.596499] ht_cap->HtCapParm: mdpu_density=0, ampdu_factor=3 [ 52.608510] APCLI inf up for apcli_0(func_idx) OmacIdx=1 [ 52.619601] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 1 [ 52.646217] rax0: ===> mbss_virtual_if_open [ 52.654669] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 52.667276] wifi_sys_open(), wdev idx = 1 [ 52.675326] wdev_attr_update(): wdevId1 = 02:0c:43:38:05:d0 [ 52.686536] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 52.698752] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 52.710934] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 52.722228] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 52.733548] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 52.748207] MtCmdSetDbdcCtrl:(ret = 0) [ 52.755949] [1;33m [RadarStateCheck] RD_NORMAL_MODE [m [ 52.766794] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 52.783811] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 52.800816] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0 [ 52.818677] BW = 1,TXStream = 2, RXStream = 2, scan(0) [ 53.078906] [DfsCacNormalStart] Normal start. Enable MAC TX [ 53.091047] Caller: wlan_operate_init+0xa4/0x11c [mt_wifi] [ 53.102020] phy_mode=14, ch=6, wdev_type=1 [ 53.110159] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 53.128688] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 53.140385] AP inf up for ra_1(func_idx) OmacIdx=17 [ 53.150136] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 53.160127] ApAutoChannelAtBootUp-----------------> [ 53.169861] ApAutoChannelAtBootUp: AutoChannelBootup = 0 [ 53.180433] ApAutoChannelAtBootUp<----------------- [ 53.190230] [41m ap_run_at_boot() : ACS is disable !![m [ 53.200985] [PMF]APPMFInit:: apidx=1, MFPC=0, MFPR=0, SHA256=0 [ 53.212675] wifi_sys_linkup(), wdev idx = 1 [ 53.220994] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:126 for WDEV_TYPE:1 [ 53.220994] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 53.360625] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 53.384127] MtCmdSetDbdcCtrl:(ret = 0) [ 53.392183] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 [ 53.403928] APStartUpForMbss: BssIndex = 0 channel = 6 [ 53.414242] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0 [ 53.427280] Enable 20/40 BSSCoex Channel Scan(BssCoex=1) [ 53.438041] MtCmdSetMacTxRx:(ret = 0) [ 53.445426] MtCmdSetMacTxRx:(ret = 0) [ 53.452738] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 53.469700] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 53.486672] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0 [ 53.504507] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 53.517180] AP OBSS SYNC - BBP R4 to 20MHz.l [ 54.121158] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 54.138149] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 54.155124] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0 [ 54.172964] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 54.185580] AP OBSS SYNC - BBP R4 to 20MHz.l [ 54.791151] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 54.808138] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 54.825110] MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0 [ 54.842945] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 54.855526] AP OBSS SYNC - BBP R4 to 20MHz.l [ 55.461145] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 55.478131] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 55.495104] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0 [ 55.512938] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 55.525562] AP OBSS SYNC - BBP R4 to 20MHz.l [ 56.131160] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 56.148153] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 56.165130] MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0 [ 56.182961] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 56.195583] AP OBSS SYNC - BBP R4 to 20MHz.l [ 56.801150] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 56.818137] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 56.835110] MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0 [ 56.852943] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 56.865526] AP OBSS SYNC - BBP R4 to 20MHz.l [ 57.471141] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 57.488127] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 57.505101] MtCmdChannelSwitch: control_chl = 9,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0 [ 57.522932] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 57.535542] AP OBSS SYNC - BBP R4 to 20MHz.l [ 58.141156] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 58.158138] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 58.175116] MtCmdChannelSwitch: control_chl = 10,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0 [ 58.193291] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 58.205885] AP OBSS SYNC - BBP R4 to 20MHz.l [ 58.811158] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 58.828149] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 58.845121] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 11 DBDCIdx= 0, Band= 0 [ 58.863300] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 58.875934] AP OBSS SYNC - BBP R4 to 20MHz.l [ 59.481151] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 59.498141] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 59.515134] MtCmdChannelSwitch: control_chl = 12,control_ch2=0, central_chl = 12 DBDCIdx= 0, Band= 0 [ 59.533346] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 59.546032] AP OBSS SYNC - BBP R4 to 20MHz.l [ 60.151153] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 60.168147] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 60.185119] MtCmdChannelSwitch: control_chl = 13,control_ch2=0, central_chl = 13 DBDCIdx= 0, Band= 0 [ 60.203296] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 60.215893] AP OBSS SYNC - BBP R4 to 20MHz.l [ 60.821149] Channel[Idx=2, Ch=3].bEffectedChannel=0x2! [ 60.831394] needFallBack=TRUE due to OP/OT! [ 60.839702] Channel[Idx=3, Ch=4].bEffectedChannel=0x3! [ 60.849918] needFallBack=TRUE due to OP/OT! [ 60.858240] needFallBack=TRUE due to OS! [ 60.866043] Channel[Idx=4, Ch=5].bEffectedChannel=0x2! [ 60.876261] needFallBack=TRUE due to OP/OT! [ 60.884589] Channel[Idx=5, Ch=6].bEffectedChannel=0x3! [ 60.894809] needFallBack=TRUE due to OS! [ 60.902620] Channel[Idx=6, Ch=7].bEffectedChannel=0x3! [ 60.912842] needFallBack=TRUE due to OP/OT! [ 60.921160] needFallBack=TRUE due to OS! [ 60.928949] Channel[Idx=7, Ch=8].bEffectedChannel=0x3! [ 60.939165] needFallBack=TRUE due to OP/OT! [ 60.947488] needFallBack=TRUE due to OS! [ 60.955300] Channel[Idx=8, Ch=9].bEffectedChannel=0x3! [ 60.965519] needFallBack=TRUE due to OP/OT! [ 60.973840] needFallBack=TRUE due to OS! [ 60.981643] Channel[Idx=9, Ch=10].bEffectedChannel=0x2! [ 60.992035] needFallBack=TRUE due to OP/OT! [ 61.000344] Channel[Idx=10, Ch=11].bEffectedChannel=0x6! [ 61.010909] needFallBack=TRUE due to OP/OT! [ 61.019232] Channel[Idx=11, Ch=12].bEffectedChannel=0x2! [ 61.029796] needFallBack=TRUE due to OP/OT! [ 61.038121] Channel[Idx=12, Ch=13].bEffectedChannel=0x2! [ 61.048683] needFallBack=TRUE due to OP/OT! [ 61.057047] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload [ 61.074014] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload [ 61.090987] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0 [ 61.108835] BW = 1,TXStream = 2, RXStream = 2, scan(0) [ 61.367415] [DfsCacNormalStart] Normal start. Enable MAC TX [ 61.378671] [DfsCacNormalStart] Normal start. Enable MAC TX [ 61.389858] apidx 1 for WscUUIDInit [ 61.396804] Generate UUID for apidx(1) [ 61.414590] apclix0: ===> apcli_virtual_if_open [ 61.423659] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 61.436196] wifi_sys_open(), wdev idx = 7 [ 61.444264] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 61.456495] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 61.468676] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 61.480008] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 61.491312] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 61.505638] MtCmdSetDbdcCtrl:(ret = 0) [ 61.513278] [DfsCacNormalStart] Normal start. Enable MAC TX [ 61.525536] Caller: wlan_operate_init+0xa4/0x11c [mt_wifi] [ 61.536579] phy_mode=14, ch=6, wdev_type=128 [ 61.545104] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 61.563825] ht_cap->HtCapParm: mdpu_density=0, ampdu_factor=3 [ 61.575594] APCLI inf up for apcli_1(func_idx) OmacIdx=2 [ 61.586569] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0 [ 61.750350] br-lan: port 2(ra0) entered blocking state [ 61.760704] br-lan: port 2(ra0) entered disabled state [ 61.771847] device ra0 entered promiscuous mode [ 61.781331] br-lan: port 2(ra0) entered blocking state [ 61.791618] br-lan: port 2(ra0) entered forwarding state [ 61.810994] br-lan: port 3(rax0) entered blocking state [ 61.821548] br-lan: port 3(rax0) entered disabled state [ 61.832545] device rax0 entered promiscuous mode [ 61.842136] br-lan: port 3(rax0) entered blocking state [ 61.852644] br-lan: port 3(rax0) entered forwarding state [ 62.390795] New Sta:c0:ee:fb:46:98:cd [ 62.567133] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=1 from C0:EE:FB:46:98:CD [ 62.567133] [ 62.590396] PTK:7dd1492f27d1d3eb1301eefb180b559c3151ae36c1b83957e717a9ea68bfa1d3d3bd1b0a97d172ff4728d9a6fb976fc991a03b44b63e69a4f10b93bc9e859986 [ 62.663303] Rcv Wcid(1) AddBAReq [ 62.669766] Start Seq = 00000000 [ 62.822954] Rcv Wcid(1) AddBAReq [ 62.829640] Start Seq = 00000000 [ 65.002871] Rcv Wcid(1) AddBAReq [ 65.009304] Start Seq = 00000002 [ 68.489436] New Sta:d8:2f:e6:76:e9:c7 [ 68.630974] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=2 from D8:2F:E6:76:E9:C7 [ 68.630974] [ 68.655351] PTK:fc3037d6bc07cd15d437c43814e28ec2ae1fe1ecb01b11145a7ce7e243443e5aec869f7b128d950bf286461ffb1b8aa34fd27d4e467781693d23c7a5a9a83858 [ 71.926225] New Sta:a8:1b:5a:ac:a2:fa [ 72.251703] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=3 from A8:1B:5A:AC:A2:FA [ 72.251703] [ 72.275036] PTK:464c8075db41c7e4191e4b77dabed818d2ee4b8f442d9b7d1d40ec88e44cb17df9a6774e9a3ed7ca558be191994787e37c3f27059f8a6d02adf6d688e9b2f464 [ 73.998669] Rcv Wcid(3) AddBAReq [ 74.005179] Start Seq = 00000009 [ 76.265157] New Sta:c0:ee:fb:62:ae:f6 [ 76.410022] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=4 from C0:EE:FB:62:AE:F6 [ 76.410022] [ 76.433263] PTK:6c62f8e0c40acfa40b15a10c123e82e3949b118a01525a2fb0dbc668345495d522ffb24949ce1ec8600685fade15d6bf2796a505119e0c33884271bf6435117f [ 76.499996] Rcv Wcid(4) AddBAReq [ 76.506617] Start Seq = 00000000 [ 77.182554] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 78.281460] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 79.391909] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 86.641547] Rcv Wcid(4) AddBAReq [ 86.648024] Start Seq = 00000001 [ 95.832359] New Sta:ea:9b:95:c9:fb:42 [ 95.977414] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=5 from EA:9B:95:C9:FB:42 [ 95.977414] [ 96.000660] PTK:ab85f6974cdfcf547e427811135836e079d33517e32a57dd02171afba05eef475f87e348fd42560963b52fca54fe7ec156362a191aa33c14670ea9b9de09b1d0 [ 96.062229] Rcv Wcid(5) AddBAReq [ 96.068667] Start Seq = 00000000 [ 96.515029] Rcv Wcid(4) AddBAReq [ 96.521565] Start Seq = 00000001 [ 99.822456] Rcv Wcid(4) AddBAReq [ 99.828886] Start Seq = 00000002 [ 144.444012] New Sta:6c:2f:2c:e6:41:96 [ 144.592641] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=6 from 6C:2F:2C:E6:41:96 [ 144.592641] [ 144.615862] PTK:ae32c2ef1593e55fb77d67e801c28e6a6b9cc02c7e8975f6be28e5d252b56ee9d8912ebf0852aa8c3865fe0e1ba3aaa9ec4b7e852ec149b4904ab93be35078de [ 144.678220] New Sta:12:47:7d:0d:4f:be [ 146.449849] Rcv Wcid(6) AddBAReq [ 146.456410] Start Seq = 00000000 [ 146.687634] Del Sta:12:47:7d:0d:4f:be [ 150.249157] New Sta:12:47:7d:0d:4f:be [ 150.391020] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=7 from 12:47:7D:0D:4F:BE [ 150.391020] [ 150.414457] PTK:d48f3497179b6cf7aef9856e2659c1023bfc3c4cbb2c35fc0c2cc454f41309bfa33efa4495aaabfc43fafd44d951584dc326750edf8d076dbe5319b1581a0d2e [ 150.496302] Rcv Wcid(7) AddBAReq [ 150.502749] Start Seq = 00000000 [ 179.447307] Rcv Wcid(1) AddBAReq [ 179.453759] Start Seq = 00000000 [ 239.236110] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 240.336131] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 242.546160] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 243.134193] Rcv Wcid(5) AddBAReq [ 243.140691] Start Seq = 00000002 [ 245.846336] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 268.532169] Rcv Wcid(5) AddBAReq [ 268.538690] Start Seq = 00000001 [ 278.846654] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 282.146732] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 283.246636] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 288.746777] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 289.846687] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 292.047160] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 294.249362] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 296.446685] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 299.749379] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 304.146669] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 305.246600] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 307.446519] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 310.746586] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 311.846601] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 385.566855] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 393.286793] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 397.687678] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 404.287089] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 441.698088] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 442.797900] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 741.701194] Del Sta:c0:ee:fb:62:ae:f6 [ 813.361472] New Sta:c0:ee:fb:62:ae:f6 [ 813.371510] update_associated_mac_entry(): Peer's OperatingMode=>RxNssType: 0, RxNss: 1, ChBW: 2 [ 813.503050] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=4 from C0:EE:FB:62:AE:F6 [ 813.503050] [ 813.526265] PTK:be4c0b231a925ae248aa9085b48285b889f441e205c739d103f971401337275942cb452aaadc5c61651a02cb664aea20f692672cc1b0ae58234d4d8adf6f829e [ 813.880727] Rcv Wcid(4) AddBAReq [ 813.887174] Start Seq = 00000000 [ 819.812629] Rcv Wcid(4) AddBAReq [ 819.819154] Start Seq = 00000002 [ 882.903365] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 884.003350] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 885.103299] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 886.203264] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 888.403237] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 889.503214] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 891.703169] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 892.803183] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 893.903142] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 896.103129] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 896.533922] Rcv Wcid(4) AddBAReq [ 896.540391] Start Seq = 00000001 [ 915.917507] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 918.112871] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 989.312491] Del Sta:c0:ee:fb:62:ae:f6 [ 1060.655277] New Sta:c0:ee:fb:62:ae:f6 [ 1060.780560] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=4 from C0:EE:FB:62:AE:F6 [ 1060.780560] [ 1060.803932] PTK:bd76b7e03ea722ba0d100b62383f98e8b3dc4ba8322a24770bb133b2e8e818b0ee49f27fd613ce2609abfee6c641a9786f6a163fc7a6f615c5c916b3329df048 [ 1061.109526] Rcv Wcid(4) AddBAReq [ 1061.115966] Start Seq = 00000000 [ 1061.427413] Rcv Wcid(4) AddBAReq [ 1061.433887] Start Seq = 00000000 [ 1064.152665] Rcv Wcid(4) AddBAReq [ 1064.159113] Start Seq = 00000000 [ 1110.039419] Rcv Wcid(4) AddBAReq [ 1110.045895] Start Seq = 00000002 [ 1141.433633] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1142.533456] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1143.634090] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1146.933477] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1148.033564] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1150.233434] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1152.433401] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1154.633423] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1156.833408] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1157.933756] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1160.133511] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1170.033238] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1171.133286] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1173.333705] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1174.433275] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1178.833133] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1179.933140] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1181.033303] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1182.133281] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1183.233150] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1189.833073] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1190.933079] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1192.033038] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1194.233161] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1195.333085] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1196.433095] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1198.633045] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1199.732982] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1200.833135] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1203.033013] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1205.232912] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1206.118830] Del Sta:c0:ee:fb:62:ae:f6 [ 1206.332906] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1276.314117] New Sta:c0:ee:fb:62:ae:f6 [ 1276.441449] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=4 from C0:EE:FB:62:AE:F6 [ 1276.441449] [ 1276.464663] PTK:00c36c2550b8e00d848c84219f98f6fadb0623ea74351c3df5af5dcee8e500f2d9479d899012ca74e32c6443130139f53a5263a919d67d021311b949bd233bbd [ 1276.738286] Rcv Wcid(4) AddBAReq [ 1276.744926] Start Seq = 00000000 [ 1276.865984] Rcv Wcid(4) AddBAReq [ 1276.872533] Start Seq = 00000000 [ 1278.945178] Rcv Wcid(4) AddBAReq [ 1278.951617] Start Seq = 00000002 [ 1318.533224] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1319.634492] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1374.632863] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1375.732893] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1376.832856] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1377.932868] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1381.232982] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1387.832903] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1391.133059] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1393.333083] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1394.433040] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1395.533301] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1416.665570] Rcv Wcid(4) AddBAReq [ 1416.672002] Start Seq = 00000000 [ 1452.743739] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1453.843728] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1475.843988] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1476.943909] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1494.554090] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1497.854238] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1498.954579] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1500.054241] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1505.554171] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1507.754353] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1508.854292] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1509.954216] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1511.585328] Del Sta:c0:ee:fb:62:ae:f6 [ 1582.325266] New Sta:c0:ee:fb:62:ae:f6 [ 1582.452803] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=4 from C0:EE:FB:62:AE:F6 [ 1582.452803] [ 1582.476017] PTK:0d343a8af86928336f31706ee25e1d3c10eebf51668453ccb88b321bc396c484098bf714c933c6c52c99e5af658e7c2052dd268dde12d8ee1b993c69010ef779 [ 1582.884873] Rcv Wcid(4) AddBAReq [ 1582.891303] Start Seq = 00000000 [ 1583.011269] Rcv Wcid(4) AddBAReq [ 1583.017781] Start Seq = 00000002 [ 1619.955786] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1621.055790] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1623.255841] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1624.355824] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1626.555854] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1628.765964] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1634.266022] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1643.076005] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1645.276098] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1646.376131] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1648.576285] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1649.676120] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1650.786516] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1654.106210] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1662.618914] Rcv Wcid(4) AddBAReq [ 1662.625715] Start Seq = 00000000 [ 1692.616454] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1693.717240] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1798.247147] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1799.347080] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1805.947126] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1807.047332] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1812.547174] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1813.647174] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1829.047507] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1830.147344] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1831.247334] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1833.448025] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1836.747378] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1838.947573] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1844.447479] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1846.647385] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1856.557443] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1860.957520] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1862.067509] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1864.267501] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1865.367520] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1867.567527] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1868.667566] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1870.867541] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1873.067554] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1932.468113] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1933.568194] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1963.268354] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1964.369262] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 1975.368460] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 1976.468538] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2010.578704] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2127.238596] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2128.338684] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2195.478634] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2196.578617] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2198.778643] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2199.878577] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2200.978663] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2202.078714] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2203.178591] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2205.378611] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2254.888622] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2255.988625] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2262.588560] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2264.788637] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2268.098697] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2270.298641] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2276.908572] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 2278.008560] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 2810.925110] efd, flush one! [ 3288.327522] 94f, flush one! [ 3296.797984] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3298.997973] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3300.098204] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3301.198054] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3302.298000] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3307.798035] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3309.998083] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3312.198119] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3315.498208] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3318.798107] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3319.898162] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3320.998228] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3346.308566] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3348.508380] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3354.124844] Rcv Wcid(7) AddBAReq [ 3354.131403] Start Seq = 00000000 [ 3356.208487] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3357.308435] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3360.608690] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3361.708603] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3367.208722] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3368.309134] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3369.039307] ab, flush one! [ 3369.551387] 2ae, flush one! [ 3385.928702] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3386.975761] dc7, flush one! [ 3387.028790] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3390.328798] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3392.528870] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3396.929011] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3396.978470] c7d, flush one! [ 3398.028858] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3450.945949] Rcv Wcid(5) AddBAReq [ 3450.952456] Start Seq = 00000002 [ 3451.929061] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3454.128945] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 3455.238878] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 3456.349139] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3458.548884] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 3458.549036] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3460.758903] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 3460.759082] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3491.569248] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3492.669227] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3521.279432] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3522.379421] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3553.179623] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3554.279557] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3568.510161] 548, flush one! [ 3670.900136] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3673.100087] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3798.012025] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:46:98:CD [ 3798.012025] [ 3798.050935] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:62:AE:F6 [ 3798.050935] [ 3798.072801] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from EA:9B:95:C9:FB:42 [ 3798.072801] [ 3798.211105] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 6C:2F:2C:E6:41:96 [ 3798.211105] [ 3798.973154] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from D8:2F:E6:76:E9:C7 [ 3798.973154] [ 3799.170233] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from A8:1B:5A:AC:A2:FA [ 3799.170233] [ 3799.497408] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 12:47:7D:0D:4F:BE [ 3799.497408] [ 3822.759489] 603, flush one! [ 3823.850562] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3824.950549] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3826.050572] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3827.150547] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3830.450583] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3831.550582] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3865.660727] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3866.760777] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3903.461748] 62d, flush one! [ 3931.660962] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3932.760980] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3942.267181] 654, flush one! [ 3947.061114] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3951.402799] c6b, flush one! [ 3951.461001] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3952.561035] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3955.861033] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3956.961097] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3959.161042] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3960.261093] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3961.361038] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3965.242617] 674, flush one! [ 3970.161078] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3971.261126] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3976.761121] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3977.861099] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 3987.761118] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 3988.861121] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4005.361197] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4006.461170] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4072.472246] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4073.571614] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4247.402028] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4248.502007] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4250.702011] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4251.802061] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4271.602082] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4272.712086] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4295.812105] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4296.912241] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4332.112255] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4333.212204] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4544.452339] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4545.552396] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4558.752415] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4560.952313] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4574.152352] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4575.252248] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4590.652344] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4591.752257] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4608.252211] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4609.352242] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4623.652266] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4624.752269] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4639.052170] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4640.152198] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4644.552274] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4645.652207] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4882.192218] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 4883.292189] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 4888.443181] Rcv Wcid(4) AddBAReq [ 4888.449922] Start Seq = 00000001 [ 5027.412379] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5028.512561] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5058.212507] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5059.312429] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5076.922457] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5078.022507] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5112.122593] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5113.222598] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5122.022622] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5123.122609] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5129.722687] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5130.822633] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5147.322707] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5148.422723] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5158.332731] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5159.432742] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5256.233371] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5257.333066] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5295.833273] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5296.933217] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5325.533458] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5327.733343] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5351.933425] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5353.033406] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5368.433526] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5369.533549] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5375.033456] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5376.133445] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5383.833549] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5384.933465] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5399.233558] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5400.333514] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5411.333558] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5412.433573] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5427.833702] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5428.933602] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5446.533714] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5447.633656] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5581.834477] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5582.934362] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 5926.516262] Rcv Wcid(4) AddBAReq [ 5926.523052] Start Seq = 00000001 [ 5928.366143] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 5931.666164] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 6109.651436] Rcv Wcid(4) AddBAReq [ 6109.658025] Start Seq = 00000001 [ 6197.877020] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 6197.961050] bd9, flush one! [ 6200.076993] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 6279.287036] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 6280.387003] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 6378.296963] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 6379.396872] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 6476.196994] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 6477.297075] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 6499.247060] 79b, flush one! [ 6532.317210] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 6535.617960] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 6587.211199] d5a, flush one! [ 6587.365042] dba, flush one! [ 6588.030570] e3a, flush one! [ 6595.026962] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 6598.326888] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 6640.168691] bbf, flush one! [ 6641.120077] 23c, flush one! [ 6641.983574] 531, flush one! [ 6645.743297] aed, flush one! [ 6666.471703] ca0, flush one! [ 6667.738560] 358, flush one! [ 6682.286535] 699, flush one! [ 6682.529724] 6c8, flush one! [ 6683.861138] c05, flush one! [ 6684.484353] d1f, flush one! [ 6684.959455] e5e, flush one! [ 6687.290521] 210, flush one! [ 6687.419523] 253, flush one! [ 6693.852361] c13, flush one! [ 7307.956229] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7309.056243] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7445.466569] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7446.566502] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7456.466325] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7457.566353] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7465.266473] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7467.466331] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7481.766368] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7485.066361] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7544.069457] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 6C:2F:2C:E6:41:96 [ 7544.069457] [ 7544.105547] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:46:98:CD [ 7544.105547] [ 7544.127424] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:62:AE:F6 [ 7544.127424] [ 7544.149470] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from EA:9B:95:C9:FB:42 [ 7544.149470] [ 7546.067875] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from D8:2F:E6:76:E9:C7 [ 7546.067875] [ 7546.345511] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from A8:1B:5A:AC:A2:FA [ 7546.345511] [ 7547.271975] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 12:47:7D:0D:4F:BE [ 7547.271975] [ 7566.496430] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7569.796436] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7599.506429] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7600.606535] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7601.706565] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7602.806541] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7609.406518] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7610.506412] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7644.606455] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7647.906512] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7649.006544] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7652.306529] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7652.947292] 583, flush one! [ 7655.606501] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7656.706570] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7662.206576] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7663.306598] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7707.316677] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7708.416552] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7712.826634] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7713.266185] ed7, flush one! [ 7713.926594] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7737.026685] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7738.126657] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7739.226683] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7743.646961] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7782.869060] Rcv Wcid(7) AddBAReq [ 7782.875520] Start Seq = 00000007 [ 7921.876815] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7922.976822] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7962.587215] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7964.786846] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 7966.986772] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 7969.186857] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8130.887619] Rcv Wcid(5) AddBAReq [ 8130.894081] Start Seq = 00000001 [ 8179.597363] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8185.097333] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8187.307261] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8188.417305] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8209.337385] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8212.637440] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8219.237308] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8221.447337] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8226.958388] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8228.067376] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8234.677382] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8239.087479] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8240.187518] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8242.387444] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8246.797707] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8254.507578] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8255.607894] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8264.407633] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8267.707704] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8273.207657] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8274.307816] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8276.517833] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8277.617662] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8279.817635] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8280.917719] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8284.217563] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8288.627500] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8289.737928] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8317.237972] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8318.337754] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8372.238090] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8373.337870] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8392.037983] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8393.137930] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8407.438133] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8409.637832] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8409.637941] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8411.847910] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8451.458209] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8452.558265] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8466.858061] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8467.958046] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8480.058959] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8482.258319] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8615.390433] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8616.498441] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [ 8701.218708] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8704.518755] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8714.418763] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8716.618764] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8741.918836] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8744.118782] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8763.928826] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8765.028794] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8770.529021] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8772.728857] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8804.628937] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8806.829025] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8822.230568] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8823.328990] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8842.039175] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8843.139045] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8869.539081] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8871.739128] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 8886.039173] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 8887.139134] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9026.849433] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9029.049471] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9030.149516] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9032.349492] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9058.759661] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9059.859515] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9088.479608] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9090.679462] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9176.489676] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9177.589844] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9206.200098] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9208.399641] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9297.519913] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9299.719904] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9382.220595] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9384.420043] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9458.130313] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9460.330007] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9483.430593] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9485.630126] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9563.730251] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9564.830189] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9579.396531] c51, flush one! [ 9589.030253] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9591.230288] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9664.940404] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9666.040410] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9678.140449] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9679.240453] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9689.140435] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9690.240377] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9704.540378] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9705.640799] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 9717.750467] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [ 9718.850447] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [10572.532901] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [10573.632835] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [10721.044057] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [10722.143272] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11290.211083] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:46:98:CD [11290.211083] [11290.240876] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:62:AE:F6 [11290.240876] [11290.313767] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from EA:9B:95:C9:FB:42 [11290.313767] [11290.413245] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 6C:2F:2C:E6:41:96 [11290.413245] [11291.291697] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from D8:2F:E6:76:E9:C7 [11291.291697] [11291.345930] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from A8:1B:5A:AC:A2:FA [11291.345930] [11291.594077] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 12:47:7D:0D:4F:BE [11291.594077] [11406.404823] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11409.704772] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11537.325119] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11538.425101] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11593.435143] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11594.535083] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11686.935423] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11688.035450] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11715.476673] 54a, flush one! [11723.235422] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11724.335335] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11745.038847] ac0, flush one! [11759.632840] aa3, flush one! [11774.945406] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11776.045405] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11784.552648] 184, flush one! [11799.921367] 46f, flush one! [11803.415175] 51a, flush one! [11845.345510] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11846.445501] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11856.202941] f77, flush one! [11872.855718] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11873.955522] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11900.355707] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11901.455900] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11932.604781] bc3, flush one! [11933.355800] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11934.455825] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11937.755853] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11939.955764] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11943.255883] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11944.355872] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11946.555957] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11947.656187] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11948.756367] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11950.955959] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11956.455968] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11958.655869] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11983.976393] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11988.376109] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11991.676063] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11992.776201] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11993.876067] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11994.976128] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [11997.090502] 805, flush one! [11997.176209] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [11998.276045] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [12001.576058] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [12005.986136] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [12007.086112] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [12008.186181] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [12009.286190] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [12010.386279] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [12883.829249] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [12884.929166] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [12948.739265] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [12949.839413] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [13102.740026] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [13103.840060] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [13107.139974] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [13108.239991] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [13370.061330] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [13371.161111] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [13373.361065] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [13376.661079] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [13430.185527] Del Sta:c0:ee:fb:62:ae:f6 [13639.275908] 710, flush one! [13686.888772] New Sta:94:0e:6b:1a:27:ca [13687.050920] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=4 from 94:0E:6B:1A:27:CA [13687.050920] [13687.074149] PTK:2670c0616bfece16c844ba6aba7726f347987bd0c1686ac3bc060b11e56e391f56ee1198bb27a1ace5b7c55f9848abd5c2971a6a9588633ed7b27da3f83ba08a [13688.959438] Rcv Wcid(4) AddBAReq [13688.966899] Start Seq = 00000005 [13773.002113] 36d, flush one! [13940.462715] 693, flush one! [14194.266206] Del Sta:12:47:7d:0d:4f:be [14220.441066] New Sta:c0:ee:fb:62:ae:f6 [14220.562011] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=7 from C0:EE:FB:62:AE:F6 [14220.562011] [14220.585245] PTK:e9bab4f145f0f0ead1cc874ce59ff7af420c5c068c6a8c4136e629022476552d212a8863a9db7a324437a6c391287fd21cebaedb4cb7c5a11d22968827251acb [14220.642755] Rcv Wcid(7) AddBAReq [14220.649197] Start Seq = 00000000 [14220.755159] Rcv Wcid(7) AddBAReq [14220.761607] Start Seq = 00000002 [14222.170817] Rcv Wcid(7) AddBAReq [14222.177348] Start Seq = 00000001 [14233.897760] Del Sta:c0:ee:fb:62:ae:f6 [14249.232127] New Sta:c0:ee:fb:62:ae:f6 [14249.366555] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=7 from C0:EE:FB:62:AE:F6 [14249.366555] [14249.389821] PTK:0d39361c5c2a0738f9f7aaf3360e1d0a52e709b095376fdec16bca8f5aefe30e6121931cf12948c8e305612ae8736f75d3d9ea91b12e7b49b21fb38a26bd4c04 [14249.491273] Rcv Wcid(7) AddBAReq [14249.497754] Start Seq = 00000000 [14250.872758] Rcv Wcid(7) AddBAReq [14250.879260] Start Seq = 00000001 [14252.604381] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [14257.004315] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [14269.104432] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [14270.204317] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [14288.864942] Rcv Wcid(7) AddBAReq [14288.871477] Start Seq = 00000001 [14297.704683] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [14298.804460] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [14303.713699] Rcv Wcid(7) AddBAReq [14303.720150] Start Seq = 00000002 [14318.447006] New Sta:12:47:7d:0d:4f:be [14318.592401] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=8 from 12:47:7D:0D:4F:BE [14318.592401] [14318.616159] PTK:0165edb34ee3b6516f5e491a8f1c769e6d3d875857288aca72e7aef04565a71abbeec94a5fd18aa3cff8964ae90d91f3e39cbddce81567a4ff98c4ca3f22a112 [14318.754456] Rcv Wcid(8) AddBAReq [14318.760875] Start Seq = 00000000 [14325.321884] Del Sta:12:47:7d:0d:4f:be [14327.316456] New Sta:1a:a7:6c:f8:46:37 [14327.444070] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=8 from 1A:A7:6C:F8:46:37 [14327.444070] [14327.467281] PTK:ce03b442214e54e5f68bf31469e5c545b02b394d92453995c0131759cc4f9d439ded3892eaed145a8274600d1585a806686282e6f39fca445feb1003ee95fba7 [14327.579925] Rcv Wcid(8) AddBAReq [14327.586439] Start Seq = 00000000 [14353.932585] Rcv Wcid(8) AddBAReq [14353.939094] Start Seq = 00000002 [14354.914547] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [14356.014504] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [14358.214541] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [14359.314535] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [14360.414719] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [14362.614554] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [14374.869078] Rcv Wcid(8) AddBAReq [14374.875716] Start Seq = 00000000 [14494.645033] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [14495.745090] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [14613.651804] Del Sta:c0:ee:fb:62:ae:f6 [14616.789802] New Sta:c0:ee:fb:62:ae:f6 [14616.912635] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=7 from C0:EE:FB:62:AE:F6 [14616.912635] [14616.936035] PTK:9ddfeba46f63dbe3891e4710429e26cdf88827f579e754421169986d1dd0f04c89357f09b01daa5631cb6cd9662a3e53e858a2de94819ff597cd778a9760658b [14616.975422] Rcv Wcid(7) AddBAReq [14616.981879] Start Seq = 00000000 [14620.368187] Del Sta:c0:ee:fb:62:ae:f6 [14740.701193] New Sta:c0:ee:fb:62:ae:f6 [14740.710712] update_associated_mac_entry(): Peer's OperatingMode=>RxNssType: 0, RxNss: 1, ChBW: 2 [14740.846993] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=7 from C0:EE:FB:62:AE:F6 [14740.846993] [14740.870241] PTK:b336759ca2e6b2070a30c4764cada940ab38fd785b56523bb444ecfe68467d9dd1f771573ffacabd433f4a5209faed71cb3c221c150e5f2478ee9fa5f4611a0c [14740.960778] Rcv Wcid(7) AddBAReq [14740.967876] Start Seq = 00000000 [14742.165687] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [14743.265649] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [14746.140815] Rcv Wcid(7) AddBAReq [14746.147417] Start Seq = 00000002 [15036.281700] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 1A:A7:6C:F8:46:37 [15036.281700] [15036.303700] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:46:98:CD [15036.303700] [15036.327587] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:62:AE:F6 [15036.327587] [15036.515689] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 6C:2F:2C:E6:41:96 [15036.515689] [15036.537619] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from EA:9B:95:C9:FB:42 [15036.537619] [15037.377181] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from D8:2F:E6:76:E9:C7 [15037.377181] [15037.447613] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from A8:1B:5A:AC:A2:FA [15037.447613] [15037.499467] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 94:0E:6B:1A:27:CA [15037.499467] [15470.899240] Rcv Wcid(7) AddBAReq [15470.905832] Start Seq = 00000001 [15601.273314] 7f4, flush one! [15750.052170] Rcv Wcid(7) AddBAReq [15750.058774] Start Seq = 00000000 [16065.618657] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16067.821441] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16074.418644] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16075.518665] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16096.418710] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16097.518789] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16307.619124] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16308.719205] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16309.819197] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16319.719330] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16320.819349] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16321.919229] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16523.341636] c85, flush one! [16593.881429] b84, flush one! [16702.199481] d9e, flush one! [16712.429936] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16713.529903] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16716.829940] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16717.929863] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16721.229901] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16722.329935] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16734.429920] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16737.729943] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16820.239979] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16821.339967] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16825.739978] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [16826.840034] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [16934.898713] 3b5, flush one! [17127.278363] Rcv Wcid(7) AddBAReq [17127.285173] Start Seq = 00000001 [17618.201513] 160, flush one! [17719.868003] 3d8, flush one! [17859.451058] 6a5, flush one! [17944.949801] 85f, flush one! [18489.073743] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [18490.173741] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [18506.675923] Del Sta:94:0e:6b:1a:27:ca [18562.794053] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [18563.893923] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [18581.493894] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [18582.593903] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [18738.171418] acb, flush one! [18782.341355] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:46:98:CD [18782.341355] [18782.416562] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from EA:9B:95:C9:FB:42 [18782.416562] [18782.438483] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 1A:A7:6C:F8:46:37 [18782.438483] [18782.460347] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:62:AE:F6 [18782.460347] [18782.615493] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 6C:2F:2C:E6:41:96 [18782.615493] [18783.461296] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from D8:2F:E6:76:E9:C7 [18783.461296] [18783.545994] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from A8:1B:5A:AC:A2:FA [18783.545994] [19069.915945] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [19074.315865] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [19502.236798] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [19504.436868] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [19515.436889] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [19516.536832] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [20354.555049] da1, flush one! [20880.616502] 37, flush one! [21049.176858] 275, flush one! [22176.920671] 6b2, flush one! [22450.952681] a87, flush one! [22528.504262] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:46:98:CD [22528.504262] [22528.526226] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:62:AE:F6 [22528.526226] [22528.548281] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from EA:9B:95:C9:FB:42 [22528.548281] [22528.570172] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 1A:A7:6C:F8:46:37 [22528.570172] [22528.718053] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 6C:2F:2C:E6:41:96 [22528.718053] [22529.556065] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from D8:2F:E6:76:E9:C7 [22529.556065] [22529.646403] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from A8:1B:5A:AC:A2:FA [22529.646403] [23128.210112] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23129.309908] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23435.181038] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23436.281019] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23449.481124] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23450.581031] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23482.481377] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23485.781241] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23486.881908] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23487.981346] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23500.081407] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23501.181194] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23507.781229] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23508.881123] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23513.281191] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23516.581211] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23535.291285] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23536.391256] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23559.491410] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23560.591402] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23580.391454] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23581.491524] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23584.791562] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23585.891502] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23588.091487] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23590.291474] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23592.491513] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23594.691515] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23602.391602] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23603.491487] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23605.691381] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23605.691528] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23606.801654] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23607.901338] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23632.121502] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23632.121738] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23633.231637] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23634.331454] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23642.041753] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23643.141684] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23644.241834] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23645.341694] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23648.642541] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23649.741714] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23656.341635] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23656.341894] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23658.551755] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23660.751613] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23665.161732] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23666.261899] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23668.461996] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23669.561749] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23671.761837] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23672.861728] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23684.370185] e1a, flush one! [23713.040761] 11a, flush one! [23716.862151] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23717.962089] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23723.461793] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23723.461942] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23724.572098] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23725.671797] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23749.616517] 5b7, flush one! [23749.891921] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23749.892141] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23751.002164] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23754.301912] :MtCmdCr4Set: arg0(13) arg1(255) arg2(4) [23768.622194] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23769.722071] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23820.968303] 985, flush one! [23824.742396] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23825.842434] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23850.042848] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23852.242514] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [23929.252591] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [23930.352641] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [24111.585811] New Sta:94:0e:6b:1a:27:ca [24111.718643] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=4 from 94:0E:6B:1A:27:CA [24111.718643] [24111.742038] PTK:755f0fc13a414e8f1936210db8e48b820fe537c9ab45c504a3b57bb039e75faf497a533a85b695200f21d7590fc76b4d583aef689a765ed84ac95bd52c128421 [24112.607132] Rcv Wcid(4) AddBAReq [24112.613753] Start Seq = 00000005 [24271.601025] 525, flush one! [24294.427202] 875, flush one! [24315.443641] 546, flush one! [24357.972412] f66, flush one! [24362.973783] fe4, flush one! [24380.196364] 18b, flush one! [24401.913884] 2c2, flush one! [24526.024715] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [24527.124659] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [24667.408117] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES, wcid=4 from 94:0E:6B:1A:27:CA [24667.408117] [24667.431601] PTK:8ca6813761bce7191e8feb1eb1c7864963db27cd80d0a8a2429c9ad700ee0f3742afad29f430f4e10506da7c77bb553f5b04b3b07775d034482ea95def40c9fb [24669.283604] Rcv Wcid(4) AddBAReq [24669.290098] Start Seq = 00000012 [25005.716268] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25006.816296] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25182.837003] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25188.336905] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25192.737294] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25194.936855] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25208.137048] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25210.336882] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25227.936927] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25229.037137] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25302.737538] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25303.837280] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25401.738581] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25405.037395] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25412.737650] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25413.837536] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25455.647783] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25457.847655] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25526.087769] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25527.187761] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [25556.898572] Del Sta:ea:9b:95:c9:fb:42 [25564.598690] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [25565.697730] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [26274.539077] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 1A:A7:6C:F8:46:37 [26274.539077] [26274.614170] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:46:98:CD [26274.614170] [26274.636155] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from C0:EE:FB:62:AE:F6 [26274.636155] [26274.817449] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 6C:2F:2C:E6:41:96 [26274.817449] [26275.647658] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from D8:2F:E6:76:E9:C7 [26275.647658] [26275.748246] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from A8:1B:5A:AC:A2:FA [26275.748246] [26275.770131] AP SETKEYS DONE - AKMMap=WPA2PSK, PairwiseCipher=AES, GroupCipher=AES from 94:0E:6B:1A:27:CA [26275.770131] [27272.570833] 64d, flush one! [27295.144061] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(1) [27296.243872] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) ```
w311ang commented 2 years ago

解决办法:编译tcp2udp进系统,在启动项添加并到ssh运行

(tcp2udp 127.0.0.1:5335 :5335 >/dev/null 2>&1)&

再换一个支持tcp的上游dns