From: Jouni Malinen Date: Thu, 8 Apr 2010 08:29:54 +0000 (+0300) Subject: Sync with wireless-testing.git include/linux/nl80211.h X-Git-Tag: hostap_0_7_2~88 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libeap.git;a=commitdiff_plain;h=27cf8871ad6b24eb7fad108f4d648d590df3eed9 Sync with wireless-testing.git include/linux/nl80211.h This adds NL80211_ATTR_LOCAL_STATE_CHANGE. --- diff --git a/src/drivers/nl80211_copy.h b/src/drivers/nl80211_copy.h index daf6a34..2ea3ede 100644 --- a/src/drivers/nl80211_copy.h +++ b/src/drivers/nl80211_copy.h @@ -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,