diff options
author | adrian <adrian@FreeBSD.org> | 2011-11-12 23:17:01 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-11-12 23:17:01 +0000 |
commit | 71ad0691dd9cbadd41af4c84c22a21bb9622e566 (patch) | |
tree | aec3bb60364ffa8405b6e20f286716ba46fc6cdd /sbin/ifconfig | |
parent | 997bd612ae88a2b00261d2f66bafe88b4cfebdc7 (diff) | |
download | FreeBSD-src-71ad0691dd9cbadd41af4c84c22a21bb9622e566.zip FreeBSD-src-71ad0691dd9cbadd41af4c84c22a21bb9622e566.tar.gz |
Add documentation for the new quiet time IE options.
Submitted by: Himali Patel <himali.patel@sibridgetech.com>
Sponsored by: Sibridge Technologies
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 280baaa..41ac9f7 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1088,6 +1088,38 @@ The specifies the number of beacon intervals between DTIM and must be in the range 1 to 15. By default DTIM is 1 (i.e., DTIM occurs at each beacon). +.It Cm quiet +Enable the use of quiet IE. Hostap will use this to silent other +stations to reduce interference for radar detection when +operating on 5Ghz frequency and doth support is enabled. +Use +.Fl quiet +to disable this functionality. +.It Cm quiet_period Ar period +Set the QUIET +.Ar period +to the number of beacon intervals between the start of regularly +scheduled quiet intervals defined by Quiet element. +.It Cm quiet_count Ar count +Set the QUIET +.Ar count +to the number of TBTTs until the beacon interval during which the +next quiet interval shall start. A value of 1 indicates the quiet +interval will start during the beacon interval starting at the next +TBTT. A value 0 is reserved. +.It Cm quiet_offset Ar offset +Set the QUIET +.Ar offset +to the offset of the start of the quiet interval from the TBTT +specified by the Quiet count, expressed in TUs. +The value of the +.Ar offset +shall be less than one beacon interval. +.It Cm quiet_duration Ar dur +Set the QUIET +.Ar dur +to the duration of the Quiet interval, expressed in TUs. +The value should be less than beacon interval. .It Cm dturbo Enable the use of Atheros Dynamic Turbo mode when communicating with another Dynamic Turbo-capable station. |