Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-30 | print usage right | Theo de Raadt | |
2002-04-26 | Fix typo--2347 should be 2047; from FreeBSD (moses) | Todd C. Miller | |
2002-04-26 | Mention that just because you can store a 104 bit WEP key on the card | Todd C. Miller | |
doesn't mean the card can actually do 104 bit WEP. | |||
2002-04-21 | Speak English please. | Todd C. Miller | |
2002-04-11 | o Document the difference between "open system" and "shared key" auth | Todd C. Miller | |
o IBSS is now port type 4 o Add an explanation of the various port types | |||
2002-04-11 | Accept "ibss" for port type 4 | Todd C. Miller | |
2002-04-06 | o Add -D option to set antenna diversity on Symbol cards | Todd C. Miller | |
o Mention other symbol-specific things o Convert tables to real mdoc colummn lists. | |||
2002-04-06 | Use new WI_NIC_* names for lucent cards instead of hard-coded hex values. | Todd C. Miller | |
2002-04-02 | minor cleanups | Theo de Raadt | |
2002-04-02 | Fix -A flag values in summary | Todd C. Miller | |
2002-04-02 | Prism2 firmware should be reported as version a.b.c not a.b variant c. | Todd C. Miller | |
Only Lucent uses the 'variant' form. Also, prism2 firmware 0.8.2 does WEP w/o requiring promisc mode (from NetBSD). OK mickey@ | |||
2002-04-01 | Also accept "adhoc" (or "ad-hoc"), "bss", and "hostap" instead of | Todd C. Miller | |
numbers for -p option. | |||
2002-04-01 | members of wi_counters are u_int32_t so print them with "%u" not "%d" | Todd C. Miller | |
2002-04-01 | Fix max WEP key len. Max len for a 104 bit WEP key len is 26 hex digits | Todd C. Miller | |
(not counting the leading 0x) or 13 characters. | |||
2002-04-01 | yes, string could be up to 32; pt out by Cory Bosley (openbsd@bosleys.org) ↵ | Michael Shalayeff | |
via pr#2508 | |||
2002-04-01 | ok, there are a few more US choices, Todd says | Theo de Raadt | |
2002-04-01 | indicate default channel nicer; millert ok | Theo de Raadt | |
2002-03-31 | extraneous new line in stations list | Michael Shalayeff | |
2002-03-30 | There is no 6Mbps mode, it is 5.5Mbps | Todd C. Miller | |
2002-03-30 | Remove some lies, mention hostap mode, add some more info. | Todd C. Miller | |
2002-03-28 | list out the ap's stations | Michael Shalayeff | |
2002-03-28 | chip id copies here; just for niels, all for niels, all in the name of niels | Michael Shalayeff | |
2002-03-28 | WI_RID_AUTH_CNTL was renamed to WI_RID_CNFAUTHMODE | Todd C. Miller | |
2002-03-21 | Change 'Airport' to 'Lucent (embedded)' to correspond to reality. | Todd C. Miller | |
Otherwise, the embedded Lucent wavelan is called 'Airport' on Toshiba and Sony laptops. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-09-01 | Changes to build platform specific files properly with the powerpc -> macppc | Dale Rahn | |
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes. | |||
2001-08-17 | Sony is Chip ID 2 (like in the Aibo) | Todd C. Miller | |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-07-02 | No, do NOT build them on everything | Theo de Raadt | |
2001-06-26 | Max (and default) RTS threshold is 2347 not 2047; biorn@chips.chalmers.se | Todd C. Miller | |
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 | |