index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
if_wi_ieee.h
Age
Commit message (
Expand
)
Author
2004-06-22
Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELAN
Todd C. Miller
2004-06-22
The Prism device driver's manual makes a distinction in naming of
Todd C. Miller
2004-03-18
Starting with Prism firmware version 1.6.3, HostAP supports an
Todd C. Miller
2004-03-05
Remove duplicate defines. BSD airtools uses WI_STYPE_CTL_CFENDCFACK
Todd C. Miller
2004-03-02
Make HostAP work Prism cards with newer firmware (1.7.0 and higher).
Todd C. Miller
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-08-24
defines and struct for the ieee80211 framework; deraadt@ ok.
Federico G. Schwindt
2002-10-27
Add an option to use software WEP now that we have a software decrypt
Todd C. Miller
2002-10-22
Make wi_keydat in struct wi_key 13 bytes, not 14. This is not a
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-09-10
no need for pragma here.
Federico G. Schwindt
2002-06-25
Add RID to get the DBM adjustment factor; imp@freebsd.org
Todd C. Miller
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-02
BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.com
Todd C. Miller
2002-04-20
Correct the value for WI_RID_SYMBOL_PREAMBLE and add
Todd C. Miller
2002-04-06
Add support for setting antenna diversity on Symbol cards.
Todd C. Miller
2002-04-06
Add support for Symbol cards and printing of the primary station
Todd C. Miller
2002-03-28
basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@p...
Michael Shalayeff
2001-06-07
Kill #define duplicates between if_wireg.h and if_wi_ieee.h
Todd C. Miller
2001-06-07
missed from last ci, all is from netbsd of course
Michael Shalayeff
2001-05-15
Split wi(4) into bus-dependent and bus-independent bits similar to
Todd C. Miller