aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nl80211.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 37e7f39441e5..ae16ba9cb1e3 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -1697,6 +1697,10 @@ enum nl80211_commands {
1697 * If set during scheduled scan start then the new scan req will be 1697 * If set during scheduled scan start then the new scan req will be
1698 * owned by the netlink socket that created it and the scheduled scan will 1698 * owned by the netlink socket that created it and the scheduled scan will
1699 * be stopped when the socket is closed. 1699 * be stopped when the socket is closed.
1700 * If set during configuration of regulatory indoor operation then the
1701 * regulatory indoor configuration would be owned by the netlink socket
1702 * that configured the indoor setting, and the indoor operation would be
1703 * cleared when the socket is closed.
1700 * 1704 *
1701 * @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is 1705 * @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is
1702 * the TDLS link initiator. 1706 * the TDLS link initiator.
@@ -1752,6 +1756,9 @@ enum nl80211_commands {
1752 * 1756 *
1753 * @NL80211_ATTR_SCHED_SCAN_DELAY: delay before a scheduled scan (or a 1757 * @NL80211_ATTR_SCHED_SCAN_DELAY: delay before a scheduled scan (or a
1754 * WoWLAN net-detect scan) is started, u32 in seconds. 1758 * WoWLAN net-detect scan) is started, u32 in seconds.
1759
1760 * @NL80211_ATTR_REG_INDOOR: flag attribute, if set indicates that the device
1761 * is operating in an indoor environment.
1755 * 1762 *
1756 * @NUM_NL80211_ATTR: total number of nl80211_attrs available 1763 * @NUM_NL80211_ATTR: total number of nl80211_attrs available
1757 * @NL80211_ATTR_MAX: highest attribute number currently defined 1764 * @NL80211_ATTR_MAX: highest attribute number currently defined
@@ -2120,6 +2127,8 @@ enum nl80211_attrs {
2120 2127
2121 NL80211_ATTR_SCHED_SCAN_DELAY, 2128 NL80211_ATTR_SCHED_SCAN_DELAY,
2122 2129
2130 NL80211_ATTR_REG_INDOOR,
2131
2123 /* add attributes here, update the policy in nl80211.c */ 2132 /* add attributes here, update the policy in nl80211.c */
2124 2133
2125 __NL80211_ATTR_AFTER_LAST, 2134 __NL80211_ATTR_AFTER_LAST,