aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10mac80211: 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/jberg/mac80211-nextJohn 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/linville/wirelessJohn 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
2012-10-17mac80211: Add debug print on unexpect authentication stateJouni Malinen1-1/+6
2012-10-17mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen1-2/+2
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg1-5/+23
2012-10-17mac80211: use channel contextsJohannes Berg1-43/+86
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka1-2/+3
2012-09-21mac80211: don't send delBA before disassocJohannes Berg1-1/+1
2012-09-14mac80211: change locking around ieee80211_recalc_smpsJohannes Berg1-1/+1
2012-09-14mac80211: handle power constraint/country IE betterJohannes Berg1-16/+68
2012-09-07mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli1-50/+10
2012-09-06mac80211: check power constraint IE size when parsingJohannes Berg1-8/+2
2012-09-06mac80211: disconnect if channel switch failsJohannes Berg1-18/+37
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg1-0/+6
2012-09-04mac80211: clear bssid on auth/assoc failureEliad Peller1-0/+4
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg1-2/+4
2012-08-20mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg1-1/+1
2012-08-20mac80211: check size of channel switch IE when parsingJohannes Berg1-7/+3
2012-08-20mac80211: fix CSA handling timerJohannes Berg1-3/+2
2012-08-20mac80211: clean up CSA handling codeJohannes Berg1-18/+16
2012-08-20mac80211: remove unneeded 'bssid' variableJohannes Berg1-4/+2
2012-08-01mac80211: clear timer bits when disconnectingJohannes Berg1-0/+2
2012-08-01mac80211: reset station MLME flags upon new associationJohannes Berg1-4/+7
2012-07-31mac80211: fix current vs. operating channel in preq/beaconJohannes Berg1-1/+3
2012-07-31mac80211: use oper_channel in managed mlmeJohannes Berg1-6/+6
2012-07-31mac80211: set channel only once during auth/assocJohannes Berg1-26/+43
2012-07-31mac80211: rename sta to new_staJohannes Berg1-8/+8
2012-07-31mac80211: supress HT/VHT disable if not supportedJohannes Berg1-4/+6
2012-07-31mac80211: add PS flag to bss_confEliad Peller1-0/+15
2012-07-31mac80211: don't call mgd_prepare_tx when associatedEmmanuel Grumbach1-4/+5
2012-07-31mac80211: don't react to beacon loss if HW monitoringJohannes Berg1-0/+3
2012-07-31mac80211: VHT (11ac) associationMahesh Palivela1-2/+38