aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-27cfg80211: sme: deauthenticate on assoc failureJohannes Berg1-0/+9
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
2009-04-22nl80211: Add Michael MIC failure eventJouni Malinen1-0/+10
2009-04-22nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen1-7/+6
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen1-0/+46