aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-17mac80211: connect with HT20 if HT40 is not permittedJohannes Berg1-10/+20
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
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-6/+11
2012-07-17mac80211: go out of PS before sending disassocEliad Peller1-6/+11
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-22/+23
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg1-7/+8
2012-07-09Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-6/+22
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-11/+8
2012-07-09mac80211: destroy assoc_data correctly if assoc failsEliad Peller1-4/+2
2012-07-09mac80211: remove unused assignmentJohannes Berg1-1/+1
2012-07-09mac80211: update BSS info on AC parameters changeJohannes Berg1-14/+14
2012-07-03mac80211: add TX prepare APIJohannes Berg1-0/+8
2012-07-02mac80211: allow calling ieee80211_ap_probereq_get() during auth/assocEliad Peller1-3/+10
2012-06-28Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-3/+3
2012-06-28mac80211: don't require associated->beacon_ies for psEliad Peller1-3/+0
2012-06-28mac80211: flush queues before deauth/disassocEliad Peller1-0/+4
2012-06-26Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-110/+93
2012-06-24mac80211: clean up debuggingJohannes Berg1-110/+93
2012-06-22Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-8/+8
2012-06-21mac80211: clear ifmgd->bssid only after building DELBAEliad Peller1-7/+6
2012-06-20mac80211: save wmm_acm per sdataYoni Divinsky1-5/+5
2012-06-20mac80211: use the correct capability info in ieee80211_set_associated()Luciano Coelho1-1/+1
2012-06-20mac80211: initialize sta pointer to avoid false-positive warningLuciano Coelho1-2/+2
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-06-13mac80211: stop polling in disassociationDavid Spinadel1-2/+2