summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: connect with HT20 if HT40 is not permittedJohannes Berg2012-10-171-10/+20
* cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2012-10-151-2/+3
* mac80211: don't send delBA before disassocJohannes Berg2012-09-211-1/+1
* mac80211: change locking around ieee80211_recalc_smpsJohannes Berg2012-09-141-1/+1
* mac80211: handle power constraint/country IE betterJohannes Berg2012-09-141-16/+68
* mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli2012-09-071-50/+10Star
* mac80211: check power constraint IE size when parsingJohannes Berg2012-09-061-8/+2Star
* mac80211: disconnect if channel switch failsJohannes Berg2012-09-061-18/+37
* Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2012-09-061-0/+6
|\
| * mac80211: clear bssid on auth/assoc failureEliad Peller2012-09-041-0/+4
| * mac80211: clear timer bits when disconnectingJohannes Berg2012-08-011-0/+2
* | mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg2012-08-201-2/+4
* | mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2012-08-201-1/+1
* | mac80211: check size of channel switch IE when parsingJohannes Berg2012-08-201-7/+3Star
* | mac80211: fix CSA handling timerJohannes Berg2012-08-201-3/+2Star
* | mac80211: clean up CSA handling codeJohannes Berg2012-08-201-18/+16Star
* | mac80211: remove unneeded 'bssid' variableJohannes Berg2012-08-201-4/+2Star
* | mac80211: reset station MLME flags upon new associationJohannes Berg2012-08-011-4/+7
* | mac80211: fix current vs. operating channel in preq/beaconJohannes Berg2012-07-311-1/+3
* | mac80211: use oper_channel in managed mlmeJohannes Berg2012-07-311-6/+6
* | mac80211: set channel only once during auth/assocJohannes Berg2012-07-311-26/+43
* | mac80211: rename sta to new_staJohannes Berg2012-07-311-8/+8
* | mac80211: supress HT/VHT disable if not supportedJohannes Berg2012-07-311-4/+6
* | mac80211: add PS flag to bss_confEliad Peller2012-07-311-0/+15
* | mac80211: don't call mgd_prepare_tx when associatedEmmanuel Grumbach2012-07-311-4/+5
* | mac80211: don't react to beacon loss if HW monitoringJohannes Berg2012-07-311-0/+3
* | mac80211: VHT (11ac) associationMahesh Palivela2012-07-311-2/+38
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-171-6/+11
|\
| * mac80211: go out of PS before sending disassocEliad Peller2012-07-171-6/+11
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-121-22/+23
|\|
| * mac80211: add time synchronisation with BSS for assocJohannes Berg2012-07-121-7/+8
| * mac80211: remove unused assignmentJohannes Berg2012-07-091-1/+1
| * mac80211: update BSS info on AC parameters changeJohannes Berg2012-07-091-14/+14
* | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-07-091-6/+22
|\|
| * mac80211: add TX prepare APIJohannes Berg2012-07-031-0/+8
| * mac80211: allow calling ieee80211_ap_probereq_get() during auth/assocEliad Peller2012-07-021-3/+10
| * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-06-281-3/+3
| |\
| * | mac80211: don't require associated->beacon_ies for psEliad Peller2012-06-281-3/+0Star
| * | mac80211: flush queues before deauth/disassocEliad Peller2012-06-281-0/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-091-11/+8Star
|\ \ \ | |_|/ |/| |
| * | mac80211: destroy assoc_data correctly if assoc failsEliad Peller2012-07-091-4/+2Star
| * | mac80211: clear ifmgd->bssid only after building DELBAEliad Peller2012-06-211-7/+6Star
* | | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-06-261-110/+93Star
|\ \ \ | | |/ | |/|
| * | mac80211: clean up debuggingJohannes Berg2012-06-241-110/+93Star
* | | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-06-221-8/+8
|\| |
| * | mac80211: save wmm_acm per sdataYoni Divinsky2012-06-201-5/+5
| * | mac80211: use the correct capability info in ieee80211_set_associated()Luciano Coelho2012-06-201-1/+1
| * | mac80211: initialize sta pointer to avoid false-positive warningLuciano Coelho2012-06-201-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-131-2/+2
|\ \ \ | | |/ | |/|
| * | mac80211: stop polling in disassociationDavid Spinadel2012-06-131-2/+2