aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Split ieee80211_notify_erp into locked and unlocked variantsSam Leffler2008-06-071-4/+12
* Fix node cleanup issues when the last reference is held bySam Leffler2008-06-071-16/+27
* correct code returned in AsssocResp; the previous code is spec'd for useSam Leffler2008-06-071-2/+1
* Add ieee80211_crypto_reload_keys to push all keys knownSam Leffler2008-05-282-0/+44
* Add a mac address to the key definition as otherwise we lose theSam Leffler2008-05-283-13/+12
* Split s/w crypt/mic attributes to allow future hackery; this changeSam Leffler2008-05-285-12/+18
* missing piece of last commit; add RESUME flag bit definitionSam Leffler2008-05-281-4/+4
* Add ieee80211_suspend_all and ieee80211_resume_all forSam Leffler2008-05-283-0/+43
* Don't override the txpower cap installed by ieee80211_alloc_node;Sam Leffler2008-05-281-3/+0
* Simplify some contorted logic that wrongly left ISCAN_DISCARD setSam Leffler2008-05-281-15/+13
* Revise lock name handling:Sam Leffler2008-05-283-20/+28
* special-case broadcast probe request in ieee80211_find_rxnode; we needSam Leffler2008-05-221-16/+30
* ignore sw beacon miss while scanning, just reset the beacon count and timerSam Leffler2008-05-221-1/+18
* no need to stop the sw beacon miss timer; it's not used with adhoc or wdsSam Leffler2008-05-222-4/+0
* declare ieee80211_phymode_name with an array sizeSam Leffler2008-05-121-1/+1
* Update PLCP<->rate mapping support:Sam Leffler2008-05-122-13/+18
* Minor cleanup of vap create work:Sam Leffler2008-05-125-20/+31
* we have a DFS capability now so enable checkSam Leffler2008-05-111-3/+0
* use c99-style initialization for ieee80211_phymode_nameSam Leffler2008-05-111-11/+11
* add DFS capability bit and use it to auto-enable DFS supportSam Leffler2008-05-113-3/+5
* use the current left edge of the BA window when forming ADDBA requestSam Leffler2008-05-111-3/+4
* add PLCP service bit definitionsSam Leffler2008-05-111-0/+5
* move inline keyword to silence compiler complaintsSam Leffler2008-05-111-3/+3
* fix build w/ IEEE80211_DEBUG_REFCNT enabledSam Leffler2008-05-011-1/+1
* re-enable WME by default; after a full day of testing on iwi I see noSam Leffler2008-05-011-3/+0
* disable default enabling of WME until we resolve driver regressionsSam Leffler2008-04-301-0/+3
* hookup the parent device's if_input and if_output to stub routinesSam Leffler2008-04-251-0/+19
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-2052-8515/+18015
* Fix adhoc mode to scan all available channels for a bss to joinSam Leffler2008-02-291-42/+63
* - Correctly handle ALTQ in ieee80211_deliver_data()Sepherosa Ziehau2008-02-031-2/+6
* add opaque pointer to tx ampdu state for driversSam Leffler2008-02-021-0/+1
* o correct typo that broke check when handling addba responseSam Leffler2008-02-011-1/+2
* update channel flag defs to match _ieee80211.h so cpp doesn't complainSam Leffler2007-12-131-16/+13
* Add padding for anticipated functionalityKip Macy2007-12-072-3/+3
* Be more careful handling off-channel frames: if the driver (wrongly)Sam Leffler2007-11-261-3/+4
* correct WMM packet classification:Sam Leffler2007-11-231-40/+9
* o correct re-association indicator dispatched in node join eventSam Leffler2007-11-231-3/+3
* correct sta mode setup: adopt ap's ampdu density and max ampdu sizeSam Leffler2007-11-231-2/+8
* parse htcap ie early so ampdu density and max rx size are availableSam Leffler2007-11-231-1/+3
* correct TID_TO_WME_AC handling of BESam Leffler2007-11-231-1/+1
* use the DSPARMS ie to find the home channel for off-channel framesSam Leffler2007-11-231-11/+12
* add ieee80211_find_channel_byieee to lookup a channel by ieee channel #Sam Leffler2007-11-232-0/+28
* update default wme parameters to latest WiFi test plansSam Leffler2007-11-231-24/+24
* correct MIMO power save action frame format;Sam Leffler2007-11-141-2/+8
* correct termination check doing amsdu de-aggregationSam Leffler2007-11-081-4/+3
* Correct handling of off-channel frames:Sam Leffler2007-11-051-12/+37
* sync 11n support with vap code base; many changes based on interopSam Leffler2007-11-0216-272/+1036
* correct channel flags returned by IEEE80211_IOC_STA_INFO; we needSam Leffler2007-11-021-1/+1
* don't try to re-associate after a parameter change, too many ap'sSam Leffler2007-11-021-11/+1
* silence complaint about not loading the wlan_scan_monitor module;Sam Leffler2007-10-241-1/+2