diff options
author | 2018-02-04 10:09:02 +0000 | |
---|---|---|
committer | 2018-02-04 10:09:02 +0000 | |
commit | 4b4b80d44e504f605d8f1f0ec83941c95d2db789 (patch) | |
tree | e25c2c3a4d4bb10d1044c965ba3431702a7698bb | |
parent | Add media types for 802.11 AC. (diff) | |
download | wireguard-openbsd-4b4b80d44e504f605d8f1f0ec83941c95d2db789.tar.xz wireguard-openbsd-4b4b80d44e504f605d8f1f0ec83941c95d2db789.zip |
Document 802.11ac media types and fix docs for the 11n ones while here.
suggested by and ok jmc@
-rw-r--r-- | share/man/man4/ifmedia.4 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/share/man/man4/ifmedia.4 b/share/man/man4/ifmedia.4 index 5477cae4f38..14010a71433 100644 --- a/share/man/man4/ifmedia.4 +++ b/share/man/man4/ifmedia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifmedia.4,v 1.23 2018/01/05 14:34:43 jmc Exp $ +.\" $OpenBSD: ifmedia.4,v 1.24 2018/02/04 10:09:02 stsp Exp $ .\" $NetBSD: ifmedia.4,v 1.14 2001/06/30 17:57:56 bjh21 Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 5 2018 $ +.Dd $Mdocdate: February 4 2018 $ .Dt IFMEDIA 4 .Os .Sh NAME @@ -217,7 +217,7 @@ Dual-attached station vs. Single-attached station. .Sh MEDIA TYPES AND OPTIONS FOR IEEE802.11 WIRELESS LAN The following media types are defined for IEEE802.11 Wireless LAN: .Pp -.Bl -tag -offset indent -width IFM_IEEE80211_HT_MSCx -compact +.Bl -tag -offset indent -width IFM_IEEE80211_VHT_MCSx -compact .It Dv IFM_IEEE80211_FH1 Frequency Hopping 1Mbps. [FH1] @@ -266,8 +266,12 @@ OFDM 54Mbps. .It Dv IFM_IEEE80211_OFDM72 OFDM 72Mbps. [OFDM72] -.It Dv IFM_IEEE80211_HT_MSCx +.It Dv IFM_IEEE80211_HT_MCSx HT OFDM MCS x (where x is in the range 0 - 31, inclusive). +[HT-MCSx] +.It Dv IFM_IEEE80211_VHT_MCSx +VHT OFDM MCS x (where x is in the range 0 - 9, inclusive). +[VHT-MCSx] .El .Pp The following media options are defined for IEEE802.11 Wireless LAN: @@ -292,7 +296,7 @@ Monitor mode. .Pp The following media modes are defined for IEEE802.11 Wireless LAN: .Pp -.Bl -tag -offset indent -width IFM_IEEE80211_11A -compact +.Bl -tag -offset indent -width IFM_IEEE80211_11AC -compact .It Dv IFM_IEEE80211_11A 5Ghz, OFDM mode. [11a] @@ -308,6 +312,9 @@ The following media modes are defined for IEEE802.11 Wireless LAN: .It Dv IFM_IEEE70211_11N 11n/HT 2GHz/5GHz [11n] +.It Dv IFM_IEEE70211_11AC +11ac/VHT 5GHz +[11ac] .El .Pp The channels detailed below are defined for IEEE802.11 Wireless LAN. |