summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/if_wi_ieee.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong IEEE 802.11 ioctl's:zhuk2014-08-241-3/+3
* add the net80211 hostap options "nwflag hidenwid" for hidden SSID modereyk2006-06-271-1/+4
* add some more net80211 compatibility glue:reyk2006-06-271-2/+8
* Correct typos in comments. From pedro la peu.jsg2005-12-131-3/+3
* Add a few more Prism USB Component IDs.jsg2005-11-191-2/+44
* unconflict (one day legacy) wavelan ioctl's from the vlan ioctl'sderaadt2005-10-121-8/+3
* Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELANmillert2004-06-221-9/+1
* The Prism device driver's manual makes a distinction in naming ofmillert2004-06-221-3/+3
* Starting with Prism firmware version 1.6.3, HostAP supports anmillert2004-03-181-1/+2
* Remove duplicate defines. BSD airtools uses WI_STYPE_CTL_CFENDCFACKmillert2004-03-051-25/+2
* Make HostAP work Prism cards with newer firmware (1.7.0 and higher).millert2004-03-021-1/+10
* Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,drahn2003-10-261-1/+7
* typos from Tom Cosgrove;jmc2003-10-211-5/+5
* defines and struct for the ieee80211 framework; deraadt@ ok.fgsch2003-08-241-1/+18
* Add an option to use software WEP now that we have a software decryptmillert2002-10-271-1/+16
* Make wi_keydat in struct wi_key 13 bytes, not 14. This is not amillert2002-10-221-2/+2
* Sigh, we can't just put the htole16() in the WI_CARD_IDS macromillert2002-10-111-33/+33
* Make wi_get_id() table driven, similar to NetBSD and FreeBSD butmillert2002-10-101-2/+199
* Limit the TX key to a valid range; imp@millert2002-10-041-2/+3
* no need for pragma here.fgsch2002-09-101-5/+1
* Add RID to get the DBM adjustment factor; imp@freebsd.orgmillert2002-06-251-1/+2
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
* BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.commillert2002-06-021-3/+371
* Correct the value for WI_RID_SYMBOL_PREAMBLE and addmillert2002-04-201-2/+4
* Add support for setting antenna diversity on Symbol cards.millert2002-04-061-1/+6
* Add support for Symbol cards and printing of the primary stationmillert2002-04-061-2/+12
* basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@pacbell.net>; millert@ okmickey2002-03-281-3/+15
* Kill #define duplicates between if_wireg.h and if_wi_ieee.hmillert2001-06-071-11/+11
* missed from last ci, all is from netbsd of coursemickey2001-06-071-33/+40
* Split wi(4) into bus-dependent and bus-independent bits similar tomillert2001-05-151-0/+310