nl80211/cfg80211: add WIPHY_FLAG_AP_UAPSD flag
add WIPHY_FLAG_AP_UAPSD flag to indicate uapsd support on AP mode. Advertise it to userspace by including a new NL80211_ATTR_SUPPORT_AP_UAPSD attribute. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
4690c33df6
commit
cedb5412ba
@@ -1044,6 +1044,8 @@ enum nl80211_commands {
|
||||
*
|
||||
* @NL80211_ATTR_STA_WME: Nested attribute containing the wme configuration
|
||||
* of the station, see &enum nl80211_sta_wme_attr.
|
||||
* @NL80211_ATTR_SUPPORT_AP_UAPSD: the device supports uapsd when working
|
||||
* as AP.
|
||||
*
|
||||
* @NL80211_ATTR_ROAM_SUPPORT: Indicates whether the firmware is capable of
|
||||
* roaming to another AP in the same ESS if the signal lever is low.
|
||||
@@ -1259,6 +1261,7 @@ enum nl80211_attrs {
|
||||
NL80211_ATTR_IE_ASSOC_RESP,
|
||||
|
||||
NL80211_ATTR_STA_WME,
|
||||
NL80211_ATTR_SUPPORT_AP_UAPSD,
|
||||
|
||||
NL80211_ATTR_ROAM_SUPPORT,
|
||||
|
||||
|
Reference in New Issue
Block a user