大破雑記帳

個人用メモな雑記ブログ いろんなことをざっくりと。

WSR-3000AX4P

公式の更新用ファームウェアから、MT7981搭載機であることを把握していたもの。

普段眺めている某フリマサイトにて、比較的安価な出品があったことから確保したもの。

弄っていくのでメモ。

Switch, PHY

未確認

zone WAN LAN
port
(WSR-3000AX4P)
INTERNET LAN3 LAN2 LAN1
port port4
(MT7531)
port3
(MT7531)
port2
(MT7531)
port1
(MT7531)

MAC

  • LAN: EC:5A:31:xx:xx:50 (board_data, "mac" (text))
  • WAN: EC:5A:31:xx:xx:50
  • 2.4G: EC:5A:31:xx:xx:52
  • 5G: EC:5A:31:xx:xx:59

Bootloader

U-Bootのブートメニューは出るものの、キー操作を受け付けず進んでしまう

  • (AOSSボタン押しながらのブート)

    
      F0: 102B 0000
      FA: 1040 0000
      FA: 1040 0000 [0200]
      F9: 0000 0000
      V0: 0000 0000 [0001]
      00: 0000 0000
      BP: 2400 0041 [0000]
      G0: 1190 0000
      EC: 0000 0000 [1000]
      T0: 0000 024B [010F]
      Jump to BL
    
      NOTICE:  BL2: v2.7(release):9818265ce7-dirty
      NOTICE:  BL2: Built : 06:51:45, May  6 2023
      NOTICE:  WDT: disabled
      NOTICE:  EMI: Using DDR4 settings
      [TxChooseVref] Worse bit 1, Min win 25, Win sum 410, Final Vref 38
      NOTICE:  EMI: Detected DRAM size: 512MB
      NOTICE:  EMI: complex R/W mem test passed
      NOTICE:  CPU: MT7981 (1300MHz)
      NOTICE:  SPI_NAND parses attributes from parameter page.
      NOTICE:  SPI_NAND Detected ID 0xef
      NOTICE:  Page size 2048, Block size 131072, size 134217728
      NOTICE:  Initializing NMBM ...
      NOTICE:  Signature found at block 1023 [0x07fe0000]
      NOTICE:  First info table with writecount 0 found in block 960
      NOTICE:  Second info table with writecount 0 found in block 963
      NOTICE:  NMBM has been successfully attached in read-only mode
      NOTICE:  BL2: Booting BL31
      NOTICE:  BL31: v2.7(release):9818265ce7-dirty
      NOTICE:  BL31: Built : 06:51:47, May  6 2023
    
    
      U-Boot 2022.10 (May 06 2023 - 06:51:01 +0000)
    
      CPU:   MediaTek MT7981
      Model: mt7981-rfb
      DRAM:  512 MiB
      Core:  32 devices, 12 uclasses, devicetree: separate
    
      Initializing NMBM ...
      spi-nand: spi_nand spi_nand@0: Winbond SPI NAND was found.
      spi-nand: spi_nand spi_nand@0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
      Could not find a valid device for nmbm0
      Signature found at block 1023 [0x07fe0000]
      First info table with writecount 0 found in block 960
      Second info table with writecount 0 found in block 963
      NMBM has been successfully attached 
    
      Loading Environment from MTD... OK
      In:    serial@11002000
      Out:   serial@11002000
      Err:   serial@11002000
      Net:   
      Warning: ethernet@15100000 (eth0) using random MAC address - 4a:7f:8f:b5:f4:72
      eth0: ethernet@15100000
      === AOSS pressed, load firmware from TFTP server ===
    
      *** Loading MT image ***
    
      Input load address: 0x46000000
      Available load methods:
          0 - TFTP client (Default)
          1 - Xmodem
          2 - Ymodem
          3 - Kermit
          4 - S-Record
    
      Select (enter for default): 
    
    
      Input U-Boot's IP address: 192.168.11.1Input TFTP server's IP address: 192.168.11.2Input IP netmask: 255.255.255.0Input file name: linux.ubi-recovery
      Using ethernet@15100000 device
      TFTP from server 192.168.11.2; our IP address is 192.168.11.1
      Filename 'linux.ubi-recovery'.
      Load address: 0x46000000
      Loading: *
    

