WMM AC: Add basic ADDTS/DELTS sending functions
authorEliad Peller <eliad@wizery.com>
Wed, 22 Oct 2014 12:03:56 +0000 (08:03 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 19:03:56 +0000 (21:03 +0200)
commit674f6c073f6f7cd9e04e5f117710f03d5e09ad63
tree1d6d5e0aca44254b919178e493561f34157748f3
parent471cd6e10ca4ba784a1f9d058ce78dfc0f97e218
WMM AC: Add basic ADDTS/DELTS sending functions

Add basic implementation for ADDTS and DELTS sending
functions.

wpas_wmm_ac_addts() will send ADDTS request public action,
containing TSPEC (traffic stream specification) with
the given params.

wpas_wmm_ac_delts() will look for the saved tspec with
the given tid, and send DELTS public action for it.

(Handling of ADDTS response and actually configuring the admission
control params will be added in following patches.)

Signed-off-by: Moshe Benji <moshe.benji@intel.com>
Signed-off-by: Eliad Peller <eliad@wizery.com>
wpa_supplicant/wmm_ac.c
wpa_supplicant/wmm_ac.h
wpa_supplicant/wpa_supplicant_i.h