[PATCH v2 00/13] Add station WMM AC support
Ilan Peer
ilan.peer
Wed Oct 22 05:03:51 PDT 2014
This patch set adds support for station WMM Admission Control.
Note: depends on a change in nl80211 that is pending merge.
Eliad Peller (5):
drivers: add wmm params to assoc data
nl80211: parse wmm params on association
WMM AC: Add basic ADDTS/DELTS sending functions
utils/common: add str_token function
tests: add wpas wmm-ac test
Johannes Berg (1):
WMM AC: notify driver before sending DelTS
Moshe Benji (7):
WMM AC: parse wmm IE on association
WMM AC: driver: add add_tx_ts and del_tx_ts driver ops
WMM AC: handle TSPEC action frames
ctrl_iface: add wmm_ac_addts and wmm_ac_delts commands
wpa_cli: WMM_AC_ADDTS and WMM_AC_DELTS commands
nl80211: implement add_ts/del_ts ops
WMM AC: add wmm ac status command
src/common/ieee802_11_defs.h | 7 +-
src/common/wpa_ctrl.h | 5 +
src/drivers/driver.h | 46 ++
src/drivers/driver_nl80211.c | 137 +++++-
src/utils/common.c | 62 +++
src/utils/common.h | 2 +
tests/hwsim/test_wpas_wmm_ac.py | 54 +++
tests/hwsim/wpasupplicant.py | 30 ++
wpa_supplicant/Android.mk | 1 +
wpa_supplicant/Makefile | 1 +
wpa_supplicant/ctrl_iface.c | 56 +++
wpa_supplicant/driver_i.h | 18 +
wpa_supplicant/events.c | 14 +-
wpa_supplicant/wmm_ac.c | 889 ++++++++++++++++++++++++++++++++++++++
wpa_supplicant/wmm_ac.h | 172 ++++++++
wpa_supplicant/wpa_cli.c | 32 ++
wpa_supplicant/wpa_supplicant.c | 2 +
wpa_supplicant/wpa_supplicant_i.h | 7 +
18 files changed, 1527 insertions(+), 8 deletions(-)
create mode 100644 tests/hwsim/test_wpas_wmm_ac.py
create mode 100644 wpa_supplicant/wmm_ac.c
create mode 100644 wpa_supplicant/wmm_ac.h
--
1.8.3.2
More information about the Hostap
mailing list