Wifi rate control

FreeBSD has the beginnings of a rate control API that was primarily designed for pre-11n networks. It provides a simple API for rate control management and lookups.

Overview

The main API code is in sys/net80211/ieee80211_rate.[ch] . The three implemented modules so far:

Current API

TODO

Future work

Limitations

WiFi/RateControl (last edited 2016-03-16T04:57:15+0000 by AdrianChadd)