summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
...
* wifi: nl80211: send MLO links channel info in GET_INTERFACEVeerendranath Jakkam2022-08-251-0/+7
* wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg2022-08-251-5/+13
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-29/+97
* wifi: cfg80211: add link id to txq paramsShaul Triebitz2022-08-251-2/+15
* 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-221-10/+9
* 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: 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: 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-151-1/+4
* 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-151-9/+2
* wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg2022-07-151-6/+6
* wifi: cfg80211: adjust assoc comeback for MLOJohannes Berg2022-07-151-3/+3
* wifi: nl80211: acquire wdev mutex for dump_surveyJohannes Berg2022-07-151-0/+2
* 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-151-46/+51
* wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz2022-07-151-8/+160
* wifi: nl80211: fix sending link ID info of associated BSSVeerendranath Jakkam2022-07-111-1/+2
* 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-011-1/+6
* 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-201-6/+114
* wifi: nl80211: expose link ID for associated BSSesJohannes Berg2022-06-201-2/+4
* wifi: nl80211: expose link information for interfacesJohannes Berg2022-06-201-0/+22
* wifi: cfg80211: add optional link add/remove callbacksJohannes Berg2022-06-201-1/+13
* wifi: nl80211: support MLO in auth/assocJohannes Berg2022-06-201-3/+88
* wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg2022-06-201-10/+22
* wifi: nl80211: refactor BSS lookup in nl80211_associate()Johannes Berg2022-06-201-21/+38
* wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg2022-06-201-3/+11
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-164/+459
* Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-191-178/+238
|\
| * nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-161-32/+32
| * cfg80211: support disabling EHT modeMuna Sinada2022-05-041-0/+7