Age | Commit message (Expand) | Author |
2004-06-22 | The Prism device driver's manual makes a distinction in naming of | Todd C. Miller |
2004-05-31 | When loading multicast filters, accept all multicast when we encounter | Ryan Thomas McBride |
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller |
2004-03-15 | Make software WEP work in BSS (station) mode. Based on patches from | Todd C. Miller |
2004-03-12 | Add a missing htole16() that broke software WEP on big endian machines. | Todd C. Miller |
2004-03-02 | Fix timing issues with newer Prism firmware and retry card reset up | Todd C. Miller |
2004-03-02 | Make HostAP work Prism cards with newer firmware (1.7.0 and higher). | Todd C. Miller |
2004-02-27 | Disable interrupts in wi_intr() before sending an ACK. Fixes a | Todd C. Miller |
2003-12-05 | consistently treat wi_keylen as le16, fixes wicontrol crash for if_wi | Dale Rahn |
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-07 | use crypto/arc4; test, debug, ok millert@; ok fgsch@ | Markus Friedl |
2003-09-06 | Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed. | Dale Rahn |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-07 | print minor version as 02d; from Adam Montague via pr 3284; matches what free... | Michael Shalayeff |
2003-04-26 | managment -> management; | Jason McIntyre |
2003-03-10 | Fix AP scan on prism and add a /* FALLTHROUGH */ comment to make | Todd C. Miller |
2003-02-13 | Plug mbuf leak when there is an IV mismatch during software decrypt. | Todd C. Miller |
2003-02-12 | replace crc32 code with BSD licensed code from openssh | Markus Friedl |
2003-01-23 | be consistant on the spl everywhere and use splimp(), this seems to prevent w... | Michael Shalayeff |
2003-01-21 | Stub out hostap bits #ifdef SMALL_KERNEL to free up space on the | Todd C. Miller |
2003-01-10 | Don't call wi_cor_reset() in wi_attach(); since sc_firmware_type is | Todd C. Miller |
2002-10-27 | Add an option to use software WEP now that we have a software decrypt | Todd C. Miller |
2002-10-27 | add a matching wi_do_hostdecrypt() | Markus Friedl |
2002-10-18 | Account for the aligned m_data when checking boundaries; from NetBSD. | Federico G. Schwindt |
2002-10-18 | media support; slightly modified from FreeBSD. | Federico G. Schwindt |
2002-10-11 | pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested by... | Markus Friedl |
2002-10-11 | Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don't | Todd C. Miller |
2002-10-11 | Sigh, we can't just put the htole16() in the WI_CARD_IDS macro | Todd C. Miller |
2002-10-10 | Make wi_get_id() table driven, similar to NetBSD and FreeBSD but | Todd C. Miller |
2002-10-04 | Limit the TX key to a valid range; imp@ | Todd C. Miller |
2002-08-30 | plug mbuf leak. | Federico G. Schwindt |
2002-08-30 | only do copyout() if wi_get_debug() returned 0. | Federico G. Schwindt |
2002-08-13 | change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD. | Todd C. Miller |
2002-08-08 | Fix IFF_PROMISC setting optimization. The point is to avoid the | Todd C. Miller |
2002-07-16 | remove prototypes that now live in if_wivar.h. | Federico G. Schwindt |
2002-07-10 | use ifp->if_sadl whether possible. | Federico G. Schwindt |
2002-06-24 | oops. don't initialize wi_flags and wi_hostap_info here; fixes sparc. | Federico G. Schwindt |
2002-06-22 | use 8-bits when accessing the wi_cor_offset; millert@ ok. | Federico G. Schwindt |
2002-06-21 | Clear wi_hostap_info.apflags in wi_attach() to guarantee wihap_shutdown() | Todd C. Miller |
2002-06-21 | Add some missing casts of sc->wi_txbuf -> caddr_t | Todd C. Miller |
2002-06-21 | Don't set WI_FLAGS_ATTACHED in sc->wi_flags until after mi attach | Todd C. Miller |
2002-06-21 | don't convert these to little-endian. now ifconfig shows the nwid on | Federico G. Schwindt |
2002-06-15 | Don't advertise hostap as an allowed media type for firmware < 0.80 | Todd C. Miller |
2002-06-14 | don't allow users to set the IBSS/HostAP SSID to the empty string | Todd C. Miller |
2002-06-12 | Previously, SIOCG80211NWID would return the "desired" netname if | Todd C. Miller |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-06-03 | o when checking the message type, mask with WI_RXSTAT_MSG_TYPE instead | Todd C. Miller |
2002-06-02 | BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.com | Todd C. Miller |
2002-05-31 | Allow IBSS creation on Symbol cards with station firmware >= 2.5 | Todd C. Miller |