aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16nl80211: Add notification for dropped Deauth/DisassocJouni Malinen1-0/+22
2010-11-29nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg1-4/+5
2010-11-24cfg80211: allow using CQM event to notify packet lossJohannes Berg1-0/+12
2010-10-13cfg80211: notify drivers about frame registrationsJohannes Berg1-3/+20
2010-10-05cfg80211/mac80211: allow management frame TX in AP modeJohannes Berg1-11/+43
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg1-1/+2
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg1-50/+94
2010-08-16cfg80211: deauth doesn't always imply disconnectJohannes Berg1-2/+3
2010-08-09cfg80211: fix locking in action frame TXJohannes Berg1-1/+7
2010-07-12cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-06-14cfg80211/mac80211: allow action frame TX/RX in IBSSJohannes Berg1-2/+3
2010-06-02cfg80211: make action channel type optionalJohannes Berg1-1/+2
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-11/+28
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-07cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen1-11/+28
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen1-0/+13
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen1-0/+166
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+12
2009-12-28mac80211/cfg80211: add station eventsJohannes Berg1-0/+10
2009-12-28cfg80211: add remain-on-channel commandJouni Malinen1-0/+27
2009-12-28cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2009-12-22cfg80211: avoid sending spurious deauth to userspaceJohannes Berg1-2/+9
2009-11-19mac80211: avoid spurious deauth frames/messagesJohannes Berg1-11/+25
2009-11-18cfg80211: Allow reassociation in associated stateJouni Malinen1-2/+18
2009-11-04cfg80211: remove dead variableJohannes Berg1-2/+0
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2009-10-27cfg80211: remove warning in deauth caseHolger Schurig1-6/+0
2009-10-27cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig1-27/+12
2009-10-27cfg80211: sme: deauthenticate on assoc failureJohannes Berg1-0/+9
2009-10-07wext: refactorJohannes Berg1-1/+1
2009-08-20cfg80211: report userspace SME connected event properlyJohannes Berg1-0/+9
2009-08-14cfg80211: use reassociation when possibleJohannes Berg1-0/+11
2009-08-14cfg80211: fix nl80211 disconnected eventsJohannes Berg1-2/+2
2009-08-14cfg80211: fix disassociation warning due to misuse of wdev->current_bssPavel Roskin1-1/+1
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg1-14/+24
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg1-0/+2
2009-07-29cfg80211: fix disassoc while not associatedJohannes Berg1-0/+6
2009-07-24cfg80211: fix more bugs in mlme handlingJohannes Berg1-5/+3
2009-07-24cfg80211: rework key operationJohannes Berg1-3/+13
2009-07-10cfg80211: fix lockingJohannes Berg1-46/+168
2009-07-10cfg80211: warn again on spurious deauthJohannes Berg1-6/+0
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg1-18/+33
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg1-1/+3
2009-07-10cfg80211: refuse authenticating to same BSSID twiceJohannes Berg1-7/+15
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-15/+342
2009-07-10cfg80211: emulate connect with auth/assocJohannes Berg1-16/+63
2009-07-10cfg80211: use proper allocation flagsJohannes Berg1-15/+15
2009-07-10cfg80211: send wext MLME-MICHAELMICFAILURE.indicationJohannes Berg1-0/+16
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen1-0/+27