summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIJohannes Berg2022-07-221-0/+12
* wifi: cfg80211: report link ID in NL80211_CMD_FRAMEJohannes Berg2022-07-221-0/+2
* wifi: cfg80211: add hardware timestamps to frame RX infoAvraham Stern2022-07-221-1/+9
* wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern2022-07-224-28/+25
* wifi: cfg80211: add a function for reporting TX status with hardware timestampsAvraham Stern2022-07-221-14/+28
* wifi: nl80211: require MLD address on link STA add/modifyJohannes Berg2022-07-221-3/+2
* wifi: mac80211: remove stray printkJohannes Berg2022-07-151-1/+0
* wifi: mac80211: support MLO authentication/association with one linkJohannes Berg2022-07-151-0/+3
* wifi: cfg80211: add cfg80211_get_iftype_ext_capa()Johannes Berg2022-07-151-0/+14
* wifi: nl80211: fix some attribute policy entriesJohannes Berg2022-07-151-9/+9
* wifi: nl80211: reject fragmented and non-inheritance elementsJohannes Berg2022-07-151-0/+25
* wifi: nl80211: reject link specific elements on assoc linkJohannes Berg2022-07-151-0/+7
* wifi: cfg80211: set country_elem to NULLJohannes Berg2022-07-151-1/+1
* wifi: nl80211: advertise MLO supportJohannes Berg2022-07-151-0/+3
* wifi: nl80211: allow link ID in set_wiphy with frequencyIlan Peer2022-07-151-2/+5
* wifi: cfg80211/mac80211: Support control port TX from specific linkAndrei Otcheretianski2022-07-153-8/+15
* wifi: nl80211: Support MLD parameters in nl80211_set_station()Andrei Otcheretianski2022-07-151-1/+22
* wifi: nl80211: check MLO support in authenticateJohannes Berg2022-07-151-0/+2
* wifi: nl80211: set BSS to NULL if IS_ERR()Johannes Berg2022-07-151-0/+1
* wifi: nl80211: add EML/MLD capabilities to per-iftype capabilitiesJohannes Berg2022-07-151-0/+9
* wifi: nl80211: better validate link ID for stationsJohannes Berg2022-07-151-9/+17
* wifi: cfg80211: clean up links appropriatelyJohannes Berg2022-07-154-10/+52
* wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLOJohannes Berg2022-07-152-30/+50
* wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg2022-07-153-26/+22
* wifi: cfg80211: adjust assoc comeback for MLOJohannes Berg2022-07-152-8/+8
* wifi: cfg80211: prepare association failure APIs for MLOJohannes Berg2022-07-152-20/+35
* wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_requestJohannes Berg2022-07-153-10/+5
* wifi: nl80211: acquire wdev mutex for dump_surveyJohannes Berg2022-07-151-0/+2
* wifi: cfg80211: drop BSS elements from assoc trace for nowJohannes Berg2022-07-152-21/+3
* wifi: nl80211: enable setting the link address at new stationShaul Triebitz2022-07-151-1/+19
* wifi: nl80211: hold wdev mutex for station APIsJohannes Berg2022-07-151-1/+10
* wifi: nl80211: hold wdev mutex for channel switch APIsJohannes Berg2022-07-151-5/+16
* wifi: nl80211: hold wdev mutex in add/mod/del link stationJohannes Berg2022-07-151-3/+13
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-152-56/+65
* wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz2022-07-153-8/+305
* wifi: cfg80211: Allow MLO TX with link source addressAndrei Otcheretianski2022-07-151-1/+13
* wifi: cfg80211: use strscpy to replace strlcpyXueBing Chen2022-07-151-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+2
|\
| * wifi: cfg80211: Allow P2P client interface to indicate port authorizationVinayak Yadawad2022-06-291-1/+2
* | wifi: nl80211: fix sending link ID info of associated BSSVeerendranath Jakkam2022-07-111-1/+2
* | wifi: cfg80211: fix a comment in cfg80211_mlme_mgmt_tx()Veerendranath Jakkam2022-07-111-1/+1
* | wifi: nl80211: Fix reading NL80211_ATTR_MLO_LINK_ID in nl80211_pre_doitVeerendranath Jakkam2022-07-111-1/+1
* | wifi: nl80211: retrieve EHT related elements in AP modeAloka Dixit2022-07-011-2/+24
* | wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settingsVeerendranath Jakkam2022-07-012-1/+12
* | wifi: cfg80211: remove chandef check in cfg80211_cac_event()Johannes Berg2022-07-011-3/+0
* | wifi: nl80211: relax wdev mutex check in wdev_chandef()Johannes Berg2022-07-011-1/+11
* | wifi: nl80211: acquire wdev mutex earlier in start_apJohannes Berg2022-07-011-12/+13
* | wifi: nl80211: hold wdev mutex for tid configJohannes Berg2022-07-011-0/+3
* | wifi: cfg80211: handle IBSS in channel switchJohannes Berg2022-07-011-0/+3
* | cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-203-114/+401