FreeBSD 802.11: | WiFi Main Page |

Wireless QoS

Introduction

FreeBSD's net80211 stack has support for the 802.11e Wireless Multi-Media Extensions, sometimes called WMM or WME.

It has support for 802.11e in hostap and station modes.

WME is enabled by default in hostap mode and is negotiated in station mode.

Examples

To view the current queue configuration, use ifconfig wlanX list wme. This will list the channel and BSS parameters for each of the WME queues.

An example of a WME station which is participating in WiFi/AggressiveMode operation:

# ifconfig wlan0 list wme
        AC_BE cwmin  3 cwmax 10 aifs  2 txopLimit  64
        AC_BK cwmin  4 cwmax 10 aifs  7 txopLimit   0
        AC_VI cwmin  3 cwmax  4 aifs  2 txopLimit  94
        AC_VO cwmin  2 cwmax  3 aifs  2 txopLimit  47

See Also

WiFi/QoS (last edited 2018-04-05T23:13:23+0000 by MateuszPiotrowski)