mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-23 20:31:59 +00:00
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
--- a/nl80211.h
|
|
+++ b/nl80211.h
|
|
@@ -2639,6 +2639,9 @@ enum nl80211_commands {
|
|
* Mandatory parameter for the transmitting interface to enable MBSSID.
|
|
* Optional for the non-transmitting interfaces.
|
|
*
|
|
+ * @NL80211_ATTR_WIPHY_ANTENNA_GAIN: Configured antenna gain. Used to reduce
|
|
+ * transmit power to stay within regulatory limits. u32, dBi.
|
|
+ *
|
|
* @NUM_NL80211_ATTR: total number of nl80211_attrs available
|
|
* @NL80211_ATTR_MAX: highest attribute number currently defined
|
|
* @__NL80211_ATTR_AFTER_LAST: internal use
|
|
@@ -3145,6 +3148,20 @@ enum nl80211_attrs {
|
|
NL80211_ATTR_MBSSID_CONFIG,
|
|
NL80211_ATTR_MBSSID_ELEMS,
|
|
|
|
+ NL80211_ATTR_HE_MUEDCA_PARAMS,
|
|
+
|
|
+ NL80211_ATTR_MULTIPLE_BSSID_PARENT,
|
|
+ NL80211_ATTR_MULTIPLE_BSSID_INDEX,
|
|
+ NL80211_ATTR_MULTIPLE_BSSID_COUNT,
|
|
+ NL80211_ATTR_MULTIPLE_BSSID_IES,
|
|
+ NL80211_ATTR_MULTIPLE_BSSID_EMA,
|
|
+
|
|
+ NL80211_ATTR_RNR_OFFSETS,
|
|
+
|
|
+ NL80211_ATTR_BEACON_TX_MODE,
|
|
+
|
|
+ NL80211_ATTR_WIPHY_ANTENNA_GAIN,
|
|
+
|
|
/* add attributes here, update the policy in nl80211.c */
|
|
|
|
__NL80211_ATTR_AFTER_LAST,
|