summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move conditional preprocessing out from the IEEE80211_DPRINTF macrodds2006-06-011-14/+8
* Ensure outbound data packets in hostap mode are delivered only tosam2006-04-281-1/+12
* back out public safety-specific channel number mapping; we can't dosam2006-04-261-9/+1
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forsam2006-03-271-0/+28
* when doing s/w crypto make sure work is done w/ a writable mbuf chain;sam2006-03-151-0/+15
* fix switching between agressive and non-agressive wmm modessam2006-03-101-2/+2
* use m_dup instead of m_copypacket when doing internal bridgingsam2006-03-071-1/+1
* deliver an l2uf frame on sta join to prime the bridgesam2006-03-061-0/+51
* when scanning channels marked passive defer probe request untilsam2006-03-065-12/+45
* consolidate calculation of capabilities iesam2006-02-251-47/+34
* honor user-specified key index for global key slotssam2006-02-211-0/+6
* treat setting the optional ie to a zero-length datum to mean "deletesam2006-02-201-7/+17
* o make driver override of net80211 parameter state consistentsam2006-02-142-5/+4
* set the mgt frame tx timer before dispatching the frame to thesam2006-02-081-8/+10
* s/w beacon miss facility; need to add knobs to fiddle with the settingssam2006-01-233-1/+46
* switch beacon miss threshold from a time to the number of beaconsam2006-01-232-2/+2
* bounds check each ie's length when parsingsam2006-01-231-0/+4
* Rev ioctl to get scan results:sam2006-01-182-29/+175
* bump the scan generation number before iterating so we're guaranteedsam2006-01-181-2/+2
* Correct a buffer overflow when scanning for 802.11 wireless networks.cperciva2006-01-181-4/+16
OpenPOWER on IntegriCloud