summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: don't use master netdev nameJohannes Berg2009-06-101-4/+4
* mac80211: correct probe wait timeJohannes Berg2009-05-221-1/+1
* mac80211: fix probe response wait timingJohannes Berg2009-05-221-4/+5
* mac80211: fix managed mode BSSID handlingJohannes Berg2009-05-201-3/+7
* mac80211: don't try to do anything on unchanged genIEJohannes Berg2009-05-201-0/+7
* mac80211: PS processing for every Beacon with our AID in TIMJouni Malinen2009-05-201-9/+10
* mac80211: cancel/restart all timers across suspend/resumeJohannes Berg2009-05-201-0/+59
* mac80211: move channel switch codeJohannes Berg2009-05-201-1/+98
* mac80211: Cancel pending probereq poll on beacon RXJouni Malinen2009-05-201-0/+10
* mac80211: check if HT40+/- is allowed before sending assocLuis R. Rodriguez2009-05-201-2/+6
* wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez2009-05-201-2/+2
* mac80211: split out and decrease probe wait timeJohannes Berg2009-05-131-2/+3
* mac80211: respond to beacon loss report only onceJohannes Berg2009-05-131-0/+11
* nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen2009-05-131-2/+3
* mac80211: properly track HT operation_modeJohannes Berg2009-05-111-1/+6
* mac80211: move HT operation mode BSS infoJohannes Berg2009-05-111-7/+4Star
* mac80211: set default QoS values according to specJohannes Berg2009-05-111-0/+4
* mac80211: Fix sparse warning for ssid_len on ieee80211_sta_config_auth()Luis R. Rodriguez2009-05-061-4/+0Star
* mac80211: tell driver when idleJohannes Berg2009-05-061-0/+11