summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-12-05 13:57:34 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-12-05 13:57:33 -0800
commit1446ca0585d1969ad95b16be6af2370eeb124926 (patch)
treebd2007605bd5090b127f5ae97be504aa1d35620c /include/uapi/linux
parenta26a21e6855c135280fb69ad7fe08f4c3404b3eb (diff)
parent0dbd3a4c45026c1812a82345cdc9de593865ef50 (diff)
Merge "cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECT"
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nl80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 03c9d5aef5c7..749f6507dfa3 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -1833,6 +1833,8 @@ enum nl80211_commands {
* regulatory indoor configuration would be owned by the netlink socket
* that configured the indoor setting, and the indoor operation would be
* cleared when the socket is closed.
+ * If set during %NL80211_CMD_ASSOCIATE or %NL80211_CMD_CONNECT the
+ * station will deauthenticate when the socket is closed.
*
* @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is
* the TDLS link initiator.