summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add missing sanity checks for action framesFelix Fietkau2010-01-081-1/+3
* Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville2010-01-061-2/+2
* mac80211: fix WMM AP settings applicationJohannes Berg2009-12-211-0/+8
* mac80211: recalculate idle later in MLMEJohannes Berg2009-12-071-2/+8
* mac80211: avoid spurious deauth frames/messagesJohannes Berg2009-11-191-0/+17
* mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-4/+9
* mac80211: Do not queue Probe Request frames for station MLMEJouni Malinen2009-11-161-1/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-301-2/+1Star
|\
| * mac80211: keep auth state when assoc failsJohannes Berg2009-10-271-2/+1Star
* | mac80211: replace netif_tx_{start,stop,wake}_all_queuesJohn W. Linville2009-10-271-2/+2
* | cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig2009-10-271-7/+11
|/
* mac80211: improve/fix mlme messagesJohannes Berg2009-09-281-9/+9
* mac80211: Check pending scan request after having processed mgd workJouni Malinen2009-08-281-16/+12Star
* mac80211: stay authenticated after disassocJohannes Berg2009-08-141-9/+22
* mac80211: Increase timeouts for station pollingMaxim Levitsky2009-08-041-2/+2
* mac80211: Retry probe request few timesMaxim Levitsky2009-08-041-12/+30
* cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez2009-08-041-5/+1Star
* mac80211: fix powersaveJohannes Berg2009-08-041-7/+6Star
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-26/+22Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-311-10/+25
|\
| * mac80211: fix receiving deauthJohannes Berg2009-07-291-4/+17
| * mac80211: fix MLME issuing of probe requests while scanningLuis R. Rodriguez2009-07-271-3/+3
| * mac80211: fix mlme timeoutsJohannes Berg2009-07-271-0/+2
| * mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa2009-07-271-4/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-311-1/+1
|\ \ | |/ |/|
| * mac80211: do not queue work after suspend in the dynamic ps timerLuis R. Rodriguez2009-07-271-1/+1
* | mac80211: do not monitor the connection while scanningChristian Lamparter2009-07-241-0/+3
* | mac80211: cancel the connection monitor timers/workJohannes Berg2009-07-241-0/+3
* | mac80211: monitor the connectionJohannes Berg2009-07-241-50/+207
* | mac80211: fix multi-use timerJohannes Berg2009-07-241-7/+33
* | cfg80211: rework key operationJohannes Berg2009-07-241-2/+9
* | cfg80211: fix lockingJohannes Berg2009-07-101-9/+16
* | cfg80211: mlme API must be able to sleepJohannes Berg2009-07-101-17/+9Star
* | mac80211: rework MLME for multiple authenticationsJohannes Berg2009-07-101-632/+700
* | mac80211: remove dead code from mlmeJohannes Berg2009-07-101-2/+0Star
* | cfg80211: let SME control reassociation vs. associationJohannes Berg2009-07-101-7/+0Star
* | cfg80211: keep track of BSSesJohannes Berg2009-07-101-5/+1Star
* | cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg2009-07-101-22/+3Star
* | mac80211: remove dead code, clean upJohannes Berg2009-07-101-209/+22Star
* | mac80211: remove auth algorithm retryJohannes Berg2009-07-101-47/+0Star
* | cfg80211: implement iwpowerJohannes Berg2009-07-101-5/+0Star
* | cfg80211: managed mode wext compatibilityJohannes Berg2009-07-101-69/+0Star
* | mac80211: tell SME about real auth stateJohannes Berg2009-07-101-1/+7
* | cfg80211: use proper allocation flagsJohannes Berg2009-07-101-11/+19
* | mac80211: push rx status into skb->cbJohannes Berg2009-07-101-3/+1Star
|/
* mac80211: fix wext bssid/ssid settingJohannes Berg2009-06-151-11/+14
* mac80211: disconnect when user changes channelJohannes Berg2009-06-151-1/+4
* mac80211: Do not try to associate with an empty SSIDJouni Malinen2009-06-151-0/+8
* mac80211: disable PS while probing APJohannes Berg2009-06-101-12/+33
* mac80211: disable moving between PS modes during scanLuis R. Rodriguez2009-06-101-4/+2Star