linux-stable/drivers/staging/wlan-ng
Veerendranath Jakkam e7a7b84e33 wifi: cfg80211: Add link_id parameter to various key operations for MLO
Add support for various key operations on MLD by adding new parameter
link_id. Pass the link_id received from userspace to driver for add_key,
get_key, del_key, set_default_key, set_default_mgmt_key and
set_default_beacon_key to support configuring keys specific to each MLO
link. Userspace must not specify link ID for MLO pairwise key since it
is common for all the MLO links.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
Link: https://lore.kernel.org/r/20220730052643.1959111-4-quic_vjakkam@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2022-08-25 10:41:05 +02:00
..
Kconfig
Makefile
README
cfg80211.c wifi: cfg80211: Add link_id parameter to various key operations for MLO 2022-08-25 10:41:05 +02:00
hfa384x.h staging/wlan-ng, prism2usb: replace completion_bh tasklet with work 2022-04-12 15:53:50 +02:00
hfa384x_usb.c staging/wlan-ng: get the correct struct hfa384x in work callback 2022-07-01 09:58:58 +02:00
p80211conv.c staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211conv.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211hdr.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211ioctl.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211metadef.h
p80211metastruct.h
p80211mgmt.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211msg.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211netdev.c staging: Use netif_rx(). 2022-03-07 11:40:40 +00:00
p80211netdev.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211req.c staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211req.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211types.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211wep.c staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
prism2fw.c
prism2mgmt.c staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
prism2mgmt.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
prism2mib.c staging: wlan-ng: Removed unused comments 2021-11-15 10:02:05 +01:00
prism2sta.c staging: use eth_hw_addr_set() in orphan drivers 2021-10-20 19:33:59 +02:00
prism2usb.c staging/wlan-ng, prism2usb: replace completion_bh tasklet with work 2022-04-12 15:53:50 +02:00

README

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- move to use the in-kernel wireless stack

Please send any patches or complaints about this driver to Greg
Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
kernel developers about it, they want nothing to do with it.