WAB-I1750-PS繋がりで調べた際、同じくQCA955xを搭載すると思われた為認知していたもの。
最近ELECOM公式でWAB-I1750-PSの在庫処分セールがあり、それが盛り上がっていた際に「WAB-S1167-PS現物か中古購入分の寄付があれば、1750と併せて作業する」と宣言した結果、寄付を頂いた為、どうせならWAB-S600-PSも巻き込もうと思い至って確保した。
弄っていくのでメモ。
Ethernet
switchは搭載せず、QCA9557のeth0/eth1にAR803x phy2つをそれぞれ直結。
zone | LAN | |
---|---|---|
port (WAB-S600-PS) | PD (IN) | PSE (OUT) |
port | eth0 (AR8035) | eth1 (AR8033) |
MAC
- Ethernet (PD, PSE):
BC:5C:4C:xx:xx:7C
(Config,ethaddr
(text)) - 2.4G:
BC:5C:4C:xx:xx:7C
(Config,ethaddr
(text)) - 5G:
BC:5C:4C:xx:xx:7D
U-Boot
help
ath> help ? - alias for 'help' autoscr - run script from memory base - print or set address offset bdinfo - print Board Info structure boot - boot default, i.e., run 'bootcmd' bootd - boot default, i.e., run 'bootcmd' bootelf - Boot from an ELF image in memory bootm - boot application image from memory bootp - boot image via network using BootP/TFTP protocol bootvx - Boot vxWorks from an ELF image cmp - memory compare coninfo - print console devices and information cp - memory copy crc32 - checksum calculation dhcp - invoke DHCP client to obtain IP/boot params echo - echo args to console elx_check - check ELX image erase - erase FLASH memory ethreg - S26 PHY Reg rd/wr utility exit - exit script flinfo - print FLASH memory information go - start application at address 'addr' help - print online help iminfo - print header information for application image itest - return true/false on integer compare loop - infinite loop on address range md - memory display mii - MII utility commands mm - memory modify (auto-incrementing) mtest - simple RAM test mw - memory write (fill) nfs - boot image via network using NFS protocol nm - memory modify (constant address) pci - list and access PCI Configuration Space ping - send ICMP ECHO_REQUEST to network host pll cpu-pll dither ddr-pll dither - Set to change CPU & DDR speed pll erase pll get printenv- print environment variables progmac - Set ethernet MAC addresses protect - enable or disable FLASH write protection rarpboot- boot image via network using RARP/TFTP protocol reset - Perform RESET of the CPU run - run commands in an environment variable saveenv - save environment variables to persistent storage setenv - set environment variables sleep - delay execution for some time test - minimal test like /bin/sh tftpboot- boot image via network using TFTP protocol version - print monitor version
version
ath> version U-Boot 1.1.4-g81ae6755-dirty (Oct 13 2014 - 18:11:22)
printenv
ath> printenv bootargs=console=ttyS0,115200 root=31:02 rootfstype=jffs2 init=/sbin/init mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),6336k(rootfs),1408k(uImage),8256k(mib0),64k(ART) bootcmd=bootm 0x9f070000 bootdelay=2 baudrate=115200 ethaddr="BC:5C:4C:xx:xx:7C" ipaddr=192.168.99.9 serverip=192.168.99.8 dir= lu=tftp 0x80060000 ${dir}u-boot.bin&&erase 0x9f000000 +$filesize&&cp.b $fileaddr 0x9f000000 $filesize lf=tftp 0x80060000 ${dir}7479PLC${bc}-jffs2&&erase 0x9f050000 +0x630000&&cp.b $fileaddr 0x9f050000 $filesize lk=tftp 0x80060000 ${dir}vmlinux${bc}.lzma.uImage&&erase 0x9f680000 +$filesize&&cp.b $fileaddr 0x9f680000 $filesize ethact=eth1 domain=1 pincode=xxxxxxxx wlanaddr=00:aa:bb:cc:dd:10 sn=61L892300621 usboot=0 op_mode=0 bver=1.0.1 dom2=1 wanaddr=00:aa:bb:cc:dd:20 hw_id=01070028 language_code=jp kver=1.0.1 bootfile=uImage_WAS_S1167 stdin=serial stdout=serial stderr=serial Environment size: 903/65532 bytes
mii device
ath> mii device MII devices: 'eth1' Current device: 'eth1'
md.l 0x180500x8
0x18050028
ath> md.l 0x18050028 1 18050028: 00000101 ....
0x18050048
ath> md.l 0x18050048 1 18050048: 03000101 ....
Kernel
パスワードを要求される。
uname -a
# uname -a Linux WAB_S600 3.2.9 #3 Fri Oct 30 17:08:23 CST 2015 mips GNU/Linux
cat /proc/version
# cat /proc/version Linux version 3.2.9 (root@xxxxxx-OptiPlex-9020) (gcc version 4.3.6 (Buildroot 2013.05) ) #3 Fri Oct 30 17:08:23 CST 2015
cat /proc/cpuinfo
# cat /proc/cpuinfo system type : QCA955x machine : QCA AP processor : 0 cpu model : MIPS 74Kc V5.0 BogoMIPS : 359.42 wait instruction : yes microsecond timers : yes tlb_entries : 32 extra interrupt vector : yes hardware watchpoint : yes, count: 4, address/irw mask: [0x0000, 0x0ff8, 0x0ff8, 0x0ff8] ASEs implemented : mips16 shadow register sets : 1 kscratch registers : 0 core : 0 VCED exceptions : not available VCEI exceptions : not available
cat /proc/meminfo
# cat /proc/meminfo MemTotal: 126248 kB MemFree: 79428 kB Buffers: 2720 kB Cached: 16768 kB SwapCached: 0 kB Active: 7140 kB Inactive: 16296 kB Active(anon): 4052 kB Inactive(anon): 292 kB Active(file): 3088 kB Inactive(file): 16004 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 3964 kB Mapped: 3736 kB Shmem: 396 kB Slab: 15268 kB SReclaimable: 720 kB SUnreclaim: 14548 kB KernelStack: 432 kB PageTables: 332 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 63124 kB Committed_AS: 96748 kB VmallocTotal: 1048372 kB VmallocUsed: 496 kB VmallocChunk: 1043312 kB
cat /proc/mtd
# cat /proc/mtd dev: size erasesize name mtd0: 01000000 00010000 "ALL" mtd1: 00040000 00010000 "Bootloader" mtd2: 00010000 00010000 "Config" mtd3: 00010000 00010000 "ART" mtd4: 00010000 00010000 "ART2" mtd5: 00e00000 00010000 "Kernel" mtd6: 00e00000 00010000 "user" mtd7: 00100000 00010000 "manufacture" mtd8: 00010000 00010000 "backup" mtd9: 00080000 00010000 "storage"
mount
# mount rootfs on / type rootfs (rw) none on /sys type sysfs (rw,relatime) /proc on /proc type proc (rw,relatime) devpts on /dev/pts type devpts (rw,relatime,mode=600) /dev/shm/tmp/ on /mnt/tmpfs type tmpfs (rw,relatime,size=16384k,nr_inodes=10240,mode=700) /dev/mtdblock9 on /storage type jffs2 (rw,relatime) /dev/loop0 on /apps type squashfs (ro,relatime)
ls -al /sys/class/leds/
# ls -al /sys/class/leds/ lrwxrwxrwx 1 0 Jun 1 00:07 buzr -> ../../devices/platform/leds-gpio/leds/buzr lrwxrwxrwx 1 0 Jun 1 00:00 2g_led -> ../../devices/platform/leds-gpio/leds/2g_led lrwxrwxrwx 1 0 Jun 1 00:00 usb1_en -> ../../devices/platform/leds-gpio/leds/usb1_en lrwxrwxrwx 1 0 Jun 1 00:00 usb1_led -> ../../devices/platform/leds-gpio/leds/usb1_led lrwxrwxrwx 1 0 Jun 1 00:07 DIAG -> ../../devices/platform/leds-gpio/leds/DIAG drwxr-xr-x 19 0 Jun 1 00:00 .. drwxr-xr-x 2 0 Jun 1 00:00 .
header -x WAB-S600-PS-FW-V1-0-10.bin
# header -x WAB-S600-PS-AC-FW-V1-0-10.bin ### Decoding image #### Decode source file [WAB-S600-PS-AC-FW-V1-0-10.bin] ------- Header Info ------- Vendor id: 0x0107 Product id: 0x0028 Hardware id: 0x01070028 Version id: 3047 Code Version: 1.0.10 Type: 0x3 [kernel] comp_file_len: 5834361 comp_file_sum: 0x0 Header sum: 0x4d3 Magic key: 0x30471688 MD5 chksum: 5cb9cd42e26248b8d6f617b9667851ed ------------------------------ Decode finished, got file [WAB-S600-PS-AC-FW-V1-0-10.bin.bin] with size 5834361 bytes header: Return OK
bootlog (op_mode=0)
U-Boot 1.1.4-g81ae6755-dirty (Oct 13 2014 - 18:11:22) ELX version: 1.0.2 7479PLC - Scorpion 1.0DRAM: sri Scorpion 1.0 ath_ddr_initial_config(178): (32bit) ddr2 init tap = 0x00000003 Tap (low, high) = (0x4, 0x1b) Tap values = (0xf, 0xf, 0xf, 0xf) 128 MB Flash Manuf Id 0xc2, DeviceId0 0x20, DeviceId1 0x18 Flash [MX25L12845E] sectors: 256 Flash: 16 MB In: serial Out: serial Err: serial Net: ath_gmac_enet_initialize... athrs_sgmii_res_cal: cal value = 0xe Fetching MAC Address from 0x87feccfc Fetching MAC Address from 0x87feccfc ath_gmac_enet_initialize: reset mask:c02200 Scorpion ---->8033 PHY* AR8033 PHY init athrs_ar8033_reg_init: Done ffff Max resets limit reached exiting... athr_gmac_sgmii_setup SGMII done : cfg1 0x800c0000 cfg2 0x7214 eth1: 00:aa:bb:cc:dd:01 eth1 up eth1 Setting 0x18116290 to 0x458ba14f Please choose the operation: 1: Load system code to SDRAM via TFTP. 3: Boot system code via Flash (default). 4: Entr boot command line interface. 0 3: System Boot system code via Flash. ## Booting image at 9f070000 ... Image Name: Linux Kernel Image Created: 2015-10-30 9:08:30 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 5768048 Bytes = 5.5 MB Load Address: 80002000 Entry Point: 802c2900 Verifying Checksum at 0x9f070040 ...OK Uncompressing Kernel Image ... OK Starting kernel ... Linux version 3.2.9 (root@edward-OptiPlex-9020) (gcc version 4.3.6 (Buildroot 2013.05) ) #3 Fri Oct 30 17:08:23 CST 2015 bootconsole [early0] enabled CPU revision is: 00019750 (MIPS 74Kc) SoC: QCA955x Clocks: CPU:720.000MHz, DDR:600.000MHz, AHB:200.000MHz, Ref:40.000MHz Determined physical RAM map: memory: 08000000 @ 00000000 (usable) Initrd not found or empty - disabling initrd Zone PFN ranges: Normal 0x00000000 -> 0x00008000 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0x00000000 -> 0x00008000 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 Kernel command line: console=ttyS0,115200 root=/dev/ram0 rootfstype=squashfs,jffs2 PID hash table entries: 512 (order: -1, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes Writing ErrCtl register=00000000 Readback ErrCtl register=00000000 Memory: 119208k/131072k available (2854k kernel code, 11864k reserved, 688k data, 7040k init, 0k highmem) SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 NR_IRQS:51 Calibrating delay loop... 359.42 BogoMIPS (lpj=718848) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 NET: Registered protocol family 16 MIPS: machine is QCA AP registering PCI controller with io_map_base unset ar724x-pci ar724x-pci.1: PCIe link is down registering PCI controller with io_map_base unset bio: create slab <bio-0> at 0 vgaarb: loaded SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb pci 0000:00:00.0: fixup device configuration pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit] pci 0000:00:00.0: BAR 0: set to [mem 0x10000000-0x101fffff 64bit] (PCI address [0x10000000-0x101fffff]) pci 0000:00:00.0: BAR 6: assigned [mem 0x10200000-0x1020ffff pref] pci 0000:00:00.0: using irq 40 for pin 1 Switching to clocksource MIPS NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 4096 (order: 3, 32768 bytes) TCP bind hash table entries: 4096 (order: 2, 16384 bytes) TCP: Hash tables configured (established 4096 bind 4096) TCP reno registered UDP hash table entries: 256 (order: 0, 4096 bytes) UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) NET: Registered protocol family 1 squashfs: version 4.0 (2009/01/31) Phillip Lougher JFFS2 version 2.2 (NAND) (SUMMARY) (ZLIB) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. msgmni has been set to 232 io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A console [ttyS0] enabled, bootconsole disabled console [ttyS0] enabled, bootconsole disabled loop: module loaded Flash0 Manuf Id 0xc2, DeviceId0 0x20, DeviceId1 0x18 Flash0 MX25L12845E(c2 2018c200) (16384 Kbytes) mtd .name = ath-nor0, .size = 0x01000000 (16M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 Creating 10 MTD partitions on "ath-nor0": 0x000000000000-0x000001000000 : "ALL" 0x000000000000-0x000000040000 : "Bootloader" 0x000000040000-0x000000050000 : "Config" 0x000000050000-0x000000060000 : "ART" 0x000000060000-0x000000070000 : "ART2" 0x000000070000-0x000000e70000 : "Kernel" 0x000000070000-0x000000e70000 : "user" 0x000000e70000-0x000000f70000 : "manufacture" 0x000000f70000-0x000000f80000 : "backup" 0x000000f80000-0x000001000000 : "storage" IMQ driver loaded successfully. (numdevs = 2, numqueues = 1) Hooking IMQ after NAT on PREROUTING. Hooking IMQ before NAT on POSTROUTING. usbcore: registered new interface driver asix usbcore: registered new interface driver cdc_ether usbcore: registered new interface driver net1080 usbcore: registered new interface driver cdc_subset usbcore: registered new interface driver zaurus usbcore: registered new interface driver MOSCHIP usb-ethernet driver cdc_ncm: 04-Aug-2011 usbcore: registered new interface driver cdc_ncm ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Port Status 1c000004 ath-ehci ath-ehci.0: ATH EHCI ath-ehci ath-ehci.0: new USB bus registered, assigned bus number 1 ath-ehci ath-ehci.0: irq 48, io mem 0x1b000000 ath-ehci ath-ehci.0: USB 2.0 started, EHCI 1.00 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: ATH EHCI usb usb1: Manufacturer: Linux 3.2.9 ehci_hcd usb usb1: SerialNumber: platform hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected Port Status 1c000004 ath-ehci1 ath-ehci1.1: ATH EHCI ath-ehci1 ath-ehci1.1: new USB bus registered, assigned bus number 2 ath-ehci1 ath-ehci1.1: irq 49, io mem 0x1b400000 ath-ehci1 ath-ehci1.1: USB 2.0 started, EHCI 1.00 usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: ATH EHCI usb usb2: Manufacturer: Linux 3.2.9 ehci_hcd usb usb2: SerialNumber: platform hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver uhci_hcd: USB Universal Host Controller Interface driver Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. ath_usb_init: ID: 1130 Registered button device:usb1_over, gpio:20,code:257,index:1 Registered button device:reset, gpio:18,code:408,index:10 Registered button device:wps, gpio:16,code:529,index:11 Registered button device:usb_eject, gpio:19,code:256,index:0 Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (256 buckets, 2048 max) xt_time: kernel timezone is -0000 ip_tables: (C) 2000-2006 Netfilter Core Team TCP westwood registered NET: Registered protocol family 10 NET: Registered protocol family 17 NET: Registered protocol family 2 8021q: 802.1Q VLAN Support v1.8 Freeing unused kernel memory: 7040k freed System Init version: 1.1 date: 1 Setting up file systems ... Setting up /mnt/tmpfs directory with tmpfs/16384KB Setting up FLASH storage partition ... JFFS2 notice: (347) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. Setting up /apps directory ...apps is in RAM ... Setting up loopback device ... FINISHED qca955x_GMAC: Length per segment 1536 955x_GMAC: qca955x_gmac_attach 955x_GMAC: qca955x_set_gmac_caps Currently in polling mode unit0 Registering AR8035 Phy.... qca955x_GMAC: RX TASKLET - Pkts per Intr:160 qca955x_GMAC: Max segments per packet : 1 qca955x_GMAC: Max tx descriptor count : 128 qca955x_GMAC: Max rx descriptor count : 224 qca955x_GMAC: Mac capability flags : 42200 955x_GMAC: qca955x_gmac_attach 955x_GMAC: qca955x_set_gmac_caps Currently in polling mode unit1 Registering AR8033 Phy.... qca955x_GMAC: RX TASKLET - Pkts per Intr:160 qca955x_GMAC: Max segments per packet : 1 qca955x_GMAC: Max tx descriptor count : 128 qca955x_GMAC: Max rx descriptor count : 224 qca955x_GMAC: Mac capability flags : 42200 955x_GMAC: Serdes PLL is locked value 0x1f018116 Start Normal Operation Mode ... ************************************************************************ * ---ELX--- * ************************************************************************ KernelApp version: 1.0.1 build date: 2015/10/30 build time: 17:05:49 cmd> ln: /sbin/./start_all: File exists Share memory created: keyid 6888 shm_id 0 size 169(KB) Warning: dbox_destroy_share_memory p_dbox_cfg is NULL! CMD[mkdir -p /var/sd] __create_share_mem keyid 6888 shm_id 0 System Monitoring __create_share_mem keyid 6888 shm_id 0 athr_gmac_ring_alloc Allocated 2048 at 0x86e38800 sram_desc_cnt 1536,mac Unit 0,Tx r->ring_desc 0xbd000000 athr_gmac_ring_alloc Allocated 3584 at 0x86dd6000 sram_desc_cnt 4224,mac Unit 0,Rx r->ring_desc 0xbd000600 955x_GMAC: eth0 in RGMII MODE Scorpion -----> 8035 PHY athrs_ar8035_reg_init: Done Disable TX Flow control.. Setting Drop CRC Errors, Pause Frames and Length Error frames qca955x_gmac_hw_setup: Enable Jumbo Frame 4096 size Setting PHY... AR8035 found! [0:4]Phy ID 4d:d072 ADDRCONF(NETDEV_UP): eth0: link is not ready athr_gmac_ring_alloc Allocated 2048 at 0x86f85000 sram_desc_cnt 5760,mac Unit 1,Tx r->ring_desc 0xbd001080 athr_gmac_ring_alloc Allocated 3584 at 0x86dd4000 sram_desc_cnt 8448,mac Unit 1,Rx r->ring_desc 0xbd001680 955x_GMAC: eth1 in SGMII MODE Scorpion -----> 8033 PHY athrs_ar8033_reg_init: Done 955x_SGMIIMax resets limit reached exiting... 955x_SGMII::athr_gmac_sgmii_setup Done Disable TX Flow control.. Setting Drop CRC Errors, Pause Frames and Length Error frames qca955x_gmac_hw_setup: Enable Jumbo Frame 4096 size Setting PHY... AR8033 found! Phy ID 4d:d074 ADDRCONF(NETDEV_UP): eth1: link is not ready athr_gmac_ring_free Freeing at 0x86e38800 athr_gmac_ring_free Freeing at 0x86dd6000 athr_gmac_ring_alloc Allocated 2048 at 0x86f84800 sram_desc_cnt 8448,mac Unit 0,Tx r->ring_desc 0xbd000000 athr_gmac_ring_alloc Allocated 3584 at 0x86dd6000 sram_desc_cnt 8448,mac Unit 0,Rx r->ring_desc 0xbd000600 955x_GMAC: eth0 in RGMII MODE Scorpion -----> 8035 PHY athrs_ar8035_reg_init: Done Disable TX Flow control.. Setting Drop CRC Errors, Pause Frames and Length Error frames qca955x_gmac_hw_setup: Enable Jumbo Frame 4096 size Setting PHY... AR8035 found! [0:4]Phy ID 4d:d072 ADDRCONF(NETDEV_UP): eth0: link is not ready athr_gmac_ring_free Freeing at 0x86f85000 athr_gmac_ring_free Freeing at 0x86dd4000 athr_gmac_ring_alloc Allocated 2048 at 0x86f85000 sram_desc_cnt 8448,mac Unit 1,Tx r->ring_desc 0xbd001080 athr_gmac_ring_alloc Allocated 3584 at 0x86dd4000 sram_desc_cnt 8448,mac Unit 1,Rx r->ring_desc 0xbd001680 955x_GMAC: eth1 in SGMII MODE Scorpion -----> 8033 PHY athrs_ar8033_reg_init: Done 955x_SGMIIMax resets limit reached exiting... 955x_SGMII::athr_gmac_sgmii_setup Done Disable TX Flow control.. Setting Drop CRC Errors, Pause Frames and Length Error frames qca955x_gmac_hw_setup: Enable Jumbo Frame 4096 size Setting PHY... AR8033 found! Phy ID 4d:d074 ADDRCONF(NETDEV_UP): eth1: link is not ready port_id:[4],mode:[1] sh: mii_mgr: not found port_id:[4],mode:[1] port_id:[1],mode:[1] sh: mii_mgr: not found port_id:[1],mode:[1] ADDRCONF(NETDEV_UP): br0: link is not ready device br_t.1 entered promiscuous mode device br_t entered promiscuous mode br0: port 1(br_t.1) entering forwarding state br0: port 1(br_t.1) entering forwarding state br0: port 1(br_t.1) entering forwarding state device eth0 entered promiscuous mode ADDRCONF(NETDEV_CHANGE): br_t.1: link becomes ready device eth1 entered promiscuous mode br0: port 1(br_t.1) entering forwarding state br0: port 1(br_t.1) entering forwarding state ******************** Initialize Radio_(24G) setting ... rd[0]==1 OK Configuring QCA WiFi device[0] ...Wlan is in AP Mode FCMD[insmod /lib/adf.ko] FCMD[insmod /lib/asf.ko] FCMD[insmod /lib/ath_hal.ko] FCMD[insmod /lib/ath_rate_atheros.ko] FCMD[insmod /lib/ath_dfs.ko] FCMD[insmod /lib/ath_dev.ko] FCMD[insmod /lib/umac.ko] FCMD[insmod /lib/ath_pktlog.ko] FCMD[ln -s /apps/sbin/hostapd /sbin/hostapd1] FCMD[ln -s /apps/sbin/hostapd /sbin/hostapd2] wifiname=wifi0 , macaddr=BC:5C:4C:xx:xx:7C FCMD[ifconfig wifi0 hw ether BC:5C:4C:xx:xx:7C] FCMD[iwpriv wifi0 setCountryID 4015] FCMD[wlanconfig ath0 create wlandev wifi0 wlanmode ap ] FCMD[iwpriv wifi0 rxchainmask 7] FCMD[iwpriv wifi0 txchainmask 7] QCA Radio[1],Wireless Mode:[11NGHT40MINUS] FCMD[iwpriv ath0 mode 11NGHT40MINUS] FCMD[iwpriv ath0 pureg 0] FCMD[iwpriv ath0 puren 0] FCMD[iwpriv ath0 disablecoext 0] FCMD[iwconfig ath0 essid elecom2g01-37d07c] FCMD[iwconfig ath0 channel 11] FCMD[iwpriv ath0 maxsta 25] FCMD[iwpriv ath0 bintval 100] FCMD[iwpriv ath0 inact 60] FCMD[iwpriv ath0 dtim_period 1] FCMD[iwpriv ath0 shpreamble 1] FCMD[iwconfig ath0 rts 2347] FCMD[iwpriv ath0 protmode 2] FCMD[iwpriv ath0 extprotmode 2] FCMD[iwpriv ath0 countryie 1] FCMD[iwpriv ath0 hide_ssid 0] FCMD[iwpriv ath0 cwmenable 1] FCMD[iwpriv ath0 mcastenhance 2] FCMD[iwpriv wds10 mcastenhance 2] FCMD[iwpriv ath0 shortgi 1] FCMD[iwpriv wifi0 AMPDU 1] FCMD[iwpriv wifi0 AMPDUFrames 32] FCMD[iwpriv wifi0 AMPDULim 50000] FCMD[iwpriv ath0 macradius 0] FCMD[iwpriv wifi0 set_swapled 1] Radio0 off FCMD[route add -net 239.0.0.0 netmask 255.0.0.0 br0] No WPA/WPA2 AUTH No need to call hostapd FCMD[iwpriv ath0 ap_bridge 1] FCMD[ifconfig wifi0 txqueuelen 10000] FCMD[ifconfig ath0 txqueuelen 10000] FCMD[ifconfig eth0 txqueuelen 10000] FCMD[ifconfig eth1 txqueuelen 10000] FCMD[sleep 1] FCMD[iwpriv ath0 mcast_rate 54000] FCMD[iwpriv wds10 mcast_rate 54000] FCMD[iwpriv ath0 wmm 1] FCMD[iwpriv ath0 uapsd 1] FCMD[iwpriv ath0 aifs 0 0 3] FCMD[iwpriv ath0 aifs 1 0 7] FCMD[iwpriv ath0 aifs 2 0 1] FCMD[iwpriv ath0 aifs 3 0 1] FCMD[iwpriv ath0 cwmin 0 0 4] FCMD[iwpriv ath0 cwmin 1 0 4] FCMD[iwpriv ath0 cwmin 2 0 3] FCMD[iwpriv ath0 cwmin 3 0 2] FCMD[iwpriv ath0 cwmax 0 0 6] FCMD[iwpriv ath0 cwmax 1 0 10] FCMD[iwpriv ath0 cwmax 2 0 4] FCMD[iwpriv ath0 cwmax 3 0 3] FCMD[iwpriv ath0 txoplimit 0 0 0] FCMD[iwpriv ath0 txoplimit 1 0 0] FCMD[iwpriv ath0 txoplimit 2 0 3008] FCMD[iwpriv ath0 txoplimit 3 0 1504] FCMD[iwpriv ath0 noackpolicy 0 0 0] FCMD[iwpriv ath0 noackpolicy 1 0 0] FCMD[iwpriv ath0 noackpolicy 2 0 0] FCMD[iwpriv ath0 noackpolicy 3 0 0] FCMD[iwpriv ath0 aifs 0 1 3] FCMD[iwpriv ath0 aifs 1 1 7] FCMD[iwpriv ath0 aifs 2 1 2] FCMD[iwpriv ath0 aifs 3 1 2] FCMD[iwpriv ath0 cwmin 0 1 4] FCMD[iwpriv ath0 cwmin 1 1 4] FCMD[iwpriv ath0 cwmin 2 1 3] FCMD[iwpriv ath0 cwmin 3 1 2] FCMD[iwpriv ath0 cwmax 0 1 10] FCMD[iwpriv ath0 cwmax 1 1 10] FCMD[iwpriv ath0 cwmax 2 1 4] FCMD[iwpriv ath0 cwmax 3 1 3] FCMD[iwpriv ath0 txoplimit 0 1 0] FCMD[iwpriv ath0 txoplimit 1 1 0] FCMD[iwpriv ath0 txoplimit 2 1 3008] FCMD[iwpriv ath0 txoplimit 3 1 1504] FCMD[iwpriv ath0 acm 0 1 0] FCMD[iwpriv ath0 acm 1 1 0] FCMD[iwpriv ath0 acm 2 1 0] FCMD[iwpriv ath0 acm 3 1 0] CMD[sh /var/sd/qca_wlan0.sh] adf: module license 'Proprietary' taints kernel. Disabling lock debugging due to kernel taint ****Address of trace_timer :80cfe614 ath_hal: 0.9.17.1 (AR5416, AR9380, REGOPS_FUNC, WRITE_EEPROM, TX_DATA_SWAP, RX_DATA_SWAP, 11D) ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved ath_dfs: Version 2.0.0 Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved ath_ahb: 10.2.r2-00014-4 (Atheros/multi-bss) __ath_attach: Set global_scn[0] *** All the minfree values should be <= ATH_TXBUF-32, otherwise default value will be used instead *** ACBKMinfree = 48 ACBEMinfree = 32 ACVIMinfree = 16 ACVOMinfree = 0 CABMinfree = 48 UAPSDMinfree = 0 ATH_TXBUF=512 Enterprise mode: 0x40000000 Restoring Cal data from Flash Green-AP : Green-AP : Attached ath_get_caps[6149] rx chainmask mismatch actual 3 sc_chainmak 0 ath_get_caps[6124] tx chainmask mismatch actual 3 sc_chainmak 0 ath_attach_dfs[12568] dfsdomain 1 ath_tx_paprd_init sc 86ae8000 PAPRD disabled in HAL wifi0: Atheros ???: mem=0xb8100000, irq=47 ath_pci: 10.2.r2-00014-4 (Atheros/multi-bss) ath_pci_probe PCI device id is 003c :003c ath_pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit] ath_pci 0000:00:00.0: BAR 0: set to [mem 0x10000000-0x101fffff 64bit] (PCI address [0x10000000-0x101fffff]) PCI: Enabling device 0000:00:00.0 (0000 -> 0002) ath_pci 0000:00:00.0: ath DEBUG: sc=0x868fe400 ol_ath_pci_configure : num_desired MSI set to 0 Using PCI Legacy Interrupt 955x_GMAC: enet unit:0 is up... eth0 RGMII 1000Mbps full duplex 955x_GMAC: qca955x_soc_gmac_set_mac_duplex ---->1000Mpbs 955x_GMAC: qca955x_soc_gmac_set_link Done 955x_GMAC: done cfg2 0x7235 ifctl 0x0 miictrl Disable TX Flow control.. Setting Drop CRC Errors, Pause Frames and Length Error frames qca955x_gmac_hw_setup: Enable Jumbo Frame 4096 size 955x_GMAC: qca955x_soc_gmac_set_mac_duplex ---->1000Mpbs 955x_GMAC: qca955x_soc_gmac_set_link Done ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready br0: port 2(eth0) entering forwarding state br0: port 2(eth0) entering forwarding state CE_per_engine_handler_adjust, base=868fe400 offset=57400 CE_per_engine_handler_adjust, base=868fe400 offset=57800 __ol_ath_attach: ath_attach TODO __ol_ath_attach: dev name wifi1 ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) OL_ACBKMinfree : 0 OL_ACBEMinfree : 0 OL_ACVIMinfree : 0 OL_ACVOMinfree : 0 ol_ath_attach() BMI inited. ol_ath_attach() BMI Get Target Info. ol_ath_attach() TARGET TYPE: 7 Vers 0x4100016c NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 ol_ath_attach() configure Target . qc98xx_verify_checksum: flash checksum passed: 0xdd80 ol_transfer_bin_file 1915: Download Flash data len 2116 ol_transfer_bin_file 1856: Download Firmware data len 227772 ol_ath_attach() Download FW. ol_ath_attach() HT Create . ol_ath_attach() HIF Claim. ol_ath_attach() BMI Done. ol_ath_attach() WMI attached. wmi_handle 86640000 +HWT SOC_RESET_CONTROL_ADDRESS : 800 CPU_INTR_ADDRESS = [0] SOC_GLOBAL_RESET_ADDRESS = [0] Rx_Filter : [0] CE_per_engine_handler_adjust, base=868fe400 offset=57400 CE_per_engine_handler_adjust, base=868fe400 offset=57800 CE_per_engine_handler_adjust, base=868fe400 offset=57c00 CE_per_engine_handler_adjust, base=868fe400 offset=58000 CE_per_engine_handler_adjust, base=868fe400 offset=58400 CE_per_engine_handler_adjust, base=868fe400 offset=58800 CE_recv_buf_enqueue 653 Populate last entry 512 for CE 5 CE_recv_buf_enqueue 662 CE 5 wi 511 dest_ptr 0x6014820 nbytes 0 recv_ctxt 0x8600c240 -HWT HTC Service:0x0300 ep:1 TX flow control disabled CE_pkt_dl_len_set CE 4 Pkt download length 64 ol_txrx_pdev_attach: 1424 tx desc's allocated ; range starts from 85c50000 HTC Service:0x0100 ep:2 TX flow control disabled wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event num_rf_chain : 00000002 ht_cap_info: : 0000085b vht_cap_info : 338001b2 vht_supp_mcs : 0000fffa LARGE_AP enabled. num_peers 144, num_vdevs 16, num_tids 256 idx 0 req 1 num_units 0 num_unit_info 2 unit size 444 actual units 145 chunk 0 len 64380 requested ,ptr 0x5c60000 FIRMWARE:P 145 V 16 T 443 FIRMWARE:_wlan_rtt_enable wmi_ready_event_rx: WMI UNIFIED READY event ol_ath_connect_htc() WMI is ready ol_ath_set_host_app_area TODO target uses HTT version 2.1; host uses 2.1 ol_ath_attach() connect HTC. bypasswmi : 0 ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 Add VHT80 channel: 5210 Add VHT80 channel: 5290 Add VHT80 channel: 5530 Add VHT80 channel: 5610 Add VHT80 channel: 5690 Add VHT80 channel: 5775 Skipping VHT80 channel 5825 ol_ath_phyerr_attach: called OL Resmgr Init-ed Green-AP : Green-AP : Attached Green-AP : Attached ol_if_dfs_setup: called ol_if_dfs_attach: called; ptr=85c45974, radar_info=868fdbe0 ol_ath_rtt_meas_report_attach: called ol_ath_attach() UMAC attach . ol_if_dfs_configure: called ol_if_dfs_configure: FCC domain ol_if_dfs_disable: called ol_ath_attach: Calling ol_if_dfs_configure __ol_ath_attach: init tx/rx TODO __ol_ath_attach: hard_header_len reservation 58 Initializing Pktlogs for 11ac ath_attach_dfs[12568] dfsdomain 1 wlan_vap_create : enter. devhandle=0x868b0360, opmode=IEEE80211_M_HOSTAP, flags=0x1 wlan_vap_create : exit. devhandle=0x868b0360, opmode=IEEE80211_M_HOSTAP, flags=0x1. VAP device ath0 created osifp: (86f7cb60) os_if: (85d30000) DES SSID SET=elecom2g01-37d07c Setting Max Stations:25 wds10 no private ioctls. [wifi1] FWLOG: [21515] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x460, 0x460, 0x0 ) [wifi1] FWLOG: [21515] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x460, 0x460, 0x0 ) [wifi1] FWLOG: [21515] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x460, 0x460, 0x0 ) [wifi1] FWLOG: [21515] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x460, 0x460, 0x0 ) [wifi1] FWLOG: [21520] WHAL_ERROR_RECV_STOPPCU ( 0x110298a, 0x3 ) [wifi1] FWLOG: [21520] WHAL_ERROR_RESET_PM ( ) wds10 no private ioctls. CMD[led_ctl 2g off] ******************** Initialize Radio_(5G) setting ... rd[1]==1 OK Configuring 5G radio setting ... Configuring QCA WiFi device[1] ...Wlan is in AP Mode wifiname=wifi1 , macaddr=BC:5C:4C:xx:xx:7D FCMD[ifconfig wifi1 hw ether BC:5C:4C:xx:xx:7D] FCMD[iwpriv wifi1 setCountryID 4015] FCMD[wlanconfig ath5 create wlandev wifi1 wlanmode ap ] FCMD[iwpriv wifi1 rxchainmask 7] FCMD[iwpriv wifi1 txchainmask 7] QCA Radio[2],Wireless Mode:[11NAHT40PLUS] FCMD[iwpriv ath5 mode 11NAHT40PLUS] FCMD[iwpriv ath5 pureg 0] FCMD[iwpriv ath5 puren 0] FCMD[iwpriv ath5 disablecoext 1] FCMD[iwpriv wifi1 enable_ol_stats 1] FCMD[iwpriv ath5 dbgLVL 1073741824] FCMD[iwconfig ath5 essid elecom5g01-37d07d] FCMD[iwconfig ath5 channel 36] FCMD[iwpriv ath5 maxsta 25] FCMD[iwpriv ath5 bintval 100] FCMD[iwpriv ath5 inact 60] FCMD[iwpriv ath5 dtim_period 1] FCMD[iwpriv ath5 shpreamble 1] FCMD[iwconfig ath5 rts 2347] FCMD[iwpriv ath5 extprotmode 2] FCMD[iwpriv ath5 countryie 1] FCMD[iwpriv ath5 hide_ssid 0] FCMD[iwpriv ath5 mcastenhance 2] FCMD[iwpriv wds14 mcastenhance 2] FCMD[iwpriv ath5 shortgi 1] FCMD[iwpriv wifi1 AMPDU 1] FCMD[iwpriv wifi1 AMPDUFrames 32] FCMD[iwpriv wifi1 AMPDULim 50000] FCMD[iwpriv ath5 macradius 0] Radio1 off FCMD[route add -net 239.0.0.0 netmask 255.0.0.0 br0] No WPA/WPA2 AUTH No need to call hostapd FCMD[iwpriv ath5 ap_bridge 1] FCMD[ifconfig wifi1 txqueuelen 10000] FCMD[ifconfig ath5 txqueuelen 10000] FCMD[ifconfig eth0 txqueuelen 10000] FCMD[ifconfig eth1 txqueuelen 10000] FCMD[sleep 1] FCMD[iwpriv ath5 mcast_rate 117000] FCMD[iwpriv wds14 mcast_rate 117000] FCMD[iwpriv ath5 wmm 1] FCMD[iwpriv ath5 uapsd 1] FCMD[iwpriv ath5 aifs 0 0 3] FCMD[iwpriv ath5 aifs 1 0 7] FCMD[iwpriv ath5 aifs 2 0 1] FCMD[iwpriv ath5 aifs 3 0 1] FCMD[iwpriv ath5 cwmin 0 0 4] FCMD[iwpriv ath5 cwmin 1 0 4] FCMD[iwpriv ath5 cwmin 2 0 3] FCMD[iwpriv ath5 cwmin 3 0 2] FCMD[iwpriv ath5 cwmax 0 0 6] FCMD[iwpriv ath5 cwmax 1 0 10] FCMD[iwpriv ath5 cwmax 2 0 4] FCMD[iwpriv ath5 cwmax 3 0 3] FCMD[iwpriv ath5 txoplimit 0 0 0] FCMD[iwpriv ath5 txoplimit 1 0 0] FCMD[iwpriv ath5 txoplimit 2 0 3008] FCMD[iwpriv ath5 txoplimit 3 0 1504] FCMD[iwpriv ath5 noackpolicy 0 0 0] FCMD[iwpriv ath5 noackpolicy 1 0 0] FCMD[iwpriv ath5 noackpolicy 2 0 0] FCMD[iwpriv ath5 noackpolicy 3 0 0] FCMD[iwpriv ath5 aifs 0 1 3] FCMD[iwpriv ath5 aifs 1 1 7] FCMD[iwpriv ath5 aifs 2 1 2] FCMD[iwpriv ath5 aifs 3 1 2] FCMD[iwpriv ath5 cwmin 0 1 4] FCMD[iwpriv ath5 cwmin 1 1 4] FCMD[iwpriv ath5 cwmin 2 1 3] FCMD[iwpriv ath5 cwmin 3 1 2] FCMD[iwpriv ath5 cwmax 0 1 10] FCMD[iwpriv ath5 cwmax 1 1 10] FCMD[iwpriv ath5 cwmax 2 1 4] FCMD[iwpriv ath5 cwmax 3 1 3] FCMD[iwpriv ath5 txoplimit 0 1 0] FCMD[iwpriv ath5 txoplimit 1 1 0] FCMD[iwpriv ath5 txoplimit 2 1 3008] FCMD[iwpriv ath5 txoplimit 3 1 1504] FCMD[iwpriv ath5 acm 0 1 0] FCMD[iwpriv ath5 acm 1 1 0] FCMD[iwpriv ath5 acm 2 1 0] FCMD[iwpriv ath5 acm 3 1 0] CMD[sh /var/sd/qca_wlan1.sh] isCountryCodeValid: EEPROM regdomain 0x0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 Add VHT80 channel: 5210 Add VHT80 channel: 5290 Add VHT80 channel: 5530 Add VHT80 channel: 5610 Skipping VHT80 channel 5660 Skipping VHT80 channel 5680 Skipping VHT80 channel 5700 ath_ioctl: SIOC80211IFCREATE CALLED wmi_unified_vdev_create_send: ID = 0 VAP Addr = bc:5c:4c:xx:xx:7d: Setting dscp for vap id: 0 VAP device ath5 created osifp: (86f7a360) os_if: (86ac0000) vap-0(ath5):set SIOC80211NWID, 17 characters DES SSID SET=elecom5g01-37d07d DCS: ol_ath_disable_dcsim dcs state 0 Setting Max Stations:25 ol_ath_desc_alloc_and_mark_for_mcast_clone: VAP Mcast to Unicast buffer allocated: 400 ol_ath_vap_set_param: VAP param is now supported param:66 value:2 wds14 no private ioctls. Interface doesn't accept private ioctl... AMPDU (8BE0): Operation not permitted Interface doesn't accept private ioctl... AMPDUFrames (8BE0): Operation not permitted Interface doesn't accept private ioctl... AMPDULim (8BE0): Operation not permitted route: SIOCADDRT: File exists ol_ath_vap_set_param: VAP param is now supported param:11 value:150 wds14 no private ioctls. vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 0 bss 0 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 1 bss 0 val 7 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 2 bss 0 val 1 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 3 bss 0 val 1 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 0 bss 0 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 1 bss 0 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 2 bss 0 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 3 bss 0 val 2 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 0 bss 0 val 6 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 1 bss 0 val 10 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 2 bss 0 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 3 bss 0 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 0 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 1 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 2 bss 0 val 3008 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 3 bss 0 val 1504 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 6 ac 0 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 6 ac 1 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 6 ac 2 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 6 ac 3 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 0 bss 1 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 1 bss 1 val 7 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 2 bss 1 val 2 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 3 bss 1 val 2 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 0 bss 1 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 1 bss 1 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 2 bss 1 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 3 bss 1 val 2 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 0 bss 1 val 10 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 1 bss 1 val 10 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 2 bss 1 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 3 bss 1 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 0 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 1 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 2 bss 1 val 3008 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 3 bss 1 val 1504 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 5 ac 0 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 5 ac 1 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 5 ac 2 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 5 ac 3 bss 1 val 0 CMD[iwpriv wifi1 set_led 0] port_id:[4],mode:[1] port_id:[1],mode:[1] Ebtables v2.0 registered __create_share_mem keyid 6888 shm_id 0 Err: read_to_buf failed to open file /proc/1371/status! Err: read_to_buf failed to open file /proc/1372/status! __create_share_mem keyid 6888 shm_id 0 __create_share_mem keyid 6888 shm_id 0 Start wps_led driver __create_share_mem keyid 6888 shm_id 0 Warning: dbox_destroy_share_memory p_dbox_cfg is NULL! Err: read_to_buf failed to open file /proc/1512/status! Stopping 24G radio .... CMD[brctl delif br0 ath0] __create_share_mem keyid 6888 shm_id 0 device ath0 is not a slave of br0 __create_share_mem keyid 6888 shm_id 0 Err: read_to_buf failed to open file /proc/1533/status! Err: read_to_buf failed to open file /proc/1534/status! Err: read_to_buf failed to open file /proc/1540/status! Err: read_to_buf failed to open file /proc/1541/status! CMD[ifconfig ath0 down] CMD[wlanconfig ath0 destroy] osif_ioctl_delete_vap: deleting vap: (85d30000), osif: (86f7cb60) _ieee80211_scan_unregister_event_handler: Failed to unregister evhandler=8648ec44 arg=86f7cb60 _ieee80211_scan_unregister_event_handler: Failed to unregister evhandler=8648ec44 arg=86f7cb60 _ieee80211_scan_unregister_event_handler: Failed to unregister evhandler=8648eaf4 arg=86f7cb60 wlan_vap_delete : enter. vaphandle=0x85d30000 wlan_vap_delete : exit. vaphandle=0x85d30000 OK ******************** Initialize Radio_(24G) setting ... OK Configuring QCA WiFi device[0] ...Wlan is in AP Mode wifiname=wifi0 , macaddr=BC:5C:4C:xx:xx:7C FCMD[ifconfig wifi0 hw ether BC:5C:4C:xx:xx:7C] FCMD[iwpriv wifi0 setCountryID 4015] FCMD[wlanconfig ath0 create wlandev wifi0 wlanmode ap ] FCMD[iwpriv wifi0 rxchainmask 7] FCMD[iwpriv wifi0 txchainmask 7] QCA Radio[1],Wireless Mode:[11NGHT40MINUS] FCMD[iwpriv ath0 mode 11NGHT40MINUS] FCMD[iwpriv ath0 pureg 0] FCMD[iwpriv ath0 puren 0] FCMD[iwpriv ath0 disablecoext 0] FCMD[iwconfig ath0 essid elecom2g01-37d07c] FCMD[iwconfig ath0 channel 11] FCMD[iwpriv ath0 maxsta 25] FCMD[iwpriv ath0 bintval 100] FCMD[iwpriv ath0 inact 60] FCMD[iwpriv ath0 dtim_period 1] FCMD[iwpriv ath0 shpreamble 1] FCMD[iwconfig ath0 rts 2347] FCMD[iwpriv ath0 protmode 2] FCMD[iwpriv ath0 extprotmode 2] FCMD[iwpriv ath0 countryie 1] FCMD[iwpriv ath0 hide_ssid 0] FCMD[iwpriv ath0 cwmenable 1] FCMD[iwpriv ath0 mcastenhance 2] FCMD[iwpriv wds10 mcastenhance 2] FCMD[iwpriv ath0 shortgi 1] FCMD[iwpriv wifi0 AMPDU 1] FCMD[iwpriv wifi0 AMPDUFrames 32] FCMD[iwpriv wifi0 AMPDULim 50000] FCMD[iwpriv ath0 macradius 0] FCMD[iwpriv wifi0 set_swapled 1] Radio0 off FCMD[route add -net 239.0.0.0 netmask 255.0.0.0 br0] No WPA/WPA2 AUTH No need to call hostapd FCMD[iwpriv ath0 ap_bridge 1] FCMD[ifconfig wifi0 txqueuelen 10000] FCMD[ifconfig ath0 txqueuelen 10000] FCMD[ifconfig eth0 txqueuelen 10000] FCMD[ifconfig eth1 txqueuelen 10000] FCMD[sleep 1] FCMD[iwpriv ath0 mcast_rate 54000] FCMD[iwpriv wds10 mcast_rate 54000] FCMD[iwpriv ath0 wmm 1] FCMD[iwpriv ath0 uapsd 1] FCMD[iwpriv ath0 aifs 0 0 3] FCMD[iwpriv ath0 aifs 1 0 7] FCMD[iwpriv ath0 aifs 2 0 1] FCMD[iwpriv ath0 aifs 3 0 1] FCMD[iwpriv ath0 cwmin 0 0 4] FCMD[iwpriv ath0 cwmin 1 0 4] FCMD[iwpriv ath0 cwmin 2 0 3] FCMD[iwpriv ath0 cwmin 3 0 2] FCMD[iwpriv ath0 cwmax 0 0 6] FCMD[iwpriv ath0 cwmax 1 0 10] FCMD[iwpriv ath0 cwmax 2 0 4] FCMD[iwpriv ath0 cwmax 3 0 3] FCMD[iwpriv ath0 txoplimit 0 0 0] FCMD[iwpriv ath0 txoplimit 1 0 0] FCMD[iwpriv ath0 txoplimit 2 0 3008] FCMD[iwpriv ath0 txoplimit 3 0 1504] FCMD[iwpriv ath0 noackpolicy 0 0 0] FCMD[iwpriv ath0 noackpolicy 1 0 0] FCMD[iwpriv ath0 noackpolicy 2 0 0] FCMD[iwpriv ath0 noackpolicy 3 0 0] FCMD[iwpriv ath0 aifs 0 1 3] FCMD[iwpriv ath0 aifs 1 1 7] FCMD[iwpriv ath0 aifs 2 1 2] FCMD[iwpriv ath0 aifs 3 1 2] FCMD[iwpriv ath0 cwmin 0 1 4] FCMD[iwpriv ath0 cwmin 1 1 4] FCMD[iwpriv ath0 cwmin 2 1 3] FCMD[iwpriv ath0 cwmin 3 1 2] FCMD[iwpriv ath0 cwmax 0 1 10] FCMD[iwpriv ath0 cwmax 1 1 10] FCMD[iwpriv ath0 cwmax 2 1 4] FCMD[iwpriv ath0 cwmax 3 1 3] FCMD[iwpriv ath0 txoplimit 0 1 0] FCMD[iwpriv ath0 txoplimit 1 1 0] FCMD[iwpriv ath0 txoplimit 2 1 3008] FCMD[iwpriv ath0 txoplimit 3 1 1504] FCMD[iwpriv ath0 acm 0 1 0] FCMD[iwpriv ath0 acm 1 1 0] FCMD[iwpriv ath0 acm 2 1 0] FCMD[iwpriv ath0 acm 3 1 0] CMD[sh /var/sd/qca_wlan0.sh] wlan_vap_create : enter. devhandle=0x868b0360, opmode=IEEE80211_M_HOSTAP, flags=0x1 wlan_vap_create : exit. devhandle=0x868b0360, opmode=IEEE80211_M_HOSTAP, flags=0x1. VAP device ath0 created osifp: (86f73360) os_if: (85d78000) DES SSID SET=elecom2g01-37d07c Setting Max Stations:25 wds10 no private ioctls. wds10 no private ioctls. CMD[led_ctl 2g off] Stopping 5G radio .... CMD[brctl delif br0 ath5] device ath5 is not a slave of br0 CMD[iwpriv wifi1 enable_ol_stats 0] CMD[ifconfig ath5 down] CMD[wlanconfig ath5 destroy] osif_ioctl_delete_vap: deleting vap: (86ac0000), osif: (86f7a360) ol_scan_unregister_event_handler: Failed to unregister evhandler=8648ec44 arg=86f7a360 vap-0(ath5):osif_vap_stop : stopping AP vap vap-0(ath5):osif_vap_down : sending MLME Event wmi_unified_vdev_stop_send for vap 0 (86640000) STOPPED EVENT for vap 0 (86640000) vap-0(ath5):osif_vap_down : Keys Deleted ol_scan_unregister_event_handler: Failed to unregister evhandler=8648ec44 arg=86f7a360 ol_scan_unregister_event_handler: Failed to unregister evhandler=8648eaf4 arg=86f7a360 wlan_vap_delete : enter. vaphandle=0x86ac0000 wmi_unified_vdev_stop_send for vap 0 (86640000) STOPPED EVENT for vap 0 (86640000) ol_ath_vap_delete: wmi_unified_vdev_delete_send done ID = 0 VAP Addr = bc:5c:4c:xx:xx:7d: wlan_vap_delete : exit. vaphandle=0x86ac0000 OK ******************** Initialize Radio_(5G) setting ... OK Configuring 5G radio setting ... Configuring QCA WiFi device[1] ...Wlan is in AP Mode wifiname=wifi1 , macaddr=BC:5C:4C:xx:xx:7D FCMD[ifconfig wifi1 hw ether BC:5C:4C:xx:xx:7D] FCMD[iwpriv wifi1 setCountryID 4015] FCMD[wlanconfig ath5 create wlandev wifi1 wlanmode ap ] FCMD[iwpriv wifi1 rxchainmask 7] FCMD[iwpriv wifi1 txchainmask 7] QCA Radio[2],Wireless Mode:[11NAHT40PLUS] FCMD[iwpriv ath5 mode 11NAHT40PLUS] FCMD[iwpriv ath5 pureg 0] FCMD[iwpriv ath5 puren 0] FCMD[iwpriv ath5 disablecoext 1] FCMD[iwpriv wifi1 enable_ol_stats 1] FCMD[iwpriv ath5 dbgLVL 1073741824] FCMD[iwconfig ath5 essid elecom5g01-37d07d] FCMD[iwconfig ath5 channel 36] FCMD[iwpriv ath5 maxsta 25] FCMD[iwpriv ath5 bintval 100] FCMD[iwpriv ath5 inact 60] FCMD[iwpriv ath5 dtim_period 1] FCMD[iwpriv ath5 shpreamble 1] FCMD[iwconfig ath5 rts 2347] FCMD[iwpriv ath5 extprotmode 2] FCMD[iwpriv ath5 countryie 1] FCMD[iwpriv ath5 hide_ssid 0] FCMD[iwpriv ath5 mcastenhance 2] FCMD[iwpriv wds14 mcastenhance 2] FCMD[iwpriv ath5 shortgi 1] FCMD[iwpriv wifi1 AMPDU 1] FCMD[iwpriv wifi1 AMPDUFrames 32] FCMD[iwpriv wifi1 AMPDULim 50000] FCMD[iwpriv ath5 macradius 0] Radio1 off FCMD[route add -net 239.0.0.0 netmask 255.0.0.0 br0] No WPA/WPA2 AUTH No need to call hostapd FCMD[iwpriv ath5 ap_bridge 1] FCMD[ifconfig wifi1 txqueuelen 10000] FCMD[ifconfig ath5 txqueuelen 10000] FCMD[ifconfig eth0 txqueuelen 10000] FCMD[ifconfig eth1 txqueuelen 10000] FCMD[sleep 1] FCMD[iwpriv ath5 mcast_rate 117000] FCMD[iwpriv wds14 mcast_rate 117000] FCMD[iwpriv ath5 wmm 1] FCMD[iwpriv ath5 uapsd 1] FCMD[iwpriv ath5 aifs 0 0 3] FCMD[iwpriv ath5 aifs 1 0 7] FCMD[iwpriv ath5 aifs 2 0 1] FCMD[iwpriv ath5 aifs 3 0 1] FCMD[iwpriv ath5 cwmin 0 0 4] FCMD[iwpriv ath5 cwmin 1 0 4] FCMD[iwpriv ath5 cwmin 2 0 3] FCMD[iwpriv ath5 cwmin 3 0 2] FCMD[iwpriv ath5 cwmax 0 0 6] FCMD[iwpriv ath5 cwmax 1 0 10] FCMD[iwpriv ath5 cwmax 2 0 4] FCMD[iwpriv ath5 cwmax 3 0 3] FCMD[iwpriv ath5 txoplimit 0 0 0] FCMD[iwpriv ath5 txoplimit 1 0 0] FCMD[iwpriv ath5 txoplimit 2 0 3008] FCMD[iwpriv ath5 txoplimit 3 0 1504] FCMD[iwpriv ath5 noackpolicy 0 0 0] FCMD[iwpriv ath5 noackpolicy 1 0 0] FCMD[iwpriv ath5 noackpolicy 2 0 0] FCMD[iwpriv ath5 noackpolicy 3 0 0] FCMD[iwpriv ath5 aifs 0 1 3] FCMD[iwpriv ath5 aifs 1 1 7] FCMD[iwpriv ath5 aifs 2 1 2] FCMD[iwpriv ath5 aifs 3 1 2] FCMD[iwpriv ath5 cwmin 0 1 4] FCMD[iwpriv ath5 cwmin 1 1 4] FCMD[iwpriv ath5 cwmin 2 1 3] FCMD[iwpriv ath5 cwmin 3 1 2] FCMD[iwpriv ath5 cwmax 0 1 10] FCMD[iwpriv ath5 cwmax 1 1 10] FCMD[iwpriv ath5 cwmax 2 1 4] FCMD[iwpriv ath5 cwmax 3 1 3] FCMD[iwpriv ath5 txoplimit 0 1 0] FCMD[iwpriv ath5 txoplimit 1 1 0] FCMD[iwpriv ath5 txoplimit 2 1 3008] FCMD[iwpriv ath5 txoplimit 3 1 1504] FCMD[iwpriv ath5 acm 0 1 0] FCMD[iwpriv ath5 acm 1 1 0] FCMD[iwpriv ath5 acm 2 1 0] FCMD[iwpriv ath5 acm 3 1 0] CMD[sh /var/sd/qca_wlan1.sh] isCountryCodeValid: EEPROM regdomain 0x0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 Add VHT80 channel: 5210 Add VHT80 channel: 5290 Add VHT80 channel: 5530 Add VHT80 channel: 5610 Skipping VHT80 channel 5660 Skipping VHT80 channel 5680 Skipping VHT80 channel 5700 ath_ioctl: SIOC80211IFCREATE CALLED wlan_vap_create : enter. devhandle=0x86bc0360, opmode=IEEE80211_M_HOSTAP, flags=0x1 wmi_unified_vdev_create_send: ID = 0 VAP Addr = bc:5c:4c:xx:xx:7d: Setting dscp for vap id: 0 wlan_vap_create : exit. devhandle=0x86bc0360, opmode=IEEE80211_M_HOSTAP, flags=0x1. VAP device ath5 created osifp: (86f70b60) os_if: (85e14000) vap-0(ath5):set SIOC80211NWID, 17 characters DES SSID SET=elecom5g01-37d07d DCS: ol_ath_disable_dcsim dcs state 0 Setting Max Stations:25 ol_ath_vap_set_param: VAP param is now supported param:66 value:2 wds14 no private ioctls. Interface doesn't accept private ioctl... AMPDU (8BE0): Operation not permitted Interface doesn't accept private ioctl... AMPDUFrames (8BE0): Operation not permitted Interface doesn't accept private ioctl... AMPDULim (8BE0): Operation not permitted route: SIOCADDRT: File exists br0: port 1(br_t.1) entering forwarding state ol_ath_vap_set_param: VAP param is now supported param:11 value:150 wds14 no private ioctls. vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 0 bss 0 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 1 bss 0 val 7 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 2 bss 0 val 1 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 3 bss 0 val 1 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 0 bss 0 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 1 bss 0 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 2 bss 0 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 3 bss 0 val 2 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 0 bss 0 val 6 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 1 bss 0 val 10 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 2 bss 0 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 3 bss 0 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 0 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 1 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 2 bss 0 val 3008 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 3 bss 0 val 1504 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 6 ac 0 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 6 ac 1 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 6 ac 2 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 6 ac 3 bss 0 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 0 bss 1 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 1 bss 1 val 7 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 2 bss 1 val 2 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 3 ac 3 bss 1 val 2 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 0 bss 1 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 1 bss 1 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 2 bss 1 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 1 ac 3 bss 1 val 2 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 0 bss 1 val 10 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 1 bss 1 val 10 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 2 bss 1 val 4 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 2 ac 3 bss 1 val 3 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 0 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 1 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 2 bss 1 val 3008 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 4 ac 3 bss 1 val 1504 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 5 ac 0 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 5 ac 1 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 5 ac 2 bss 1 val 0 vap-0(ath5):ieee80211_ioctl_setwmmparams: param 5 ac 3 bss 1 val 0 CMD[iwpriv wifi1 set_led 0] br0: port 2(eth0) entering forwarding state