Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69f893c0 authored by Vidyullatha Kanchanapally's avatar Vidyullatha Kanchanapally Committed by Gerrit - the friendly Code Review server
Browse files

cfg80211: Add macros to indicate backport support for FILS



This change adds two macros, one to indicate backport support for the
new connect done event which takes connection response parameters as a
structure instead of function arguments and the other macro is to
indicate backport support for FILS shared key authentication offload to
driver.

Change-Id: I6fb562741bb2abacbe1c7c7ffbf4b2afb25e555b
CRs-Fixed: 2028536
Signed-off-by: default avatarVidyullatha Kanchanapally <vidyullatha@codeaurora.org>
Signed-off-by: default avatarAnkita Bajaj <bankita@codeaurora.org>
Signed-off-by: default avatarHardik Kantilal Patel <hkpatel@codeaurora.org>
parent 1daf1a37
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,6 +31,9 @@
/* Indicate support for including KEK length in rekey data */
#define CFG80211_REKEY_DATA_KEK_LEN 1

/* Indicate backport support for FILS SK offload in cfg80211 */
#define CFG80211_FILS_SK_OFFLOAD_SUPPORT 1

/**
 * DOC: Introduction
 *