nl80211: advertise maximum remain-on-channel duration
[deliverable/linux.git] / include / linux / nl80211.h
index b8fa25d741ba7cc27670d18453d90a7ad575f584..1cee56b3a79abf50c02a50a13d982805c7e34ac3 100644 (file)
@@ -773,6 +773,9 @@ enum nl80211_commands {
  *     cache, a wiphy attribute.
  *
  * @NL80211_ATTR_DURATION: Duration of an operation in milliseconds, u32.
+ * @NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION: Device attribute that
+ *     specifies the maximum duration that can be requested with the
+ *     remain-on-channel operation, in milliseconds, u32.
  *
  * @NL80211_ATTR_COOKIE: Generic 64-bit cookie to identify objects.
  *
@@ -1035,6 +1038,8 @@ enum nl80211_attrs {
 
        NL80211_ATTR_KEY_DEFAULT_TYPES,
 
+       NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION,
+
        /* add attributes here, update the policy in nl80211.c */
 
        __NL80211_ATTR_AFTER_LAST,
This page took 0.027852 seconds and 5 git commands to generate.