Age | Commit message (Expand) | Author |
2004-08-25 | add -E to usage(); from weissmanndude | Michael Shalayeff |
2004-07-20 | Make ENXIO from SIOCGWAVELAN a fatal error so we don't get garbage | Todd C. Miller |
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 |
2004-06-22 | Remove the CNF_ from WI_RID_CNF_ENH_SECURITY and WI_RID_CNF_DBM_ADJUST | Todd C. Miller |
2004-05-29 | Changes from Andrey Matveev: | Todd C. Miller |
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller |
2003-07-29 | spaces | Theo de Raadt |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-07 | print minor version as 02d; from Adam Montague via pr 3284; matches what free... | Michael Shalayeff |
2002-12-12 | ansi | Theo de Raadt |
2002-10-27 | Add an option to use software WEP now that we have a software decrypt | Todd C. Miller |
2002-10-11 | Add a letoh16() since card ids in WI_CARD_IDS are not guaranteed | Todd C. Miller |
2002-10-10 | Make wi_get_id() table driven, similar to NetBSD and FreeBSD but | Todd C. Miller |
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 |
2002-06-19 | Since we can no longer count on isprint() to tell us whether or not | Todd C. Miller |
2002-06-02 | BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.com | Todd C. Miller |
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-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 |
2002-04-06 | Use new WI_NIC_* names for lucent cards instead of hard-coded hex values. | Todd C. Miller |
2002-04-02 | Prism2 firmware should be reported as version a.b.c not a.b variant c. | Todd C. Miller |
2002-04-01 | Also accept "adhoc" (or "ad-hoc"), "bss", and "hostap" instead of | Todd C. Miller |
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 |
2002-04-01 | yes, string could be up to 32; pt out by Cory Bosley (openbsd@bosleys.org) vi... | Michael Shalayeff |
2002-03-31 | extraneous new line in stations list | Michael Shalayeff |
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 |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-08-17 | Sony is Chip ID 2 (like in the Aibo) | Todd C. Miller |
2001-06-25 | Identify the Apple Airport card. | Dale Rahn |
2001-06-24 | prevent buffer overflow | Niels Provos |
2001-06-24 | fix multiple key handling in wicontrol. | Marco S Hyman |
2001-06-07 | o alphabetize getopt() options and wi_opt() | Todd C. Miller |
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 |
2000-10-13 | The -i flags was being ignored, this breaks backwards compatibility | Chris Cappuccio |
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-06-18 | strcpy() -> strlcpy() | Aaron Campbell |
2000-03-02 | Fix; don't print settings with other options present. Slightly modify | Hakan Olsson |
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 |