Go to file
dyoung 3e30600b49 Add flag -g, set fragmentation threshold. Also, query RSSI->dBm
conversion constant.

Remove flags

  -c Create IBSS: use ifconfig wi0 mediaopt adhoc, which turns on the
                  802.11-compliant behavior
  -e enable WEP: use ifconfig wi0 nwkey ...
  -f set channel: use ifconfig wi0 chan ch
  -k set WEP keys: use ifconfig wi0 nwkey ...
  -n set desired SSID to join in IBSS mode: use ifconfig wi0 nwid id
  -p set the desired port type: use ifconfig wi0 mediaopt ...
  -q set SSID to create: use ifconfig wi0 nwid ...
  -t set TX rate: ifconfig wi0 media ...
  -A set authentication type: ifconfig wi0 nwkey ...
  -S set maximum sleep interval: ifconfig wi0 powersavesleep ...
  -P enable power management: ifconfig wi0 powersave
  -T select WEP key for transmitted packets: ifconfig wi0 nwkey n:k1,k2,k3,k4
  -Z unimplemented

which duplicate ifconfig functions. This leaves flags

  -a access point density
  -o print out statistics counters
  -s set station name for Lucent WaveMANAGER software
  -M enable/disable "microwave oven robustness"
  -R enable/disable roaming function

which affect wi(4)-specific parameters, and flags

  -D scan once for access points
  -d maximum data length
  -m set MAC address
  -r set RTS/CTS threshold

which affect 802.11-standard parameters and activities (so may not
belong in wiconfig, in the long-term). The new flag, -g, also
affects an 802.11 parameter.
2002-11-16 22:39:57 +00:00
bin we can't do {} while (0) for TEST() macro since it has "break" which 2002-11-16 13:42:36 +00:00
crypto don't blindly trust rlen; from Heimdal 0.5.1 2002-10-21 19:39:51 +00:00
dist apply http://www.isc.org/products/BIND/patches/bind833.diff to fix recent 2002-11-14 02:04:27 +00:00
distrib (belatedly) add myself. 2002-11-15 02:29:44 +00:00
doc note vnd(4) LKM 2002-11-16 08:23:47 +00:00
etc Add maple devices to comment. 2002-11-16 04:53:55 +00:00
games fix duplicate limerick-o in CLEANFILES 2002-10-22 16:14:04 +00:00
gnu Define __ABICALLS__ if -mno-abicalls is not specified. 2002-11-10 18:01:50 +00:00
include Make fts_pathlen and fts_nitems unsigned. 2002-11-11 01:07:08 +00:00
lib Add an assembler version of strcmp, based on example code from the ARM 2002-11-16 18:27:40 +00:00
libexec die if strdup fails 2002-11-16 15:41:17 +00:00
regress Add a couple of regression tests for dlerror() handling. 2002-11-14 21:10:45 +00:00
rescue set SMALLPROG=0 (it was implicit) 2002-10-17 01:49:18 +00:00
sbin Cleanup and update usage(). 2002-11-16 17:22:36 +00:00
share Sort some arch lists, grammar and whitespace fixes. 2002-11-16 12:28:04 +00:00
sys Implment map_fd mach trap 2002-11-16 20:00:29 +00:00
tools PR/18733: Jed Davis: define _PATH_DEFTAPE; pax needs it. 2002-10-20 00:42:20 +00:00
usr.bin Fixed race condition that would cause make -j to pause for five 2002-11-16 22:22:23 +00:00
usr.sbin Add flag -g, set fragmentation threshold. Also, query RSSI->dBm 2002-11-16 22:39:57 +00:00
BUILDING regen for build.sh -k 2002-10-20 15:48:40 +00:00
Makefile MKDYNAMICROOT for a.out 2002-11-12 14:33:48 +00:00
Makefile.inc
UPDATING kernel update requires userland systrace recompile. 2002-10-11 21:55:48 +00:00
build.sh In the function usage(), 2002-11-05 01:53:58 +00:00