summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* make all checks if ni_chw consistentsam2008-09-062-2/+2
* use c99 syntax for initializers; this silencessam2008-09-061-99/+95
* only return the negotiated ampdu density for sta modesam2008-09-061-1/+2
* o kill IEEE80211_NODE_PSUPDATE; it was never usedsam2008-09-062-9/+5
* put back placeholder commentsam2008-09-061-0/+1
* o validate the ba policy in addba responsesam2008-09-062-2/+29
* add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flagssam2008-09-062-2/+4
* don't do ampdu reordering of fragments; they should never happensam2008-09-061-1/+15
* moreve the aggregation q; it's not being used andsam2008-09-063-12/+0
* o show key indices w/o adjustmentsam2008-09-061-7/+11
* purge ni_reqcw; not used and never will besam2008-09-062-3/+2
* o fix BAR definitionssam2008-09-061-3/+15
* fix age calculations (yet again); entries in the q have valuessam2008-09-061-1/+1
* Replace a line matching /^ $/ with one matching /^$/.brooks2008-09-031-1/+1
* free ifp allocated at ieee80211_vap_setup.weongyo2008-09-021-0/+2
* Fixing INVARIANTS build by adding 'z' format prefix for size_t typedavatar2008-08-291-1/+1
* Fix mic calculation when final data is entirely in a trailing mbuf;sam2008-08-291-1/+19
* This instance of ifnet got forgotten.julian2008-08-251-2/+2
* Verify that the WPA flags set are actually compatible with theimp2008-08-091-4/+13
* add WPS ouisam2008-08-061-0/+2
* 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
OpenPOWER on IntegriCloud