From: Johannes Berg Date: Wed, 24 Jun 2009 11:01:00 +0000 (+0200) Subject: update nl80211.h X-Git-Tag: v0.9.15~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1782c8a0bb669594b7a8c949d8a94d5684bb09a4;p=thirdparty%2Fiw.git update nl80211.h --- diff --git a/nl80211.h b/nl80211.h index ec638b1..6a1d22d 100644 --- a/nl80211.h +++ b/nl80211.h @@ -536,6 +536,8 @@ enum nl80211_commands { * a local disconnect request. * @NL80211_ATTR_STATUS_CODE: StatusCode for the %NL80211_CMD_CONNECT * event (u16) + * @NL80211_ATTR_PRIVACY: Flag attribute, used with connect(), indicating + * that protected APs should be used. * * @NL80211_ATTR_MAX: highest attribute number currently defined * @__NL80211_ATTR_AFTER_LAST: internal use @@ -644,6 +646,7 @@ enum nl80211_attrs { NL80211_ATTR_STA_FLAGS2, NL80211_ATTR_CONTROL_PORT, + NL80211_ATTR_PRIVACY, NL80211_ATTR_DISCONNECTED_BY_AP, NL80211_ATTR_STATUS_CODE,