Interworking: Add support for QoS Mapping functionality for the STA
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 24 Jul 2013 10:17:56 +0000 (13:17 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 18 Oct 2013 11:13:45 +0000 (14:13 +0300)
commit56f5af489c3f69decd9cd9ab8459c6afb739d09e
tree2e48be4b167f4fafd4c0ced3eb756454e3698d00
parent850e1c25792e354083eb5f6fc62f263fda1b971d
Interworking: Add support for QoS Mapping functionality for the STA

Indicate support for QoS Mapping and configure driver to update the QoS
Map if QoS Map Set elements is received from the AP either in
(Re)Association Response or QoS Map Configure frame.

This commit adds support for receiving the frames with nl80211 drivers,
but the actual QoS Map configuration command is still missing.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/drivers/driver_nl80211.c
wpa_supplicant/driver_i.h
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c