summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* add flag to tag frames w/ a known bad FCSsam2006-01-091-0/+1
* enable "aggressive mode" only when operating in ap or station mode; insam2006-01-021-1/+1
* update erp information element in the beacon frame to reflectsam2006-01-024-4/+21
* correct checking for turbo channels: rev 1.24 fixed static turbo channelssam2005-12-301-4/+4
* correct (reversed) ms<->tu macrossam2005-12-291-2/+2
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+3
* make packet bursting configurable (default to on if device is capable)sam2005-12-145-1/+17
* When creating neighbor entries for an ahdemo bss apply the localsam2005-12-141-0/+9
* when creating an ahdemo bss use any requested bssid; otherwise use zerosam2005-12-141-0/+5
* allow setting the bssid in any modesam2005-12-141-3/+0
* disallow module unload when there are dynamic referencessam2005-12-123-3/+42
* propagate current bss state on sta join so, in particular, authmodesam2005-12-121-2/+4
* Bandaid ieee80211_set_chan to handle a channel parameter of "any";sam2005-12-121-1/+3
* o correct auto mode logic for avoiding turbo channelssam2005-12-121-9/+9
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-125-0/+47
OpenPOWER on IntegriCloud