From owner-svn-src-head@freebsd.org Thu Jun 4 13:06:49 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7EFC2F221A; Thu, 4 Jun 2020 13:06:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49d5dj5R8sz3TvC; Thu, 4 Jun 2020 13:06:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0E241FE2C; Thu, 4 Jun 2020 13:06:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 054D6nQF086147; Thu, 4 Jun 2020 13:06:49 GMT (envelope-from avg@FreeBSD.org) Received: (from avg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 054D6ni4086146; Thu, 4 Jun 2020 13:06:49 GMT (envelope-from avg@FreeBSD.org) Message-Id: <202006041306.054D6ni4086146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avg set sender to avg@FreeBSD.org using -f From: Andriy Gapon Date: Thu, 4 Jun 2020 13:06:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r361787 - head/sbin/ifconfig X-SVN-Group: head X-SVN-Commit-Author: avg X-SVN-Commit-Paths: head/sbin/ifconfig X-SVN-Commit-Revision: 361787 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2020 13:06:49 -0000 Author: avg Date: Thu Jun 4 13:06:49 2020 New Revision: 361787 URL: https://svnweb.freebsd.org/changeset/base/361787 Log: ifconfig.8: fix cpability and flag descriptions for list scan / sta Some capability descriptions under list scan actually described flags. Some capability descriptions were missing. Some flag descriptions under list sta actually described capabilites. Reviewed by: adrian MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D25014 Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8 ============================================================================== --- head/sbin/ifconfig/ifconfig.8 Thu Jun 4 13:03:13 2020 (r361786) +++ head/sbin/ifconfig/ifconfig.8 Thu Jun 4 13:06:49 2020 (r361787) @@ -28,7 +28,7 @@ .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 .\" $FreeBSD$ .\" -.Dd December 17, 2019 +.Dd June 4, 2020 .Dt IFCONFIG 8 .Os .Sh NAME @@ -1511,39 +1511,30 @@ Depending on the capabilities of the stations the foll flags can be included in the output: .Bl -tag -width 3n .It Li A -Authorized. -Indicates that the station is permitted to send/receive data frames. +Channel agility. +.It Li B +PBCC modulation. +.It Li C +Poll request capability. +.It Li D +DSSS/OFDM capability. .It Li E -Extended Rate Phy (ERP). -Indicates that the station is operating in an 802.11g network -using extended transmit rates. -.It Li H -High Throughput (HT). -Indicates that the station is using HT transmit rates. -If a `+' follows immediately after then the station associated -using deprecated mechanisms supported only when -.Cm htcompat -is enabled. +Extended Service Set (ESS). +.It Li I +Independent Basic Service Set (IBSS). .It Li P -Power Save. -Indicates that the station is operating in power save mode. -.It Li Q -Quality of Service (QoS). -Indicates that the station is using QoS encapsulation for -data frame. -QoS encapsulation is enabled only when WME mode is enabled. +Privacy capability. +The station requires authentication. +.It Li R +Robust Secure Network (RSN). .It Li S Short Preamble. Indicates that the station is doing short preamble to optionally improve throughput performance with 802.11g and 802.11b. -.It Li T -Transitional Security Network (TSN). -Indicates that the station associated using TSN; see also -.Cm tsn -below. -.It Li W -Wi-Fi Protected Setup (WPS). -Indicates that the station associated using WPS. +.It Li c +Pollable capability. +.It Li s +Short slot time capability. .El .Pp By default interesting information elements captured from the neighboring @@ -1585,8 +1576,7 @@ Capabilities advertised by the stations are described the .Cm scan request. -Depending on the capabilities of the stations the following -flags can be included in the output: +The following flags can be included in the output: .Bl -tag -width 3n .It Li A Authorized. @@ -1598,7 +1588,9 @@ using extended transmit rates. .It Li H High Throughput (HT). Indicates that the station is using HT transmit rates. -If a `+' follows immediately after then the station associated +If a +.Sq Li + +follows immediately after then the station associated using deprecated mechanisms supported only when .Cm htcompat is enabled. @@ -1611,9 +1603,10 @@ Indicates that the station is using QoS encapsulation data frame. QoS encapsulation is enabled only when WME mode is enabled. .It Li S -Short Preamble. -Indicates that the station is doing short preamble to optionally -improve throughput performance with 802.11g and 802.11b. +Short GI in HT 40MHz mode enabled. +If a +.Sq Li + +follows immediately after then short GI in HT 20MHz mode is enabled as well. .It Li T Transitional Security Network (TSN). Indicates that the station associated using TSN; see also @@ -1622,6 +1615,8 @@ below. .It Li W Wi-Fi Protected Setup (WPS). Indicates that the station associated using WPS. +.It Li s +Short GI in HT 20MHz mode enabled. .El .Pp By default information elements received from associated stations