|
@@ -4056,6 +4056,9 @@ enum nl80211_ap_sme_features {
|
|
|
* TSPEC sessions (TID aka TSID 0-7) with the %NL80211_CMD_ADD_TX_TS
|
|
|
* command. Standard IEEE 802.11 TSPEC setup is not yet supported, it
|
|
|
* needs to be able to handle Block-Ack agreements and other things.
|
|
|
+ * @NL80211_FEATURE_MAC_ON_CREATE: Device supports configuring
|
|
|
+ * the vif's MAC address upon creation.
|
|
|
+ * See 'macaddr' field in the vif_params (cfg80211.h).
|
|
|
*/
|
|
|
enum nl80211_feature_flags {
|
|
|
NL80211_FEATURE_SK_TX_STATUS = 1 << 0,
|
|
@@ -4085,6 +4088,7 @@ enum nl80211_feature_flags {
|
|
|
NL80211_FEATURE_STATIC_SMPS = 1 << 24,
|
|
|
NL80211_FEATURE_DYNAMIC_SMPS = 1 << 25,
|
|
|
NL80211_FEATURE_SUPPORTS_WMM_ADMISSION = 1 << 26,
|
|
|
+ NL80211_FEATURE_MAC_ON_CREATE = 1 << 27,
|
|
|
};
|
|
|
|
|
|
/**
|