802.11e WMM: Difference between revisions
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
'''NOTE''': WMM is required for 802.11n support. | '''NOTE''': WMM is required for 802.11n support. | ||
[[Category:Other | [[Category:Other Topics]] |
Latest revision as of 12:28, 10 June 2020
Main Page > FAQ > Other Topics > 802.11e WMMWhat is 802.11e WMM?
802.11e wireless standard uses Enhanced Distribution Coordination Function (EDCF) to categorize traffic. It provides basic Quality of Service (QoS) functionality for Wireless networks.
The WiFi Multimedia (WMM) specification is a subset of 802.11e. It stipulates traffic with different fixed and random wait times in the four prioritization categories (voice, video, best effort, and background). This is done to ensure that applications, which are less tolerant of packet delays, have a higher priority of network access. The result of this being that devices that can't afford a higher wait time have a better chance to transmit than those that can.
802.11e user priorities and access categories
Pairs of user priority (UP) values are mapped in accordance with four defined access categories, which specify different treatments of frames over the air. These access categories and their corresponding UP relationships can be seen in the table below:
USER PRIORITY | ACCESS CATEGORY | DESCRIPTION |
---|---|---|
7 | AC_VO | Voice |
6 | ||
5 | AC_VI | Video |
4 | ||
3 | AC_BE | Best Effort |
0 | ||
2 | AC_VO | Background |
1 |
802.11e WMM in RUTxxx routers
WMM (802.11e) support is enabled in RUTxxx routers by default. You can disable this by executing the following commands via a Command line interface:
uci set wireless.@wifi-iface[0].wmm='0' uci commit wireless wifi
This set of commands sets the WMM option to 0 (disabled), commits the changes and restarts the wireless radio in order for the changes to take effect. If you wish to turn WMM support back ON, change the 0 to a 1 (enabled) at the end of the first line:
uci set wireless.@wifi-iface[0].wmm='1' uci commit wireless wifi
NOTE: WMM is required for 802.11n support.