Skip to content

Add wifi 802.11ax HE modes

Martin Matějek requested to merge feature/wifi-ax-he-modes into dev

Add constants for 802.11ax HE modes.

We will get available modes already pre-sorted from backend from oldest to newest.

For example: wifi6 capable card on 5GHz band

"available_htmodes": [
    "NOHT", <-- disabled
    "HT20",
    "HT40", <-- 802.11n (wifi 4)
    "VHT20",
    "VHT40",
    "VHT80",
    "VHT160", <-- 802.11ac (wifi 5)
    "HE20",
    "HE40",
    "HE80",
    "HE160" <-- 802.11ax (wifi 6)
]

Blocked by: turris/foris-controller/foris-controller!100 (closed)

Merge request reports