Sync with wireless-testing.git include/linux/nl80211.h

This adds NL80211_ATTR_LOCAL_STATE_CHANGE.
This commit is contained in:
Jouni Malinen 2010-04-08 11:29:54 +03:00
parent 39eb4d0877
commit 27cf8871ad

View 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,