Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | Identify the Apple Airport card. | Dale Rahn | |
ok, millert | |||
2001-06-24 | prevent buffer overflow | Niels Provos | |
2001-06-24 | fix multiple key handling in wicontrol. | Marco S Hyman | |
The entry for option 'k' in the wi_opt table MUST be the first entry for the code that processes the -v option to work | |||
2001-06-23 | this is not i386-only | Michael Shalayeff | |
2001-06-07 | Sync with the new options from NetBSD. Also fix gold card WEP description, | Todd C. Miller | |
it is 104-bit, not 128-bit. | |||
2001-06-07 | o alphabetize getopt() options and wi_opt() | Todd C. Miller | |
o print max data len, microwave oven robustness, roaming mode from NetBSD o endian fixes from NetBSD o print card and firmware info, adapted from wi_get_id() o Some minor KNF | |||
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller | |
an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h similar to NetBSD. PCI adaptors exist that are not true PCMCIA controllers so wi(4) @ PCI is possible (though the code is not working yet ;-). | |||
2000-11-09 | typo | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-13 | The -i flags was being ignored, this breaks backwards compatibility | Chris Cappuccio | |
ok deraadt@ | |||
2000-10-06 | typo | Niklas Hallqvist | |
2000-08-17 | make interface optional, and provide a good default | Theo de Raadt | |
2000-08-16 | Implement -a option, was documented but not present. | Todd C. Miller | |
2000-08-11 | Permit multiple -k <key> -v # arguments. Work by <binkertn@umich.edu> and me. | Hakan Olsson | |
2000-07-02 | From onoe@netbsd.org: | Hakan Olsson | |
Update the description of available channel for Japan. The regulations has been changed to adopt 802.11b since Oct. 99. For 11Mbps NICs sold in Japan, all DS channels (1..14) are available. | |||
2000-06-18 | strcpy() -> strlcpy() | Aaron Campbell | |
2000-05-18 | Prepare to recurse down those directories for all arches, to grab manpages. | Marc Espie | |
2000-05-16 | more Xr | Theo de Raadt | |
2000-04-16 | Typo: specfied -> specified | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-12 | Remove all arguments to the .Os macro so that all of 2.7's man pages will | Aaron Campbell | |
correctly say "OpenBSD 2.7". | |||
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-02 | Fix; don't print settings with other options present. Slightly modify | Hakan Olsson | |
the -o option handling. Modify manpage to match. (angelos@ ok) Angelos also spotted that usage() still said 'wiconfig', not 'wicontrol'. | |||
2000-02-26 | Handle the options better. angelos@ ok | Hakan Olsson | |
2000-02-24 | Do not exit() after just one option/command. (niklas@ ok) | Hakan Olsson | |
2000-02-03 | Correctly handle and print hexadecimal keys. | Angelos D. Keromytis | |
2000-02-03 | WEP support (ported from FreeBSD) | Angelos D. Keromytis | |
2000-01-02 | chagne wicontrol so that it is activated as: | Theo de Raadt | |
wicontrol interface [options] you can still use [-i interface] if you really feel like it | |||
1999-12-16 | non-working awi driver; someone finish it | Theo de Raadt | |
1999-11-05 | Remove bogus reference to the "ANY" network string. Only the empty | Angelos D. Keromytis | |
string is a wildcard. | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-07-11 | WaveLAN configuration utility | Niklas Hallqvist | |