diff options
author | Sam Leffler <sam@FreeBSD.org> | 2005-07-06 15:39:11 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2005-07-06 15:39:11 +0000 |
commit | fa56f7457031460e716c2d99e2a63bd111ac1b22 (patch) | |
tree | 0b61d0ecbf5b30e1951c307b3f6b10e3255dafa9 /sbin/ifconfig/ifconfig.8 | |
parent | c4f040c3f35ba6946ba3c71367af4144536354a7 (diff) | |
download | src-fa56f7457031460e716c2d99e2a63bd111ac1b22.tar.gz src-fa56f7457031460e716c2d99e2a63bd111ac1b22.zip |
add pureg/-pureg parameter for controlling pureg ap mode support
Reviewed by: avatar
Approved by: re (scottl)
Notes
Notes:
svn path=/head/; revision=147795
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 9630f63a0aa2..e001cc88bc4c 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -28,7 +28,7 @@ .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 .\" $FreeBSD$ .\" -.Dd June 5, 2005 +.Dd July 5, 2005 .Dt IFCONFIG 8 .Os .Sh NAME @@ -706,6 +706,12 @@ and .Dq Li rtscts (RTS/CTS). Technique names are case insensitive. +.It Cm pureg +When operating as an access point in 802.11g mode allow only +11g-capable stations to associate (11b-only stations are not +permitted to associate). +To allow both 11g and 11b-only stations to associate, use +.Fl pureg . .It Cm roaming Ar mode When operating as a station, control how the system will behave when communication with the current access point |