aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-4/+4
* Move conditional preprocessing out from the IEEE80211_DPRINTF macroDiomidis Spinellis2006-06-011-14/+8
* Ensure outbound data packets in hostap mode are delivered only toSam Leffler2006-04-281-1/+12
* back out public safety-specific channel number mapping; we can't doSam Leffler2006-04-261-9/+1
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forSam Leffler2006-03-271-0/+28
* when doing s/w crypto make sure work is done w/ a writable mbuf chain;Sam Leffler2006-03-151-0/+15
* fix switching between agressive and non-agressive wmm modesSam Leffler2006-03-101-2/+2
* use m_dup instead of m_copypacket when doing internal bridgingSam Leffler2006-03-071-1/+1
* deliver an l2uf frame on sta join to prime the bridgeSam Leffler2006-03-061-0/+51
* when scanning channels marked passive defer probe request untilSam Leffler2006-03-065-12/+45
* consolidate calculation of capabilities ieSam Leffler2006-02-251-47/+34
* honor user-specified key index for global key slotsSam Leffler2006-02-211-0/+6
* treat setting the optional ie to a zero-length datum to mean "deleteSam Leffler2006-02-201-7/+17
* o make driver override of net80211 parameter state consistentSam Leffler2006-02-142-5/+4
* set the mgt frame tx timer before dispatching the frame to theSam Leffler2006-02-081-8/+10
* s/w beacon miss facility; need to add knobs to fiddle with the settingsSam Leffler2006-01-233-1/+46
* switch beacon miss threshold from a time to the number of beaconSam Leffler2006-01-232-2/+2
* bounds check each ie's length when parsingSam Leffler2006-01-231-0/+4
* Rev ioctl to get scan results:Sam Leffler2006-01-182-29/+175
* bump the scan generation number before iterating so we're guaranteedSam Leffler2006-01-181-2/+2
* Correct a buffer overflow when scanning for 802.11 wireless networks.Colin Percival2006-01-181-4/+16
* add flag to tag frames w/ a known bad FCSSam Leffler2006-01-091-0/+1
* enable "aggressive mode" only when operating in ap or station mode; inSam Leffler2006-01-021-1/+1
* update erp information element in the beacon frame to reflectSam Leffler2006-01-024-4/+21
* correct checking for turbo channels: rev 1.24 fixed static turbo channelsSam Leffler2005-12-301-4/+4
* correct (reversed) ms<->tu macrosSam Leffler2005-12-291-2/+2
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff2005-12-181-2/+3
* make packet bursting configurable (default to on if device is capable)Sam Leffler2005-12-145-1/+17
* When creating neighbor entries for an ahdemo bss apply the localSam Leffler2005-12-141-0/+9
* when creating an ahdemo bss use any requested bssid; otherwise use zeroSam Leffler2005-12-141-0/+5
* allow setting the bssid in any modeSam Leffler2005-12-141-3/+0
* disallow module unload when there are dynamic referencesSam Leffler2005-12-123-3/+42
* propagate current bss state on sta join so, in particular, authmodeSam Leffler2005-12-121-2/+4
* Bandaid ieee80211_set_chan to handle a channel parameter of "any";Sam Leffler2005-12-121-1/+3
* o correct auto mode logic for avoiding turbo channelsSam Leffler2005-12-121-9/+9
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventsSam Leffler2005-12-125-0/+47
* add some useful definitions that'll be used soonSam Leffler2005-12-121-0/+6
* add fixed rate for sending multicast framesSam Leffler2005-12-124-0/+10
* change malloc when setting an optional ie to use M_NOWAITSam Leffler2005-12-121-2/+1
* correct parameter check when retrieving the current channel listSam Leffler2005-12-121-1/+1
* correct handling of dtim for periods > 1Sam Leffler2005-12-051-1/+1
* Adhoc mode fixups:Sam Leffler2005-12-043-28/+56
* fix dynamic changes in short slottime for 11g sta mode: set theSam Leffler2005-11-301-1/+1
* Update ieee80211_mhz2ieee to understand public safety bands and spectrumSam Leffler2005-11-152-9/+24
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-3/+3
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-022-3/+3
* Properly set ic_curchan before calling back to device driver to do channelTai-hwa Liang2005-08-301-2/+12
* revert 1.64: we cannot use the channel characteristics to decide when toSam Leffler2005-08-131-4/+3
* Extend acl support to pass ioctl requests through and use this toSam Leffler2005-08-134-4/+79
* Don't use ic_curmode to decide when to do 11g station accounting,Sam Leffler2005-08-102-5/+6