|
@@ -1276,6 +1276,9 @@ enum nl80211_commands {
|
|
|
* @NL80211_ATTR_SAE_DATA: SAE elements in Authentication frames. This starts
|
|
|
* with the Authentication transaction sequence number field.
|
|
|
*
|
|
|
+ * @NL80211_ATTR_VHT_CAPABILITY: VHT Capability information element (from
|
|
|
+ * association request when used with NL80211_CMD_NEW_STATION)
|
|
|
+ *
|
|
|
* @NL80211_ATTR_MAX: highest attribute number currently defined
|
|
|
* @__NL80211_ATTR_AFTER_LAST: internal use
|
|
|
*/
|
|
@@ -1535,6 +1538,8 @@ enum nl80211_attrs {
|
|
|
|
|
|
NL80211_ATTR_SAE_DATA,
|
|
|
|
|
|
+ NL80211_ATTR_VHT_CAPABILITY,
|
|
|
+
|
|
|
/* add attributes here, update the policy in nl80211.c */
|
|
|
|
|
|
__NL80211_ATTR_AFTER_LAST,
|
|
@@ -1578,6 +1583,7 @@ enum nl80211_attrs {
|
|
|
#define NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY 16
|
|
|
#define NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY 24
|
|
|
#define NL80211_HT_CAPABILITY_LEN 26
|
|
|
+#define NL80211_VHT_CAPABILITY_LEN 12
|
|
|
|
|
|
#define NL80211_MAX_NR_CIPHER_SUITES 5
|
|
|
#define NL80211_MAX_NR_AKM_SUITES 2
|