summaryrefslogtreecommitdiff
path: root/sbin/wicontrol
AgeCommit message (Collapse)Author
2002-12-19no youTheo de Raadt
2002-12-12ansiTheo de Raadt
2002-11-09second round to SEE ALSO fixes.Federico G. Schwindt
2002-11-09SEE ALSO reordering and corrections.Federico G. Schwindt
2002-10-27Add an option to use software WEP now that we have a software decryptTodd C. Miller
function. Can be useful for cards that only support 40-bit WEP or where the card firmware lacks weak IVs avoidance. Prism/Symbol only. In the future this will be expanded to support proposed WEP replacements. Based on code from Jamison Adcock.
2002-10-11Add a letoh16() since card ids in WI_CARD_IDS are not guaranteedTodd C. Miller
to be little endian.
2002-10-10Make wi_get_id() table driven, similar to NetBSD and FreeBSD butTodd C. Miller
make the table itself a #define so we can reuse it in wicontrol. Also add a bunch of chip IDs from NetBSD/FreeBSD. mickey@ OK
2002-07-25prettyTheo de Raadt
2002-06-20wi_ssid_len is in little-endian as well, so convert it. fixes ssidFederico G. Schwindt
printing on sparc64; millert@ ok.
2002-06-20enable wicontrol on sparc64 as well; deraadt ok.Federico G. Schwindt
2002-06-19Since we can no longer count on isprint() to tell us whether or notTodd C. Miller
a character is 7-bit ASCII, check the high bit by hand when deciding whether to print a WEP key as ASCII or hex.
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-06-06Tyop. IBBS->IBSSKjell Wooding
2002-06-02BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.comTodd C. Miller
The common.h include file has been incorporated into if_wi_ieee.h similar to what is in FreeBSD.
2002-05-30power management and microwave over robustness are booleansTodd C. Miller
2002-05-30spacesTheo de Raadt
2002-04-30print usage rightTheo de Raadt
2002-04-26Fix typo--2347 should be 2047; from FreeBSD (moses)Todd C. Miller
2002-04-26Mention that just because you can store a 104 bit WEP key on the cardTodd C. Miller
doesn't mean the card can actually do 104 bit WEP.
2002-04-21Speak English please.Todd C. Miller
2002-04-11o Document the difference between "open system" and "shared key" authTodd C. Miller
o IBSS is now port type 4 o Add an explanation of the various port types
2002-04-11Accept "ibss" for port type 4Todd C. Miller
2002-04-06o Add -D option to set antenna diversity on Symbol cardsTodd C. Miller
o Mention other symbol-specific things o Convert tables to real mdoc colummn lists.
2002-04-06Use new WI_NIC_* names for lucent cards instead of hard-coded hex values.Todd C. Miller
2002-04-02minor cleanupsTheo de Raadt
2002-04-02Fix -A flag values in summaryTodd C. Miller
2002-04-02Prism2 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-01Also accept "adhoc" (or "ad-hoc"), "bss", and "hostap" instead ofTodd C. Miller
numbers for -p option.
2002-04-01members of wi_counters are u_int32_t so print them with "%u" not "%d"Todd C. Miller
2002-04-01Fix max WEP key len. Max len for a 104 bit WEP key len is 26 hex digitsTodd C. Miller
(not counting the leading 0x) or 13 characters.
2002-04-01yes, string could be up to 32; pt out by Cory Bosley (openbsd@bosleys.org) ↵Michael Shalayeff
via pr#2508
2002-04-01ok, there are a few more US choices, Todd saysTheo de Raadt
2002-04-01indicate default channel nicer; millert okTheo de Raadt
2002-03-31extraneous new line in stations listMichael Shalayeff
2002-03-30There is no 6Mbps mode, it is 5.5MbpsTodd C. Miller
2002-03-30Remove some lies, mention hostap mode, add some more info.Todd C. Miller
2002-03-28list out the ap's stationsMichael Shalayeff
2002-03-28chip id copies here; just for niels, all for niels, all in the name of nielsMichael Shalayeff
2002-03-28WI_RID_AUTH_CNTL was renamed to WI_RID_CNFAUTHMODETodd C. Miller
2002-03-21Change '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-16Part 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-21Initial 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-13o) 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-01Changes to build platform specific files properly with the powerpc -> macppcDale 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-17Sony is Chip ID 2 (like in the Aibo)Todd C. Miller
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-07-02No, do NOT build them on everythingTheo de Raadt
2001-06-26Max (and default) RTS threshold is 2347 not 2047; biorn@chips.chalmers.seTodd C. Miller
2001-06-25Identify the Apple Airport card.Dale Rahn
ok, millert