aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* wireless backport from 3.4Andrew Dodd2013-02-271-277/+149
* mac80211: Let userspace send action frames over mesh interfacesJavier Cardona2011-05-111-0/+10
* cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen2011-03-301-0/+9
* nl80211: Add notification for dropped Deauth/DisassocJouni Malinen2010-12-161-0/+22
* nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg2010-11-291-4/+5
* cfg80211: allow using CQM event to notify packet lossJohannes Berg2010-11-241-0/+12
* cfg80211: notify drivers about frame registrationsJohannes Berg2010-10-131-3/+20
* cfg80211/mac80211: allow management frame TX in AP modeJohannes Berg2010-10-051-11/+43
* cfg80211/nl80211: introduce p2p device typesJohannes Berg2010-09-161-1/+2
* cfg80211/mac80211: extensible frame processingJohannes Berg2010-08-241-50/+94
* cfg80211: deauth doesn't always imply disconnectJohannes Berg2010-08-161-2/+3
* cfg80211: fix locking in action frame TXJohannes Berg2010-08-091-1/+7
* cfg80211: ignore spurious deauthJohannes Berg2010-07-121-4/+4
* cfg80211/mac80211: allow action frame TX/RX in IBSSJohannes Berg2010-06-141-2/+3
* cfg80211: make action channel type optionalJohannes Berg2010-06-021-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-11/+28
|\
| * cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen2010-04-071-11/+28
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen2010-03-241-0/+13
|/
* cfg80211/mac80211: allow registering for and sending action framesJouni Malinen2010-02-151-0/+166
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-1/+12
|\
| * cfg80211: fix race between deauth and assoc responseJohannes Berg2009-12-281-1/+12
* | mac80211/cfg80211: add station eventsJohannes Berg2009-12-281-0/+10
* | cfg80211: add remain-on-channel commandJouni Malinen2009-12-281-0/+27
* | cfg80211: avoid sending spurious deauth to userspaceJohannes Berg2009-12-221-2/+9
|/
* mac80211: avoid spurious deauth frames/messagesJohannes Berg2009-11-191-11/+25
* cfg80211: Allow reassociation in associated stateJouni Malinen2009-11-181-2/+18
* cfg80211: remove dead variableJohannes Berg2009-11-041-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-291-0/+9
|\
| * cfg80211: sme: deauthenticate on assoc failureJohannes Berg2009-10-271-0/+9
* | cfg80211: remove warning in deauth caseHolger Schurig2009-10-271-6/+0
* | cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig2009-10-271-27/+12
* | wext: refactorJohannes Berg2009-10-071-1/+1
|/
* cfg80211: report userspace SME connected event properlyJohannes Berg2009-08-201-0/+9
* cfg80211: use reassociation when possibleJohannes Berg2009-08-141-0/+11
* cfg80211: fix nl80211 disconnected eventsJohannes Berg2009-08-141-2/+2
* cfg80211: fix disassociation warning due to misuse of wdev->current_bssPavel Roskin2009-08-141-1/+1
* cfg80211: keep track of current_bss for userspace SMEJohannes Berg2009-08-041-14/+24
* cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-291-0/+2
* cfg80211: fix disassoc while not associatedJohannes Berg2009-07-291-0/+6
* cfg80211: fix more bugs in mlme handlingJohannes Berg2009-07-241-5/+3
* cfg80211: rework key operationJohannes Berg2009-07-241-3/+13
* cfg80211: fix lockingJohannes Berg2009-07-101-46/+168
* cfg80211: warn again on spurious deauthJohannes Berg2009-07-101-6/+0
* cfg80211: mlme API must be able to sleepJohannes Berg2009-07-101-18/+33
* cfg80211: let SME control reassociation vs. associationJohannes Berg2009-07-101-1/+3
* cfg80211: refuse authenticating to same BSSID twiceJohannes Berg2009-07-101-7/+15
* cfg80211: keep track of BSSesJohannes Berg2009-07-101-15/+342
* cfg80211: emulate connect with auth/assocJohannes Berg2009-07-101-16/+63