Allow advertising of U-APSD functionality in Beacon

hostapd does not implement UAPSD functionality. However, if U-APSD
functionality is implemented outside hostapd, add support to advertise
the functionality in beacon.

Signed-off-by: yogeshp@marvell.com
This commit is contained in:
Yogesh Ashok Powar 2010-04-11 11:32:15 +03:00 committed by Jouni Malinen
parent 86d4f806da
commit 721abef9b3
6 changed files with 12 additions and 0 deletions

View file

@ -142,6 +142,7 @@ struct wpa_auth_config {
int eapol_version;
int peerkey;
int wmm_enabled;
int wmm_uapsd;
int okc;
#ifdef CONFIG_IEEE80211W
enum mfp_options ieee80211w;