summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-113-16/+16
* Update to reflect correct usage:sam2007-03-111-18/+16
* change ieee80211_fix_rate to take a rate set instead of usingsam2007-03-114-7/+8
* expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MACsam2007-03-112-33/+34
* improve debug msg for ie's that are too shortsam2007-03-111-1/+2
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-115-10/+11
* split check for rate set mismatch on assoc req away from checksam2007-03-111-10/+21
* disallow re-associate with a slot time mismatchsam2007-03-111-8/+27
* move __inline before type to appease gcc 4.xsam2007-03-111-5/+5
* white space diff reductionsam2007-03-111-1/+1
* add IEEE80211_KEY_UNDEFINED and use it instead of local defssam2007-03-113-7/+10
* discard deauth+disassoc frames that are not destined for us; thesesam2007-03-111-0/+10
* change ieee80211_mhz2ieee to use the PSB mapping when the frequencysam2007-03-111-2/+4
* When dispatching frames saved on the power save queue to asam2007-03-072-13/+38
* add ieee80211_opmode_name array for mapping the opmode to a stringsam2007-03-073-0/+12
* when starting up an ibss master use a random address forsam2007-03-071-2/+5
* correct inital bounds check on returning scan results; this does notsam2007-03-051-1/+1
* correct conversions between TU and ms/ticks; these are not usedsam2007-03-051-3/+3
* clear/reclaim challenge text when switching auth mode and operating as an apsam2007-02-041-0/+9
* add IEEE80211_IS_CHAN_PASSIVEsam2007-02-021-0/+2
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-153-49/+65
* reduce user-visible namespace to just what is neededsam2007-01-091-0/+2
* bandaid to unbreak build (user code includes this file)sam2007-01-091-0/+1
* Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq whensam2007-01-083-7/+31
* Correct several issues with rate set negotiation:sam2007-01-084-40/+46
* Fix compile error.mjacob2007-01-061-1/+1
* fix declaration / definition mismatch with ieee80211_chan2ieeekmacy2007-01-061-1/+1
* o unbreak rate set defaultingsam2006-12-281-5/+3
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-276-52/+121
* Fix packing on the country band descriptor. No real change since thisimp2006-12-011-1/+1
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tsam2006-12-012-4/+4
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowsam2006-12-012-4/+4
* Default the rate sets for 802.11 operating modes so drivers aren'tsam2006-11-261-0/+28
* add rate control debug msg bitsam2006-11-261-0/+1
* device-independent implementation of AMRR tx rate control algorithmsam2006-11-262-0/+228
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+6
* Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.ru2006-09-261-1/+2
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-172-13/+4
* More statistics fixups:sam2006-08-102-18/+76
* minor fixups:sam2006-08-102-8/+22
* add per-sta ucast/mcast statssam2006-08-101-0/+4
* add support for 802.11 packet injection via bpfsam2006-07-266-0/+171
* add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon misssam2006-07-262-0/+11
* o move min/max beacon interval and dtim period to public locationsam2006-07-262-7/+24
* correct ie length check; need to include fixed part of iesam2006-07-161-4/+4
* power save mode state changes should not require clocking the 802.11sam2006-07-161-0/+7
* tighten invariant on loops used to parse ie's; this ensures we neversam2006-07-161-4/+4
* remove duplicate ifname in debug msgsam2006-06-241-2/+1
* Use kern_kldload() and kern_kldunload() to load and unload modules whenjhb2006-06-131-7/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-4/+4
OpenPOWER on IntegriCloud