mbox series

[0/2] wifi: Support higher length KCK key in GTK offload

Message ID 20221206143715.1802987-1-quic_vjakkam@quicinc.com
Headers show
Series wifi: Support higher length KCK key in GTK offload | expand

Message

Veerendranath Jakkam Dec. 6, 2022, 2:37 p.m. UTC
This series contains changes needed to allow KCK key with more than 16
bytes length in NL80211_CMD_SET_REKEY_OFFLOAD.

Shivani Baranwal (2):
  wifi: cfg80211: Fix extended KCK key length check in
    nl80211_set_rekey_data()
  wifi: cfg80211: Support 32 bytes KCK key in GTK rekey offload

 include/net/cfg80211.h       | 3 ++-
 include/uapi/linux/nl80211.h | 1 +
 net/wireless/nl80211.c       | 6 ++++--
 3 files changed, 7 insertions(+), 3 deletions(-)