|
@@ -1727,6 +1727,8 @@ enum nl80211_commands {
|
|
|
* underlying device supports these minimal RRM features:
|
|
|
* %NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES,
|
|
|
* %NL80211_FEATURE_QUIET,
|
|
|
+ * Or, if global RRM is supported, see:
|
|
|
+ * %NL80211_EXT_FEATURE_RRM
|
|
|
* If this flag is used, driver must add the Power Capabilities IE to the
|
|
|
* association request. In addition, it must also set the RRM capability
|
|
|
* flag in the association request's Capability Info field.
|
|
@@ -4402,12 +4404,18 @@ enum nl80211_feature_flags {
|
|
|
/**
|
|
|
* enum nl80211_ext_feature_index - bit index of extended features.
|
|
|
* @NL80211_EXT_FEATURE_VHT_IBSS: This driver supports IBSS with VHT datarates.
|
|
|
+ * @NL80211_EXT_FEATURE_RRM: This driver supports RRM. When featured, user can
|
|
|
+ * can request to use RRM (see %NL80211_ATTR_USE_RRM) with
|
|
|
+ * %NL80211_CMD_ASSOCIATE and %NL80211_CMD_CONNECT requests, which will set
|
|
|
+ * the ASSOC_REQ_USE_RRM flag in the association request even if
|
|
|
+ * NL80211_FEATURE_QUIET is not advertized.
|
|
|
*
|
|
|
* @NUM_NL80211_EXT_FEATURES: number of extended features.
|
|
|
* @MAX_NL80211_EXT_FEATURES: highest extended feature index.
|
|
|
*/
|
|
|
enum nl80211_ext_feature_index {
|
|
|
NL80211_EXT_FEATURE_VHT_IBSS,
|
|
|
+ NL80211_EXT_FEATURE_RRM,
|
|
|
|
|
|
/* add new features before the definition below */
|
|
|
NUM_NL80211_EXT_FEATURES,
|