summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)Author
2019-02-22mac80211: ignore quiet mode in probeSara Sharon
2019-02-22mac80211: allow CSA to self with immediate quietSara Sharon
2019-02-22mac80211: notify driver on subsequent CSA beaconsSara Sharon
2019-02-22mac80211: abort CSA if beacon does not include CSA IEsSara Sharon
2019-02-22mac80211: support max channel switch time elementSara Sharon
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen
2019-02-08mac80211: indicate support for multiple BSSIDSara Sharon
2019-02-08mac80211: support multi-bssidSara Sharon
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller
2018-12-18mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz
2018-12-18mac80211: set STA flag DISABLE_HE if HE is not supportedShaul Triebitz
2018-12-18mac80211: update driver when MU EDCA params changeShaul Triebitz
2018-12-18mac80211: propagate the support for TWT to the driverEmmanuel Grumbach
2018-11-09mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun
2018-10-11mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen
2018-10-11mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen
2018-10-11mac80211: Helper function for marking STA authenticatedJouni Malinen
2018-09-05mac80211: fix saving a few HE valuesNaftali Goldstein
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-09-03mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach
2018-09-03mac80211: Fix station bandwidth setting after channel switchIlan Peer
2018-06-29mac80211: remove unnecessary NULL checkJohannes Berg
2018-06-29mac80211: fix potential null pointer dereferenceGustavo A. R. Silva
2018-06-18mac80211: add support for HELuca Coelho
2018-06-15mac80211: split ieee80211_send_probe_req()Johannes Berg
2018-06-15mac80211: add probe request building flagsJohannes Berg
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer
2018-05-07mac80211: Adjust SAE authentication timeoutIlan Peer
2018-04-19mac80211: Fix condition validating WMM IEIlan Peer
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller
2018-03-29mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior
2018-03-29mac80211: remove shadowing duplicated variableJohannes Berg
2018-03-29mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidTosoni
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies
2018-02-22mac80211: Call mgd_prep_tx before transmitting deauthenticationIlan Peer
2018-02-22mac80211: add get TID helperSara Sharon
2017-12-11mac80211: don't warn on AID field without top two MSBs setJohannes Berg
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook
2017-10-13mac80211: don't track HT capability changesJohannes Berg
2017-09-21mac80211: simplify and clarify IE splittingJohannes Berg
2017-09-05mac80211: fix incorrect assignment of reassoc valueSimon Dinkin
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: introduce and use skb_put_data()Johannes Berg