Request for 802.11ax Command References

Hi all,

As part of my research, I am currently exploring 802.11ax-specific commands and features. In particular, I am looking for commands related to aspects such as Resource Unit (RU) allocation and other 802.11ax operations.

If anyone can point me to relevant commands, tools, or documentation, it would be very helpful for my work. I would greatly appreciate any guidance or references.

Thank you in advance.

Search for AX https://git.w1.fi/cgit/hostap/tree/hostapd/hostapd.conf

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button (red circle; this works best in the 'Markdown' composer view in the blue oval):

Screenshot 2025-10-20 at 8.14.14 PM

Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:

ubus call system board
1 Like
type or paste code here
{
	"kernel": "5.15.150",
	"hostname": "OpenWrt",
	"system": "MediaTek MT7621 ver:1 eco:3",
	"model": "ASUS RT-AX53U",
	"board_name": "asus,rt-ax53u",
	"rootfs_type": "squashfs",
	"release": {
		"distribution": "OpenWrt",
		"version": "23.05.3",
		"revision": "r23809-234f1a2efa",
		"target": "ramips/mt7621",
		"description": "OpenWrt 23.05.3 r23809-234f1a2efa"
	}
}

this release is no longer supported, you should upgrade.

And after that examine generated /var/run/hostap*conf and also check hostapd_cli.

1 Like

is that possible to control and modify RU allocation

It is done by firmware. Note mu-aggregated packets work only against static clients. roughly in the mesh only.
Firmware handles it, at txop pushes out best it can.
From my `wthtool -S phy0-ap0

     tx_mu_successful_mpdu: 2
     tx_su_successful_mpdu: 212745
1 Like