summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-15mac80211: fix auth/assoc timeout handlingJohannes Berg1-4/+19
2013-02-15mac80211: fix ieee80211_sta_tx_notify for nullfuncWojciech Dubowik1-4/+5
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich1-0/+13
2013-02-12mac80211: Fix tx queue handling during scansSeth Forshee1-1/+2
2013-02-11mac80211: remove unused code to mark AP station authenticatedJohannes Berg1-3/+1
2013-02-11mac80211: simplify idle handlingJohannes Berg1-34/+0
2013-02-11mac80211: remove dynamic PS driver interfaceJohannes Berg1-40/+2
2013-02-11mac80211: introduce beacon-only timing dataJohannes Berg1-4/+61
2013-02-11cfg80211: move TSF into IEsJohannes Berg1-1/+5
2013-02-11mac80211: fix AP beacon loss messagesJohannes Berg1-2/+2
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-3/+3
2013-02-11mac80211: fix channel selection bugJohannes Berg1-3/+3
2013-02-07mac80211: fix managed mode channel context useJohannes Berg1-1/+4
2013-02-04mac80211: send deauth if connection was lost during suspendJohannes Berg1-6/+8
2013-02-04mac80211: always allow calling ieee80211_connection_loss()Johannes Berg1-2/+4
2013-02-04mac80211: send deauth when connection is lostJohannes Berg1-5/+4
2013-01-31mac80211: start auth/assoc timeout on frame statusJohannes Berg1-13/+72
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach1-30/+44
2013-01-31mac80211: remove assoc data "sent_assoc"Johannes Berg1-3/+0
2013-01-24mac80211: remove redundant checkJohannes Berg1-11/+10
2013-01-24mac80211: fix aggregation state with current driversJohannes Berg1-9/+0
2013-01-24mac80211: provide the vif in rssi_callbackEmmanuel Grumbach1-2/+2
2013-01-19mac80211: remove ARP filter enable/disable logicJohannes Berg1-6/+2
2013-01-11mac80211: fix HT40 connectionsJohannes Berg1-2/+2
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg1-1/+1
2013-01-03mac80211: restrict assoc request VHT capabilitiesJohannes Berg1-3/+48
2013-01-03mac82011: use frame control to differentiate probe resp/beaconEmmanuel Grumbach1-8/+5
2013-01-03mac80211: optimise roaming time againJohannes Berg1-1/+1
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg1-1/+1
2013-01-03mac80211: fix dtim_period in hidden SSID AP associationJohannes Berg1-21/+54
2012-12-11mac80211: a few whitespace fixesJohannes Berg1-2/+2
2012-12-03mac80211: return if CSA is not handleSimon Wunderlich1-0/+1
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-31/+49
2012-11-27mac80211: support VHT associationJohannes Berg1-72/+296
2012-11-26mac80211: convert to channel definition structJohannes Berg1-11/+15
2012-11-26mac80211: fix managed mode channel flags handlingJohannes Berg1-9/+5
2012-11-23mac80211: disable HT advertising unless AP supports itJohannes Berg1-0/+1
2012-11-23mac80211: rename IEEE80211_STA_DISABLE_11N to HTJohannes Berg1-8/+8
2012-11-23mac80211: fix RX chains configurationJohannes Berg1-16/+21
2012-11-06mac80211: pass P2P powersave parameters to driverJohannes Berg1-0/+40
2012-11-05mac80211: send deauth only with channel contextJohannes Berg1-14/+18
2012-10-30mac80211: handle TX power per virtual interfaceJohannes Berg1-15/+17
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-5/+4
2012-10-25mac80211: remove duplicate check in ieee80211_rx_mgmt_beaconRami Rosen1-5/+4
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-11/+23
2012-10-18mac80211: remove some unused codeJohannes Berg1-6/+1
2012-10-17mac80211: connect with HT20 if HT40 is not permittedJohannes Berg1-10/+20
2012-10-17mac80211: VHT peer STA capsMahesh Palivela1-0/+5
2012-10-17ieee80211: Rename VHT cap structMahesh Palivela1-2/+2
2012-10-17mac80211: Allow station mode SAE to be implemented in user spaceJouni Malinen1-5/+39