summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* add some useful definitions that'll be used soonsam2005-12-121-0/+6
* add fixed rate for sending multicast framessam2005-12-124-0/+10
* change malloc when setting an optional ie to use M_NOWAITsam2005-12-121-2/+1
* correct parameter check when retrieving the current channel listsam2005-12-121-1/+1
* correct handling of dtim for periods > 1sam2005-12-051-1/+1
* Adhoc mode fixups:sam2005-12-043-28/+56
* fix dynamic changes in short slottime for 11g sta mode: set thesam2005-11-301-1/+1
* Update ieee80211_mhz2ieee to understand public safety bands and spectrumsam2005-11-152-9/+24
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-3/+3
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-022-3/+3
* Properly set ic_curchan before calling back to device driver to do channelavatar2005-08-301-2/+12
* revert 1.64: we cannot use the channel characteristics to decide when tosam2005-08-131-4/+3
* Extend acl support to pass ioctl requests through and use this tosam2005-08-134-4/+79
OpenPOWER on IntegriCloud