Difference between revisions of "802.11e WMM"

From Teltonika Networks Wiki
Line 10: Line 10:
 
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:
 
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:
  
{| class="wikitable"
+
<table class="nd-othertables">
|+
+
    <tr>
! style="width: 110px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | USER PRIORITY
+
        <th style="width: 110px">USER PRIORITY</th>
! style="width: 150px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | ACCESS CATEGORY
+
      <th style="width: 150px">ACCESS CATEGORY</th>
! style="width: 150px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | DESCRIPTION
+
      <th style="width: 150px">DESCRIPTION</th>
|-
+
    </tr>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 7
+
    <tr>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | AC_VO
+
      <td>7</td>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Voice
+
      <td rowspan="2">AC_VO</td>
|-
+
      <td rowspan="2">Voice</td>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 6
+
    </tr>
|-
+
    <tr>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 5
+
      <td>6</td>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | AC_VI
+
    </tr>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Video
+
    <tr>
|-
+
      <td>5</td>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 4
+
      <td rowspan="2">AC_VI</td>
|-
+
      <td rowspan="2">Video</td>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 3
+
    </tr>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | AC_BE
+
    <tr>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Best Effort
+
    <td>4</td>
|-
+
    </tr>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 0
+
    <tr>
|-
+
    <td>3</td>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 2
+
      <td rowspan="2">AC_BE</td>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | AC_VO
+
      <td rowspan="2">Best Effort</td>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Background
+
    </tr>
|-
+
    <tr>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 1
+
    <td>0</td>
|-
+
    </tr>
|}
+
    <tr>
 +
    <td>2</td>
 +
      <td rowspan="2">AC_VO</td>
 +
      <td rowspan="2">Background</td>
 +
    </tr>
 +
    <tr>
 +
    <td>1</td>
 +
    </tr>
 +
</table>
  
 
==802.11e WMM in RUTxxx routers==
 
==802.11e WMM in RUTxxx routers==

Revision as of 15:22, 19 December 2018

Main Page > FAQ > Other Topics > 802.11e WMM

What 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.