ASUS RT-AX53U Firmware version 3.0.0.4.386.67508

This commit is contained in:
Asus Engineering Team 2022-05-27 15:29:39 +05:30
commit 3edde376ee
2677 changed files with 350698 additions and 0 deletions

BIN
bin/8021xd Executable file

Binary file not shown.

1
bin/ash Symbolic link
View File

@ -0,0 +1 @@
busybox

BIN
bin/ated Executable file

Binary file not shown.

BIN
bin/busybox Executable file

Binary file not shown.

1
bin/cat Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/chmod Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/chown Symbolic link
View File

@ -0,0 +1 @@
busybox

BIN
bin/comgt Executable file

Binary file not shown.

1
bin/cp Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/date Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/dd Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/df Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/dmesg Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/echo Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/egrep Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/fgrep Symbolic link
View File

@ -0,0 +1 @@
busybox

BIN
bin/flash Executable file

Binary file not shown.

1
bin/fsync Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/grep Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/gunzip Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/gzip Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/ionice Symbolic link
View File

@ -0,0 +1 @@
busybox

BIN
bin/iwconfig Executable file

Binary file not shown.

BIN
bin/iwlist Executable file

Binary file not shown.

BIN
bin/iwpriv Executable file

Binary file not shown.

1
bin/kill Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/ln Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/login Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/ls Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/mkdir Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/mknod Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/more Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/mount Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/mv Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/netstat Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/nice Symbolic link
View File

@ -0,0 +1 @@
busybox

BIN
bin/ntfs-3g Executable file

Binary file not shown.

BIN
bin/nvram Executable file

Binary file not shown.

1
bin/pidof Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/ping Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/ping6 Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/ps Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/pwd Symbolic link
View File

@ -0,0 +1 @@
busybox

36
bin/qdf_cv_lvl.sh Executable file
View File

@ -0,0 +1,36 @@
#!/bin/sh
## MODULE
# WME: 0xa
# WPA: 0xc
# dump radius pkt: 0xe
# 802.1x radius client: 0xf
# 802.1x state machine: 0x10
# 802.1x authenticator: 0x11
# state: 0x13
# auth: 0x16
# assoc: 0x17
# node: 0x18
# mlme: 0x1f
# DP: 0x45
# NSS: 0x58
## LEVEL
# 0: none, 1: fatal, 2: error, 3: warn, 4: info
# 5: info_h, 6: info_m, 7: info_l, 8: debug, 9: trace
# 10: all
## Command line Parameters
# $1: Module hex ID
# $2: Max. dbg lvl
# $3: Module name
function usage() {
echo "Usage: $0 VAP MODULE_ID MAX_DBG_LVL"
exit
}
[ -z "$1" -o -z "$2" -o -z "$3" ] && usage()
echo "VAP: $1, ID: $2, LVL: $3"
for l in `seq 0 $3` ; do
cfg80211tool $1 qdf_cv_lvl `printf "0x%x" $2``printf "%04x" ${l}`
done
cfg80211tool $1 g_qdf_cv_lvl

BIN
bin/regs Executable file

Binary file not shown.

1
bin/rm Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/rmdir Symbolic link
View File

@ -0,0 +1 @@
busybox

BIN
bin/rstats Executable file

Binary file not shown.

1
bin/rtinicapd Symbolic link
View File

@ -0,0 +1 @@
8021xd

1
bin/sed Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/sh Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/sleep Symbolic link
View File

@ -0,0 +1 @@
busybox

BIN
bin/switch Executable file

Binary file not shown.

1
bin/sync Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/tar Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/touch Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/true Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/umount Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/uname Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/usleep Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/vi Symbolic link
View File

@ -0,0 +1 @@
busybox

1
bin/watch Symbolic link
View File

@ -0,0 +1 @@
busybox

BIN
bin/wscd Executable file

Binary file not shown.

1
bin/zcat Symbolic link
View File

@ -0,0 +1 @@
busybox

1
etc Symbolic link
View File

@ -0,0 +1 @@
tmp/etc

28
etc_ro/xml/WFADeviceDesc.xml Executable file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-wifialliance-org:device:WFADevice:1</deviceType>
<friendlyName>ASUS Wireless Router</friendlyName>
<manufacturer>ASUSTeK Computer Inc.</manufacturer>
<manufacturerURL>http://www.asus.com</manufacturerURL>
<modelDescription>ASUS Wireless WPS Router</modelDescription>
<modelName>RT-N56U</modelName>
<modelNumber>RT-N56U</modelNumber>
<modelURL>http://www.asus.com</modelURL>
<serialNumber>00000000</serialNumber>
<UDN>uuid:Upnp-WSC-1_0-1234567890001</UDN>
<serviceList>
<service>
<serviceType>urn:schemas-wifialliance-org:service:WFAWLANConfig:1</serviceType>
<serviceId>urn:wifialliance-org:serviceId:WFAWLANConfig1</serviceId>
<SCPDURL>WFAWLANConfigSCPD.xml</SCPDURL>
<controlURL>control</controlURL>
<eventSubURL>event</eventSubURL>
</service>
</serviceList>
</device>
</root>

