summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* add missing lock for htinfo updatesam2008-08-021-0/+2
* correct decap of of AppleTalk and IPX frames; don't strip the SNAPsam2008-08-021-1/+4
* add a sysctl to deliver a radar event for testingsam2008-08-021-0/+20
* schedule the correct timer when receiving a radar event during CACsam2008-08-021-1/+1
* don't deauth a station because it sends a ps-poll w/ a bogus aid in it;sam2008-07-261-2/+8
* reorder RSN/WPA2 ie in beacon and probe response frames to complysam2008-07-071-13/+13
* correct construction of delba action frame; don't shift+mask the initiatorsam2008-07-051-1/+1
* Change the calling convention for ic_node_alloc to deal withsam2008-06-072-5/+7
* Split ieee80211_notify_erp into locked and unlocked variantssam2008-06-071-4/+12
* Fix node cleanup issues when the last reference is held bysam2008-06-071-16/+27
* correct code returned in AsssocResp; the previous code is spec'd for usesam2008-06-071-2/+1
* Add ieee80211_crypto_reload_keys to push all keys knownsam2008-05-282-0/+44
* Add a mac address to the key definition as otherwise we lose thesam2008-05-283-13/+12
* Split s/w crypt/mic attributes to allow future hackery; this changesam2008-05-285-12/+18
* missing piece of last commit; add RESUME flag bit definitionsam2008-05-281-4/+4
* Add ieee80211_suspend_all and ieee80211_resume_all forsam2008-05-283-0/+43
* Don't override the txpower cap installed by ieee80211_alloc_node;sam2008-05-281-3/+0
* Simplify some contorted logic that wrongly left ISCAN_DISCARD setsam2008-05-281-15/+13
* Revise lock name handling:sam2008-05-283-20/+28
* special-case broadcast probe request in ieee80211_find_rxnode; we needsam2008-05-221-16/+30
* ignore sw beacon miss while scanning, just reset the beacon count and timersam2008-05-221-1/+18
* no need to stop the sw beacon miss timer; it's not used with adhoc or wdssam2008-05-222-4/+0
* declare ieee80211_phymode_name with an array sizesam2008-05-121-1/+1
* Update PLCP<->rate mapping support:sam2008-05-122-13/+18
* Minor cleanup of vap create work:sam2008-05-125-20/+31
* we have a DFS capability now so enable checksam2008-05-111-3/+0
* use c99-style initialization for ieee80211_phymode_namesam2008-05-111-11/+11
* add DFS capability bit and use it to auto-enable DFS supportsam2008-05-113-3/+5
* use the current left edge of the BA window when forming ADDBA requestsam2008-05-111-3/+4
* add PLCP service bit definitionssam2008-05-111-0/+5
* move inline keyword to silence compiler complaintssam2008-05-111-3/+3
* fix build w/ IEEE80211_DEBUG_REFCNT enabledsam2008-05-011-1/+1
* re-enable WME by default; after a full day of testing on iwi I see nosam2008-05-011-3/+0
* disable default enabling of WME until we resolve driver regressionssam2008-04-301-0/+3
* hookup the parent device's if_input and if_output to stub routinessam2008-04-251-0/+19
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-2052-8515/+18015
* Fix adhoc mode to scan all available channels for a bss to joinsam2008-02-291-42/+63
* - Correctly handle ALTQ in ieee80211_deliver_data()sephe2008-02-031-2/+6
* add opaque pointer to tx ampdu state for driverssam2008-02-021-0/+1
* o correct typo that broke check when handling addba responsesam2008-02-011-1/+2
* update channel flag defs to match _ieee80211.h so cpp doesn't complainsam2007-12-131-16/+13
* Add padding for anticipated functionalitykmacy2007-12-072-3/+3
* Be more careful handling off-channel frames: if the driver (wrongly)sam2007-11-261-3/+4
* correct WMM packet classification:sam2007-11-231-40/+9
* o correct re-association indicator dispatched in node join eventsam2007-11-231-3/+3
* correct sta mode setup: adopt ap's ampdu density and max ampdu sizesam2007-11-231-2/+8
* parse htcap ie early so ampdu density and max rx size are availablesam2007-11-231-1/+3
* correct TID_TO_WME_AC handling of BEsam2007-11-231-1/+1
* use the DSPARMS ie to find the home channel for off-channel framessam2007-11-231-11/+12
* add ieee80211_find_channel_byieee to lookup a channel by ieee channel #sam2007-11-232-0/+28
OpenPOWER on IntegriCloud