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:
parent
86d4f806da
commit
721abef9b3
6 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue