summaryrefslogtreecommitdiff
path: root/include/net/cfg80211.h
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-251-1/+3
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-12/+25
* wifi: cfg80211: add link id to txq paramsShaul Triebitz2022-08-251-0/+2
* wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIJohannes Berg2022-07-221-0/+4
* wifi: cfg80211: report link ID in NL80211_CMD_FRAMEJohannes Berg2022-07-221-0/+5
* wifi: cfg80211: add hardware timestamps to frame RX infoAvraham Stern2022-07-221-0/+4
* wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern2022-07-221-4/+56
* wifi: cfg80211: add a function for reporting TX status with hardware timestampsAvraham Stern2022-07-221-2/+45
* wifi: cfg80211: add cfg80211_get_iftype_ext_capa()Johannes Berg2022-07-151-0/+8
* wifi: cfg80211/mac80211: Support control port TX from specific linkAndrei Otcheretianski2022-07-151-1/+1
* wifi: nl80211: add EML/MLD capabilities to per-iftype capabilitiesJohannes Berg2022-07-151-0/+4
* wifi: cfg80211: add ieee80211_chanwidth_rate_flags()Johannes Berg2022-07-151-6/+19
* wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLOJohannes Berg2022-07-151-1/+8
* wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg2022-07-151-7/+17
* wifi: cfg80211: adjust assoc comeback for MLOJohannes Berg2022-07-151-2/+2
* wifi: cfg80211: prepare association failure APIs for MLOJohannes Berg2022-07-151-12/+17
* wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_requestJohannes Berg2022-07-151-3/+3
* wifi: cfg80211: make cfg80211_auth_request::key_idx signedJohannes Berg2022-07-151-1/+2
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-26/+2
* wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz2022-07-151-0/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+3
|\
| * wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-291-2/+3
* | wifi: nl80211: retrieve EHT related elements in AP modeAloka Dixit2022-07-011-0/+4
* | wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settingsVeerendranath Jakkam2022-07-011-1/+10
* | wifi: cfg80211: remove redundant documentationJohannes Berg2022-07-011-10/+0
* | wifi: cfg80211: fix kernel-doc warnings all over the fileMauro Carvalho Chehab2022-07-011-7/+21
* | cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-23/+61
* | wifi: cfg80211: add optional link add/remove callbacksJohannes Berg2022-06-201-0/+12
* | wifi: nl80211: support MLO in auth/assocJohannes Berg2022-06-201-0/+31
* | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-10/+89
|/
* net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-221-0/+2
* cfg80211: fix kernel-doc for cfg80211_beacon_dataJohannes Berg2022-05-171-1/+1
* nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-161-2/+5
* cfg80211: support disabling EHT modeMuna Sinada2022-05-041-0/+2
* cfg80211: remove cfg80211_get_chan_state()Johannes Berg2022-05-041-5/+0
* cfg80211: Support configuration of station EHT capabilitiesIlan Peer2022-02-161-0/+4
* cfg80211: add NO-EHT flag to regulatoryIlan Peer2022-02-161-0/+2
* nl80211: add EHT MCS supportVeerendranath Jakkam2022-02-161-0/+11
* cfg80211: Add support for EHT 320 MHz channel widthJia Ding2022-02-161-1/+6
* cfg80211: Add data structures to capture EHT capabilitiesIlan Peer2022-02-161-0/+63
* cfg80211: fix -Wcast-qual warningsJohannes Berg2022-02-041-5/+5
* nl80211: Add support to set AP settings flags with single attributeVeerendranath Jakkam2021-12-201-11/+0
* cfg80211: Use the HE operation IE to determine a 6GHz BSS channelAyala Beker2021-12-201-11/+13
* cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-201-10/+10
* cfg80211: Add support for notifying association comebackIlan Peer2021-12-201-0/+12
* cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi2021-11-261-3/+21
* cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi2021-11-191-10/+4
* cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi2021-11-191-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-2/+0
|\
| * cfg80211: fix management registrations lockingJohannes Berg2021-10-251-2/+0