Changes

156 bytes removed ,  13:28, 10 June 2020
no edit summary
Line 1: Line 1:  +
__TOC__
 
==What is 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.  
+
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.  
 
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==
   −
802.11e traffic classes 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:
{| class="wikitable"
+
 
|+
+
<table class="nd-othertables">
! style="width: 250px; background: black; color: white;" | 802.11e Traffic Class
+
    <tr>
! style="width: 250px; background: black; color: white;" | Access Category
+
        <th style="width: 110px">USER PRIORITY</th>
! style="width: 250px; background: black; color: white;" | Description
+
      <th style="width: 150px">ACCESS CATEGORY</th>
|-
+
      <th style="width: 150px">DESCRIPTION</th>
! style="text-align: left; vertical-align: top;" | NC
+
    </tr>
| rowspan="2" style="text-align: left; vertical-align: top;" | AC_VO
+
    <tr>
| rowspan="2" style="text-align: left; vertical-align: top;" | Voice
+
      <td>7</td>
|-
+
      <td rowspan="2">AC_VO</td>
! style="text-align: left; vertical-align: top;" | VO (Platinum)
+
      <td rowspan="2">Voice</td>
|-
+
    </tr>
! style="text-align: left; vertical-align: top;" | VI (Gold)
+
    <tr>
| rowspan="2" style="text-align: left; vertical-align: top;" | AC_VI
+
      <td>6</td>
| rowspan="2" style="text-align: left; vertical-align: top;" | Video
+
    </tr>
|-
+
    <tr>
! style="text-align: left; vertical-align: top;" | CL
+
      <td>5</td>
|-
+
      <td rowspan="2">AC_VI</td>
! style="text-align: left; vertical-align: top;" | EE (Silver)
+
      <td rowspan="2">Video</td>
| rowspan="2" style="text-align: left; vertical-align: top;" | AC_BE
+
    </tr>
| rowspan="2" style="text-align: left; vertical-align: top;" | Best Effort
+
    <tr>
|-
+
    <td>4</td>
! style="text-align: left; vertical-align: top;" | BE
+
    </tr>
|-
+
    <tr>
! style="text-align: left; vertical-align: top;" | BK (Bronze)
+
    <td>3</td>
| style="text-align: left; vertical-align: top;" | AC_VO
+
      <td rowspan="2">AC_BE</td>
| style="text-align: left; vertical-align: top;" | Background
+
      <td rowspan="2">Best Effort</td>
|-
+
    </tr>
|}
+
    <tr>
 +
    <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==
   −
By default, WMM (802.11e) support is enabled in RUTxxx routers. You can disable this by executing the following commands via a [[Command line interfaces|Command line interface]]:
+
WMM (802.11e) support is enabled in RUTxxx routers by default. You can disable this by executing the following commands via a [[Command line interfaces|Command line interface]]:
    
  uci set wireless.@wifi-iface[0].wmm='0'
 
  uci set wireless.@wifi-iface[0].wmm='0'
Line 52: Line 65:     
'''NOTE''': WMM is required for 802.11n support.
 
'''NOTE''': WMM is required for 802.11n support.
 +
 +
[[Category:Other Topics]]