From owner-svn-src-all@FreeBSD.ORG Sat Nov 12 23:17:01 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5048106564A; Sat, 12 Nov 2011 23:17:01 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A3F0B8FC13; Sat, 12 Nov 2011 23:17:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pACNH1ep065779; Sat, 12 Nov 2011 23:17:01 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pACNH1Yo065777; Sat, 12 Nov 2011 23:17:01 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201111122317.pACNH1Yo065777@svn.freebsd.org> From: Adrian Chadd Date: Sat, 12 Nov 2011 23:17:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r227477 - head/sbin/ifconfig X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2011 23:17:01 -0000 Author: adrian Date: Sat Nov 12 23:17:01 2011 New Revision: 227477 URL: http://svn.freebsd.org/changeset/base/227477 Log: Add documentation for the new quiet time IE options. Submitted by: Himali Patel Sponsored by: Sibridge Technologies Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8 ============================================================================== --- head/sbin/ifconfig/ifconfig.8 Sat Nov 12 20:45:10 2011 (r227476) +++ head/sbin/ifconfig/ifconfig.8 Sat Nov 12 23:17:01 2011 (r227477) @@ -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.