Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, userland part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-10-25 | broke parsing, oops, noted by jsg | Theo de Raadt | |
2004-10-24 | unify device selection | Theo de Raadt | |
2004-08-25 | add -E to usage(); from weissmanndude | Michael Shalayeff | |
2004-08-06 | build on hppa | Michael Shalayeff | |
2004-07-20 | Make ENXIO from SIOCGWAVELAN a fatal error so we don't get garbage | Todd C. Miller | |
when wicontrol is run on a non-existant interface. | |||
2004-07-15 | Keep trying if we get EINPROGRESS from SIOCGWAVELAN, up to 10 times. | Todd C. Miller | |
2004-07-15 | Make wi_getval() return int and check the rval when printing the AP list. | Todd C. Miller | |
Avoids bogus data leading to a core dump on cards that don't support it. | |||
2004-06-22 | Remove the CNF_ from WI_RID_CNF_ENH_SECURITY and WI_RID_CNF_DBM_ADJUST | Todd C. Miller | |
to match changes in wi(4). Also, don't exit wicontrol if SIOCGWAVELAN fails; just keep going and get the values we can. OK deraadt@ | |||
2004-05-29 | Changes from Andrey Matveev: | Todd C. Miller | |
o only include socket.h once o use errx() not err() where appropriate o close the socket we opened o bzero struct ifreq before use | |||
2004-04-09 | typos; ok jmc@. | Xavier Santolaria | |
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller | |
enhanced security mode whereby the SSID can be hidden from snoopers. Ok deraadt@ | |||
2004-01-29 | cats will have these | Theo de Raadt | |
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-02 | missing protos | Theo de Raadt | |
2003-06-23 | Enable wicontrol build on sparc. | Miod Vallat | |
2003-06-07 | print minor version as 02d; from Adam Montague via pr 3284; matches what ↵ | Michael Shalayeff | |
freebsd does as well | |||
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-02-17 | typos; | Jason McIntyre | |
2003-01-11 | typo | Christian Weisgerber | |
2002-12-19 | no you | Theo de Raadt | |
2002-12-12 | ansi | Theo de Raadt | |
2002-11-09 | second round to SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-09 | SEE ALSO reordering and corrections. | Federico G. Schwindt | |
2002-10-27 | Add an option to use software WEP now that we have a software decrypt | Todd 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-11 | Add a letoh16() since card ids in WI_CARD_IDS are not guaranteed | Todd C. Miller | |
to be little endian. | |||
2002-10-10 | Make wi_get_id() table driven, similar to NetBSD and FreeBSD but | Todd 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-25 | pretty | Theo de Raadt | |
2002-06-20 | wi_ssid_len is in little-endian as well, so convert it. fixes ssid | Federico G. Schwindt | |
printing on sparc64; millert@ ok. | |||
2002-06-20 | enable wicontrol on sparc64 as well; deraadt ok. | Federico G. Schwindt | |
2002-06-19 | Since we can no longer count on isprint() to tell us whether or not | Todd 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-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt | |
2002-06-06 | Tyop. IBBS->IBSS | Kjell Wooding | |
2002-06-02 | BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.com | Todd C. Miller | |
The common.h include file has been incorporated into if_wi_ieee.h similar to what is in FreeBSD. | |||
2002-05-30 | power management and microwave over robustness are booleans | Todd C. Miller | |
2002-05-30 | spaces | Theo de Raadt | |
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. |