Sync with wireless-testing.git include/linux/nl80211.h
authorJouni Malinen <j@w1.fi>
Thu, 8 Apr 2010 08:29:54 +0000 (11:29 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 8 Apr 2010 08:29:54 +0000 (11:29 +0300)
This adds NL80211_ATTR_LOCAL_STATE_CHANGE.

src/drivers/nl80211_copy.h

index daf6a34..2ea3ede 100644 (file)
@@ -703,6 +703,12 @@ enum nl80211_commands {
  * @NL80211_ATTR_CQM: connection quality monitor configuration in a
  *     nested attribute with %NL80211_ATTR_CQM_* sub-attributes.
  *
+ * @NL80211_ATTR_LOCAL_STATE_CHANGE: Flag attribute to indicate that a command
+ *     is requesting a local authentication/association state change without
+ *     invoking actual management frame exchange. This can be used with
+ *     NL80211_CMD_AUTHENTICATE, NL80211_CMD_DEAUTHENTICATE,
+ *     NL80211_CMD_DISASSOCIATE.
+ *
  * @NL80211_ATTR_MAX: highest attribute number currently defined
  * @__NL80211_ATTR_AFTER_LAST: internal use
  */
@@ -856,6 +862,8 @@ enum nl80211_attrs {
 
        NL80211_ATTR_CQM,
 
+       NL80211_ATTR_LOCAL_STATE_CHANGE,
+
        /* add attributes here, update the policy in nl80211.c */
 
        __NL80211_ATTR_AFTER_LAST,