225
etc_ro/xml/WFAWLANConfigSCPD.xml Executable file
View File

@ -0,0 +1,225 @@
<?xml version="1.0" encoding="utf-8"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>DelAPSettings</name>
<argumentList>
<argument>
<name>NewAPSettings</name>
<direction>in</direction>
<relatedStateVariable>APSettings</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>DelSTASettings</name>
<argumentList>
<argument>
<name>NewSTASettings</name>
<direction>in</direction>
<relatedStateVariable>STASettings</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetAPSettings</name>
<argumentList>
<argument>
<name>NewMessage</name>
<direction>in</direction>
<relatedStateVariable>Message</relatedStateVariable>
</argument>
<argument>
<name>NewAPSettings</name>
<direction>out</direction>
<relatedStateVariable>APSettings</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetDeviceInfo</name>
<argumentList>
<argument>
<name>NewDeviceInfo</name>
<direction>out</direction>
<relatedStateVariable>DeviceInfo</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetSTASettings</name>
<argumentList>
<argument>
<name>NewMessage</name>
<direction>in</direction>
<relatedStateVariable>Message</relatedStateVariable>
</argument>
<argument>
<name>NewSTASettings</name>
<direction>out</direction>
<relatedStateVariable>STASettings</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>PutMessage</name>
<argumentList>
<argument>
<name>NewInMessage</name>
<direction>in</direction>
<relatedStateVariable>InMessage</relatedStateVariable>
</argument>
<argument>
<name>NewOutMessage</name>
<direction>out</direction>
<relatedStateVariable>OutMessage</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>PutWLANResponse</name>
<argumentList>
<argument>
<name>NewMessage</name>
<direction>in</direction>
<relatedStateVariable>Message</relatedStateVariable>
</argument>
<argument>
<name>NewWLANEventType</name>
<direction>in</direction>
<relatedStateVariable>WLANEventType</relatedStateVariable>
</argument>
<argument>
<name>NewWLANEventMAC</name>
<direction>in</direction>
<relatedStateVariable>WLANEventMAC</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>RebootAP</name>
<argumentList>
<argument>
<name>NewAPSettings</name>
<direction>in</direction>
<relatedStateVariable>APSettings</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>RebootSTA</name>
<argumentList>
<argument><name>NewSTASettings</name>
<direction>in</direction>
<relatedStateVariable>APSettings</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>ResetAP</name>
<argumentList>
<argument>
<name>NewMessage</name>
<direction>in</direction>
<relatedStateVariable>Message</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>ResetSTA</name>
<argumentList>
<argument>
<name>NewMessage</name>
<direction>in</direction>
<relatedStateVariable>Message</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetAPSettings</name>
<argumentList>
<argument>
<name>APSettings</name>
<direction>in</direction>
<relatedStateVariable>APSettings</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetSelectedRegistrar</name>
<argumentList>
<argument>
<name>NewMessage</name>
<direction>in</direction>
<relatedStateVariable>Message</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetSTASettings</name>
<argumentList>
<argument>
<name>NewSTASettings</name>
<direction>out</direction>
<relatedStateVariable>STASettings</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>WLANResponse</name>
<dataType>bin.base64</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Message</name>
<dataType>bin.base64</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>WLANEventType</name>
<dataType>ui1</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>WLANEventMAC</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>WLANEvent</name>
<dataType>bin.base64</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>DeviceInfo</name>
<dataType>bin.base64</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>STASettings</name>
<dataType>bin.base64</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>APSettings</name>
<dataType>bin.base64</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>APStatus</name>
<dataType>ui1</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>STAStatus</name>
<dataType>ui1</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>InMessage</name>
<dataType>bin.base64</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>OutMessage</name>
<dataType>bin.base64</dataType>
</stateVariable>
</serviceStateTable>
</scpd>

1
home Symbolic link
View File

@ -0,0 +1 @@
tmp/home

1
lib/firmware Symbolic link
View File

@ -0,0 +1 @@
/dev/null

1
lib/ld-musl-mipsel-sf.so.1 Symbolic link
View File

@ -0,0 +1 @@
libc.so

BIN
lib/libasuslog.so Executable file

Binary file not shown.

BIN
lib/libc.so Executable file

Binary file not shown.

1
lib/libc.so.0 Symbolic link
View File

@ -0,0 +1 @@
libc.so

1
lib/libcrypt.so.0 Symbolic link
View File

@ -0,0 +1 @@
libc.so

BIN
lib/libdisk.so Executable file

Binary file not shown.

BIN
lib/libgcc_s.so.1 Executable file

Binary file not shown.

BIN
lib/libiw.so.29 Executable file

Binary file not shown.

1
lib/libpthread.so.0 Symbolic link
View File

@ -0,0 +1 @@
libc.so

BIN
lib/libstdc++.so.6 Executable file

Binary file not shown.

BIN
lib/libws.so Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More