aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-11mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen1-23/+47
2018-10-11mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen1-7/+4
2018-10-11mac80211: Helper function for marking STA authenticatedJouni Malinen1-12/+22
2018-09-05mac80211: fix saving a few HE valuesNaftali Goldstein1-10/+7
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg1-2/+4
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-2/+68
2018-09-03mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach1-2/+15
2018-09-03mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53
2018-06-29mac80211: remove unnecessary NULL checkJohannes Berg1-2/+1
2018-06-29mac80211: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+3
2018-06-18mac80211: add support for HELuca Coelho1-17/+271
2018-06-15mac80211: split ieee80211_send_probe_req()Johannes Berg1-5/+17
2018-06-15mac80211: add probe request building flagsJohannes Berg1-2/+3
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer1-6/+11
2018-05-07mac80211: Adjust SAE authentication timeoutIlan Peer1-7/+18
2018-04-19mac80211: Fix condition validating WMM IEIlan Peer1-1/+1
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-77/+91
2018-03-29mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior1-0/+2
2018-03-29mac80211: remove shadowing duplicated variableJohannes Berg1-2/+0
2018-03-29mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss1-0/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidTosoni1-74/+86
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies1-1/+2
2018-02-22mac80211: Call mgd_prep_tx before transmitting deauthenticationIlan Peer1-1/+15
2018-02-22mac80211: add get TID helperSara Sharon1-1/+1
2017-12-11mac80211: don't warn on AID field without top two MSBs setJohannes Berg1-4/+5
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-18/+14
2017-10-13mac80211: don't track HT capability changesJohannes Berg1-11/+3
2017-09-21mac80211: simplify and clarify IE splittingJohannes Berg1-12/+7
2017-09-05mac80211: fix incorrect assignment of reassoc valueSimon Dinkin1-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-8/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-8/+8
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-4/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+31
2017-06-13mac80211: set bss_info data before configuring the channelJohannes Berg1-10/+28
2017-06-13mac80211: remove 5/10 MHz rate code from station MLMEJohannes Berg1-21/+3
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg1-1/+0
2017-05-08mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho1-0/+4
2017-04-28mac80211: Add support for BSS max idle period elementAvraham Stern1-1/+13
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-2/+12
2017-03-08mac80211: reject/clear user rate mask if not usableJohannes Berg1-0/+2
2017-03-07mac80211: ignore VHT membership selector when parsing ratesJohannes Berg1-5/+5
2017-03-06mac80211: Print text for disassociation reasonArkadiusz Miskiewicz1-2/+3
2017-03-06mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski1-0/+24
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-1/+1
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-3/+4
2016-12-13mac80211: Remove unused 'beaconint_us' variableKirtika Ruchandani1-4/+0