diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-01 20:43:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-01 20:43:09 +0000 |
commit | 1f66d416fde867e9d94a323c8dcc59cf7474dca5 (patch) | |
tree | d71b44e2601df47225c7c06243f0c93efad16908 /sbin/wicontrol/wicontrol.8 | |
parent | 246c86203a49af3f344ad123f32dc598d4a9a29e (diff) |
Also accept "adhoc" (or "ad-hoc"), "bss", and "hostap" instead of
numbers for -p option.
Diffstat (limited to 'sbin/wicontrol/wicontrol.8')
-rw-r--r-- | sbin/wicontrol/wicontrol.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8 index 0e90a4d5d59..ebd3440dd15 100644 --- a/sbin/wicontrol/wicontrol.8 +++ b/sbin/wicontrol/wicontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wicontrol.8,v 1.28 2002/04/01 07:00:34 deraadt Exp $ +.\" $OpenBSD: wicontrol.8,v 1.29 2002/04/01 20:43:08 millert Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved. @@ -199,6 +199,12 @@ for a specified interface. The legal values for .Ar port type are 1 (BSS mode), 3 (ad-hoc mode) and 6 (hostap mode). +The symbolic values +.Dq bss , +.Dq adhoc +and +.Dq hostap +may also be used instead of numeric values. In ad-hoc mode, the station can communicate directly with any other stations within direct radio range (provided that they are also operating in ad-hoc mode). |