aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-27mac80211: keep auth state when assoc failsJohannes Berg1-2/+1
2009-09-28mac80211: improve/fix mlme messagesJohannes Berg1-9/+9
2009-08-28mac80211: Check pending scan request after having processed mgd workJouni Malinen1-16/+12
2009-08-14mac80211: stay authenticated after disassocJohannes Berg1-9/+22
2009-08-04mac80211: Increase timeouts for station pollingMaxim Levitsky1-2/+2
2009-08-04mac80211: Retry probe request few timesMaxim Levitsky1-12/+30
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez1-5/+1
2009-08-04mac80211: fix powersaveJohannes Berg1-7/+6
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-26/+22
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-10/+25
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-07-29mac80211: fix receiving deauthJohannes Berg1-4/+17
2009-07-27mac80211: fix MLME issuing of probe requests while scanningLuis R. Rodriguez1-3/+3
2009-07-27mac80211: fix mlme timeoutsJohannes Berg1-0/+2
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa1-4/+4
2009-07-27mac80211: do not queue work after suspend in the dynamic ps timerLuis R. Rodriguez1-1/+1
2009-07-24mac80211: do not monitor the connection while scanningChristian Lamparter1-0/+3
2009-07-24mac80211: cancel the connection monitor timers/workJohannes Berg1-0/+3
2009-07-24mac80211: monitor the connectionJohannes Berg1-50/+207
2009-07-24mac80211: fix multi-use timerJohannes Berg1-7/+33
2009-07-24cfg80211: rework key operationJohannes Berg1-2/+9
2009-07-10cfg80211: fix lockingJohannes Berg1-9/+16
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg1-17/+9
2009-07-10mac80211: rework MLME for multiple authenticationsJohannes Berg1-632/+700
2009-07-10mac80211: remove dead code from mlmeJohannes Berg1-2/+0
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg1-7/+0
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-5/+1
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg1-22/+3
2009-07-10mac80211: remove dead code, clean upJohannes Berg1-209/+22
2009-07-10mac80211: remove auth algorithm retryJohannes Berg1-47/+0
2009-07-10cfg80211: implement iwpowerJohannes Berg1-5/+0
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-69/+0
2009-07-10mac80211: tell SME about real auth stateJohannes Berg1-1/+7
2009-07-10cfg80211: use proper allocation flagsJohannes Berg1-11/+19
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-3/+1
2009-06-15mac80211: fix wext bssid/ssid settingJohannes Berg1-11/+14
2009-06-15mac80211: disconnect when user changes channelJohannes Berg1-1/+4
2009-06-15mac80211: Do not try to associate with an empty SSIDJouni Malinen1-0/+8
2009-06-10mac80211: disable PS while probing APJohannes Berg1-12/+33
2009-06-10mac80211: disable moving between PS modes during scanLuis R. Rodriguez1-4/+2
2009-06-10mac80211: don't use master netdev nameJohannes Berg1-4/+4
2009-05-22mac80211: correct probe wait timeJohannes Berg1-1/+1
2009-05-22mac80211: fix probe response wait timingJohannes Berg1-4/+5
2009-05-20mac80211: fix managed mode BSSID handlingJohannes Berg1-3/+7
2009-05-20mac80211: don't try to do anything on unchanged genIEJohannes Berg1-0/+7
2009-05-20mac80211: PS processing for every Beacon with our AID in TIMJouni Malinen1-9/+10
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+59
2009-05-20mac80211: move channel switch codeJohannes Berg1-1/+98
2009-05-20mac80211: Cancel pending probereq poll on beacon RXJouni Malinen1-0/+10
2009-05-20mac80211: check if HT40+/- is allowed before sending assocLuis R. Rodriguez1-2/+6