aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-20wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez1-2/+2
2009-05-13mac80211: split out and decrease probe wait timeJohannes Berg1-2/+3
2009-05-13mac80211: respond to beacon loss report only onceJohannes Berg1-0/+11
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen1-2/+3
2009-05-11mac80211: properly track HT operation_modeJohannes Berg1-1/+6
2009-05-11mac80211: move HT operation mode BSS infoJohannes Berg1-7/+4
2009-05-11mac80211: set default QoS values according to specJohannes Berg1-0/+4
2009-05-06mac80211: Fix sparse warning for ssid_len on ieee80211_sta_config_auth()Luis R. Rodriguez1-4/+0
2009-05-06mac80211: tell driver when idleJohannes Berg1-0/+11
2009-05-06mac80211: fix probe response processingJohannes Berg1-4/+1
2009-05-06nl80211: Send timeout event on failed direct probeJouni Malinen1-1/+1
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-8/+6
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-6/+2
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-0/+1
2009-05-06mac80211: fix scan races and rework scanningJohannes Berg1-19/+9
2009-05-06mac80211: rename max_sleep_interval to max_sleep_periodJohannes Berg1-1/+1
2009-05-06mac80211: fix PS vs. scan raceJohannes Berg1-0/+7
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen1-2/+2
2009-04-22mac80211: calculate maximum sleep intervalJohannes Berg1-4/+16
2009-04-22mac80211: fix variable truncation on 32-bitJohannes Berg1-6/+6
2009-04-22mac80211: validate TIM IE length (redux)Johannes Berg1-25/+2
2009-04-22cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg1-6/+0
2009-04-22mac80211: enable PS by defaultJohannes Berg1-0/+8
2009-04-22mac80211: implement beacon filtering in softwareJohannes Berg1-12/+40
2009-04-22mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg1-4/+32
2009-04-22mac80211: improve powersave implementationJohannes Berg1-86/+142
2009-04-22mac80211: Report rejected association to user space SMEJouni Malinen1-0/+5
2009-04-22mac80211: move ieee80211_enable_ht function to mlme.cJohannes Berg1-0/+83
2009-04-22nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen1-2/+6
2009-04-20mac80211: fix basic rate bitmap calculationJohannes Berg1-1/+1
2009-04-20mac80211: fix beacon loss detection after scanKalle Valo1-1/+9
2009-04-17mac80211: validate TIM IE lengthJohannes Berg1-0/+3
2009-04-17mac80211: avoid crashing when no scan sdataJohannes Berg1-1/+2
2009-04-16mac80211: quiet beacon loss messagesMichael Buesch1-6/+14
2009-03-27mac80211: add beacon filtering supportKalle Valo1-1/+48
2009-03-27mac80211: track beacons separately from the rx path activityKalle Valo1-31/+46
2009-03-27mac80211: decrease execution of the associated timerKalle Valo1-0/+15
2009-03-27mac80211: remove mixed-cell and userspace MLME codeJohannes Berg1-2/+1
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen1-33/+3
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen1-10/+35
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen1-2/+7
2009-03-27mac80211: Fix reassociation by not clearing previous BSSIDJouni Malinen1-2/+4
2009-03-27mac80211: Fix a typo in assoc vs. reassoc checkJouni Malinen1-1/+1
2009-03-27mac80211: start pending scan after probe/auth/assoc timed outHelmut Schaa1-0/+23