Kernel

  • uname -a

      root@localhost:/# uname -a
      Linux localhost 5.4.238 #0 SMP Fri May 31 11:54:03 2024 aarch64 GNU/Linux
    
  • cat /proc/version

      root@localhost:/# cat /proc/version
      Linux version 5.4.238 (xxxxxxx@xxxxxxxxxxxx) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16490-cb0975a9bb)) #0 SMP Fri May 31 11:54:03 2024
    
  • cat /proc/cmdline

      root@localhost:/# cat /proc/cmdline
      console=ttyS0,115200n1 init=/sbin/preinit loglevel=8                            earlycon=uart8250,mmio32,0x11002000
    
  • cat /proc/cpuinfo

      root@localhost:/# cat /proc/cpuinfo
      processor       : 0
      model name      : ARMv8 Processor rev 4 (v8l)
      BogoMIPS        : 26.00
      Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
      CPU implementer : 0x41
      CPU architecture: 8
      CPU variant     : 0x0
      CPU part        : 0xd03
      CPU revision    : 4
    
      processor       : 1
      model name      : ARMv8 Processor rev 4 (v8l)
      BogoMIPS        : 26.00
      Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
      CPU implementer : 0x41
      CPU architecture: 8
      CPU variant     : 0x0
      CPU part        : 0xd03
      CPU revision    : 4
    
  • cat /proc/meminfo

      root@localhost:/# cat /proc/meminfo
      MemTotal:         491656 kB
      MemFree:          261096 kB
      MemAvailable:     311056 kB
      Buffers:           10056 kB
      Cached:            53368 kB
      SwapCached:            0 kB
      Active:            43620 kB
      Inactive:          40728 kB
      Active(anon):      24352 kB
      Inactive(anon):     6064 kB
      Active(file):      19268 kB
      Inactive(file):    34664 kB
      Unevictable:           0 kB
      Mlocked:               0 kB
      SwapTotal:             0 kB
      SwapFree:              0 kB
      Dirty:                 0 kB
      Writeback:             0 kB
      AnonPages:         20972 kB
      Mapped:            11752 kB
      Shmem:              9492 kB
      KReclaimable:       7228 kB
      Slab:              50724 kB
      SReclaimable:       7228 kB
      SUnreclaim:        43496 kB
      KernelStack:        2784 kB
      PageTables:         1328 kB
      NFS_Unstable:          0 kB
      Bounce:                0 kB
      WritebackTmp:          0 kB
      CommitLimit:      245828 kB
      Committed_AS:      54708 kB
      VmallocTotal:   262930368 kB
      VmallocUsed:       40056 kB
      VmallocChunk:          0 kB
      Percpu:              272 kB
    
  • cat /proc/mtd

      root@WN-DAX3600QR:~# cat /proc/mtd
      dev:    size   erasesize  name
      mtd0: 00080000 00020000 "Preloader"
      mtd1: 00040000 00020000 "ATF"
      mtd2: 00080000 00020000 "Bootloader"
      mtd3: 00080000 00020000 "Ubootenv"
      mtd4: 000c0000 00020000 "Factory"
      mtd5: 03200000 00020000 "firmware_now"
      mtd6: 00280000 00020000 "kernel"
      mtd7: 02f80000 00020000 "rootfs"
      mtd8: 00100000 00020000 "Config"
      mtd9: 03200000 00020000 "firmware"
      mtd10: 00100000 00020000 "Config_2"
      mtd11: 00100000 00020000 "persist"
      mtd12: 00100000 00020000 "idmkey"
      mtd13: 00100000 00020000 "mesh"
      mtd14: 009c0000 00020000 "Backup"
      mtd15: 03240000 00020000 "RAS1"
      mtd16: 03240000 00020000 "RAS2"
    
  • ubinfo -a

      root@localhost:/# ubinfo -a
      UBI version:                    1
      Count of UBI devices:           2
      UBI control device major/minor: 10:62
      Present UBI devices:            ubi0, ubi1
    
      ubi0
      Volumes count:                           3
      Logical eraseblock size:                 126976 bytes, 124.0 KiB
      Total amount of logical eraseblocks:     208 (26411008 bytes, 25.1 MiB)
      Amount of available logical eraseblocks: 0 (0 bytes)
      Maximum count of volumes                 128
      Count of bad physical eraseblocks:       0
      Count of reserved physical eraseblocks:  19
      Current maximum erase counter value:     1
      Minimum input/output unit size:          2048 bytes
      Character device major/minor:            249:0
      Present volumes:                         0, 1, 2
    
      Volume ID:   0 (on ubi0)
      Type:        static
      Alignment:   1
      Size:        28 LEBs (3555328 bytes, 3.3 MiB)
      Data bytes:  3521855 bytes (3.3 MiB)
      State:       OK
      Name:        kernel
      Character device major/minor: 249:1
      -----------------------------------
      Volume ID:   1 (on ubi0)
      Type:        static
      Alignment:   1
      Size:        125 LEBs (15872000 bytes, 15.1 MiB)
      Data bytes:  15810560 bytes (15.0 MiB)
      State:       OK
      Name:        rootfs
      Character device major/minor: 249:2
      -----------------------------------
      Volume ID:   2 (on ubi0)
      Type:        dynamic
      Alignment:   1
      Size:        32 LEBs (4063232 bytes, 3.8 MiB)
      State:       OK
      Name:        rootfs_data
      Character device major/minor: 249:3
    
      ===================================
    
      ubi1
      Volumes count:                           1
      Logical eraseblock size:                 126976 bytes, 124.0 KiB
      Total amount of logical eraseblocks:     352 (44695552 bytes, 42.6 MiB)
      Amount of available logical eraseblocks: 0 (0 bytes)
      Maximum count of volumes                 128
      Count of bad physical eraseblocks:       0
      Count of reserved physical eraseblocks:  19
      Current maximum erase counter value:     3
      Minimum input/output unit size:          2048 bytes
      Character device major/minor:            248:0
      Present volumes:                         0
    
      Volume ID:   0 (on ubi1)
      Type:        dynamic
      Alignment:   1
      Size:        329 LEBs (41775104 bytes, 39.8 MiB)
      State:       OK
      Name:        dpi
      Character device major/minor: 248:1
    
  • cat /sys/kernel/debug/gpio

      root@localhost:/# cat /sys/kernel/debug/gpio
      gpiochip0: GPIOs 455-511, parent: platform/11d00000.pinctrl, pinctrl_moore:
       gpio-455 (                    |sysfs               ) in  hi 
       gpio-456 (                    |sysfs               ) in  hi 
       gpio-464 (                    |mediatek,mt7981-pinc) out lo 
       gpio-465 (                    |mediatek,mt7981-pinc) out hi 
       gpio-466 (                    |mediatek,mt7981-pinc) out lo 
       gpio-467 (                    |mediatek,mt7981-pinc) out hi 
       gpio-468 (                    |mediatek,mt7981-pinc) out lo 
       gpio-477 (                    |mediatek,mt7981-pinc) out hi 
       gpio-478 (                    |sysfs               ) in  hi 
       gpio-479 (                    |sysfs               ) in  lo 
       gpio-494 (                    |mt753x-reset        ) out hi
    
  • cat /sys/kernel/debug/pinctrl/*/pinmux-pins

      root@localhost:/# cat /sys/kernel/debug/pinctrl/*/pinmux-pins
      Pinmux settings per pin
      Format: pin (name): mux_owner|gpio_owner (strict) hog?
      pin 0 (GPIO_WPS): GPIO pinctrl_moore:455
      pin 1 (GPIO_RESET): GPIO pinctrl_moore:456
      pin 2 (SYS_WATCHDOG): UNCLAIMED
      pin 3 (PCIE_PERESET_N): UNCLAIMED
      pin 4 (JTAG_JTDO): UNCLAIMED
      pin 5 (JTAG_JTDI): UNCLAIMED
      pin 6 (JTAG_JTMS): UNCLAIMED
      pin 7 (JTAG_JTCLK): UNCLAIMED
      pin 8 (JTAG_JTRST_N): UNCLAIMED
      pin 9 (WO_JTAG_JTDO): GPIO pinctrl_moore:464
      pin 10 (WO_JTAG_JTDI): GPIO pinctrl_moore:465
      pin 11 (WO_JTAG_JTMS): GPIO pinctrl_moore:466
      pin 12 (WO_JTAG_JTCLK): GPIO pinctrl_moore:467
      pin 13 (WO_JTAG_JTRST_N): GPIO pinctrl_moore:468
      pin 14 (USB_VBUS): UNCLAIMED
      pin 15 (PWM0): UNCLAIMED
      pin 16 (SPI0_CLK): UNCLAIMED
      pin 17 (SPI0_MOSI): UNCLAIMED
      pin 18 (SPI0_MISO): UNCLAIMED
      pin 19 (SPI0_CS): UNCLAIMED
      pin 20 (SPI0_HOLD): UNCLAIMED
      pin 21 (SPI0_WP): UNCLAIMED
      pin 22 (SPI1_CLK): GPIO pinctrl_moore:477
      pin 23 (SPI1_MOSI): GPIO pinctrl_moore:478
      pin 24 (SPI1_MISO): GPIO pinctrl_moore:479
      pin 25 (SPI1_CS): UNCLAIMED
      pin 26 (SPI2_CLK): UNCLAIMED
      pin 27 (SPI2_MOSI): UNCLAIMED
      pin 28 (SPI2_MISO): UNCLAIMED
      pin 29 (SPI2_CS): UNCLAIMED
      pin 30 (SPI2_HOLD): UNCLAIMED
      pin 31 (SPI2_WP): UNCLAIMED
      pin 32 (UART0_RXD): UNCLAIMED
      pin 33 (UART0_TXD): UNCLAIMED
      pin 34 (PCIE_CLK_REQ): UNCLAIMED
      pin 35 (PCIE_WAKE_N): UNCLAIMED
      pin 36 (SMI_MDC): UNCLAIMED
      pin 37 (SMI_MDIO): UNCLAIMED
      pin 38 (GBE_INT): UNCLAIMED
      pin 39 (GBE_RESET): GPIO pinctrl_moore:494
      pin 40 (WF_DIG_RESETB): UNCLAIMED
      pin 41 (WF_CBA_RESETB): UNCLAIMED
      pin 42 (WF_XO_REQ): UNCLAIMED
      pin 43 (WF_TOP_CLK): UNCLAIMED
      pin 44 (WF_TOP_DATA): UNCLAIMED
      pin 45 (WF_HB1): UNCLAIMED
      pin 46 (WF_HB2): UNCLAIMED
      pin 47 (WF_HB3): UNCLAIMED
      pin 48 (WF_HB4): UNCLAIMED
      pin 49 (WF_HB0): UNCLAIMED
      pin 50 (WF_HB0_B): UNCLAIMED
      pin 51 (WF_HB5): UNCLAIMED
      pin 52 (WF_HB6): UNCLAIMED
      pin 53 (WF_HB7): UNCLAIMED
      pin 54 (WF_HB8): UNCLAIMED
      pin 55 (WF_HB9): UNCLAIMED
      pin 56 (WF_HB10): UNCLAIMED
    
  • cat /proc/interrupts

      root@localhost:/# cat /proc/interrupts
                 CPU0       CPU1       
        3:     176236     153170     GICv3  30 Level     arch_timer
        7:       6015      93161     GICv3 237 Level     0000:00:00.0
        9:       1896          0     GICv3 243 Level     ccif_wo_isr
       11:          0          0     GICv3 142 Level     wdt_bark
       12:      10763          0     GICv3 155 Level     ttyS0
       56:          0          0   mt-eint  38 Level     gsw@0
       76:        208          0     GICv3 229 Level     15100000.ethernet
       77:          0          0     GICv3 230 Level     15100000.ethernet
       78:          0          0     GICv3 231 Level     15100000.ethernet
       83:     155089          0     GICv3 172 Level     1100a000.spi
       85:         19          0     GICv3 205 Level     xhci-hcd:usb1
      IPI0:    107627     158578       Rescheduling interrupts
      IPI1:        63         71       Function call interrupts
      IPI2:         0          0       CPU stop interrupts
      IPI3:         0          0       CPU stop (for crash dump) interrupts
      IPI4:         0          0       Timer broadcast interrupts
      IPI5:         0         19       IRQ work interrupts
      IPI6:         0          0       CPU wake-up interrupts
      Err:          0
    
  • swconfig list
    swconfig dev switch0 show

      root@localhost:/# swconfig list
      Found: switch0 - MT7531AE
      root@localhost:/# swconfig dev switch0 show
      Global attributes:
              enable_vlan: 1
      Port 0:
              mib: Port 0 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
              pvid: 2
              link: port:0 link:down
      Port 1:
              mib: Port 1 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
              pvid: 1
              link: port:1 link:down
      Port 2:
              mib: Port 2 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
              pvid: 1
              link: port:2 link:down
      Port 3:
              mib: Port 3 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
              pvid: 1
              link: port:3 link:down
      Port 4:
              mib: Port 4 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
              pvid: 1
              link: port:4 link:down
      Port 5:
              mib: Port 5 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 4
      RxUni      : 0
      RxMulti    : 4
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 4
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 312
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
              pvid: 2
              link: port:5 link:up speed:1000baseT full-duplex 
      Port 6:
              mib: Port 6 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 753
      RxUni      : 10
      RxMulti    : 743
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 66
      Rx65Byte   : 5
      Rx128Byte  : 7
      Rx256Byte  : 339
      Rx512Byte  : 336
      Rx1024Byte : 0
      RxByte     : 343671
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
              pvid: 1
              link: port:6 link:up speed:1000baseT full-duplex 
      VLAN 1:
              vid: 1
              ports: 1 2 3 4 6 
      VLAN 2:
              vid: 2
              ports: 0 5
    
  • cat /etc/fw_env.config

      root@localhost:/# cat /etc/fw_env.config 
      # MTD device name   Device offset   Env. size   Flash sector size       Number of sectors
      /dev/mtd2           0x0000          0x20000         0x80000                 4
    
  • cat /etc/gpio/button_map.txt

      root@localhost:/# cat /etc/gpio/button_map.txt 
      #button should be define link this
      #name=gpio
      #active=[low/high]
      #spec=duration
      #the order of the keywords are critical
    
      #define the button "wps"
      wps_sgl=0
      active=low
      spec=1000
    
      #define the button "default"
      default_sgl=1
      active=low
      spec=3000
    
      #define the switch "auto mode"
      #automode=20
      #active=high
      #spec=0
    
      #define 1st pin of swtich "ap mode"
      apmode_sw0=24
      cowork=23
      spec=0
    
      #define 2nd pin of switch "ap mode"
      apmode_sw1=23
      cowork=24
      spec=0
    
  • bootlog

    
      F0: 102B 0000
      FA: 1040 0000
      FA: 1040 0000 [0200]
      F9: 0000 0000
      V0: 0000 0000 [0001]
      00: 0000 0000
      BP: 2400 0041 [0000]
      G0: 1190 0000
      EC: 0000 0000 [1000]
      T0: 0000 024B [010F]
      Jump to BL
    
      NOTICE:  BL2: v2.7(release):9818265ce7-dirty
      NOTICE:  BL2: Built : 06:51:45, May  6 2023
      NOTICE:  WDT: disabled
      NOTICE:  EMI: Using DDR4 settings
      [TxChooseVref] Worse bit 3, Min win 24, Win sum 409, Final Vref 36
      NOTICE:  EMI: Detected DRAM size: 512MB
      NOTICE:  EMI: complex R/W mem test passed
      NOTICE:  CPU: MT7981 (1300MHz)
      NOTICE:  SPI_NAND parses attributes from parameter page.
      NOTICE:  SPI_NAND Detected ID 0xef
      NOTICE:  Page size 2048, Block size 131072, size 134217728
      NOTICE:  Initializing NMBM ...
      NOTICE:  Signature found at block 1023 [0x07fe0000]
      NOTICE:  First info table with writecount 0 found in block 960
      NOTICE:  Second info table with writecount 0 found in block 963
      NOTICE:  NMBM has been successfully attached in read-only mode
      NOTICE:  BL2: Booting BL31
      NOTICE:  BL31: v2.7(release):9818265ce7-dirty
      NOTICE:  BL31: Built : 06:51:47, May  6 2023
    
    
      U-Boot 2022.10 (May 06 2023 - 06:51:01 +0000)
    
      CPU:   MediaTek MT7981
      Model: mt7981-rfb
      DRAM:  512 MiB
      Core:  32 devices, 12 uclasses, devicetree: separate
    
      Initializing NMBM ...
      spi-nand: spi_nand spi_nand@0: Winbond SPI NAND was found.
      spi-nand: spi_nand spi_nand@0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
      Could not find a valid device for nmbm0
      Signature found at block 1023 [0x07fe0000]
      First info table with writecount 0 found in block 960
      Second info table with writecount 0 found in block 963
      NMBM has been successfully attached 
    
      Loading Environment from MTD... OK
      In:    serial@11002000
      Out:   serial@11002000
      Err:   serial@11002000
      Net:   
      Warning: ethernet@15100000 (eth0) using random MAC address - 82:b3:b1:bd:b5:10
    
        *** U-Boot Boot Menu ***
        Press UP/DOWN to move, ENTER to select, ESC/CTRL+C to quit
            1. Startup system (Default)
            2. Upgrade firmware
            3. Upgrade ATF BL2
            4. Upgrade ATF FIP
            5. Upgrade single image
            6. Load image
            0. U-Boot console
    
      ***ubi_boot_image: boot_select = 0.... ***
      ubi0: attaching mtd6
      ubi0: scanning is finished
      ubi0: attached mtd6 (name "ubi", size 26 MiB)
      ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
      ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
      ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
      ubi0: good PEBs: 208, bad PEBs: 0, corrupted PEBs: 0
      ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
      ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 2002301422
      ubi0: available PEBs: 0, total reserved PEBs: 208, PEBs reserved for bad PEB handling: 19
      Reading from volume 'kernel' to 0x46000000, size 0x0 ... OK
      Reading from volume 'rootfs' to 0x4635bd3f, size 0x0 ... OK
      ubi0: detaching mtd6
      ubi0: mtd6 is detached
      ubi0: attaching mtd7
      ubi0: scanning is finished
      ubi0: attached mtd7 (name "Kernel2", size 26 MiB)
      ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
      ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
      ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
      ubi0: good PEBs: 208, bad PEBs: 0, corrupted PEBs: 0
      ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
      ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 2002301422
      ubi0: available PEBs: 0, total reserved PEBs: 208, PEBs reserved for bad PEB handling: 19
      Reading from volume 'kernel' to 0x4726fd3f, size 0x0 ... OK
      Reading from volume 'rootfs' to 0x475cba7e, size 0x0 ... OK
      ret0=0 ret1=0 kernel1_crc=e7336ab5 rootfs1_crc=ad61eb7c kernel2_crc=e7336ab5 rootfs2_crc=ad61eb7c -
      ubi0: detaching mtd7
      ubi0: mtd7 is detached
      ubi0: attaching mtd6
      ubi0: scanning is finished
      ubi0: attached mtd6 (name "ubi", size 26 MiB)
      ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
      ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
      ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
      ubi0: good PEBs: 208, bad PEBs: 0, corrupted PEBs: 0
      ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
      ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 2002301422
      ubi0: available PEBs: 0, total reserved PEBs: 208, PEBs reserved for bad PEB handling: 19
      No size specified -> Using max size (3521855)
      Read 3521855 bytes from volume kernel to 0000000046000000
      ## Loading kernel from FIT Image at 46000000 ...
         Using 'config-1' configuration
         Trying 'kernel-1' kernel subimage
           Description:  ARM64 OpenWrt Linux-5.4.238
           Type:         Kernel Image
           Compression:  lzma compressed
           Data Start:   0x460000e8
           Data Size:    3501297 Bytes = 3.3 MiB
           Architecture: AArch64
           OS:           Linux
           Load Address: 0x48080000
           Entry Point:  0x48080000
           Hash algo:    crc32
           Hash value:   bc840ac4
           Hash algo:    sha1
           Hash value:   c9464b3ae675c8b66c579d9d75079365f004a140
         Verifying Hash Integrity ... crc32+ sha1+ OK
      ## Loading fdt from FIT Image at 46000000 ...
         Using 'config-1' configuration
         Trying 'fdt-1' fdt subimage
           Description:  ARM64 OpenWrt mt7981-spim-nand-gsw-dual-gmac-wan-p0 device tree blob
           Type:         Flat Device Tree
           Compression:  uncompressed
           Data Start:   0x46356f34
           Data Size:    18483 Bytes = 18 KiB
           Architecture: AArch64
           Hash algo:    crc32
           Hash value:   b5898151
           Hash algo:    sha1
           Hash value:   01f7bfec87d15d00d12052b441fd3abe3d3d9216
         Verifying Hash Integrity ... crc32+ sha1+ OK
         Booting using the fdt blob at 0x46356f34
         Uncompressing Kernel Image
         Loading Device Tree to 000000005f7f1000, end 000000005f7f8832 ... OK
    
      Starting kernel ...
    
      [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
      [    0.000000] Linux version 5.4.238 (wenfang@6b5e207b5c6e) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16490-cb0975a9bb)) #0 SMP Fri May 31 11:54:03 
      2024
      [    0.000000] Machine model: MediaTek MT7981 GSW DualGMAC
      [    0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
      [    0.000000] printk: bootconsole [uart8250] enabled
      [    0.000000] On node 0 totalpages: 130128
      [    0.000000]   DMA32 zone: 2048 pages used for memmap
      [    0.000000]   DMA32 zone: 0 pages reserved
      [    0.000000]   DMA32 zone: 130128 pages, LIFO batch:31
      [    0.000000] psci: probing for conduit method from DT.
      [    0.000000] psci: PSCIv1.1 detected in firmware.
      [    0.000000] psci: Using standard PSCI v0.2 function IDs
      [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
      [    0.000000] psci: SMC Calling Convention v1.0
      [    0.000000] percpu: Embedded 20 pages/cpu s43992 r8192 d29736 u81920
      [    0.000000] pcpu-alloc: s43992 r8192 d29736 u81920 alloc=20*4096
      [    0.000000] pcpu-alloc: [0] 0 [0] 1 
      [    0.000000] Detected VIPT I-cache on CPU0
      [    0.000000] CPU features: detected: GIC system register CPU interface
      [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
      [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 128080
      [    0.000000] Kernel command line: console=ttyS0,115200n1 init=/sbin/preinit loglevel=8                                earlycon=uart8250,mmio32,
      0x11002000
      [    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
      [    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
      [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
      [    0.000000] Memory: 491208K/520512K available (7230K kernel code, 480K rwdata, 2056K rodata, 448K init, 566K bss, 29304K reserved, 0K cma-rese
      rved)
      [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
      [    0.000000] rcu: Hierarchical RCU implementation.
      [    0.000000] rcu:     CONFIG_RCU_FANOUT set to non-default value of 32.
      [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
      [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
      [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
      [    0.000000] GICv3: 640 SPIs implemented
      [    0.000000] GICv3: 0 Extended SPIs implemented
      [    0.000000] GICv3: Distributor has no Range Selector support
      [    0.000000] GICv3: 16 PPIs implemented
      [    0.000000] GICv3: no VLPI support, no direct LPI support
      [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000
      [    0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
      [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
      [    0.000003] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
      [    0.008217] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=52000)
      [    0.018537] pid_max: default: 32768 minimum: 301
      [    0.023271] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
      [    0.030622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
      [    0.039372] ASID allocator initialised with 65536 entries
      [    0.044881] rcu: Hierarchical SRCU implementation.
      [    0.050033] smp: Bringing up secondary CPUs ...
      [    0.054928] Detected VIPT I-cache on CPU1
      [    0.054950] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000
      [    0.054974] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
      [    0.055040] smp: Brought up 1 node, 2 CPUs
      [    0.076655] SMP: Total of 2 processors activated.
      [    0.081381] CPU features: detected: 32-bit EL0 Support
      [    0.086542] CPU features: detected: CRC32 instructions
      [    0.091814] CPU: All CPU(s) started at EL2
      [    0.095936] alternatives: patching kernel code
      [    0.102934] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
      [    0.112750] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
      [    0.119663] pinctrl core: initialized pinctrl subsystem
      [    0.125616] NET: Registered protocol family 16
      [    0.130341] DMA: preallocated 256 KiB pool for atomic allocations
      [    0.154118] SCSI subsystem initialized
      [    0.158057] libata version 3.00 loaded.
      [    0.162126] usbcore: registered new interface driver usbfs
      [    0.167714] usbcore: registered new interface driver hub
      [    0.173098] usbcore: registered new device driver usb
      [    0.179037] Bluetooth: Core ver 2.22
      [    0.182680] NET: Registered protocol family 31
      [    0.187147] Bluetooth: HCI device and connection manager initialized
      [    0.193538] Bluetooth: HCI socket layer initialized
      [    0.198438] Bluetooth: L2CAP socket layer initialized
      [    0.203522] Bluetooth: SCO socket layer initialized
      [    0.208680] rbus 18000000.wbsys: PCI host bridge to bus 0000:00
      [    0.214637] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff]
      [    0.221547] pci_bus 0000:00: root bus resource [bus 00-ff]
      [    0.227059] pci_bus 0000:00: scanning bus
      [    0.231097] pci 0000:00:00.0: [14c3:7981] type 00 class 0x000280
      [    0.237142] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit]
      [    0.243965] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f]
      [    0.250263] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f]
      [    0.256560] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f]
      [    0.262858] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f]
      [    0.270095] pci_bus 0000:00: fixups for bus
      [    0.274303] pci_bus 0000:00: bus scan returning with max=00
      [    0.281103] clocksource: Switched to clocksource arch_sys_counter
      [    0.287860] thermal_sys: Registered thermal governor 'fair_share'
      [    0.287867] thermal_sys: Registered thermal governor 'bang_bang'
      [    0.294004] thermal_sys: Registered thermal governor 'step_wise'
      [    0.300041] thermal_sys: Registered thermal governor 'user_space'
      [    0.306076] thermal_sys: Registered thermal governor 'power_allocator'
      [    0.312464] NET: Registered protocol family 2
      [    0.323513] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
      [    0.331102] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
      [    0.339513] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
      [    0.347329] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
      [    0.354548] TCP: Hash tables configured (established 4096 bind 4096)
      [    0.360995] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
      [    0.367565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
      [    0.374669] NET: Registered protocol family 1
      [    0.379072] PCI: CLS 0 bytes, default 64
      [    0.383813] workingset: timestamp_bits=46 max_order=17 bucket_order=0
      [    0.394212] squashfs: version 4.0 (2009/01/31) Phillip Lougher
      [    0.400095] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
      [    0.422674] phy phy-usb-phy@11e10000.1: type_sw - reg 0x218, index 0
      [    0.439609] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
      [    0.446745] printk: console [ttyS0] disabled
      [    0.471167] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 12, base_baud = 2500000) is a ST16650V2
      [    0.480379] printk: console [ttyS0] enabled
      [    0.480379] printk: console [ttyS0] enabled
      [    0.488738] printk: bootconsole [uart8250] disabled
      [    0.488738] printk: bootconsole [uart8250] disabled
      [    0.499053] init_led_status(): Reguest GPIO 10 success!
      [    0.504291] init_led_status(): Reguest GPIO  9 success!
      [    0.509514] init_led_status(): Reguest GPIO 12 success!
      [    0.514734] init_led_status(): Reguest GPIO 11 success!
      [    0.519955] init_led_status(): Reguest GPIO 22 success!
      [    0.525174] init_led_status(): Reguest GPIO 13 success!
      [    0.530440] @@@@@@#### buffalo_led_init initialized. 
      [    0.535769] cacheinfo: Unable to detect cache hierarchy for CPU 0
      [    0.544292] loop: module loaded
      [    0.547596] mediatek,mt2701-ice_debug ice_debug: get dbg_sel clock fail: -2
      [    0.554561] mediatek,mt2701-ice_debug: probe of ice_debug failed with error -2
      [    0.562749] mt7981-pinctrl 11d00000.pinctrl: pin_config_set op failed for pin 19
      [    0.570147] mtk-spi 1100a000.spi: Error applying setting, reverse things back
      [    0.577959] spi-nand spi0.0: Winbond SPI NAND was found.
      [    0.583278] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
      [    0.592350] mt7981-pinctrl 11d00000.pinctrl: pin SPI1_CLK already requested by pinctrl_moore:477; cannot claim for 1100b000.spi
      [    0.603857] mt7981-pinctrl 11d00000.pinctrl: pin-22 (1100b000.spi) status -22
      [    0.610987] mt7981-pinctrl 11d00000.pinctrl: could not request pin 22 (SPI1_CLK) from group spi1_1  on device pinctrl_moore
      [    0.622101] mtk-spi 1100b000.spi: Error applying setting, reverse things back
      [    0.629237] mtk-spi: probe of 1100b000.spi failed with error -22
      [    0.636723] [mtk_hw_init] reset_lock:0, force:0
      [    0.641304] [mtk_hw_init] execute fe cold reset
      [    0.656848] mtk_soc_eth 15100000.ethernet: MDC is running on 2500000 Hz
      [    0.683738] mtk_soc_eth 15100000.ethernet: generated random MAC address aa:1a:9c:7c:d2:a1
      [    0.692209] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc011980000, irq 75
      [    0.701300] mtk_soc_eth 15100000.ethernet: generated random MAC address e6:a0:79:cc:b1:84
      [    0.709744] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc011980000, irq 75
      [    0.718792] (unnamed net_device) (dummy): netif_napi_add() called with weight 256
      [    0.726517] usbcore: registered new interface driver r8152
      [    0.732034] usbcore: registered new interface driver ax88179_178a
      [    0.738293] xhci-mtk 11200000.xhci: 11200000.xhci supply vbus not found, using dummy regulator
      [    0.746951] xhci-mtk 11200000.xhci: 11200000.xhci supply vusb33 not found, using dummy regulator
      [    0.755849] phy phy-usb-phy@11e10000.0: try to get sw efuse
      [    0.761423] phy phy-usb-phy@11e10000.1: try to get sw efuse
      [    0.766987] phy phy-usb-phy@11e10000.1: try to get sw efuse+
      [    0.772660] phy phy-usb-phy@11e10000.1: u3 efuse - intr 2b, rx_imp 10, tx_imp 10
      [    0.780086] phy_efuse_set set efuse, tx_imp 10, rx_imp 10 intr 2b
      [    0.786259] xhci-mtk 11200000.xhci: xHCI Host Controller
      [    0.791581] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 1
      [    0.802042] xhci-mtk 11200000.xhci: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010
      [    0.811323] xhci-mtk 11200000.xhci: irq 85, io mem 0x11200000
      [    0.817154] xhci-mtk 11200000.xhci: xHCI Host Controller
      [    0.822464] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 2
      [    0.829941] xhci-mtk 11200000.xhci: Host supports USB 3.2 Enhanced SuperSpeed
      [    0.837471] hub 1-0:1.0: USB hub found
      [    0.841287] hub 1-0:1.0: 1 port detected
      [    0.845525] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
      [    0.853952] hub 2-0:1.0: USB hub found
      [    0.857735] hub 2-0:1.0: 1 port detected
      [    0.862229] usbcore: registered new interface driver uas
      [    0.867625] usbcore: registered new interface driver usb-storage
      [    0.873761] i2c /dev entries driver
      [    0.878258] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
      [    0.886286] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
      [    0.894890] Bluetooth: HCI UART driver ver 2.3
      [    0.899351] Bluetooth: HCI UART protocol H4 registered
      [    0.904482] Bluetooth: HCI UART protocol BCSP registered
      [    0.909881] Bluetooth: HCI UART protocol Broadcom registered
      [    0.915571] Bluetooth: HCI UART protocol QCA registered
      [    0.922880] Bytecounter: allocated 64 tables
      [    0.927773] NET: Registered protocol family 10
      [    0.932757] mca_alloc:887->current[swapper/0]
      [    0.937142] mca_alloc:887->current[swapper/0]
      [    0.941575] mca_alloc:887->current[swapper/0]
      [    0.945925] mca_alloc:887->current[swapper/0]
      [    0.950335] mca_alloc:887->current[swapper/0]
      [    0.954684] mca_alloc:887->current[swapper/0]
      [    0.959124] Segment Routing with IPv6
      [    0.963234] mca_alloc:887->current[swapper/0]
      [    0.967597] mca_alloc:887->current[swapper/0]
      [    0.971982] ip6_tunnel: Create ip6_tunnel_fmr proc
      [    0.976769] ip6_tunnel: Success
      [    0.979990] NET: Registered protocol family 17
      [    0.984499] Bridge firewalling registered
      [    0.988630] 8021q: 802.1Q VLAN Support v1.8
      [    1.002637] nmbm nmbm_spim_nand: Signature found at block 1023 [0x07fe0000]
      [    1.010429] nmbm nmbm_spim_nand: First info table with writecount 0 found in block 960
      [    1.020573] nmbm nmbm_spim_nand: Second info table with writecount 0 found in block 963
      [    1.028582] nmbm nmbm_spim_nand: NMBM has been successfully attached 
      [    1.035236] 11 fixed-partitions partitions found on MTD device nmbm_spim_nand
      [    1.042376] Creating 11 MTD partitions on "nmbm_spim_nand":
      [    1.047943] 0x000000000000-0x000000100000 : "BL2"
      [    1.053244] 0x000000100000-0x000000180000 : "u-boot-env"
      [    1.059101] 0x000000180000-0x000000380000 : "Factory"
      [    1.064679] 0x000000380000-0x000000580000 : "FIP"
      [    1.069917] 0x000000580000-0x000001f80000 : "ubi"
      [    1.075183] 0x000001f80000-0x000003980000 : "Kernel2"
      [    1.080793] 0x000003980000-0x000003b80000 : "glbcfg"
      [    1.086306] 0x000003b80000-0x000003d80000 : "seccfg"
      [    1.091794] 0x000003d80000-0x000003f80000 : "board_data"
      [    1.097629] 0x000003f80000-0x000004880000 : "debug_log"
      [    1.103418] 0x000004880000-0x000007480000 : "WTB"
      [    1.673141] mt753x gsw@0: LAN/WAN VLAN setting=wllll
      [    1.678382] mt753x gsw@0: Switch is MediaTek MT7531AE rev 1
      [    1.688147] mt753x gsw@0: HWSTRAP=0xfb XTAL=25MHz
      [    5.334753] mt753x gsw@0: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> START CALIBRATION:
      [    5.342734] mt753x gsw@0: -------- gephy-calbration (port:0) --------
      [    5.357943] CALDLY = 40
      [    5.410058] 0x1e-e0 = 2828
      [    5.414456] 0x1f-115 = 5
      [    5.416976]   GE Rext AnaCal Done! (8)(0x28)  
      [    5.485613]  GE R50 AnaCal Done! (11) (0x31)(0xb1) 
      [    5.545187]  GE R50 AnaCal Done! (10) (0x32)(0xb2) 
      [    5.604761]  GE R50 AnaCal Done! (10) (0x32)(0xb2) 
      [    5.668884]  GE R50 AnaCal Done! (11) (0x31)(0xb1) 
      [    5.676735]  GE 1e_174(0xb1b2), 1e_175(0xb2b1)  
      [    5.727671]  GE Tx offset AnaCal Done! (pair-0)(5)(0x24) 0x1e_172=0x2420
      [    5.766203]  GE Tx offset AnaCal Done! (pair-1)(5)(0x24) 0x1e_172=0x2424
      [    5.791075]  GE Tx offset AnaCal Done! (pair-2)(2)(0x21) 0x1e_173=0x2120
      [    5.834165]  GE Tx offset AnaCal Done! (pair-3)(6)(0x25) 0x1e_173=0x2125
      [    5.930284]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x741d)
      [    5.961398]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1818)
      [    6.052582]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x222a)
      [    6.092806]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1a22)
      [    6.139516] PORT 0 RX_DC_OFFSET
      [    6.152184] before pairA output = f
      [    6.157447] after pairA output = 0
      [    6.162538] before pairB output = f
      [    6.167800] after pairB output = 0
      [    6.172896] before pairC output = 1c
      [    6.178245] after pairC output = fe
      [    6.183428] before pairD output = e
      [    6.188690] after pairD output = 1
      [    6.192340] mt753x gsw@0: -------- gephy-calbration (port:1) --------
      [    6.207543] CALDLY = 40
      [    6.278777]  GE R50 AnaCal Done! (13) (0x26)(0xa6) 
      [    6.347460]  GE R50 AnaCal Done! (12) (0x30)(0xb0) 
      [    6.411587]  GE R50 AnaCal Done! (11) (0x31)(0xb1) 
      [    6.480271]  GE R50 AnaCal Done! (12) (0x30)(0xb0) 
      [    6.488121]  GE 1e_174(0xa6b0), 1e_175(0xb1b0)  
      [    6.534499]  GE Tx offset AnaCal Done! (pair-0)(4)(0x23) 0x1e_172=0x2320
      [    6.568477]  GE Tx offset AnaCal Done! (pair-1)(4)(0x23) 0x1e_172=0x2323
      [    6.593345]  GE Tx offset AnaCal Done! (pair-2)(2)(0x21) 0x1e_173=0x2120
      [    6.640988]  GE Tx offset AnaCal Done! (pair-3)(7)(0x26) 0x1e_173=0x2126
      [    6.703131]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x5816)
      [    6.779545]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x2121)
      [    6.831096]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1c24)
      [    6.922280]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x232b)
      [    6.968986] PORT 1 RX_DC_OFFSET
      [    6.981656] before pairA output = 1e
      [    6.987005] after pairA output = ff
      [    6.992187] before pairB output = f
      [    6.997450] after pairB output = ff
      [    7.002626] before pairC output = e
      [    7.007888] after pairC output = 0
      [    7.012984] before pairD output = e
      [    7.018246] after pairD output = 0
      [    7.021898] mt753x gsw@0: -------- gephy-calbration (port:2) --------
      [    7.037100] CALDLY = 40
      [    7.099218]  GE R50 AnaCal Done! (11) (0x31)(0xb1) 
      [    7.163346]  GE R50 AnaCal Done! (11) (0x31)(0xb1) 
      [    7.227473]  GE R50 AnaCal Done! (11) (0x31)(0xb1) 
      [    7.287046]  GE R50 AnaCal Done! (10) (0x32)(0xb2) 
      [    7.294896]  GE 1e_174(0xb1b1), 1e_175(0xb1b2)  
      [    7.327609]  GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120
      [    7.361415]  GE Tx offset AnaCal Done! (pair-1)(4)(0x23) 0x1e_172=0x123
      [    7.395305]  GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320
      [    7.433836]  GE Tx offset AnaCal Done! (pair-3)(5)(0x24) 0x1e_173=0x2324
      [    7.524288]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x4812)
      [    7.634676]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x2626)
      [    7.663578]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1921)
      [    7.726455]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1e26)
      [    7.773159] PORT 2 RX_DC_OFFSET
      [    7.785824] before pairA output = 1e
      [    7.791173] after pairA output = 0
      [    7.796268] before pairB output = 1e
      [    7.801617] after pairB output = 1
      [    7.806708] before pairC output = 1e
      [    7.812057] after pairC output = ff
      [    7.817239] before pairD output = e
      [    7.822496] after pairD output = fe
      [    7.826233] mt753x gsw@0: -------- gephy-calbration (port:3) --------
      [    7.841434] CALDLY = 40
      [    7.898993]  GE R50 AnaCal Done! (10) (0x32)(0xb2) 
      [    7.954013]  GE R50 AnaCal Done! (9) (0x34)(0xb4) 
      [    8.013499]  GE R50 AnaCal Done! (10) (0x32)(0xb2) 
      [    8.068515]  GE R50 AnaCal Done! (9) (0x34)(0xb4) 
      [    8.076279]  GE 1e_174(0xb2b4), 1e_175(0xb2b4)  
      [    8.108992]  GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120
      [    8.142794]  GE Tx offset AnaCal Done! (pair-1)(4)(0x23) 0x1e_172=0x123
      [    8.176684]  GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320
      [    8.201550]  GE Tx offset AnaCal Done! (pair-3)(2)(0x21) 0x1e_173=0x2321
      [    8.275017]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x5415)
      [    8.340108]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1f1f)
      [    8.402982]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1119)
      [    8.454528]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1d25)
      [    8.501237] PORT 3 RX_DC_OFFSET
      [    8.513899] before pairA output = f
      [    8.519161] after pairA output = fe
      [    8.524345] before pairB output = f
      [    8.529608] after pairB output = 0
      [    8.534698] before pairC output = 1e
      [    8.540048] after pairC output = fe
      [    8.545231] before pairD output = e
      [    8.550489] after pairD output = ff
      [    8.554225] mt753x gsw@0: -------- gephy-calbration (port:4) --------
      [    8.569430] CALDLY = 40
      [    8.622439]  GE R50 AnaCal Done! (9) (0x34)(0xb4) 
      [    8.677370]  GE R50 AnaCal Done! (9) (0x34)(0xb4) 
      [    8.727745]  GE R50 AnaCal Done! (8) (0x35)(0xb5) 
      [    8.782675]  GE R50 AnaCal Done! (9) (0x34)(0xb4) 
      [    8.790438]  GE 1e_174(0xb4b4), 1e_175(0xb5b4)  
      [    8.850480]  GE Tx offset AnaCal Done! (pair-0)(7)(0x26) 0x1e_172=0x2620
      [    8.889011]  GE Tx offset AnaCal Done! (pair-1)(5)(0x24) 0x1e_172=0x2624
      [    8.927546]  GE Tx offset AnaCal Done! (pair-2)(5)(0x24) 0x1e_173=0x2420
      [    8.952414]  GE Tx offset AnaCal Done! (pair-3)(2)(0x21) 0x1e_173=0x2421
      [    9.037206]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x4c13)
      [    9.085303]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1b1b)
      [    9.148184]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1119)
      [    9.222377]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0xf17)
      [    9.268999] PORT 4 RX_DC_OFFSET
      [    9.281666] before pairA output = 1e
      [    9.287015] after pairA output = 0
      [    9.292111] before pairB output = 1e
      [    9.297459] after pairB output = 1
      [    9.302550] before pairC output = 1d
      [    9.307899] after pairC output = fe
      [    9.313086] before pairD output = c
      [    9.318347] after pairD output = 1
      [    9.326801] UBI: auto-attach mtd5
      [    9.330129] ubi0: attaching mtd5
      [    9.406483] ubi0: scanning is finished
      [    9.414830] ubi0: attached mtd5 (name "ubi", size 26 MiB)
      [    9.420239] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
      [    9.427104] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
      [    9.433881] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
      [    9.440830] ubi0: good PEBs: 208, bad PEBs: 0, corrupted PEBs: 0
      [    9.446825] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
      [    9.454035] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 2002301422
      [    9.463152] ubi0: available PEBs: 0, total reserved PEBs: 208, PEBs reserved for bad PEB handling: 19
      [    9.472364] ubi0: background thread "ubi_bgt0d" started, PID 774
      [    9.913117] random: crng init done
      [   10.869333] block ubiblock0_1: created from ubi0:1(rootfs)
      [   10.874831] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem
      [   10.881796] hctosys: unable to open rtc device (rtc0)
      [   10.887555] UBIFS (ubi0:1): static UBI volume - read-only mode
      [   10.893418] UBIFS error (ubi0:1 pid 1): ubifs_mount: cannot mount read-write - read-only media
      [   10.904201] VFS: Mounted root (squashfs filesystem) readonly on device 253:0.
      [   10.911553] Freeing unused kernel memory: 448K
      [   10.929137] Run /sbin/preinit as init process
      arca.dbus.mng: is ready
      agent_handler(246):arca.dbus.misc: is ready
    
      Please press Enter to activate this console. [   13.270314] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
      [   13.279025] ehci-platform: EHCI generic platform driver
      [   13.298084] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
      [   13.316573] ohci-platform: OHCI generic platform driver
      [   13.396673] l2tp_core: L2TP core driver, V2.0
      [   13.403293] l2tp_netlink: L2TP netlink interface
      [   13.410059] gre: GRE over IPv4 demultiplexor driver
      [   13.427759] ip_gre: Unknown symbol ip_tunnel_rcv (err -2)
      [   13.433213] ip_gre: Unknown symbol ip_tunnel_change_mtu (err -2)
      [   13.439230] ip_gre: Unknown symbol ip_tunnel_encap_setup (err -2)
      [   13.445347] ip_gre: Unknown symbol ip_tunnel_init_net (err -2)
      [   13.451189] ip_gre: Unknown symbol ip_tunnel_changelink (err -2)
      [   13.457188] ip_gre: Unknown symbol ip_md_tunnel_xmit (err -2)
      [   13.462929] ip_gre: Unknown symbol ip_tunnel_ioctl (err -2)
      [   13.468501] ip_gre: Unknown symbol ip_tunnel_get_link_net (err -2)
      [   13.474678] ip_gre: Unknown symbol ip_tunnel_init (err -2)
      [   13.480167] ip_gre: Unknown symbol ip_tunnel_uninit (err -2)
      [   13.485832] ip_gre: Unknown symbol ip_tunnel_newlink (err -2)
      [   13.491574] ip_gre: Unknown symbol ip_tunnel_delete_nets (err -2)
      [   13.497665] ip_gre: Unknown symbol ip_tunnel_dellink (err -2)
      [   13.503404] ip_gre: Unknown symbol ip_tunnel_setup (err -2)
      [   13.508990] ip_gre: Unknown symbol ip_tunnel_xmit (err -2)
      [   13.514482] ip_gre: Unknown symbol __ip_tunnel_change_mtu (err -2)
      [   13.520655] ip_gre: Unknown symbol ip_tunnel_lookup (err -2)
      [   13.526320] ip_gre: Unknown symbol ip_tunnel_get_iflink (err -2)
      [   13.647638] mediatek_soc_hnat 15100000.hnat: wan = eth1
      [   13.652885] mediatek_soc_hnat 15100000.hnat: lan = eth0
      [   13.658103] mediatek_soc_hnat 15100000.hnat: lan2 = eth2
      [   13.663406] mediatek_soc_hnat 15100000.hnat: ppd = eth0
      [   13.668621] mediatek_soc_hnat 15100000.hnat: gmac num = 2
      [   13.674011] mediatek_soc_hnat 15100000.hnat: ppe num = 1
      [   13.680094] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 16384
      [   13.697361] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start
      [   13.703157] hnat roaming work enable
      [   13.724314] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register
      [   13.732067] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc010b9d000) size=(0x1000)
      [   13.741459] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc010ba5000) size=(0x1000)
      [   13.750667] Get Index(2-GPIO_BASE) phy_addr(0x11d00000) vir_addr=(0xffffffc010bad000) size=(0x1000)
      [   13.759702] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc010bb5000) size=(0x1000)
      [   13.769088] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc010bb7000) size=(0x1000)
      [   13.778468] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc010bb9000) size=(0x1000)
      [   13.788109] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc010bbb000) size=(0x1000)
      [   13.798010] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc010bbd000) size=(0x1000)
      [   13.808171] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc010bc5000) size=(0x1000)
      [   13.818946] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc010bcd000) size=(0x1000)
      [   13.829108] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc010bd5000) size=(0x1000)
      [   13.839356] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc010bd7000) size=(0x1000)
      [   13.849343] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc010bd9000) size=(0x1000)
      [   13.859764] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc010bdb000) size=(0x1000)
      [   13.870705] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc010bdd000) size=(0x1000)
      [   13.881127] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc010be5000) size=(0x1000)
      [   13.892070] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc010e50000) size=(0x10000)
      [   13.902144] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc010be7000) size=(0x1000)
      [   13.911959] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc010be9000) size=(0x1000)
      [   13.922121] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc0110d0000) size=(0x10000)
      [   13.932456] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc010beb000) size=(0x1000)
      [   13.942096] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc010bed000) size=(0x1000)
      [   13.952257] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc010bef000) size=(0x1000)
      [   13.962157] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc010bf1000) size=(0x1000)
      [   13.974402] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc0110f0000) size=(0x10000)
      [   13.984389] conninfra@(consys_plt_hw_init:162) adie_cfg_type = 1, one_adie_dbdc = 1
      [   13.992039] [emi_mng_init] gConEmiPhyBase = [0x47c80000] size = [0x100000] fw size = [0x100000] ops=[00000000a0b4543d]
      [   14.002846] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register
      [   14.010796] ConnInfra Dev: init (0)
      [   14.015766] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000)
      [   14.025599] conninfra@(connsys_d_die_cfg:365) D-die efuse: 0x00000000
      [   14.033060] conninfra@(_connsys_a_die_cfg_7976:919) adie_idx[0], A-die CHIP ID = 0x7976, HW Version = 0x8b00
      [   14.043881] conninfra@(consys_spi_write_nolock:501) addr=0x0a00, val=0xffffffff
      [   14.052184] conninfra@(consys_spi_write_nolock:501) addr=0x04ac, val=0x0000001c
      [   14.060487] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002
      [   14.069798] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x00000000
      [   14.079107] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x43a60000
      [   14.092447] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008600bc, 0x00000000]
      [   14.103960] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002
      [   14.113269] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a6003a
      [   14.122579] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63a7003a
      [   14.135919] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008600bc, 0x00000000]
      [   14.147430] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002
      [   14.156740] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a7003a
      [   14.166050] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63ac003a
      [   14.179390] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008600bc, 0x00000000]
      [   14.190902] conninfra@(consys_spi_write_nolock:501) addr=0x0038, val=0x4a563b00
      [   14.199204] conninfra@(consys_spi_write_nolock:501) addr=0x065c, val=0x1d59080f
      [   14.207507] conninfra@(consys_spi_write_nolock:501) addr=0x0664, val=0x34c00fe0
      [   14.215814] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x88888005
      [   14.225079] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x00000005
      [   14.233316] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000)
      [   14.243129] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]->[1] wakeup!!
      [   14.251993] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]->[0] sleep!!
      [   14.260592] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1]
      [   15.414050] mt_wifi: module license 'Proprietary' taints kernel.
      [   15.420070] Disabling lock debugging due to kernel taint
      [   15.466615] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3]
      [   15.474175] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000)
      [   15.492046] Adie Type: 0x7976
      [   15.492048] SKU Type: 3000
      [   15.495970] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1]
      [   15.510079] WiFi@C12L1,get_dbg_setting_by_profile() 4436: debug level setting=INDEX0_debug_level not found!!
      [   15.519922] WiFi@C12L1,get_dbg_setting_by_profile() 4459: debug option setting=INDEX0_debug_option not found!!
      [   15.529991] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch
      [   15.544832] mt7981_init()-->
      [   15.547736] Use the default iPAiLNA bin image!
      [   15.552221] <--mt7981_init()
      [   15.555125] RtmpRaDevCtrlInit(): MCS_LUT not used becasue MacTb size(288) > 128!
      [   15.562641] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX1
      [   15.569961] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX2
      [   15.577278] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX3
      [   15.584593] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX4
      [   15.591907] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX5
      [   15.599223] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX6
      [   15.606538] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX7
      [   15.613854] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX8
      [   15.621169] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX9
      [   15.628468] WiFi@C12L2,match_index_by_chipname() 763: Not find slot id, back to old rule.
      [   15.636759] msta_ifname not found
      [   15.642557] mca_alloc:887->current[insmod]
      [   15.646691] mca_alloc:887->current[insmod]
      [   15.690162] warp_module_init(): module init and register callback for warp
      [   15.697066] create warp_ctrl ok!!!
      [   15.700511] wed_get_slot_map(): assign slot_id:0 for entry: 0!
      [   15.706351] wed_get_slot_map(): assign slot_id:1 for entry: 1!
      [   15.726210] mtk_warp_proxy: module uses symbols from proprietary module mt_wifi, inheriting taint.
      [   15.745454] nf_log_ipv4: failed to register logger
      [   15.841077] xt_time: kernel timezone is -0000
      [   15.865304] PPP generic driver version 2.4.2
      [   15.872983] PPP MPPE Compression module registered
      [   15.888307] NET: Registered protocol family 24
      [   15.895070] PPTP driver version 0.8.5
      [   15.903528] l2tp_ppp: PPPoL2TP kernel driver, V2.0
      [   15.942241] nf_conntrack_rtsp v0.7 loading
      [   15.946364] init:569->port #0: 554
      [   15.949766] init:569->port #1: 10556
      [   15.953338] init:569->port #2: 10557
      [   15.956904] init:569->port #3: 10558
      [   15.960475] init:569->port #4: 10559
      [   15.964046] init:569->port #5: 10560
      [   15.967617] init:569->port #6: 10561
      [   15.971187] init:569->port #7: 10562
      [   15.974757] init:569->port #8: 10563
      [   15.978327] init:569->port #9: 10564
      [   15.981898] init:569->port #10: 10565
      [   15.985560] init:569->port #11: 10566
      [   15.989220] init:569->port #12: 10567
      [   15.992872] init:569->port #13: 10568
      [   15.996534] init:569->port #14: 10569
      [   16.000193] init:569->port #15: 10570
      [   16.003850] init:569->port #16: 10571
      [   16.007509] init:569->port #17: 10572
      [   16.011166] init:569->port #18: 10573
      [   16.014824] init:569->port #19: 10574
      [   16.018481] init:569->port #20: 10575
      [   16.022140] init:569->port #21: 10576
      [   16.025797] init:569->port #22: 10577
      [   16.029456] init:569->port #23: 10578
      [   16.033120] init:569->port #24: 10579
      [   16.036773] init:569->port #25: 10580
      [   16.040451] init:569->port #26: 10581
      [   16.044126] init:569->port #27: 10582
      [   16.047785] init:569->port #28: 10583
      [   16.051444] init:569->port #29: 10584
      [   16.055102] init:569->port #30: 10585
      [   16.058761] init:569->port #31: 10586
      [   16.062420] init:569->port #32: 10587
      [   16.066078] init:569->port #33: 10588
      [   16.069738] init:569->port #34: 10589
      [   16.073397] init:569->port #35: 10590
      [   16.077049] init:569->port #36: 10591
      [   16.080709] init:569->port #37: 10592
      [   16.098355] nf_nat_rtsp v0.7 loading
      [   16.142005] initial /net/netfilter/nf_safety proc
      [   16.158792] initialize xt_schedule.
      [   16.162357] Create /proc/net/xt_schedule_timeout_force_unmatch.
      [   16.230844] ubi1: attaching mtd11
      [   16.361170] ubi1: scanning is finished
      [   16.369918] ubi1: attached mtd11 (name "WTB", size 44 MiB)
      [   16.375428] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
      [   16.382304] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
      [   16.389104] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
      [   16.396061] ubi1: good PEBs: 352, bad PEBs: 0, corrupted PEBs: 0
      [   16.402058] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
      [   16.409278] ubi1: max/mean erase counter: 3/2, WL threshold: 4096, image sequence number: 1621973530
      [   16.418402] ubi1: available PEBs: 0, total reserved PEBs: 352, PEBs reserved for bad PEB handling: 19
      [   16.427637] ubi1: background thread "ubi_bgt1d" started, PID 1176
      [   17.441808] UBIFS (ubi1:0): Mounting in unauthenticated mode
      [   17.447604] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 1188
      [   17.469137] UBIFS (ubi1:0): recovery needed
      [   17.488427] UBIFS (ubi1:0): recovery completed
      [   17.493005] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "dpi"
      [   17.500155] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
      [   17.510064] UBIFS (ubi1:0): FS size: 40505344 bytes (38 MiB, 319 LEBs), journal size 2031616 bytes (1 MiB, 16 LEBs)
      [   17.520507] UBIFS (ubi1:0): reserved for root: 1913167 bytes (1868 KiB)
      [   17.527121] UBIFS (ubi1:0): media format: w5/r0 (latest is w5/r0), UUID 050A6F85-AA86-43BF-B4BE-A4491797A4C0, small LPT model
      >>>>>wenfang handle_manual_mode_switch 569  reset mode conf = router---old :router 
      [   18.036804] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
      [   18.045175] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
      [   18.045398] mca_alloc:887->current[kworker/1:1]
      [   19.627979] mca_alloc:887->current[brctl]
      [   19.632047] mca_alloc:887->current[brctl]
      [   19.640923] debug : Enter [BRCTL_ADD_IF] 
      [   19.644964] add_if 00000000 ***************************
      [   19.650220] br0: port 1(eth0) entered blocking state
      [   19.655179] br0: port 1(eth0) entered disabled state
      [   19.660297] device eth0 entered promiscuous mode
      [   19.674234] mca_alloc:887->current[brctl]
      [   19.678288] mca_alloc:887->current[brctl]
      [   19.689073] mca_alloc:887->current[brctl]
      [   19.693170] mca_alloc:887->current[brctl]
      [   19.737828] br0: port 1(eth0) entered blocking state
      [   19.742801] br0: port 1(eth0) entered forwarding state
      [   19.755349] mca_alloc:887->current[kworker/0:3]
      [   19.761852] mca_alloc:887->current[kworker/1:1]
      [   19.822250] mtk_soc_eth 15100000.ethernet eth1: configuring for fixed/2500base-x link mode
      [   19.830729] mtk_soc_eth 15100000.ethernet eth1: Link is Up - 2.5Gbps/Full - flow control rx/tx
      [   19.831009] mca_alloc:887->current[kworker/1:1]
      [   20.017910] WiFi@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   20.026227] msta_ifname not found
      [   20.030108] client_get_axi_slot_id(): wrong BUS_TYPE
      [   20.035066] warp_cap_support(): chip_id=7981 is in WHNAT support list
      [   20.041498] warp_entry_acquire(): bus slot:0, hook to WARP, entry id=0, entry: 0000000070224267
      [   20.050183] client_hif_specific_get(): hw->base_phy_addr 0x18000000!!
      [   20.056612] client_chip_specific_get(): 0x7981 chip id 0x7981!!
      [   20.062627] warp_entry_get_by_pdev(): return entry[0] 
      [   20.067850] warp_msg_register():warp,pid,1445,id,0,wed_idx,0
      [   20.073541] warp_dev0 15010000.wed: Using 32bit DMA for streaming map
      [   20.079972] warp_dev0 15010000.wed: Using 32bit DMA for coherent map
      [   20.086343] wed_init(0): res_start = 0x15010000, size = 1000, irq=7,base_addr=0xffffffc010e66000
      [   20.095542] wed_ring_init(): wed tx ring init result = 0
      [   20.101038] wed_ring_init(): wed rx ring init result = 0
      [   20.113725] create wed ok!!!
      [   20.116624] wdma_init(): wdma(0) base_addr=0xffffffc0110cd800, base_phy_addr=0x15104800
      [   20.125444] warp_woif_bus_init_hw(): bus:00000000c42c3e5b, txring: 20, pa: 0x0000000055304000, 0x0000000055304000, 24, 28, 3c
      [   20.136741] warp_woif_bus_init_hw(): bus:00000000c42c3e5b, rxring: 50, pa: 0x0000000055306000, 0x0000000055306000, 54, 58, 6c
      [   20.148073] get_region_info(): wed_idx = 0, base_addr = 0x00000000e33fc000, size = 0x40000, res.start = 0x47d80000, shared:0
      [   20.159287] get_region_info(): wed_idx = 0, base_addr = 0x00000000545beca1, size = 0x8000, res.start = 0x151e0000, shared:0
      [   20.170446] get_region_info(): wed_idx = 0, base_addr = 0x00000000123a3caf, size = 0x240000, res.start = 0x47dc0000, shared:1
      [   20.181747] get_region_info(): wed_idx = 0, base_addr = 0x0000000056a7eecb, size = 0x1000, res.start = 0x15194000, shared:0
      [   20.192860] warp_fwdl_mcu_mode(): mcu mode, need fwdl
      [   20.200989] ########## WO Firmware ##########
      [   20.205373] Chip ID: 0x0000
      [   20.208153] ECO version:0
      [   20.210770] Version: DEV_000000
      [   20.213904] Build date: 20230628121536
      [   20.217644] Total region:3
      [   20.220337] #################################
      [   20.224691] Parsing tailer region 0
      [   20.228172]  Target address: 0x151e0000
      [   20.231998]  Download size: 21968
      [   20.235333] Parsing tailer region 1
      [   20.238812]  Target address: 0x47d80000
      [   20.242638]  Download size: 86944
      [   20.246030] Parsing tailer region 2
      [   20.249515]  Target address: 0x47dc0000
      [   20.253342]  Download size: 2345040
      [   20.259123] warp_fwdl_ready_check_mcu_mode(): waiting for wocpu
      [   20.281558] warp_fwdl_ready_check_mcu_mode(): wocpu is ready
      [   20.287239] warp_woctrl_init_state(), wo_state: WO_STATE_ENABLE
      [   20.293171] wo_proc_init done  000000002a312937
      [   20.297704] wo_exep_proc_init done  000000002a312937
      [   20.302688] wo_exception_init(0): exp log= 0x0000000011bb32b1, phy_addr= 0x00000000553d8000 size= 32768
      [   20.427410] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS0 PhyMode=78
      [   20.434027] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS1 PhyMode=78
      [   20.440636] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS2 PhyMode=78
      [   20.447242] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS3 PhyMode=78
      [   20.453848] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS4 PhyMode=78
      [   20.460463] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS5 PhyMode=78
      [   20.467074] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS6 PhyMode=78
      [   20.473681] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS7 PhyMode=177
      [   20.480374] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS8 PhyMode=177
      [   20.487066] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS9 PhyMode=177
      [   20.493758] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS10 PhyMode=177
      [   20.500537] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS11 PhyMode=177
      [   20.507315] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS12 PhyMode=177
      [   20.514098] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS13 PhyMode=177
      [   20.521269] WiFi@C23L3,auto_ch_select_set_cfg() 3449: BandIdx0, AutoChannelAtBootup=0, AutoChannelAlg = 0
      [   20.530825] WiFi@C23L3,auto_ch_select_set_cfg() 3449: BandIdx1, AutoChannelAtBootup=0, AutoChannelAlg = 0
      [   20.623441] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=0, Desired MFPC=1
      [   20.630833] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=1, Desired MFPC=0
      [   20.638220] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=2, Desired MFPC=0
      [   20.645607] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=3, Desired MFPC=1
      [   20.652994] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=4, Desired MFPC=1
      [   20.660380] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=5, Desired MFPC=1
      [   20.667769] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=6, Desired MFPC=1
      [   20.675155] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=7, Desired MFPC=1
      [   20.682541] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=8, Desired MFPC=0
      [   20.689927] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=9, Desired MFPC=0
      [   20.697313] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=10, Desired MFPC=1
      [   20.704786] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=11, Desired MFPC=1
      [   20.712258] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=12, Desired MFPC=1
      [   20.719731] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=13, Desired MFPC=1
      [   20.729748] WiFi@C12L1,RTMPSetProfileParameters() 8748: ra0, QoSMgmtCapa=0
      [   20.736615] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.743741] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.750867] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.757993] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.765127] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.772256] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.779382] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.786508] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.793633] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.800758] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.807883] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.815008] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.822134] WiFi@C12L1,RTMPSetProfileParameters() 8748: (null), QoSMgmtCapa=0
      [   20.833878]  dut_work_mode=1 
      [   20.837892]  5G====24G_BUFWTS_enable=0 
      [   20.849176] WiFi@C12L1,rtmp_read_ap_client_from_file() 1639: APCLI[0] ApCliMuMimoDlEnable = 0
      [   20.857693] WiFi@C12L1,rtmp_read_ap_client_from_file() 1639: APCLI[1] ApCliMuMimoDlEnable = 0
      [   20.866444] WiFi@C12L1,rtmp_read_ap_client_from_file() 1658: APCLI[0] ApCliMuMimoUlEnable = 0
      [   20.874963] WiFi@C12L1,rtmp_read_ap_client_from_file() 1658: APCLI[1] ApCliMuMimoUlEnable = 0
      [   20.885829] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
      [   20.897033] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48
      [   20.905465] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
      [   20.916668] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48
      [   21.029480] wdma_dma_ctrl(): WDMA_GLO_CFG=50404e70, txrx = 0
      [   21.039002] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e70, txrx = 0
      [   21.053981] warp_tx_ring_init_hw(): configure ring 0 setting
      [   21.059670] warp_tx_ring_init_hw(): wed:00000000b223e823 wifi:00000000ac19d0a8: 24420=56bc8000,24424=2048,24428=0
      [   21.069920] warp_tx_ring_init_hw(): configure ring 1 setting
      [   21.075571] warp_tx_ring_init_hw(): wed:00000000b223e823 wifi:00000000ac19d0a8: 24430=56bd8000,24434=2048,24438=0
      [   21.085937] set_rrocfg,0
      [   21.111344] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e74, txrx = 3
      [   21.116995] using E1 ROM patch
      [   21.120041] using E1 RAM
      [   21.122571] current sync CR = 0x1
      [   21.125878]  Built date: 20240104200357a
      [   21.129799]  Platform: ALPS
      [   21.132582]  HW/SW version: 0x8a108a10
      [   21.136323]  Patch version: 0xffffffff
      [   21.150145] current sync CR = 0x1
      [   21.153457]  Chip ID: 0x14
      [   21.156153]  Eco version: 0x00
      [   21.159199]  Region number: 0x0b
      [   21.162433]  Format version: 0x02
      [   21.165740]  Format flag: 0x01
      [   21.168781]  Ram version: ____000000
      [   21.172351]  Built date: 20240104200423
      [   21.176182]  Common crc: 0xa952b766
      [   21.179663]  Release info: header tag = 0, total length = 0
      [   21.206766]  Chip ID: 0x00
      [   21.209492]  Eco version: 0x00
      [   21.212534]  Region number: 0x03
      [   21.215755]  Format version: 0x02
      [   21.219063]  Format flag: 0x01
      [   21.222110]  Ram version: DEV_000000
      [   21.225681]  Built date: 20240104200848
      [   21.229515]  Common crc: 0xbab628f3
      [   21.232990]  Release info: header tag = 0, total length = 0
      [   21.318566] current sync CR = 0x7
      [   21.321928] efuse_probe: efuse = deaddead
      [   21.330880] WiFi@C02L1,is_cal_free_ic() 831: [a-die version:1]
      [   21.956096] WiFi@C17L1,RTMPReadTxPwrPerRate() 450: (450): Don't Support this now!
      [   21.963623] WiFi@C01L1,AntCfgInit() 3155: Not support for HIF_MT yet!
      [   21.986256] WiFi@C17L1,tx_pwr_comp_init() 641: NotSupportYet!
      [   21.992082] WiFi@C12L1,SCS_init() 880: INIT SCSEnable [0]= 1
      [   21.997755] WiFi@C12L1,SCS_init() 887: INIT SCSEnable [1]= 0
      [   22.003533] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   22.009037] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   22.014510] WiFi@C14L1,IPMacTable_init() 348: IPMacTable already inited!
      [   22.041406] wdma_dma_ctrl(): WDMA_GLO_CFG=50804e75, txrx = 3
      [   22.047188] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   22.052693] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   22.058175] WiFi@C00L1,set_ack_timeout_mode_byband() 13644: CTS/ACK Timeout Range should between [0xFFFF:0]!!
      [   22.068079] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13732: DAT config band(0) cck_timeout Fail!
      [   22.076765] WiFi@C00L1,set_ack_timeout_mode_byband() 13644: CTS/ACK Timeout Range should between [0xFFFF:0]!!
      [   22.086665] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13743: DAT config band(0) ofdm_timeout Fail!
      [   22.095437] WiFi@C00L1,set_ack_timeout_mode_byband() 13644: CTS/ACK Timeout Range should between [0xFFFF:0]!!
      [   22.105337] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13754: DAT config band(0) ofdma_timeout Fail!
      [   22.114197] WiFi@C00L1,set_ack_timeout_mode_byband() 13644: CTS/ACK Timeout Range should between [0xFFFF:0]!!
      [   22.124096] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13732: DAT config band(1) cck_timeout Fail!
      [   22.132782] WiFi@C00L1,set_ack_timeout_mode_byband() 13644: CTS/ACK Timeout Range should between [0xFFFF:0]!!
      [   22.142682] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13743: DAT config band(1) ofdm_timeout Fail!
      [   22.151455] WiFi@C00L1,set_ack_timeout_mode_byband() 13644: CTS/ACK Timeout Range should between [0xFFFF:0]!!
      [   22.161355] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13754: DAT config band(1) ofdma_timeout Fail!
      [   22.170752] mca_alloc:887->current[ifconfig]
      [   22.175067] mca_alloc:887->current[ifconfig]
      [   22.179828] mca_alloc:887->current[ifconfig]
      [   22.184130] mca_alloc:887->current[ifconfig]
      [   22.188868] mca_alloc:887->current[ifconfig]
      [   22.193159] mca_alloc:887->current[ifconfig]
      [   22.197909] mca_alloc:887->current[ifconfig]
      [   22.202199] mca_alloc:887->current[ifconfig]
      [   22.206932] mca_alloc:887->current[ifconfig]
      [   22.211234] mca_alloc:887->current[ifconfig]
      [   22.215970] mca_alloc:887->current[ifconfig]
      [   22.220271] mca_alloc:887->current[ifconfig]
      [   22.225030] mca_alloc:887->current[ifconfig]
      [   22.229322] mca_alloc:887->current[ifconfig]
      [   22.234066] mca_alloc:887->current[ifconfig]
      [   22.238361] mca_alloc:887->current[ifconfig]
      [   22.243110] mca_alloc:887->current[ifconfig]
      [   22.247410] mca_alloc:887->current[ifconfig]
      [   22.252171] mca_alloc:887->current[ifconfig]
      [   22.256485] mca_alloc:887->current[ifconfig]
      [   22.261252] mca_alloc:887->current[ifconfig]
      [   22.265539] mca_alloc:887->current[ifconfig]
      [   22.270296] mca_alloc:887->current[ifconfig]
      [   22.274618] mca_alloc:887->current[ifconfig]
      [   22.279390] mca_alloc:887->current[ifconfig]
      [   22.283693] mca_alloc:887->current[ifconfig]
      [   22.288094] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   22.296107] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   22.304326] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   22.312151] mca_alloc:887->current[ifconfig]
      [   22.316452] mca_alloc:887->current[ifconfig]
      [   22.320862] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   22.328872] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   22.337111] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   22.344932] mca_alloc:887->current[ifconfig]
      [   22.349220] mca_alloc:887->current[ifconfig]
      [   22.481369] :(op = 1)
      [   22.488442] WiFi@C00L1,FastPathCheckMIC() 1010: (ret = 0)(op:1)
      [   22.494361] WiFi@C00L2,red_tail_drop_init() 83: red_tail_drop_init: available token:8192, whnat_en:1
      [   22.503491] WiFi@C00L1,MtCmdCr4RedSet() 914: MtCmdCr4RedSet: (ret = 0)
      [   22.510015] WiFi@C00L1,SendRedCmd() 1049: SendRedCmd:(ret = 1)
      [   22.515925] WiFi@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   22.523924] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 0
      [   22.529493] WiFi@C18L3,BuildChannelList() 513: 
      [   22.534053] WiFi@C00L3,BuildChannelList() 543: BandIdx = 0, PhyMode = 78, ChListNum = 13:
      [   22.542228] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.548573] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.555007] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.561352] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.567785] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.574130] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.580563] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.586907] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.593340] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.599684] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.606117] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.612461] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.618894] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.625238] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.631670] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.638013] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.644445] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.650789] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.657222] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.663566] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.669999] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.676342] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.682775] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.689118] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.695550] WiFi@C14L1,vht80_channel_group() 1974: invalid ch_band 0
      [   22.701894] WiFi@C14L1,vht160_channel_group() 2065: invalid ch_band 0
      [   22.708326] WiFi@C23L1,DfsBuildChannelList() 4078: [RDM]: wdev is not 5G.
      [   22.715131] WiFi@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   22.723391] WiFi@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   22.734857] WiFi@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1)!
      [   22.746321] WiFi@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0)!
      [   22.757002] WiFi@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   22.765262] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:1 vht_bw:0 bw:1 extcha:1
      [   22.775773] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:3 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   22.787526] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0)
      [   22.825842] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3,
       scan(0)
      [   22.839450] WiFi@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   22.850416] WiFi@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   22.856333] WiFi@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   22.864813] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   22.872822] wdev_attr_update(): wdevId0 = EC:5A:31:xx:xx:52
      [   22.878399] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[0]=0, bw_grp=16 omac=0
      [   22.887374] WiFi@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=0
      [   22.893266] WiFi@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn
      [   22.900134] WiFi@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   22.906776] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   22.912314] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   22.917710] WiFi@C00L1,ApAutoChannelAtBootUp() 515: not A band
      [   22.923535] WiFi@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   22.930355] WiFi@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:0, CfgMode:0
      [   22.941097] WiFi@C15L2,APPMFInit() 133: [PMF] apidx=0, MFPC=1, MFPR=0, SHA256=0
      [   22.948475] WiFi@C18L3,BuildChannelList() 513: 
      [   22.953022] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   22.961069] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   22.969305] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   22.976869] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   22.982274] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   22.992786] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:1 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   23.004584] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   23.042984] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   23.082109] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   23.401244] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   23.406655] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   23.417174] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:2 cench1:2 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   23.428898] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=2, ctrl_ch2=0, cent_ch=2 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   23.467178] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=2, ctrl_ch2=0, cent_ch=2, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   23.506339] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   23.817241] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   23.822650] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   23.833162] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:3 cench1:3 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   23.844876] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=3, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   23.883173] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=3, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   23.922138] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   24.069170] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
      [   24.233229] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   24.238637] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   24.249150] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:4 cench1:4 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   24.260862] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=4, ctrl_ch2=0, cent_ch=4 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   24.299180] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=4, ctrl_ch2=0, cent_ch=4, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   24.338147] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   24.649225] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   24.654634] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   24.665146] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:5 cench1:5 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   24.676873] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=5, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   24.715115] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=5, ctrl_ch2=0, cent_ch=5, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   24.754018] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   25.065246] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   25.070656] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   25.081175] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:6 cench1:6 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   25.092907] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   25.131184] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   25.170108] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   25.481237] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   25.486648] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   25.497161] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:7 cench1:7 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   25.508881] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=7, ctrl_ch2=0, cent_ch=7 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   25.547136] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=7, ctrl_ch2=0, cent_ch=7, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   25.586038] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   25.897235] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   25.902643] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   25.913154] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:8 cench1:8 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   25.924869] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=8, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   25.963136] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=8, ctrl_ch2=0, cent_ch=8, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   26.002042] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   26.313244] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   26.318655] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   26.329167] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:9 cench1:9 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1
      [   26.340884] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=9, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   26.379140] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=9, ctrl_ch2=0, cent_ch=9, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(1)
      [   26.418076] WiFi@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   26.729119] WiFi@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   26.740599] WiFi@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1)!
      [   26.752063] WiFi@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0)!
      [   26.762746] WiFi@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   26.771005] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:1 vht_bw:0 bw:1 extcha:1
      [   26.781518] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:3 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   26.793262] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0)
      [   26.831559] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3,
       scan(0)
      [   26.845163] WiFi@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   26.856129] WiFi@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   26.862047] WiFi@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   26.870314] WiFi@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   26.881790] WiFi@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   26.893259] WiFi@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   26.903943] WiFi@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   26.912203] WiFi@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   26.922713] WiFi@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:1 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   26.934433] WiFi@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(0)
      [   26.972720] WiFi@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(0)
      [   26.986323] WiFi@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   26.997291] WiFi@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   27.003208] WiFi@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   27.011706] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(0)
      [   27.020332] WiFi@C01L3,wifi_sys_linkup() 1231: wdev idx = 0
      [   27.096396] WiFi@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1
      [   27.096396]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   27.110765] WiFi@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=0
      [   27.123725] WiFi@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 0 (ra0)
      [   27.131556] WiFi@C08L3,UpdateBeaconHandler() 2144:   Band0 BcnInitedRnd = 44
      [   27.138561] WiFi@C00L1,TxCCKStreamCtrl() 20788: set wrong parameters
      [   27.155029] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:52) set 2G Inf ra0 ready.
      [   27.155029] PrintSrCmd:
      [   27.155029] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.155029] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   27.178228] PrintSrCmd:
      [   27.178228] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.178228] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   27.192218] PrintSrCmd:
      [   27.192218] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.192218] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   27.206208] PrintSrCmd:
      [   27.206208] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.206208] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   27.220287] PrintSrCmd:
      [   27.220287] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.220287] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   27.234359] PrintSrCmd:
      [   27.234359] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.234359] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   27.248462] WiFi@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   27.259416] WiFi@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 0 
      [   27.267157] WiFi@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   27.267268] [mtf_txpower_all_rate_info] band_idx:0 pwr:25 ChBand:2G ePAGain:0
      [   27.272827] mtk_ppe_dev_register_hook : ineterface ra0 register (1)
      [   27.286624] mca_alloc:887->current[kworker/1:1]
      [   27.304432] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 4
      [   27.314898] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 2
      [   27.327078] debug : Enter [BRCTL_ADD_RULE_IF] 
      [   27.331562] add_if 00000100 ***************************
      [   27.336813] br0: port 2(ra0) entered blocking state
      [   27.341762] br0: port 2(ra0) entered disabled state
      [   27.346793] device ra0 entered promiscuous mode
      [   27.351380] br0: port 2(ra0) entered blocking state
      [   27.356250] br0: port 2(ra0) entered forwarding state
      [   27.367572] 7981@C08L2,mbss_virtual_if_open() 134:  ===> ra5
      [   27.373258] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   27.381349] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   27.389349] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 5
      [   27.394953] 7981@C18L3,BuildChannelList() 513: 
      [   27.399539] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   27.411094] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   27.422614] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   27.433308] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   27.441568] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   27.447567] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   27.456087] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   27.464171] wdev_attr_update(): wdevId5 = EC:5A:31:xx:xx:53
      [   27.469752] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[5]=9, bw_grp=16 omac=17
      [   27.478806] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=5
      [   27.484712] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn
      [   27.491575] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   27.498217] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   27.503779] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   27.509203] 7981@C00L1,ApAutoChannelAtBootUp() 515: not A band
      [   27.515051] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   27.521866] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:5, CfgMode:0
      [   27.532557] 7981@C15L2,APPMFInit() 133: [PMF] apidx=5, MFPC=1, MFPR=1, SHA256=0
      [   27.603982] 7981@C18L3,BuildChannelList() 513: 
      [   27.608572] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   27.616601] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   27.624822] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   27.632228] 7981@C08L2,APOverlappingBSSScan() 5207: leverage result of wdev(0@BN0), FallBack=1 (remaining 55344 ms)
      [   27.642658] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   27.654125] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   27.665652] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   27.676338] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   27.684593] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   27.690506] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   27.699017] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(5)
      [   27.707704] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 5
      [   27.717483] BcnCheck start after 4400 ms (ra0)
      [   27.788139] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1
      [   27.788139]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   27.802605] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=5
      [   27.816236] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 11 (ra5)
      [   27.824230] 7981@C00L1,TxCCKStreamCtrl() 20788: set wrong parameters
      [   27.840748] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:53) set 2G Inf ra5 ready.
      [   27.840748] PrintSrCmd:
      [   27.840748] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.840748] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   27.863957] PrintSrCmd:
      [   27.863957] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.863957] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   27.877940] PrintSrCmd:
      [   27.877940] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.877940] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   27.891932] PrintSrCmd:
      [   27.891932] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.891932] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   27.906013] PrintSrCmd:
      [   27.906013] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.906013] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   27.920151] PrintSrCmd:
      [   27.920151] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   27.920151] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   27.934285] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   27.945246] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 0 
      [   27.952994] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   27.958672] [mtf_txpower_all_rate_info] band_idx:0 pwr:25 ChBand:2G ePAGain:0
      [   27.965820] mtk_ppe_dev_register_hook : ineterface ra5 register (2)
      [   27.972354] mca_alloc:887->current[kworker/0:2]
      [   27.979603] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 4
      [   27.989957] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 2
      [   28.002036] debug : Enter [BRCTL_ADD_RULE_IF] 
      [   28.006529] add_if 00000100 ***************************
      [   28.011839] br0: port 3(ra5) entered blocking state
      [   28.016712] br0: port 3(ra5) entered disabled state
      [   28.021770] device ra5 entered promiscuous mode
      [   28.026386] br0: port 3(ra5) entered blocking state
      [   28.031260] br0: port 3(ra5) entered forwarding state
      [   28.042388] 7981@C08L2,mbss_virtual_if_open() 134:  ===> ra6
      [   28.048092] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   28.056176] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   28.064249] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 6
      [   28.069840] 7981@C18L3,BuildChannelList() 513: 
      [   28.074407] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   28.085945] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   28.097458] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   28.108142] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   28.116395] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   28.122331] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   28.130823] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   28.138830] wdev_attr_update(): wdevId6 = EC:5A:31:xx:xx:51
      [   28.144402] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[6]=10, bw_grp=16 omac=18
      [   28.153628] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=6
      [   28.159515] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn
      [   28.166377] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   28.173045] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   28.178582] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   28.183980] 7981@C00L1,ApAutoChannelAtBootUp() 515: not A band
      [   28.189806] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   28.196616] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:6, CfgMode:0
      [   28.207285] 7981@C15L2,APPMFInit() 133: [PMF] apidx=6, MFPC=1, MFPR=0, SHA256=0
      [   28.278660] 7981@C18L3,BuildChannelList() 513: 
      [   28.283244] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   28.291256] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   28.299482] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   28.306884] 7981@C08L2,APOverlappingBSSScan() 5207: leverage result of wdev(0@BN0), FallBack=1 (remaining 54668 ms)
      [   28.317310] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   28.328859] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   28.340360] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   28.351043] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   28.359297] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   28.365207] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   28.373895] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(6)
      [   28.382565] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 6
      [   28.458212] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   28.458212]  LinkToOmacIdx = 12, LinkToWdevType = 1
      [   28.472668] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=6
      [   28.486284] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 12 (ra6)
      [   28.494397] 7981@C00L1,TxCCKStreamCtrl() 20788: set wrong parameters
      [   28.510853] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:51) set 2G Inf ra6 ready.
      [   28.510853] PrintSrCmd:
      [   28.510853] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   28.510853] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   28.534103] PrintSrCmd:
      [   28.534103] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   28.534103] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   28.548177] PrintSrCmd:
      [   28.548177] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   28.548177] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   28.562168] PrintSrCmd:
      [   28.562168] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   28.562168] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   28.576250] PrintSrCmd:
      [   28.576250] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   28.576250] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   28.590361] PrintSrCmd:
      [   28.590361] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   28.590361] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   28.604475] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   28.615441] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 0 
      [   28.623191] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   28.628857] [mtf_txpower_all_rate_info] band_idx:0 pwr:25 ChBand:2G ePAGain:0
      [   28.636032] mtk_ppe_dev_register_hook : ineterface ra6 register (3)
      [   28.642762] mca_alloc:887->current[kworker/0:2]
      [   28.650423] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 4
      [   28.660727] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 2
      [   28.672872] debug : Enter [BRCTL_ADD_RULE_IF] 
      [   28.677429] add_if 00000100 ***************************
      [   28.682696] br0: port 4(ra6) entered blocking state
      [   28.687569] br0: port 4(ra6) entered disabled state
      [   28.692637] device ra6 entered promiscuous mode
      [   28.697227] br0: port 4(ra6) entered blocking state
      [   28.702099] br0: port 4(ra6) entered forwarding state
      [   28.716789] 7981@C08L2,mbss_virtual_if_open() 134:  ===> rax0
      [   28.722577] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   28.730757] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   28.738782] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 7
      [   28.744397] 7981@C18L3,BuildChannelList() 513: 
      [   28.748962] 7981@C00L3,BuildChannelList() 543: BandIdx = 1, PhyMode = 177, ChListNum = 20:
      [   28.757319] 7981@C23L3,DfsBuildChannelList() 4123: Done
      [   28.762565] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(0) band(0) band_bw(0), outbw(0)
      [   28.772731] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   28.782880] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   28.789581] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [   28.801285] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
      [   28.812932] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      [   28.823790] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   28.834275] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   28.844458] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      [   28.852939] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      [   28.863469] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   28.875284] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [   28.882088] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(
      0)
      [   28.944261] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=
      7, scan(0)
      [   28.963151] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   28.974129] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   28.984295] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   28.994633] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   29.002706] wdev_attr_update(): wdevId7 = EC:5A:31:xx:xx:59
      [   29.008284] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[7]=4, bw_grp=16 omac=0
      [   29.017255] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=7
      [   29.024125] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=1 RadioOn
      [   29.030981] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   29.037662] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   29.043192] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   29.048657] 7981@C00L1,ApAutoChannelAtBootUp() 505: zero-wait DFS is not enabled
      [   29.056084] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   29.062900] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:7, CfgMode:0
      [   29.073567] 7981@C15L2,APPMFInit() 133: [PMF] apidx=7, MFPC=1, MFPR=0, SHA256=0
      [   29.080908] 7981@C18L3,BuildChannelList() 513: 
      [   29.085498] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   29.093523] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   29.101770] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   29.109433] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(7)
      [   29.118047] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 7
      [   29.193958] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:284 for WDEV_TYPE:1
      [   29.193958]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   29.208359] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=7
      [   29.221329] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 0 (rax0)
      [   29.229244] 7981@C08L3,UpdateBeaconHandler() 2144:   Band1 BcnInitedRnd = 63
      [   29.249308] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:59) set 5G Inf rax0 ready.
      [   29.249308] PrintSrCmd:
      [   29.249308] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   29.249308] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   29.272634] PrintSrCmd:
      [   29.272634] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   29.272634] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   29.286658] PrintSrCmd:
      [   29.286658] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   29.286658] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   29.300738] PrintSrCmd:
      [   29.300738] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   29.300738] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   29.314894] PrintSrCmd:
      [   29.314894] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   29.314894] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   29.328972] PrintSrCmd:
      [   29.328972] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   29.328972] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   29.343103] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   29.354112] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 1 
      [   29.361889] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   29.367553] [mtf_txpower_all_rate_info] band_idx:1 pwr:25 ChBand:5G ePAGain:0
      [   29.374704] mtk_ppe_dev_register_hook : ineterface rax0 register (4)
      [   29.381392] mca_alloc:887->current[kworker/0:2]
      [   29.388584] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 4
      [   29.399011] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 2
      [   29.411235] debug : Enter [BRCTL_ADD_RULE_IF] 
      [   29.415712] add_if 00000100 ***************************
      [   29.420967] br0: port 5(rax0) entered blocking state
      [   29.425929] br0: port 5(rax0) entered disabled state
      [   29.431054] device rax0 entered promiscuous mode
      [   29.435739] br0: port 5(rax0) entered blocking state
      [   29.440699] br0: port 5(rax0) entered forwarding state
      [   29.452308] 7981@C08L2,mbss_virtual_if_open() 134:  ===> rax5
      [   29.458198] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   29.466339] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   29.474343] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 12
      [   29.480030] 7981@C18L3,BuildChannelList() 513: 
      [   29.484608] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   29.494841] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   29.504951] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   29.511685] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [   29.523328] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
      [   29.534966] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      [   29.545829] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   29.556051] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   29.566189] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      [   29.574661] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      [   29.585190] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   29.597036] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [   29.603859] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(
      0)
      [   29.622048] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=
      7, scan(0)
      [   29.640941] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   29.651973] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   29.662172] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   29.672514] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   29.680528] wdev_attr_update(): wdevId12 = EC:5A:31:xx:xx:5a
      [   29.686189] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[12]=25, bw_grp=16 omac=17
      [   29.695424] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=12
      [   29.702384] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=1 RadioOn
      [   29.709260] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   29.715941] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   29.721462] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   29.726856] 7981@C00L1,ApAutoChannelAtBootUp() 505: zero-wait DFS is not enabled
      [   29.734245] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   29.741057] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:12, CfgMode:0
      [   29.751820] 7981@C15L2,APPMFInit() 133: [PMF] apidx=12, MFPC=1, MFPR=1, SHA256=0
      [   29.823505] 7981@C18L3,BuildChannelList() 513: 
      [   29.828056] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   29.836061] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   29.844277] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   29.851942] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(12)
      [   29.860720] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 12
      [   29.936696] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:283 for WDEV_TYPE:1
      [   29.936696]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   29.951146] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=12
      [   29.964846] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 11 (rax5)
      [   29.986272] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:5a) set 5G Inf rax5 ready.
      [   29.986272] PrintSrCmd:
      [   29.986272] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   29.986272] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   30.009617] PrintSrCmd:
      [   30.009617] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.009617] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   30.023657] PrintSrCmd:
      [   30.023657] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.023657] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   30.037652] PrintSrCmd:
      [   30.037652] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.037652] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   30.051764] PrintSrCmd:
      [   30.051764] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.051764] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   30.065902] PrintSrCmd:
      [   30.065902] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.065902] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   30.080064] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   30.091027] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 1 
      [   30.098775] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   30.104439] [mtf_txpower_all_rate_info] band_idx:1 pwr:25 ChBand:5G ePAGain:0
      [   30.111626] mtk_ppe_dev_register_hook : ineterface rax5 register (5)
      [   30.118376] mca_alloc:887->current[kworker/0:2]
      [   30.125625] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 4
      [   30.135983] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 2
      [   30.148025] debug : Enter [BRCTL_ADD_RULE_IF] 
      [   30.152510] add_if 00000100 ***************************
      [   30.157781] br0: port 6(rax5) entered blocking state
      [   30.162741] br0: port 6(rax5) entered disabled state
      [   30.167946] device rax5 entered promiscuous mode
      [   30.172628] br0: port 6(rax5) entered blocking state
      [   30.177600] br0: port 6(rax5) entered forwarding state
      [   30.188736] 7981@C08L2,mbss_virtual_if_open() 134:  ===> rax6
      [   30.194525] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   30.202610] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   30.210614] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 13
      [   30.216371] 7981@C18L3,BuildChannelList() 513: 
      [   30.220943] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   30.231192] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   30.241292] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   30.247989] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [   30.259631] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
      [   30.271295] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      [   30.282181] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   30.292372] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   30.302459] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      [   30.310949] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      [   30.321525] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   30.333369] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [   30.340170] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(
      0)
      [   30.358323] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=
      7, scan(0)
      [   30.377217] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   30.388251] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   30.398426] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   30.408729] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   30.416740] wdev_attr_update(): wdevId13 = EC:5A:31:xx:xx:58
      [   30.422499] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[13]=26, bw_grp=16 omac=18
      [   30.431794] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=13
      [   30.438797] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=1 RadioOn
      [   30.445658] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   30.452334] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   30.457860] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   30.463258] 7981@C00L1,ApAutoChannelAtBootUp() 505: zero-wait DFS is not enabled
      [   30.470660] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   30.477486] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:13, CfgMode:0
      [   30.488213] 7981@C15L2,APPMFInit() 133: [PMF] apidx=13, MFPC=1, MFPR=0, SHA256=0
      [   30.525097] BcnCheck start after 1900 ms (ra0)
      [   30.559547] 7981@C18L3,BuildChannelList() 513: 
      [   30.564104] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   30.572112] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   30.580331] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   30.587964] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(13)
      [   30.596693] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 13
      [   30.672288] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:282 for WDEV_TYPE:1
      [   30.672288]  LinkToOmacIdx = 12, LinkToWdevType = 1
      [   30.686746] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=13
      [   30.700473] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 12 (rax6)
      [   30.721356] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:58) set 5G Inf rax6 ready.
      [   30.721356] PrintSrCmd:
      [   30.721356] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.721356] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   30.744657] PrintSrCmd:
      [   30.744657] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.744657] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   30.758647] PrintSrCmd:
      [   30.758647] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.758647] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   30.772632] PrintSrCmd:
      [   30.772632] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.772632] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   30.786702] PrintSrCmd:
      [   30.786702] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.786702] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   30.800792] PrintSrCmd:
      [   30.800792] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   30.800792] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   30.814902] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   30.825865] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 1 
      [   30.833608] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   30.833721] [mtf_txpower_all_rate_info] band_idx:1 pwr:25 ChBand:5G ePAGain:0
      [   30.839276] mtk_ppe_dev_register_hook : ineterface rax6 register (6)
      [   30.853085] mca_alloc:887->current[kworker/1:1]
      [   30.862401] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 4
      [   30.872660] 7981@C12L3,Set_VLAN_Policy_Proc() 14758: Set the VLAN checking policy : 2
      [   30.884831] debug : Enter [BRCTL_ADD_RULE_IF] 
      [   30.889359] add_if 00000100 ***************************
      [   30.894709] br0: port 7(rax6) entered blocking state
      [   30.899708] br0: port 7(rax6) entered disabled state
      [   30.904830] device rax6 entered promiscuous mode
      [   30.909511] br0: port 7(rax6) entered blocking state
      [   30.914478] br0: port 7(rax6) entered forwarding state
      [   30.979021] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
      [   30.989739] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
      [   31.000353] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
      [   31.018747] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
      [   31.029304] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
      [   31.039817] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
      [31.08][1393][EasyMesh_start:11366]: EasyMesh_start 11366
      miniupnpd[1694]: WPS listening on port 55009
      [   31.184062] set_no_bcn(): Set no beacon as:1
      [   31.191083] 7981@C08L2,mbss_virtual_if_open() 134:  ===> ra3
      [   31.191699] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   31.196799] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   31.205621] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   31.213697] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   31.228551] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 3
      [   31.234123] 7981@C18L3,BuildChannelList() 513: 
      [   31.238690] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   31.250159] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   31.261623] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   31.272303] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   31.280557] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   31.286466] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   31.294931] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   31.302938] wdev_attr_update(): wdevId3 = EC:5A:31:xx:xx:56
      [   31.308514] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[3]=11, bw_grp=16 omac=19
      [   31.317660] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=3
      [   31.323602] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn
      [   31.330471] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   31.337122] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   31.342629] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   31.348030] 7981@C00L1,ApAutoChannelAtBootUp() 515: not A band
      [   31.353858] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   31.360675] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:3, CfgMode:0
      [   31.371324] 7981@C15L2,APPMFInit() 133: [PMF] apidx=3, MFPC=1, MFPR=0, SHA256=0
      [   31.378673] 7981@C18L3,BuildChannelList() 513: 
      [   31.383219] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   31.391220] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   31.399447] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   31.406871] 7981@C08L2,APOverlappingBSSScan() 5207: leverage result of wdev(0@BN0), FallBack=1 (remaining 51568 ms)
      [   31.417309] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   31.428787] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   31.440265] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   31.450956] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   31.459221] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   31.465135] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   31.473642] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(3)
      [   31.482291] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 3
      [   31.557982] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:281 for WDEV_TYPE:1
      [   31.557982]  LinkToOmacIdx = 13, LinkToWdevType = 1
      [   31.572441] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=3
      [   31.586117] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 13 (ra3)
      [   31.594083] 7981@C00L1,TxCCKStreamCtrl() 20788: set wrong parameters
      [   31.610560] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:56) set 2G Inf ra3 ready.
      [   31.610560] PrintSrCmd:
      [   31.610560] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   31.610560] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   31.633765] PrintSrCmd:
      [   31.633765] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   31.633765] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   31.647752] PrintSrCmd:
      [   31.647752] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   31.647752] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   31.661736] PrintSrCmd:
      [   31.661736] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   31.661736] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   31.675805] PrintSrCmd:
      [   31.675805] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   31.675805] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   31.689875] PrintSrCmd:
      [   31.689875] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   31.689875] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   31.703966] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   31.714916] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 0 
      [   31.722658] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   31.722770] [mtf_txpower_all_rate_info] band_idx:0 pwr:25 ChBand:2G ePAGain:0
      [   31.728326] mtk_ppe_dev_register_hook : ineterface ra3 register (7)
      [   31.742030] mca_alloc:887->current[kworker/1:1]
      [   31.746695] set_no_bcn(): Set no beacon as:1
      [   31.751158] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:56), Reason 0x10
      [   31.760028] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   31.769712] 7981@C08L2,mbss_virtual_if_open() 134:  ===> ra4
      [   31.775429] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   31.783514] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   31.791521] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 4
      [   31.797139] 7981@C18L3,BuildChannelList() 513: 
      [   31.801707] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   31.813254] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   31.824806] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   31.835494] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   31.843754] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   31.849665] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   31.858139] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   31.866229] wdev_attr_update(): wdevId4 = EC:5A:31:xx:xx:57
      [   31.871811] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[4]=12, bw_grp=16 omac=20
      [   31.880950] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=4
      [   31.886826] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn
      [   31.893690] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   31.900325] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   31.905866] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   31.911284] 7981@C00L1,ApAutoChannelAtBootUp() 515: not A band
      [   31.917113] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   31.923965] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:4, CfgMode:0
      [   31.934637] 7981@C15L2,APPMFInit() 133: [PMF] apidx=4, MFPC=1, MFPR=0, SHA256=0
      [   31.941980] 7981@C18L3,BuildChannelList() 513: 
      [   31.946527] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   31.954589] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   31.962826] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   31.970296] 7981@C08L2,APOverlappingBSSScan() 5207: leverage result of wdev(0@BN0), FallBack=1 (remaining 51004 ms)
      [   31.980726] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   31.992192] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   32.003695] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   32.014381] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   32.022637] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   32.028573] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   32.037080] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(4)
      [   32.045711] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 4
      [   32.121592] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:280 for WDEV_TYPE:1
      [   32.121592]  LinkToOmacIdx = 14, LinkToWdevType = 1
      [   32.136813] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=4
      [   32.150407] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 14 (ra4)
      [   32.158401] 7981@C00L1,TxCCKStreamCtrl() 20788: set wrong parameters
      [   32.175060] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:57) set 2G Inf ra4 ready.
      [   32.175060] PrintSrCmd:
      [   32.175060] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.175060] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   32.198275] PrintSrCmd:
      [   32.198275] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.198275] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.212258] PrintSrCmd:
      [   32.212258] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.212258] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   32.226276] PrintSrCmd:
      [   32.226276] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.226276] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.240372] PrintSrCmd:
      [   32.240372] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.240372] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.254456] PrintSrCmd:
      [   32.254456] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.254456] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.268602] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   32.279588] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 0 
      [   32.287334] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   32.293009] [mtf_txpower_all_rate_info] band_idx:0 pwr:25 ChBand:2G ePAGain:0
      [   32.300156] mtk_ppe_dev_register_hook : ineterface ra4 register (8)
      [   32.306844] mca_alloc:887->current[kworker/0:2]
      [   32.312533] set_no_bcn(): Set no beacon as:1
      [   32.316993] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:57), Reason 0x10
      [   32.325859] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   32.337875] set_no_bcn(): Set no beacon as:1
      [   32.342341] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:53), Reason 0x10
      [   32.351208] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   32.363079] set_no_bcn(): Set no beacon as:1
      [   32.367559] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   32.376432] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   32.385854] 7981@C08L2,mbss_virtual_if_open() 134:  ===> rax3
      [   32.391624] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   32.399707] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   32.407708] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 10
      [   32.413368] 7981@C18L3,BuildChannelList() 513: 
      [   32.417947] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   32.428120] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   32.438200] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   32.444908] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [   32.456562] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
      [   32.468205] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      [   32.479065] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   32.489229] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   32.499305] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      [   32.507759] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      [   32.518291] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   32.530106] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [   32.536905] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(
      0)
      [   32.555086] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=
      7, scan(0)
      [   32.573924] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   32.584908] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   32.595080] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   32.605384] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   32.613395] wdev_attr_update(): wdevId10 = EC:5A:31:xx:xx:5d
      [   32.619057] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[10]=27, bw_grp=16 omac=19
      [   32.628287] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=10
      [   32.635249] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=1 RadioOn
      [   32.642155] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   32.648833] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   32.654336] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   32.659734] 7981@C00L1,ApAutoChannelAtBootUp() 505: zero-wait DFS is not enabled
      [   32.667122] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   32.673932] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:10, CfgMode:0
      [   32.684655] 7981@C15L2,APPMFInit() 133: [PMF] apidx=10, MFPC=1, MFPR=0, SHA256=0
      [   32.692086] 7981@C18L3,BuildChannelList() 513: 
      [   32.696631] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   32.704633] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   32.712848] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   32.720477] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(10)
      [   32.729187] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 10
      [   32.804831] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:279 for WDEV_TYPE:1
      [   32.804831]  LinkToOmacIdx = 13, LinkToWdevType = 1
      [   32.819297] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=10
      [   32.833077] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 13 (rax3)
      [   32.841141]  >>>>UpdateBeaconProc,controller mode  wdev(10) bss not real rela ready (name:rax3)!!wst_enabled=0 
      [   32.854031] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:5d) set 5G Inf rax3 ready.
      [   32.854031] PrintSrCmd:
      [   32.854031] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   32.854031] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   32.877355] PrintSrCmd:
      [   32.877355] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   32.877355] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.891384] PrintSrCmd:
      [   32.891384] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   32.891384] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   32.905375] PrintSrCmd:
      [   32.905375] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   32.905375] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.919453] PrintSrCmd:
      [   32.919453] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   32.919453] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.933562] PrintSrCmd:
      [   32.933562] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   32.933562] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.947720] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   32.958686] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 1 
      [   32.966431] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   32.972093] [mtf_txpower_all_rate_info] band_idx:1 pwr:25 ChBand:5G ePAGain:0
      [   32.979271] mtk_ppe_dev_register_hook : ineterface rax3 register (9)
      [   32.986040] mca_alloc:887->current[kworker/0:2]
      [   32.991845] set_no_bcn(): Set no beacon as:1
      [   32.991858]  >>>>UpdateBeaconProc,controller mode  wdev(10) bss not real rela ready (name:rax3)!!wst_enabled=0 
      [   32.999012] 7981@C08L2,mbss_virtual_if_open() 134:  ===> rax4
      [   33.013058] 7981@C01L2,RTMP_COM_IoctlHandle() 1565: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   33.021231] 7981@C01L2,RTMP_COM_IoctlHandle() 1542:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   33.029230] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 11
      [   33.034975] 7981@C18L3,BuildChannelList() 513: 
      [   33.039540] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   33.049790] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   33.059908] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   33.066613] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [   33.078323] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
      [   33.089995] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      [   33.100883] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   33.111046] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   33.121122] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      [   33.129591] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      [   33.140145] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   33.151985] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [   33.158796] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(
      0)
      [   33.176930] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=
      7, scan(0)
      [   33.195816] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   33.207068] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   33.217296] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   33.227689] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   33.235746] wdev_attr_update(): wdevId11 = EC:5A:31:xx:xx:5e
      [   33.241472] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[11]=28, bw_grp=16 omac=20
      [   33.250963] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=11
      [   33.257912] 7981@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=1 RadioOn
      [   33.264781] 7981@C00L2,ApAutoChannelAtBootUp() 340: ----------------->
      [   33.271419] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   33.276929] 7981@C03L1,MtCmdSetMacTxRx() 10443: (ret = 0)
      [   33.282325] 7981@C00L1,ApAutoChannelAtBootUp() 505: zero-wait DFS is not enabled
      [   33.289715] 7981@C08L1,ap_run_at_boot() 649:  ACS is disable !!
      [   33.296586] 7981@C08L2,APStartUpForMbss() 1010: ===>(caller:ap_inf_open+0x148/0x518 [mt_wifi]), mbss_idx:11, CfgMode:0
      [   33.307359] 7981@C15L2,APPMFInit() 133: [PMF] apidx=11, MFPC=1, MFPR=0, SHA256=0
      [   33.314791] 7981@C18L3,BuildChannelList() 513: 
      [   33.319339] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=1)
      [   33.327344] RTMPSetIndividualHT : Use legacy rate in WEP/TKIP encryption mode (apidx=8)
      [   33.335558] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
      [   33.343283] WiFi@C08L2,ap_link_up() 7206: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(11)
      [   33.352061] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 11
      [   33.427990] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:278 for WDEV_TYPE:1
      [   33.427990]  LinkToOmacIdx = 14, LinkToWdevType = 1
      [   33.442581] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=11
      [   33.456296] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 14 (rax4)
      [   33.464348]  >>>>UpdateBeaconProc,controller mode  wdev(11) bss not real rela ready (name:rax4)!!wst_enabled=0 
      [   33.477242] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:5e) set 5G Inf rax4 ready.
      [   33.477242] PrintSrCmd:
      [   33.477242] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   33.477242] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   33.500553] PrintSrCmd:
      [   33.500553] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   33.500553] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   33.514548] PrintSrCmd:
      [   33.514548] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   33.514548] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   33.528533] PrintSrCmd:
      [   33.528533] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   33.528533] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   33.542611] PrintSrCmd:
      [   33.542611] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   33.542611] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   33.556685] PrintSrCmd:
      [   33.556685] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   33.556685] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   33.570781] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   33.581755] 7981@C03L3,MtCmdTxPwrShowInfo() 13947: ucTxPowerInfoCatg: 2, BandIdx: 1 
      [   33.589501] 7981@C03L3,MtCmdTxPwrShowInfo() 13976: (ret = 0)
      [   33.589618] [mtf_txpower_all_rate_info] band_idx:1 pwr:25 ChBand:5G ePAGain:0
      [   33.595172] mtk_ppe_dev_register_hook : ineterface rax4 register (10)
      [   33.609042] mca_alloc:887->current[kworker/1:1]
      [   33.614507] set_no_bcn(): Set no beacon as:1
      [   33.614520]  >>>>UpdateBeaconProc,controller mode  wdev(11) bss not real rela ready (name:rax4)!!wst_enabled=0 
      [   33.623999] set_no_bcn(): Set no beacon as:1
      [   33.630120] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:5a), Reason 0x10
      [   33.643075] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [33.61][1393][update_wts_bss_config:9804]: update_wts_bss_config 9804
      [33.61][1393][update_wts_bss_config:10298]: up_wts_bss_config set no BH~~~
      [33.63][1393][update_wts_bss_config:10298]: up_wts_bss_config set no BH~~~
      [33.71][1393][EasyMesh_start:11466]:  EasyMesh_start 11466  START EasyMesh  
      ----- EasyMesh SCRIPT -----
      dbdc detected
      bss_priority = ra6;ra3;ra4;ra0;ra5;rax6;rax3;rax4;rax0;rax5;
      -------MapMode = 1-------
      -----EC:5A:31:xx:xx:50     al_mac= EC:5A:31:xx:xx:50 -----
      [   35.029768] Current mapfilter version v3.0.1.2
       set ra0 mapEnab[   35.037830] Set_Map_Proc current MAP MODE is 1
      le 1
       set rax0 mapEna[   35.046961] Set_Map_Proc current MAP MODE is 1
      ble 1
      MapVer=R2
      MAP version 2.0
      [   36.061820] Set_MapR2_Proc: MAP R2 is enabled
      [   36.067499] Set_MapTS_Proc: MAP TS is enabled
      [   36.076360] Set_MapR2_Proc MAP R2 is already enabled
      [   36.082719] Set_MapTS_Proc MAP TS is already enabled
      [   36.089741] hnat_priv ppd = eth0
      [   36.092963] no such device!
      1905 starting...
      [1905Daemon][main] Current Version v3.0.2.0
      [1905Daemon][main] alloc ctx size(57224)
      [1905Daemon][main] set 1905 role controller
      [1905Daemon][main] map cfg f[   38.201134] do_map_set_ctl==>cmd(1905)
      ile /etc/map/190[   38.204983] do_map_set_ctl==>almac(EC:5A:31:xx:xx:50)
      5d.cfg
      [1905Dae[   38.211422] sp update own almac toEC:5A:31:xx:xx:50
      mon][main] wts bss cfg file /etc/map/wts_bss_inf[   38.220356] traffic separation is off
      o_config
      [1905Daemon][map_read_config_file] map_controller_alid = EC:5A:31:xx:xx:50
      [1905Daemon][map_read_config_file] br_inf = br0
      [1905Daemon][map_read_config_file] lan = [   38.240606] traffic separation is on
      eth0
      [1905Daemo[   38.244846] handle_ts_default_8021q vid=4095, pcp=5
      n][map_read_conf[   38.250574] ts policy number=0
      ig_file] ctx->map_version = 2
      [1905Daemon][map_read_config_file] bss_config_priority: ra6;ra3;ra4;ra0;ra5;rax6;rax3;rax4;rax0;rax5;
      [1905Daemon][map_read_config_file] al_inf = ra6
      [1905Daemon][map_read_config_file] ModelName_buf = WSR-3000AX4P
      [1905Daemon][map_read_config_file] set discovery_cnt to defaut value(11)
      cmdu_init set send buffer size 425984
      cmdu_init set recv buffer size 425984
      [1905Daemon][cmdu_init] br mac addr EC:5A:31:xx:xx:50_1905_interface_open_sock set send buffer size 425984
      _1905_interface_open_sock set recv buffer size 425984
      [1905Daemon][_1905_interface_set_sock_buf] alloc 1905 sock_buf :20480!
      [1905Daemon][switch_read_config_file] lan_vid=1;
      [1905Daemon][parse_arl_setting_by_str] lan vid[0]=1
      [1905Daemon][switch_read_config_file] wan_vid=2;
      [1905Daemon][parse_arl_setting_by_str] wan vid[0]=2
      [1905Daemon][switch_layer_init] use default cpu port(6)
      cpu forward control:0x40
      [1905Daemon][eth_layer_port_init] MAX_LAN_PORT_NUM=5
      [1905Daemon][eth_layer_port_init] init eth_data[0]=0
      [1905Daemon][eth_layer_port_init] init eth_data[1]=1
      [1905Daemon][eth_layer_port_init] init eth_data[2]=2
      [1905Daemon][eth_layer_port_init] init eth_data[3]=3
      [1905Daemon][eth_layer_port_init] init eth_data[4]=4
        vid  fid      portmap    s-tag
          1    0  -1111-1-       0
        vid  fid      portmap    s-tag
          2    0  1----1--       0
      [1905Daemon][eth_layer_port_init] lan_port=0000005e, wan_port=00000021
      [1905Daemon][eth_layer_port_init] assign eth_data[0]=1
      [1905Daemon][eth_layer_port_init] assign eth_data[1]=2
      [1905Daemon][eth_layer_port_init] assign eth_data[2]=3
      [1905Daemon][eth_layer_port_init] assign eth_data[3]=4
      [1905Daemon][eth_layer_port_init] lan_finished=0 j=4
      [1905Daemon][eth_layer_port_init] assign eth_data[4]=0 wan_port = true
      [1905Daemon][_1905_read_set_config] set bss index=1, mac=ff:ff:ff:ff:ff:ff, opclass=8x, ssid=Buffalo-BH-xx50, ssid_len 15, authmode=0060, encryty
      pe=0008, key=xxxxxxxxxxxxx, bh_bss=1, fh_bss=0 pvid 4095, pcp 0, vlan 4095 hidden_ssid=1
      [1905Daemon][_1905_read_set_config] set bss index=2, mac=ff:ff:ff:ff:ff:ff, opclass=8x, ssid=Buffalo-2G-xx50, ssid_len 15, authmode=0020, encryty
      pe=0008, key=xxxxxxxxxxxxx, bh_bss=0, fh_bss=1 pvid 4095, pcp 0, vlan 4095 hidden_ssid=0
      [1905Daemon][_1905_read_set_config] set bss index=3, mac=ff:ff:ff:ff:ff:ff, opclass=8x, ssid=Buffalo-2G-xx50-WPA3, ssid_len 20, authmode=0040, en
      crytype=0008, key=xxxxxxxxxxxxx, bh_bss=0, fh_bss=1 pvid 4095, pcp 0, vlan 4095 hidden_ssid=0
      [1905Daemon][_1905_read_set_config] default vlan found
      [1905Daemon][_1905_read_set_config] set bss index=4, mac=ff:ff:ff:ff:ff:ff, opclass=11x, ssid=Buffalo-BH-xx50, ssid_len 15, authmode=0060, encryt
      ype=0008, key=xxxxxxxxxxxxx, bh_bss=1, fh_bss=0 pvid 4095, pcp 5, vlan 4095 hidden_ssid=1
      [1905Daemon][_1905_read_set_config] set bss index=5, mac=ff:ff:ff:ff:ff:ff, opclass=11x, ssid=Buffalo-5G-xx50, ssid_len 15, authmode=0020, encryt
      ype=0008, key=xxxxxxxxxxxxx, bh_bss=0, fh_bss=1 pvid 4095, pcp 0, vlan 4095 hidden_ssid=0
      [1905Daemon][_1905_read_set_config] set bss index=6, mac=ff:ff:ff:ff:ff:ff, opclass=11x, ssid=Buffalo-5G-xx50-WPA3, ssid_len 20, authmode=0040, e
      ncrytype=0008, key=xxxxxxxxxxxxx, bh_bss=0, fh_bss=1 pvid 4095, pcp 0, vlan 4095 hidden_ssid=0
      [1905Daemon][_1905_read_set_config] config_bss_num=6
      [1905Daemon][_1905_read_set_config] 5GH bss is hidden or empty! wps may fail!
      [1905Daemon][_1905_read_set_config] 6G bss is hidden or empty! wps may fail!
      [1905Daemon][main] p1905_Manager Daemon Running
      [1905Daemon][_1905_notify_ts_setting] fh_count=0
      [1905Daemon][_1905_interface_send] send msg to notify mapd change recv buffer size:107 (input buf len:107, peer:0, default:0)
      [1905Daemon][_1905_interface_send] notify 1905 change recv buffer size msg fail, drop msg (type:49)
    
      map rm hnat session cmd:
      ***************************
      cat /sys/kernel/debug/hnat/hnat_entry | while read line;do      line_num=$(echo $line | awk -F "(" '{print $2}' | awk -F ")" '{print $1}');     [
       -n "$line_num" ] && echo "3 $line_num">/sys/kernel/debug/hnat/hnat_entry && usleep 1000;done
      ***************************
      [1905Daemon][eth_layer_port_data_update_and_notify] [TOPO]port [0] DOWN
      [1905Daemon][update_topology_tree] [TOPO]root leaf not exist, could not update topology tree
      [1905Daemon][eth_layer_port_data_update_and_notify] [TOPO]port [1] DOWN
      [1905Daemon][update_topology_tree] [TOPO]root leaf not exist, could not update topology tree
      [1905Daemon][eth_layer_port_data_update_and_notify] [TOPO]port [2] DOWN
      [1905Daemon][update_topology_tree] [TOPO]root leaf not exist, could not update topology tree
      [1905Daemon][eth_layer_port_data_update_and_notify] [TOPO]port [3] DOWN
      [1905Daemon][update_topology_tree] [TOPO]root leaf not exist, could not update topology tree
      [1905Daemon][eth_layer_port_data_update_and_notify] [TOPO]port [4] DOWN
      [1905Daemon][update_topology_tree] [TOPO]root leaf not exist, could not update topology tree
      WAPP starting...
      wapp_intf_name is ra6 ra3 ra4 ra0 ra5 rax6 rax3 rax4 rax0 rax5 
      [   41.458056] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:8
      [   41.464377] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:0
      [   41.470552] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   41.470556] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.486414] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   41.486419] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.502221] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   41.502226] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.518056] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:1
      [   41.524161] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:2
      [   41.530294] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:3
      [   41.537265] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:8
      [   41.543481] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:0
      [   41.549663] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:1
      [   41.555782] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   41.555786] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.571563] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   41.571567] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.587639] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   41.587644] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.603551] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:2
      [   41.609693] 7981@C14L1,set_wapp_param() 3582: Unknown Parameter:3
      [   41.615838] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3830: Unknown OUIType = 16
      [   41.623033] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3830: Unknown OUIType = 9
      [   41.630133] 7981@C12L1,set_wapp_cmm_ie() 3726: Unknown IE(EID = 111)
      [   41.636537] 7981@C12L1,set_wapp_cmm_ie() 3726: Unknown IE(EID = 110)
      [   41.642921] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3830: Unknown OUIType = 16
      [   41.650125] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3830: Unknown OUIType = 9
      [   41.657198] 7981@C12L1,set_wapp_cmm_ie() 3726: Unknown IE(EID = 111)
      [   41.663556] 7981@C12L1,set_wapp_cmm_ie() 3726: Unknown IE(EID = 110)
      [   41.672436] Set_Fh_Bss_Proc ra6 wdev->MAPCfg.DevOwnRole 0x0
      [   41.680529] Set_Fh_Bss_Proc ra6 wdev->MAPCfg.DevOwnRole 0x20
      [   41.689767] Set_Fh_Bss_Proc ra3 wdev->MAPCfg.DevOwnRole 0x0
      [   41.698004] Set_Fh_Bss_Proc ra3 wdev->MAPCfg.DevOwnRole 0x20
      [   41.704740] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:56), Reason 0x10
      [   41.713620] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.720732] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:56), Reason 0x10
      [   41.729604] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.738547] Set_Fh_Bss_Proc ra4 wdev->MAPCfg.DevOwnRole 0x0
      [   41.746821] Set_Fh_Bss_Proc ra4 wdev->MAPCfg.DevOwnRole 0x20
      [   41.753627] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:57), Reason 0x10
      [   41.762502] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.769552] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:57), Reason 0x10
      [   41.778428] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.786440] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0
      [   41.794612] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
      [   41.801378] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   41.810260] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.817399] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   41.818211] Set_Fh_Bss_Proc ra5 wdev->MAPCfg.DevOwnRole 0x0
      [   41.826288] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.841663] Set_Fh_Bss_Proc ra5 wdev->MAPCfg.DevOwnRole 0x20
      [   41.848465] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:53), Reason 0x10
      [   41.850638] Set_Fh_Bss_Proc rax6 wdev->MAPCfg.DevOwnRole 0x0
      [   41.857359] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.857654] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:53), Reason 0x10
      [   41.878777] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   41.888061] Set_Fh_Bss_Proc rax6 wdev->MAPCfg.DevOwnRole 0x20
      [   41.897331] Set_Fh_Bss_Proc rax3 wdev->MAPCfg.DevOwnRole 0x0
      [   41.905544] Set_Fh_Bss_Proc rax3 wdev->MAPCfg.DevOwnRole 0x20
      [   41.912326]  >>>>UpdateBeaconProc,controller mode  wdev(10) bss not real rela ready (name:rax3)!!wst_enabled=0 
      [   41.914623] Set_Fh_Bss_Proc rax4 wdev->MAPCfg.DevOwnRole 0x0
      [   41.923426]  >>>>UpdateBeaconProc,controller mode  wdev(10) bss not real rela ready (name:rax3)!!wst_enabled=0 
      [   41.931577] Set_Fh_Bss_Proc rax4 wdev->MAPCfg.DevOwnRole 0x20
      [   41.946965]  >>>>UpdateBeaconProc,controller mode  wdev(11) bss not real rela ready (name:rax4)!!wst_enabled=0 
      [   41.949287] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x0
      [   41.958036]  >>>>UpdateBeaconProc,controller mode  wdev(11) bss not real rela ready (name:rax4)!!wst_enabled=0 
      [   41.977326] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20
      [   41.984262] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   41.993159] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   42.000451] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   42.009327] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   42.017218] Set_Fh_Bss_Proc rax5 wdev->MAPCfg.DevOwnRole 0x0
      [   42.025403] Set_Fh_Bss_Proc rax5 wdev->MAPCfg.DevOwnRole 0x20
      [   42.032356] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:5a), Reason 0x10
      [   42.041232] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   42.048310] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:5a), Reason 0x10
      [   42.057178] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      MAP Daemon starting...
      [mapd][mapd_init][1911]DB NAME=./client_db.txt
      [mapd][mapd_init][1918]Man Daemon XX version: v3.0.2.0
      [mapd][mapd_init][1948]Succesfully connected to WAPPD
      [mapd][mapd_set_1905_cli_sock_buf][1034]alloc 1905 cli sock_buf :15360  success!
    
      [mapd][mapd_init][1956]Succesfully connected to 1905
      [_1905_interface_ctrl_request]send msg to notify 1905 change recv buffer size:397 (input cmd len:397, peer:0, default:0)
    
      [_1905_Sync_Recv_Buf_Size]LIB_SYNC_RECV_BUF_SIZE send to 1905 success (change len:397, own len:15360)
      [1905Daemon][map_event_handler] receive LIB_SYNC_RECV_BUF_SIZE (notify len:397, peer len:15360) from mapd, own real len:20480, default len:20480 
      [1905Daemon][_1905_interface_set_sock_buf] alloc 1905 sock_buf :20480!
      [1905Daemon][map_event_handler]  change own real len success:20480
      [1905Daemon][map_event_handler]  change peer len success:15360
      [1905Daemon][_1905_send_sync_recv_buf_size_rsp] _1905_SYNC_RECV_BUF_SIZE_RSP_EVENT send to mapd success, change_len:20480, rsp:1
      [_1905_interface_ctrl_request]receive the _1905_SYNC_RECV_BUF_SIZE_RSP_EVENT from 1905
    
      [_1905_interface_ctrl_request]change buf size success len:20480, rsp :1
    
      [_1905_interface_ctrl_request]send cmd(type:174,len:397)to 1905 success after adjust recv sock buf len
    
      [mapd][mapd_init][1963]Wapp wireless interface init success
      [1905Daemon][init_wireless_interface] itf name = ra6
      [1905Daemon][init_wireless_interface] itf name = ra3
      [1905Daemon][init_wireless_interface] itf name = ra4
      [1905Daemon][init_wireless_interface] itf name = ra0
      [1905Daemon][init_wireless_interface] itf name = ra5
      [1905Daemon][init_wireless_interface] itf name = rax6
      [1905Daemon][init_wireless_interface] itf name = rax3
      [1905Daemon][init_wireless_interface] itf name = rax4
      [1905Daemon][init_wireless_interface] itf name = rax0
      [1905Daemon][init_wireless_interface] itf name = rax5
      [mapd][mapd_client_db_read][70]Failed to open DB file './client_db.txt', error: No such file or directory
      [mapd][create_1905_device][4919]one 1905 device created
      [1905Daemon][lldpdu_init] create lldpdu on eth0-sock(24) success
      [1905Daemon][lldpdu_init] create lldpdu on ra6-sock(25) success
      [1905Daemon][lldpdu_init] create lldpdu on ra3-sock(26) success
      [1905Daemon][lldpdu_init] create lldpdu on ra4-sock(27) success
      [1905Daemon][lldpdu_init] create lldpdu on ra0-sock(28) success
      [1905Daemon][lldpdu_init] create lldpdu on ra5-sock(29) success
      [1905Daemon][lldpdu_init] create lldpdu on rax6-sock(30) success
      [1905Daemon][lldpdu_init] create lldpdu on rax3-sock(31) success
      [1905Daemon][lldpdu_init] create lldpdu on rax4-sock(32) success
      [1905Daemon][lldpdu_init] create lldpdu on rax0-sock(33) success
      [1905Daemon][lld[   42.689458] do_map_set_ctl==>cmd(1905)
      pdu_init] create[   42.694245] do_map_set_ctl==>almac(EC:5A:31:xx:xx:51)
       lldpdu on rax5-[   42.700655] sp update own almac toEC:5A:31:xx:xx:51
      sock(34) success
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(ra6) priority=1
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(ra3) priority=2
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(ra4) priority=3
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(ra0) priority=4
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(ra5) priority=5
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(rax6) priority=6
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(rax3) priority=7
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(rax4) priority=8
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(rax0) priority=9
      [1905Daemon][set_bss_config_priority_by_str] [BSS_PRIO] bss intf(rax5) priority=10
      [1905Daemon][common_info_init] al_inf(ra6), reset almac to EC:5A:31:xx:xx:51
      [1905Daemon][common_info_init] eth0 is eth interface; enable all tx rx
      [mapd][topo_srv_init_own_1905_info][4887]topo_srv_init_own_1905_info
    
      [0] ifname:ra6 mac EC:5A:31:xx:xx:51type=00, band=1
      [1] ifname:ra3 mac EC:5A:31:xx:xx:56type=00, band=1
      [2] ifname:ra4 mac EC:5A:31:xx:xx:57type=00, band=1
      [3] ifname:ra0 mac EC:5A:31:xx:xx:52type=00, band=1
      [4] ifname:ra5 mac EC:5A:31:xx:xx:53type=00, band=1
      [5] ifname:rax6 mac EC:5A:31:xx:xx:58type=00, band=6
      [6] ifname:rax3 mac EC:5A:31:xx:xx:5dtype=00, band=6
      [7] ifname:rax4 mac EC:5A:31:xx:xx:5etype=00, band=6
      [8] ifname:rax0 mac EC:5A:31:xx:xx:59type=00, band=6
      [9] ifname:rax5 mac EC:5A:31:xx:xx:5atype=00, band=6
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(0) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(0) max_tx_pwr(16)
      [mapd][topo_srv_parse_wapp_operating_channel_info][1295][CH_PLANNING]check status of autoconfig = 0
    
      [mapd][topo_srv_init_own_info][5271]radio (00:00:00:00:01:01) orignal_bw(3) opclass(129) ch(36)
      [mapd][topo_srv_init_own_info][5271]radio (00:00:00:00:01:00) orignal_bw(0) opclass(81) ch(1)
      [mapd][topo_srv_parse_wapp_scan_capab][1785]------------->
      [mapd][topo_srv_update_cac_cap][155]MY device CAC Mode = 0
      CACCapab - hexdump(len=103): 4a 50 01 00 00 00 00 01 01 01 00 00 00 41 0d 73 04 24 28 2c 30 76 04 34 38 3c 40 76 04 34 38 3c 40 79 0c 64 68 6c 70
       74 78 7c 80 84 88 8c 90 74 02 24 2c 77 02 34 3c 7a 06 64 6c 74 7c 84 8c 75 02 28 30 78 02 38 40 7b 06 68 70 78 80 88 90 79 0b 64 68 6c 70 74 78 
      7c 80 84 88 8c 80 05 2a 3a 6a 7a 8a 81 02 32 72
      [mapd][topo_srv_parse_wapp_r2_ap_cap][1804]------------->
      R2ApCap - hexdump(len=4): 06 00 68 02
      [mapd][topo_srv_update_channel_preference][9012][TOPO]chnl Pref for radio Ch(36) Op(129) band(0) max_tx_pwr(16) MAC 00:00:00:00:01:01
      [mapd][topo_srv_update_metric_rep_intv_cap][7653]dev->metric_rep_interval: 60
      [mapd][topo_srv_update_own_bss_info][7770]radio_idx 0
      [mapd][topo_srv_update_own_bss_info][7780] Bootup run 0, band 0
      [1905Daemon][create_oper_bss] create operational bss(EC:5A:31:xx:xx:58)almac(EC:5A:31:xx:xx:51) ssid=Buffalo-BH-xx50
      [1905Daemon][create_oper_bss] create operational bss(EC:5A:31:xx:xx:5d)almac(EC:5A:31:xx:xx:51) ssid=Buffalo-5G-xx50-1
      [1905Daemon][create_oper_bss] create operational bss(EC:5A:31:xx:xx:5e)almac(EC:5A:31:xx:xx:51) ssid=HT_AP;
      [1905Daemon][create_oper_bss] create operational bss(EC:5A:31:xx:xx:59)almac(EC:5A:31:xx:xx:51) ssid=Buffalo-5G-xx50
      [1905Daemon][create_oper_bss] create operational bss(EC:5A:31:xx:xx:5a)almac(EC:5A:31:xx:xx:51) ssid=Buffalo-5G-xx50-WPA3
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(0) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      [mapd][topo_srv_parse_wapp_operating_channel_info][1295][CH_PLANNING]check status of autoconfig = 0
    
      [mapd][topo_srv_update_channel_preference][9012][TOPO]chnl Pref for radio Ch(36) Op(129) band(2) max_tx_pwr(16) MAC 00:00:00:00:01:01
      [mapd][topo_srv_update_metric_rep_intv_cap][7653]dev->metric_rep_interval: 60
      [mapd][topo_srv_update_channel_preference][9012][TOPO]chnl Pref for radio Ch(1) Op(81) band(0) max_tx_pwr(2) MAC 00:00:00:00:01:00
      [mapd][topo_srv_update_metric_rep_intv_cap][7653]dev->metric_rep_interval: 60
      [mapd][topo_srv_update_own_bss_info][7770]radio_idx 1
      [mapd][topo_srv_update_own_bss_info][7780] Bootup run 0, band 0
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(1) max_tx_pwr(2)
      [1905Daemon][create_oper_bss] create operational bss(EC:5A:31:xx:xx:51)almac(EC:5A:31:xx:xx:51) ssid=Buffalo-BH-xx50
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      [1905Daemon][cr[   44.049748] dynamic load balance is off
      eate_oper_bss] create operationa[   44.053909] mapfilter: Stop drop the specific ip packets now !!
      [   44.053909]  
      l bss(ec:5a:31:9[   44.055429] Set_Bh_Bss_Proc ra5 bandIdx = 0 ,DevOwnRole 0x20
      2:a3:56)almac(EC:5A:31:xx:xx:51)[   44.073683] Set_Fh_Bss_Proc ra5 wdev->MAPCfg.DevOwnRole 0x20
       ssid=Buffalo-2G[   44.079623] ----->free map device rcu 00000000799051ef
      -xx50-1
      [1905Daemon][create_ope[   44.088757] Set_Bh_Bss_Proc ra0 bandIdx = 0 ,DevOwnRole 0x20
      r_bss] create operational bss(ec[   44.097086] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
      :5a:31:92:a3:57)almac(EC:5A:31:xx:xx:51) ssid=HT[   44.106111] Set_Bh_Bss_Proc ra4 bandIdx = 0 ,DevOwnRole 0x20
      _AP4[mapd][topo_srv_parse_wapp_o[   44.115374] Set_Fh_Bss_Proc ra4 wdev->MAPCfg.DevOwnRole 0x20
      perating_channel_info][1295]   44.123825] Set_Bh_Bss_Proc ra3 bandIdx = 0 ,DevOwnRole 0x20
      31m[CH_PLANNING]check status[   44.132256] Set_Fh_Bss_Proc ra3 wdev->MAPCfg.DevOwnRole 0x20
       of autoconfig = 0
    
    
      [1905Dae[   44.140777] Set_Bh_Bss_Proc ra6 bandIdx = 0 ,DevOwnRole 0x20
      mon][create_oper_bss] create operational bss(ec:[   44.149264] Set_Fh_Bss_Proc ra6 wdev->MAPCfg.DevOwnRole 0x20
      5a:31:92:a3:52)almac(ec:5a:31:92[   44.158972] Set_Bh_Bss_Proc rax5 bandIdx = 1 ,DevOwnRole 0x20
      :a3:51) ssid=Buffalo-2G-xx50
      [1[   44.167407] Set_Fh_Bss_Proc rax5 wdev->MAPCfg.DevOwnRole 0x20
      905Daemon][create_oper_bss] crea[   44.176025] Set_Bh_Bss_Proc rax0 bandIdx = 1 ,DevOwnRole 0x20
      te operational bss(ec:5a:31:92:a[   44.184384] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20
      3:53)almac(EC:5A:31:xx:xx:51) ss[   44.193034] Set_Bh_Bss_Proc rax4 bandIdx = 1 ,DevOwnRole 0x20
      id=Buffalo-2G-xx50-WPA3
      [mapd][topo_srv_update_[   44.201816] Set_Fh_Bss_Proc rax4 wdev->MAPCfg.DevOwnRole 0x20
      channel_preference][9012][   44.211547] Set_Bh_Bss_Proc rax3 bandIdx = 1 ,DevOwnRole 0x20
      [TOPO]chnl Pref for radio Ch[   44.219928] Set_Fh_Bss_Proc rax3 wdev->MAPCfg.DevOwnRole 0x20
      (1) Op(81) band(1) max_tx_pwr(2)[   44.228486] Set_Bh_Bss_Proc rax6 bandIdx = 1 ,DevOwnRole 0x20
       MAC 00:00:00:00:01:00
      [mapd][topo_srv_update_metric_rep_intv_c[   44.238968] Set_Fh_Bss_Proc rax6 wdev->MAPCfg.DevOwnRole 0x20
      ap][7653]dev->metric_rep_interval: 60
      [mapd][topo_srv_update_radio_config_status][12373]radio ID 00:00:00:00:01:01 Ch(36) Op(129) band(2) Status: NOT CONFIGURED
      [mapd][topo_srv_update_radio_config_status][12373]radio ID 00:00:00:00:01:00 Ch(1) Op(81) band(1) Status: NOT CONFIGURED
      mode=1
      [mapd][mapd_read_config_file][7498]router mode
      [mapd][parse_eth_lan_interface][7131]lan_interface[0]=eth0
    
      [mapd][mapd_read_config_file][7226]wan interface is eth1
    
      [mapd][mapd_read_config_file][7231]device role is 1
    
      [mapd][ch_planning_set_user_preff_ch][6240]user preferred channel 0 , band 2
      [mapd][ch_planning_set_user_preff_ch][6240]user preferred channel 0 , band 1
      [mapd][ch_planning_set_user_preff_ch][6240]user preferred channel 0 , band 4
      ChPlanningInitTimeout=300NtwrkOptConnectWaitTime=45NtwrkOptDisconnectWaitTime=45[mapd][mapd_read_config_file][7610]BandSwitchTime = 120
    
      2G ScanThreshold=-885G ScanThreshold=-886G ScanThreshold=-88[mapd][mapd_read_config_file][7243]Channel Planning Enabled =1
    
      [mapd][mapd_read_config_file][7254]Channel Planning R2 Enabled =1 , R1 ch_planning_enabled 1
    
      NetworkOptimizationEnabled=0[mapd][mapd_read_config_file][7589]AutoBHSwitching = 1
    
      DhcpCtl=0
      [mapd][mapd_read_config_file][7485]disable
      [mapd][mapd_read_config_file][7489] dhcp_ctl in config file is : disable !
    
      [mapd][mapd_read_config_file][7616]ThirdPartyConnection = 0
    
      [mapd][mapd_read_config_file][7595]DualBH = 0
    
      [mapd][mapd_read_config_file][7673]Default max_allowed_scan = 5
      [mapd][mapd_read_config_file][7681]bh_steer_timeout = 120
      NtwrkOptPostCACTriggerTime=30NetworkOptPrefer5Gover2G=0NetworkOptPrefer5Gover2GRetryCnt=0[mapd][mapd_read_config_file][7263]Channel Planning R2 E
      nabled_bw =1
    
      NtwrkOptDataCollectionTime=60ChPlanningScanValidTime=0NetOptUserSetPriority=0[mapd][mapd_read_config_file][7812]1905dev own is R2
      [mapd][mapd_init][1990]map_1905_Set_Read_Bss_Conf_and_Renew
      [1905Daemon][read_bss_conf_and_renew] read wts_bss_info_config to ctx->bss_config, radio_number=2
      [mapd][mapd_init][2026][AUTO_ROLE] role(1), cancel drop flag to mapfilter
      [1905Daemon][_1905_read_set_config] set bss index=1, mac=ff:ff:ff:ff:ff:ff, opclass=8x, ssid=Buffalo-BH-xx50, ssid_len 15, authmode=0060, encryty
      pe=0008, key=xxxxxxxxxxxxx, bh_bss=1, fh_bss=0 pvid 4095, pcp 0, vlan 4095 hidden_ssid=1
      [1905Daemon][_1905_read_set_config] set bss index=2, mac=ff:ff:ff:ff:ff:ff, opclass=8x, ssid=Buffalo-2G-xx50, ssid_len 15, authmode=0020, encryty
      pe=0008, key=xxxxxxxxxxxxx, bh_bss=0, fh_bss=1 pvid 4095, pcp 0, vlan 4095 hidden_ssid=0
      [1905Daemon][_1905_read_set_config] set bss index=3, mac=ff:ff:ff:ff:ff:ff, opclass=8x, ssid=Buffalo-2G-xx50-WPA3, ssid_len 20, authmode=0040, en
      crytype=0008, key=xxxxxxxxxxxxx, bh_bss=0, fh_bss=1 pvid 4095, pcp 0, vlan 4095 hidden_ssid=0
      [1905Daemon][_1905_read_set_config] default vlan found
      [1905Daemon][_1905_read_set_config] set bss index=4, mac=ff:ff:ff:ff:ff:ff, opclass=11x, ssid=Buffalo-BH-xx50, ssid_len 15, authmode=0060, encryt
      ype=0008, key=xxxxxxxxxxxxx, bh_bss=1, fh_bss=0 pvid 4095, pcp 5, vlan 4095 hidden_ssid=1
      [1905Daemon][_1905_read_set_config] set bss index=5, mac=ff:[   44.514005] mapfilter: Stop drop the specific ip packets now !!
      [   44.514005]  
      ff:ff:ff:ff:ff, [   44.519087] Set_Fh_Bss_Proc ra6 wdev->MAPCfg.DevOwnRole 0x0
      opclass=11x, ssid=Buffalo-5G-A35[   44.537371] Set_Bh_Bss_Proc ra6 bandIdx = 0 ,DevOwnRole 0x0
      0, ssid_len 15, authmode=0020, encrytype=0008, k[   44.545930] Set_Bh_Bss_Proc ra6 bandIdx = 0 ,DevOwnRole 0x40
      ey=xxxxxxxxxxxxx, bh_bss=0, fh_bss=1 pvid 4095, pcp 0, vlan 4095 hidden_ssid=0
      [1905Daemon][_1905_read_set_config] set bss index=6, mac=ff:ff:ff:ff:ff:ff, opclass=11x, ssid=Buffalo-5G-xx50-WPA3, ssid_len 20, authmode=0040, e
      ncrytype=0008, key=xxxxxxxxxxxxx, bh_bss=0, fh_bss=1 pvid 4095, pcp 0, vlan 4095 hidden_ssid=0
      [mapd][network_opt_init][573][NETOPT] conn 45 dis 45
      [1905Daemon][_1905_read_set_config] config_bss_num=6
      [1905Daemon][_1905_read_set_config] 5GH bss is hidden or empty! wps may fail!
      FHBSS Status: 0, BHSTA Status: 1
      [1905Daemon][_1905_read_set_config] 6G bss is hidden or empty! wps may fail!
      [1905Daemon][_1905_update_bss_info_per_radio] band=1
      [1905Daemon][_1905_update_bss_info_per_radio] bss_config_num_per_radio=3  config_intf_num_per_radio=5[mapd][wapp_usr_intf_parse_event][2150]input
       len is less
    
      [1905Daemon][_1905_update_bss_info_per_radio] total autoconf num=3
      [mapd][wapp_usr_intf_parse_event][2150]input len is less
      [mapd][wapp_usr_intf_parse_event][2150]input len is less
      [mapd][wapp_usr_intf_parse_event][2150]input len is less
      [mapd][wapp_usr_intf_parse_event][2150]input len is less
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]ifname=ra6 ssid=SSID0
      [mapd][wapp_usr_intf_parse_event][2150]input len is less
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]Found--->bsifname=ra6 pro=1 ifname=ra6 ssid=SSID0
      [mapd][wapp_usr_intf_parse_event][2150]input len is less
      [1905Daemon][set_trx_config_for_bss] ra6 is bh bss; enable all tx rx for this interface
      [mapd][wapp_usr_intf_parse_event][2150]input len is less
      [1905Daemon][_1905_update_bss_info_per_radio] --->interface=ra6 priority=1 config_SSID=Buffalo-BH-xx50, hidden_ssid=1
      [mapd][wapp_usr_intf_parse_event][2150]input len is less[1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]ifname=ra0 ssid=SSID1
    
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]Found--->bsifname=ra0 pro=4 ifname=ra0 ssid=SSID1[mapd][wapp_usr_intf_parse_event][2150]input
       len is less
    
      [1905Daemon][set_trx_config_for_bss] ra0 is fh bss; disable all tx rx for this interface
      [1905Daemon][_1905_update_bss_info_per_radio] --->interface=ra0 priority=4 config_SSID=Buffalo-2G-xx50, hidden_ssid=0
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]ifname=ra5 ssid=SSID2
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]Found--->bsifname=ra5 pro=5 ifname=ra5 ssid=SSID2
      [1905Daemon][set_trx_config_for_bss] ra5 is fh bss; disable all tx rx for this interface
      [1905Daemon][_1905_update_bss_info_per_radio] --->interface=ra5 priority=5 config_SSID=Buffalo-2G-xx50-WPA3, hidden_ssid=0
      [1905Daemon][_1905_update_bss_info_per_radio] band=2
      [1905Daemon][_1905_update_bss_info_per_radio] bss_config_num_per_radio=3  config_intf_num_per_radio=5
      [1905Daemon][_1905_update_bss_info_per_radio] total autoconf num=3
      [mapd][ch_planning_tune_init_bootup_time][5843]cont_radio_cnt 2, dev_radio_cnt 2
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]ifname=rax6 ssid=SSID0
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]Found--->bsifname=rax6 pro=6 ifname=rax6 ssid=SSID0
      [1905Daemon][set_trx_config_for_bss] rax6 is bh bss; enable all tx rx for this interface
      [1905Daemon][_1905_update_bss_info_per_radio] --->interface=rax6 priority=6 config_SSID=Buffalo-BH-xx50, hidden_ssid=1
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]ifname=rax0 ssid=SSID1
      [mapd][_1905_interface_parse_event][1097][AUTO_CONFIG]received _1905_SET_WIRELESS_SETTING_EVENT
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]Found--->bsifname=rax0 pro=9 ifname=rax0 ssid=SSID1
      [1905Daemon][set_trx_config_for_bss] rax0 is fh bss; disable all tx rx for this interface
      [1905Daemon][_1905_update_bss_info_per_radio] --->interface=rax0 priority=9 config_SSID=Buffalo-5G-xx50, hidden_ssid=0
      [1905Daemon][get_config_bss_by_ifname]    44.895252] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      31m[AUTO_CONFIG][   44.902864] 7981@C15L2,APPMFInit() 133: [PMF] apidx=6, MFPC=1, MFPR=0, SHA256=0
      ifname=rax5 ssid=SSID2
      dosave ra6 AuthMode=WPA2PSKWPA3PSK 
      [1905Daemon][get_config_bss_by_ifname] [AUTO_CONFIG]Found--->bsifname=rax5 pro=10 ifname=rax5 ssid=SSID2
      [1905Daemon][set_trx_config_for_bss] rax5 is fh bss; disable all tx rx for this interface
      [1905Daemon][_1905_update_bss_info_per_radio] --->interface=rax5 priority=10 config_SSID=Buffalo-5G-xx50-WPA3, hidden_ssid=0
      [mapd][_1905_interface_parse_event][1097][AUTO_CONFIG]received _1905_SET_WIRELESS_SETTING_EVENT
      dosave ra6 EncrypType=AES 
       bh_bss=0, fh_bss=1 hidden_ssid=0
      [wappd][map_config_wireless_setting_msg][AUTO_CONFIG]wireless_setting2 intf_mac=EC:5A:31:xx:xx:53 ssid=Buffalo-2G-xx50-WPA3, autmode=0x0040, encr
      yptype=0x0008, key=xxxxxxx[   44.975727] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 6
      xxxxxx bh_bss=0,[   44.982497] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:51), Reason 0x10
       fh_bss=1 hidden[   44.992573] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      _ssid=0
      [wappd][   45.000987] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=6
      [fill_sec_info]fill_sec_info, kapil: auth = WPA2[   45.011696] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 6
      PSKWPA3PSK len=1[   45.018196] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=6
      4
      [wappd][fill_[   45.025251] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 6
      sec_info]fill_se[   45.031992] 7981@C18L3,BuildChannelList() 513: 
      c_info, encrypty[   45.037686] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78
      !
      pe(3) = AES
      [wa[   45.050482] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1)!
      ppd][wdev_set_bs[   45.063317] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0)!
      s_coex]set bss_c[   45.075378] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      oex:
               ifname =[   45.085012] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:1 vht_bw:0 bw:1 extcha:1
       ra6
               enable =[   45.096900] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:3 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Sc
      an:0
       0
      [wappd][wdev[   45.110069] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStrea
      m=2, scan(0)
      _set_bss_role][ra6] i_am_fh_bss 0 , i_am_bh_bss 1, need_disconnect 1
      bh_ctrl_info.bssidEC:5A:31:xx:xx:51 wdev->ifname ra6 P1 0, P2 0
      [wappd][wdev_set_sec_and_ssid]set sec_info:
               ifname = ra6
               ssid = Buffalo-BH-xx50
               auth = WPA2PSKWPA3PSK
               encryp = AES
               passphrases = xxxxxxxxxxxxx
      set psk:
      [   45.149655] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3,
       scan(0)
               ifname = ra6
      [   45.164014] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
               psk = advth9ml[   45.176209] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      3k7qm
      [wappd][d[   45.183477] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      river_wext_set_p[   45.193324] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      sk]driver_wext_s[   45.202489] wdev_attr_update(): wdevId6 = EC:5A:31:xx:xx:51
      et_psk : advth9m[   45.209427] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[6]=10, bw_grp=16 omac=18
      l3k7qm
      [wappd][[   45.219938] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=6
      driver_wext_set_[   45.227216] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 6
      psk] [driver_wext_set_psk] Send WPAPSK Command: lpsk = xxxxxxxxxxxxx,psk=xxxxxxxxxxxxx
      [wappd][_eval_exec] cmd=[wifi_config_save ra6 WPAPSK xxxxxxxxxxxxx dosave ra6 WPAPSK=xxxxxxxxxxxxx 
      Controller do nothing for wifi dat profile
      [   45.304177] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   45.304177]  LinkToOmacIdx = 12, LinkToWdevType = 1
      [   45.318651] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=6
      [   45.339679] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 12 (ra6)
      [   45.347615] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   45.354837] 7981@C08L3,UpdateBeaconHandler() 2144:   Band0 BcnInitedRnd = 7
      [   45.361739] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   45.373299] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   45.384833] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   45.395559] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   45.403840] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   45.414351] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:1 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   45.426164] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(0)
      [   45.464571] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(0)
      [   45.478263] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   45.489300] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   45.495221] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      dosave ra6 SSID=Buffalo-BH-xx50 
      Controller do nothing for wifi dat profile
      dosave ra6 HideSSID=1 
      [   45.524259] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      [   45.531302] 7981@C15L2,APPMFInit() 133: [PMF] apidx=3, MFPC=1, MFPR=0, SHA256=0
      [   45.538666] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 3
      [   45.538840] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:56), Reason 0x10
      [   45.553278] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   45.560183] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=3
      [   45.569618] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 3
      [   45.575332] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=3
      [   45.581251] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 3
      [   45.586821] 7981@C18L3,BuildChannelList() 513: 
      [   45.591403] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   45.602882] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   45.614350] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   45.625039] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   45.633300] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   45.639215] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   45.647685] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   45.655706] wdev_attr_update(): wdevId3 = EC:5A:31:xx:xx:56
      [   45.661286] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[3]=11, bw_grp=16 omac=19
      [   45.670430] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=3
      [   45.676298] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 3
      [   45.751955] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:281 for WDEV_TYPE:1
      [   45.751955]  LinkToOmacIdx = 13, LinkToWdevType = 1
      [   45.766405] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=3
      [   45.788737] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 13 (ra3)
      [   45.796660] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   45.804212] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:56), Reason 0x10
      [   45.813094] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   45.820183] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:56), Reason 0x10
      [   45.829046] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      dosave ra3 SSID=MAP-UNCONF 
      Controller do no[   45.843589] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:56), Reason 0x10
      [   45.843703] WiFi@C08L2,ap_link_down() 7226: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(3)
      thing for wifi d[   45.853311] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      at profile
      [   45.862326] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 3
      [   45.877537] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=3
      [   45.887237] WiFi@C08L2,ap_link_down() 7226: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(3)
      [   45.896257] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 3
      [   45.901886] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=3
      [   45.907828] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:56) set 2G Inf ra3 not ready.
      [   45.907828] BndStrg_SetInfFlags(): 2G Inf ra3 Band steering is already down.
      [   45.907828] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      [   45.932508] 7981@C15L2,APPMFInit() 133: [PMF] apidx=4, MFPC=1, MFPR=0, SHA256=0
      [   45.939899] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 4
      [   45.945785] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:57), Reason 0x10
      [   45.954656] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   45.961801] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=4
      [   45.978896] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 4
      [   45.984532] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=4
      [   45.990471] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 4
      [   45.996090] 7981@C18L3,BuildChannelList() 513: 
      [   46.000667] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   46.012183] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   46.023672] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   46.034407] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   46.042697] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   46.048657] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   46.057147] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   46.065150] wdev_attr_update(): wdevId4 = EC:5A:31:xx:xx:57
      [   46.070919] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[4]=11, bw_grp=16 omac=19
      [   46.080121] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=4
      [   46.085967] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 4
      [   46.161747] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:281 for WDEV_TYPE:1
      [   46.161747]  LinkToOmacIdx = 13, LinkToWdevType = 1
      [   46.176799] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=4
      [   46.199105] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 13 (ra4)
      [   46.207023] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   46.214405] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:57), Reason 0x10
      [   46.223273] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   46.230302] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:57), Reason 0x10
      [   46.239189] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      dosave ra4 SSID=MAP-UNCONF 
      Controller do no[   46.254930] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:57), Reason 0x10
      thing for wifi d[   46.255041] WiFi@C08L2,ap_link_down() 7226: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(4)
      at profile
      [   46.264616] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   46.275017] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 4
      [   46.288829] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=4
      [   46.298433] WiFi@C08L2,ap_link_down() 7226: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(4)
      [   46.307468] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 4
      [   46.313122] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=4
      [   46.319089] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:57) set 2G Inf ra4 not ready.
      [   46.319089] BndStrg_SetInfFlags(): 2G Inf ra4 Band steering is already down.
      [   46.319089] 
      [   46.323872] Set_Bh_Bss_Proc ra0 bandIdx = 0 ,DevOwnRole 0x20
      [   46.351140] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
      [   46.357551] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   46.366420] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      dosave ra0 AuthMode=WPA2PSK 
      dosave ra0 EncrypType=AES 
      dosave ra0 WPAPSK=xxxxxxxxxxxxx 
      Controller do no[   46.402128] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      thing for wifi d[   46.410293] 7981@C15L2,APPMFInit() 133: [PMF] apidx=0, MFPC=1, MFPR=0, SHA256=0
      at profile
      [   46.418868] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 0
      [   46.425732] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   46.434596] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   46.441675] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=0
      [   46.450354] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 0
      [   46.456137] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=0
      [   46.462079] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 0
      [   46.467677] 7981@C18L3,BuildChannelList() 513: 
      [   46.472238] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   46.483771] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1)!
      [   46.495303] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0)!
      [   46.506035] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   46.514342] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:1 vht_bw:0 bw:1 extcha:1
      [   46.524858] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:3 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   46.536635] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0)
      [   46.574965] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3,
       scan(0)
      [   46.588630] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   46.599629] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   46.605622] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   46.614101] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   46.622113] wdev_attr_update(): wdevId0 = EC:5A:31:xx:xx:52
      [   46.627696] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[0]=0, bw_grp=16 omac=0
      [   46.636670] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=0
      [   46.642535] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 0
      [   46.718288] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1
      [   46.718288]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   46.732650] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=0
      [   46.752989] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 0 (ra0)
      [   46.760832] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   46.768048] 7981@C08L3,UpdateBeaconHandler() 2144:   Band0 BcnInitedRnd = 4
      [   46.774943] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   46.786424] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   46.797910] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   46.797915] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   46.813742] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:52), Reason 0x10
      [   46.813748] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   46.829484] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   46.840166] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   46.848461] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   46.859026] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:1 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   46.870848] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(0)
      [   46.909221] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(0)
      [   46.922872] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   46.933846] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   46.939761] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      dosave ra0 SSID=Buffalo-2G-xx50 
      Controller do nothing for wifi dat profile
      dosave ra0 HideSSID=0 
      [   46.973926] Set_Bh_Bss_Proc ra5 bandIdx = 0 ,DevOwnRole 0x20
      [   46.982121] Set_Fh_Bss_Proc ra5 wdev->MAPCfg.DevOwnRole 0x20
      [   46.988517] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:53), Reason 0x10
      [   46.997398] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      dosave ra5 AuthMode=WPA3PSK 
      dosave ra5 EncrypType=AES 
      dosave ra5 WPAPSK=xxxxxxxxxxxxx 
      Controller do no[   47.033185] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      thing for wifi d[   47.041232] 7981@C15L2,APPMFInit() 133: [PMF] apidx=5, MFPC=1, MFPR=1, SHA256=0
      at profile
      [   47.113731] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 5
      [   47.113904] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:53), Reason 0x10
      [   47.128349] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   47.135264] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=5
      [   47.144630] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 5
      [   47.150289] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=5
      [   47.156236] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 5
      [   47.161902] 7981@C18L3,BuildChannelList() 513: 
      [   47.166472] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   47.178038] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1)!
      [   47.189531] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0)!
      [   47.200216] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   47.208475] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:1 vht_bw:0 bw:1 extcha:1
      [   47.219011] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:3 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   47.230776] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0)
      [   47.269147] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3,
       scan(0)
      [   47.282822] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   47.293800] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   47.299717] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   47.308225] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   47.316252] wdev_attr_update(): wdevId5 = EC:5A:31:xx:xx:53
      [   47.321898] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[5]=9, bw_grp=16 omac=17
      [   47.330957] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=5
      [   47.336801] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 5
      [   47.412689] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1
      [   47.412689]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   47.427178] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=5
      [   47.448200] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 11 (ra5)
      [   47.456139] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   47.463367] 7981@C08L3,UpdateBeaconHandler() 2144:   Band0 BcnInitedRnd = 4
      [   47.470318] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(1), ht_bw(0), extcha(0), vht_bw(0), cen_ch_2(0), PhyMode=78!
      [   47.473232] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:53), Reason 0x10
      [   47.481813] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
      [   47.490642] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   47.491142] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:53), Reason 0x10
      [   47.502135] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
      [   47.508985] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   47.535401] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      [   47.543666] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0
      [   47.554179] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:1 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   47.565909] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(0)
      [   47.604278] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3,
       scan(0)
      [   47.617882] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   47.628853] 7981@C23L3,DfsCacNormalStart() 3959: wdev is not 5G
      [   47.634789] 7981@C23L3,DfsRadarChannelCheck() 3432: [DfsRadarChannelCheck]: wdev is not 5G
      dosave ra5 SSID=Buffalo-2G-xx50-WPA3 
      Controller do nothing for wifi dat profile
      dosave ra5 HideSSID=0 
      [mapd][topo_srv_update_own_bss_info][7770]radio_idx 1
      [mapd][to[   47.669059] Set_Fh_Bss_Proc rax6 wdev->MAPCfg.DevOwnRole 0x0
      po_srv_update_own_bss_info][7773]bootup scan BOO[   47.678042] Set_Bh_Bss_Proc rax6 bandIdx = 1 ,DevOwnRole 0x0
      TUP_SCAN_NEEDED radio_idx 1, Nee[   47.687817] Set_Bh_Bss_Proc rax6 bandIdx = 1 ,DevOwnRole 0x40
      ded band 1
      [mapd][topo_srv_update_own_bss_info][7780] Bootup run 1, band 1
      dosave rax6 AuthMode=WPA2PSKWPA3PSK 
      dosave rax6 EncrypType=AES 
      dosave rax6 WPAPSK=xxxxxxxxxxxxx 
      Controller do no[   47.725527] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      thing for wifi d[   47.733690] 7981@C15L2,APPMFInit() 133: [PMF] apidx=13, MFPC=1, MFPR=0, SHA256=0
      at profile
      [   47.806121] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 13
      [   47.806323] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:58), Reason 0x10
      [   47.820823] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   47.827726] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=13
      [   47.837189] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 13
      [   47.842944] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=13
      [   47.848967] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 13
      [   47.854637] 7981@C18L3,BuildChannelList() 513: 
      [   47.859215] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   47.869427] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   47.871169] handle_ts_default_8021q vid=4095, pcp=5
      [   47.879581] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   47.884405] ts policy number=0
      [   47.891130] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [1905Daemon][_19[   47.905832] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(
      1)!
      05_notify_ts_set[   47.918847] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      ting] ra6 bss->c[   47.931084] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      onfig_status=1
      [   47.942669] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [1905Daemon][_19[   47.954112] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      05_notify_ts_set[   47.963983] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      ting] ra3 bss->c[   47.975870] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 S
      can:0
      onfig_status=0
      [   47.989034] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [1905Daemon][_19[   47.997327] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, R
      XStream=3, scan(0)
      05_notify_ts_setting] ra4 bss->config_status=0
      [1905Daemon][_19[   48.016658] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStr
      eam=3, RXStream=7, scan(0)
      05_notify_ts_setting] ra0 bss->config_status=1
      [1905Daemon][_19[   48.035859] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      05_notify_ts_set[   48.047217] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      ting] ra0 vid=40[   48.058677] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      95
      [1905Daemon][   48.070352] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [_1905_notify_ts[   48.079592] wdev_attr_update(): wdevId13 = EC:5A:31:xx:xx:58
      _setting] ra5 bs[   48.086591] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[13]=26, bw_grp=16 omac=18
      s->config_status[   48.097196] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=13
      =1
      [1905Daemon][   48.105479] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 13
      [_1905_notify_ts_setting] ra5 vid=4095
      [1905Daemon][_1905_notify_ts_setting] rax6 bss->config_status=1
      [1905Daemon][_1905_notify_ts_setting] rax3 bss->config_status=0
      [1905Daemon][_1905_notify_ts_setting] rax4 bss->config_status=0
      [1905Daemon][_1905_notify_ts_setting] rax0 bss->config_status=1
      [1905Daemon][_1905_notify_ts_setting] rax0 vid=4095
      [1905Daemon][_1905_notify_ts_setting] rax5 bss->config_status=1
      [1905Daemon][_1905_notify_ts_setting] rax5 vid=4095
      [1905Daemon][_1905_notify_ts_setting] fh_count=4
    
      map rm hnat session cmd:
      ***************************
      cat /sys/kernel/debug/hnat/hnat_entry | while read line;do      line_num=$(echo $line | awk -F "(" '{print $2}' | awk -F ")" '{print $1}');     [
       -n "$line_num" ] && echo "3 $line_num">/sys/kernel/debug/hnat/hnat_entry && usleep 1000;done
      *******[   48.181804] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:282 for WDEV_TYPE:1
      [   48.181804]  LinkToOmacIdx = 12, LinkToWdevType = 1
      ****************[   48.196608] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=13
      ****
      [   48.218986] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 12 (rax6)
      [   48.226991] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   48.234206] 7981@C08L3,UpdateBeaconHandler() 2144:   Band1 BcnInitedRnd = 5
      dosave rax6 SSID=Buffalo-BH-xx50 
      Controller do nothing for wifi dat profile
      dosave rax6 HideSSID=1 
      [   48.262321] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      [   48.269334] 7981@C15L2,APPMFInit() 133: [PMF] apidx=10, MFPC=1, MFPR=0, SHA256=0
      [   48.276760] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 10
      [   48.276768]  >>>>UpdateBeaconProc,controller mode  wdev(10) bss not real rela ready (name:rax3)!!wst_enabled=0 
      [   48.293720] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=10
      [   48.303202] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 10
      [   48.308947] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=10
      [   48.314970] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 10
      [   48.320636] 7981@C18L3,BuildChannelList() 513: 
      [   48.325193] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.335394] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.345535] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   48.352233] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [   48.363880] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
      [   48.375518] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      [   48.386373] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.396589] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.406716] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      [   48.415175] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      [   48.425703] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   48.437565] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [   48.444409] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(
      0)
      [   48.462659] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=
      7, scan(0)
      [   48.481477] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   48.492550] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.502759] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.513127] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   48.521131] wdev_attr_update(): wdevId10 = EC:5A:31:xx:xx:5d
      [   48.526791] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[10]=27, bw_grp=16 omac=19
      [   48.536024] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=10
      [   48.542990] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 10
      [   48.618960] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:281 for WDEV_TYPE:1
      [   48.618960]  LinkToOmacIdx = 13, LinkToWdevType = 1
      [   48.633411] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=10
      [   48.655896] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 13 (rax3)
      [   48.663904] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   48.671138]  >>>>UpdateBeaconProc,controller mode  wdev(10) bss not real rela ready (name:rax3)!!wst_enabled=0 
      [   48.682188]  >>>>UpdateBeaconProc,controller mode  wdev(10) bss not real rela ready (name:rax3)!!wst_enabled=0 
      dosave rax3 SSID=MAP-UNCONF 
      Controller do no[   48.700566]  >>>>UpdateBeaconProc,controller mode  wdev(10) bss not real rela ready (name:rax3)!!wst_enabled=0 
      thing for wifi d[   48.700903] WiFi@C08L2,ap_link_down() 7226: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(10)
      at profile
      [   48.723199] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 10
      [   48.730244] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=10
      [   48.740042] WiFi@C08L2,ap_link_down() 7226: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(10)
      [   48.749166] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 10
      [   48.754979] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=10
      [   48.761029] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:5d) set 5G Inf rax3 not ready.
      [   48.761029] BndStrg_SetInfFlags(): 5G Inf rax3 Band steering is already down.
      [   48.761029] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      [   48.785850] 7981@C15L2,APPMFInit() 133: [PMF] apidx=11, MFPC=1, MFPR=0, SHA256=0
      [   48.793280] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 11
      [   48.793287]  >>>>UpdateBeaconProc,controller mode  wdev(11) bss not real rela ready (name:rax4)!!wst_enabled=0 
      [   48.810155] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=11
      [   48.819588] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 11
      [   48.825332] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=11
      [   48.831371] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 11
      [   48.837033] 7981@C18L3,BuildChannelList() 513: 
      [   48.841599] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.851796] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.861943] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   48.868642] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [   48.880285] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
      [   48.891924] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      [   48.902851] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.913057] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   48.923166] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      [   48.931628] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      [   48.942155] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   48.954034] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [   48.960883] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(
      0)
      [   48.979024] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=
      7, scan(0)
      [   48.997890] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   49.008904] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   49.019106] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   49.029447] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   49.037455] wdev_attr_update(): wdevId11 = EC:5A:31:xx:xx:5e
      [   49.043115] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[11]=27, bw_grp=16 omac=19
      [   49.052399] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=11
      [   49.059346] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 11
      [   49.135263] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:281 for WDEV_TYPE:1
      [   49.135263]  LinkToOmacIdx = 13, LinkToWdevType = 1
      [   49.149714] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=11
      [   49.172278] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 13 (rax4)
      [   49.180282] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   49.187515]  >>>>UpdateBeaconProc,controller mode  wdev(11) bss not real rela ready (name:rax4)!!wst_enabled=0 
      [   49.198575]  >>>>UpdateBeaconProc,controller mode  wdev(11) bss not real rela ready (name:rax4)!!wst_enabled=0 
      ]set sec_info:
               ifname = rax6
               ssid = Buffalo-BH-xx50
               auth = WPA2PSKWPA3PSK
               encryp = A[   49.216806]  >>>>UpdateBeaconProc,controller mode  wdev(11) bss not real rela ready (name:rax4)!!wst_enabled=0 
      [   49.217160] WiFi@C08L2,ap_link_down() 7226: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(11)
      ES
               passphrase[   49.238283] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 11
      s = xxxxxxxxxxxxx
      set psk:
               i[   49.246902] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=11
      fname = rax6
               psk = xxxxxxxxxxxxx
      [wappd][dri[   49.257921] WiFi@C08L2,ap_link_down() 7226: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(11)
      ver_wext_set_psk[   49.267658] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 11
      ]driver_wext_set[   49.274730] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=11
      _psk : xxxxxxxxxxxxx
      [wappd][driver_wext_set_psk] [driver_wext_[   49.281910] BndStrg_SetInfFlags(): BSS(EC:5A:31:xx:xx:5e) set 5G Inf rax4 not ready.
      [   49.281910] BndStrg_SetInfFlags(): 5G Inf rax4 Band steering is already down.
      [   49.281910] 
      set_psk] Send WP[   49.286752] Set_Bh_Bss_Proc rax0 bandIdx = 1 ,DevOwnRole 0x20
      APSK Command: lpsk = advth9ml3k7[   49.316047] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20
      qm,psk=advth9ml3[   49.322756] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      k7qm
      [wappd][dr[   49.332288] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      iver_wext_set_ssid] [driver_wext_set_ssid] Send SSID Command: lssid = Buffalo-BH-xx50,ssid=Buffalo-BH-xx50
      [wappd][wdev_set_hidden_ssid]set ifname = rax6
               hidessid = 1
      [wappd][wdev_set_bss_coex]set bss_coex:
               ifname = rax6
               enable = 1
      set ssid:
               ifname = rax3
               ssid = MAP-UNCONF
      [wappd][driver_wext_set_ssid] [driver_wext_[   49.369039] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      set_ssid] Send S[   49.376661] 7981@C15L2,APPMFInit() 133: [PMF] apidx=7, MFPC=1, MFPR=0, SHA256=0
      SID Command: lss[   49.385246] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 7
      id = MAP-UNCONF,[   49.385427] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   49.402579] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
    
      [wappd][map_con[   49.410869] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=7
      fig_wireless_setting_msg][   49.420906] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 7
      [AUTO_CONFIG]   49.426882] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=7
      mbss stop for ra[   49.433868] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 7
      x3
      set ssid:
              [   49.440646] 7981@C18L3,BuildChannelList() 513: 
       ifname = rax4
      [   49.446310] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
               ssid = MAP-UNC[   49.457868] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      ONF
      [wappd][dri[   49.469362] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      ver_wext_set_ssi[   49.477462] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=1
      77!
      d] [driver_wext_[   49.490429] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(
      1)!
      set_ssid] Send S[   49.503445] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      SID Command: lss[   49.515743] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      id = MAP-UNCONF,[   49.527290] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   49.538734] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
    
      [wappd][_eval_e[   49.548557] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      xec] cmd=[   49.560435] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [wifi_config_sav[   49.573644] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      e rax4 SSID MAP-[   49.581821] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, R
      XStream=3, scan(0)
      UNCONF dosave rax4 SSID=MAP-UNCONF 
      Controller do nothing for w[   49.601207] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1,
       BW=3,TXStream=3, RXStream=7, scan(0)
      ifi dat profile
      dosave rax0 AuthMode=WPA2PSK 
      dosave rax0 Encr[   49.620384] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      ypType=AES 
      dos[   49.631779] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      ave rax0 WPAPSK=[   49.643228] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      xxxxxxxxxxxxx 
      [   49.654939] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      Controller do no[   49.664072] wdev_attr_update(): wdevId7 = EC:5A:31:xx:xx:59
      thing for wifi d[   49.671087] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[7]=4, bw_grp=16 omac=0
      at profile
      [   49.681421] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=7
      [   49.689252] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 7
      [   49.764987] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:284 for WDEV_TYPE:1
      [   49.764987]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   49.779383] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=7
      [   49.799650] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 0 (rax0)
      [   49.807569] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   49.814786] 7981@C08L3,UpdateBeaconHandler() 2144:   Band1 BcnInitedRnd = 5
      [   49.822723] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   49.831615] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   49.838756] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:59), Reason 0x10
      [   49.847632] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      dosave rax0 SSID=Buffalo-5G-xx50 
      Controller do nothing for wifi dat profile
      dosave rax0 HideSSID=0 
      [   49.878821] Set_Bh_Bss_Proc rax5 bandIdx = 1 ,DevOwnRole 0x20
      [   49.887402] Set_Fh_Bss_Proc rax5 wdev->MAPCfg.DevOwnRole 0x20
      [   49.893853] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:5a), Reason 0x10
      [   49.902737] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      dosave rax5 AuthMode=WPA3PSK 
      dosave rax5 EncrypType=AES 
      dosave rax5 WPAPSK=xxxxxxxxxxxxx 
      Controller do no[   49.937540] 7981@C08L3,ap_mlme_deauth_req_action() 248:  ---> wcid = 32767
      thing for wifi d[   49.945667] 7981@C15L2,APPMFInit() 133: [PMF] apidx=12, MFPC=1, MFPR=1, SHA256=0
      at profile
      [   50.018501] 7981@C01L3,wifi_sys_linkdown() 1364: wdev idx = 12
      [   50.024486] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:5a), Reason 0x10
      [   50.033359] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   50.040569] 7981@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=12
      [   50.050016] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 12
      [   50.055757] 7981@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=12
      [   50.061782] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 12
      [   50.067448] 7981@C18L3,BuildChannelList() 513: 
      [   50.072014] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   50.082219] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   50.092360] 7981@C23L3,RadarStateCheck() 283:  cac_not_req 0  
      [   50.099058] 7981@C23L3,operate_loader_phy() 373: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
      [   50.110699] 7981@C23L3,operate_loader_phy() 387: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
      [   50.122337] 7981@C23L3,operate_loader_phy() 406: oper_dev after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)!
      [   50.133254] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   50.143463] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   50.153544] 7981@C23L3,DfsCacNormalStart() 3989: [RDM] CAC 65 seconds start . Disable MAC TX
      [   50.162007] 7981@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:1
      [   50.172549] 7981@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:50 cench2:0 rxstream:2 ap_bw:0 apCenCh:0 Scan:0
      [   50.184362] 7981@C23L3,DfsSwitchCheck() 4279: DFS ByPass TX calibration.
      [   50.191193] 7981@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(
      0)
      [   50.209331] 7981@C03L3,MtCmdSetTxRxPath() 2913: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=
      7, scan(0)
      [   50.228245] 7981@C12L1,EDCCAInit() 21375: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0
      [   50.239266] 7981@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   50.249484] 7981@C23L3,DfsGetSysParameters() 1731: Get after pDfsParam->PrimCh(36) band(1) band_bw(3), outbw(0)
      [   50.259792] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
      [   50.267800] wdev_attr_update(): wdevId12 = EC:5A:31:xx:xx:5a
      [   50.273460] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[12]=25, bw_grp=16 omac=17
      [   50.282740] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=12
      [   50.289712] 7981@C01L3,wifi_sys_linkup() 1231: wdev idx = 12
      [   50.365342] 7981@C00L3,wtc_acquire_groupkey_wcid() 84:  Found a non-occupied wtbl_idx:283 for WDEV_TYPE:1
      [   50.365342]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   50.379795] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=12
      [   50.400897] 7981@C08L3,UpdateBeaconHandler() 2125: BCN_UPDATE_INIT, OmacIdx = 11 (rax5)
      [   50.408901] 7981@C08L2,bcn_buf_init() 214: BcnPkt is allocated!, bcn offload=1
      [   50.416115] 7981@C08L3,UpdateBeaconHandler() 2144:   Band1 BcnInitedRnd = 4
      [   50.423159] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:5a), Reason 0x10
      [   50.432068] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      [   50.433246] 7981@C03L2,ExtEventBeaconLostHandler() 170: FW EVENT (EC:5A:31:xx:xx:5a), Reason 0x10
      [   50.447886] 7981@C03L1,ExtEventBeaconLostHandler() 176:   AP Beacon OFF!!!
      dosave rax5 SSID=Buffalo-5G-xx50-WPA3 
      Controller do nothing for wifi dat profile
      dosave rax5 HideSSID=0 
      [mapd][topo_srv_update_channel_preference][9012][TOPO]chnl Pref for radio Ch(1) Op(81) band(1) max_tx_pwr(2) MAC 00:00:00:00:01:00
      [mapd][topo_srv_update_metric_rep_intv_cap][7653]dev->metric_rep_interval: 60
      [mapd][topo_srv_update_radio_config_status][12373]radio ID 00:00:00:00:01:01 Ch(36) Op(129) band(2) Status: NOT CONFIGURED
      [mapd][topo_srv_update_radio_config_status][12373]radio ID 00:00:00:00:01:00 Ch(1) Op(81) band(1) Status: CONFIGURED
      [mapd][_1905_interface_parse_event][1411]got ts settings  event133
      FHBSS Status: 2, BHSTA Status: 2
      [mapd][topo_srv_update_own_bss_info][7770]radio_idx 0
      [mapd][topo_srv_update_own_bss_info][7773]bootup scan BOOTUP_SCAN_NEEDED radio_idx 0, Needed band 2
      [mapd][topo_srv_update_own_bss_info][7780] Bootup run 1, band 2
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(1) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      [mapd][topo_srv_update_channel_preference][9012][TOPO]chnl Pref for radio Ch(36) Op(129) band(2) max_tx_pwr(16) MAC 00:00:00:00:01:01
      [mapd][topo_srv_update_metric_rep_intv_cap][7653]dev->metric_rep_interval: 60
      [mapd][topo_srv_update_radio_config_status][12373]radio ID 00:00:00:00:01:01 Ch(36) Op(129) band(2) Status: CONFIGURED
      [mapd][topo_srv_update_radio_config_status][12373]radio ID 00:00:00:00:01:00 Ch(1) Op(81) band(1) Status: CONFIGURED
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(1) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(1) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(1) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(1) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      [   52.213310] 7981@C08L3,UpdateBeaconHandler() 2151: BCN_UPDATE_ENABLE_TX, OmacIdx = 0 (ra0)
      [   52.221677] 7981@C08L3,UpdateBeaconHandler() 2156:   Band0 BcnInitedRnd = 22
      [   52.228652] set_no_bcn(): Set no beacon as:0
      [   52.238274] 7981@C08L3,UpdateBeaconHandler() 2151: BCN_UPDATE_ENABLE_TX, OmacIdx = 11 (ra5)
      [   52.246666] 7981@C08L3,UpdateBeaconHandler() 2156:   Band0 BcnInitedRnd = 22
      [   52.253680] set_no_bcn(): Set no beacon as:0
      --->interface ra3 down
      [   52.268703] 7981@C08L2,mbss_virtual_if_close() 171:  ===> ra3
      [   52.274465] 7981@C01L2,RTMP_COM_IoctlHandle() 1553:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   52.282743] 7981@C01L2,RTMP_COM_IoctlHandle() 1576: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   52.291036] extif_put_dev(ra3)
      [   52.294106] mtk_ppe_dev_unregister_hook : ineterface ra3 set null (7)
      [1905Daemon][lldp_process] receive 802.1 bridge discovery fail
      --->interface ra4 down
      [   52.317416] 7981@C08L2,mbss_virtual_if_close() 171:  ===> ra4
      [   52.323187] 7981@C01L2,RTMP_COM_IoctlHandle() 1553:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   52.331386] 7981@C01L2,RTMP_COM_IoctlHandle() 1576: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   52.339652] extif_put_dev(ra4)
      [   52.342704] mtk_ppe_dev_unregister_hook : ineterface ra4 set null (8)
      [1905Daemon][lldp_process] receive 802.1 bridge discovery fail
      [   52.361916] 7981@C08L3,UpdateBeaconHandler() 2151: BCN_UPDATE_ENABLE_TX, OmacIdx = 0 (rax0)
      [   52.370298] 7981@C08L3,UpdateBeaconHandler() 2156:   Band1 BcnInitedRnd = 23
      [   52.377262] set_no_bcn(): Set no beacon as:0
      [   52.386657] 7981@C08L3,UpdateBeaconHandler() 2151: BCN_UPDATE_ENABLE_TX, OmacIdx = 11 (rax5)
      [   52.395222] 7981@C08L3,UpdateBeaconHandler() 2156:   Band1 BcnInitedRnd = 23
      [   52.402209] set_no_bcn(): Set no beacon as:0
      --->interface rax3 down
      [   52.417302] 7981@C08L2,mbss_virtual_if_close() 171:  ===> rax3
      [   52.423163] 7981@C01L2,RTMP_COM_IoctlHandle() 1553:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   52.431381] 7981@C01L2,RTMP_COM_IoctlHandle() 1576: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   52.439643] extif_put_dev(rax3)
      [   52.442780] mtk_ppe_dev_unregister_hook : ineterface rax3 set null (9)
      [1905Daemon][lldp_process] receive 802.1 bridge discovery fail
      --->interface rax4 down
      [   52.466369] 7981@C08L2,mbss_virtual_if_close() 171:  ===> rax4
      [   52.472245] 7981@C01L2,RTMP_COM_IoctlHandle() 1553:  -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   52.480491] 7981@C01L2,RTMP_COM_IoctlHandle() 1576: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   52.488757] extif_put_dev(rax4)
      [   52.491892] mtk_ppe_dev_unregister_hook : ineterface rax4 set null (10)
      [1905Daemon][lldp_process] receive 802.1 bridge discovery fail
      --->interface wst down
      [52.47][1393][bndstr_start:9321]: bndstr_start 9321
      MAP Monitor start
      [52.49][2612][main:161]: *************************[161]>arc_wlan[   52.541124] BcnCheck start after 4700 ms (ra0)
      _easymesh_monitor begin start *************************
      [52.53][2612][main:179]: arc_wlan_easymesh_monitor[179]> 1 
      [52.53][2612][eth_onboarding_monitor:20]: eth_onboarding_monitor[20]------>
      [   52.642118] mcsnoop: flush all snoop entry
      [   52.646323] mcsnoop: Bridge Multicast Snooping module Ver0.1/20070912
      [   52.660387] mcsnoop_br_ioctl_device:275: mcast_maxage 75000 / 250
      [   52.668097] device eth0 left promiscuous mode
      [   52.672550] br0: port 1(eth0) entered disabled state
      [   52.686851] debug : Enter [BRCTL_ADD_RULE_IF] 
      [   52.691322] add_if 00000600 ***************************
      [   52.696562] br0: port 1(eth0) entered blocking state
      [   52.701520] br0: port 1(eth0) entered disabled state
      [   52.706664] device eth0 entered promiscuous mode
      [   52.711378] br0: port 1(eth0) entered blocking state
      [   52.716340] br0: port 1(eth0) entered forwarding state
      [   52.734667] xt_applicxation maclist: clean
      start_dpi lan mac EC:5A:31:xx:xx:50
      start_dpi cmd diot_setup init EC:5A:31:xx:xx:50 br0 br1
      IPC-ERR:ML_CreateIpcClientRaw(398):can't connect ipc: +/diot-security-ipc
      hostsacd_incident_restore_handle(507):HSAC-ERR:can't initialize incident handler
      [main] start sys_boot2.
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(1) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      [   53.393148] netwatchd uses obsolete (PF_INET,SOCK_PACKET)
      [   53.446890] mca_alloc:887->current[kworker/0:2]
      [   53.454329] mca_alloc:887->current[sh]
      [   53.458222] mca_alloc:887->current[sh]
      [   53.462020] mca_alloc:887->current[sh]
      crond[2744]: crond: crond (busybox 1.18.5) started, log level 8
      start miniupnpd
      miniupnpd[2792]: HTTP listening on port 37337
      miniupnpd[2792]: chain upnp_nat not found
      miniupnpd[2792]: chain upnp_nat not found
      Firmware version: 1.10.0.04
      Firmware build time: 24.09.18 09:25
      [main] Check Physical connection of WAN port status.
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:00) ch(1) Op(81) band(1) max_tx_pwr(2)
      [mapd][topo_srv_update_radio_info][7495][TOPO]radio id(00:00:00:00:01:01) ch(36) Op(129) band(2) max_tx_pwr(16)
      Link Status Changed - WAN Port Link Down
      ntp.jst.mfeed.ad.jp: Try againhostsacd_daily_proc(145):HSAC-DBG:DATE[2024/1/1 9:0:6] 1704067206 60 60001(8) loggerdb:1320
      Time out! You may increase DEFAULT_TIMEOUT_COUNT[10]!