summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVidyullatha Kanchanapally <vidyullatha@codeaurora.org>2017-04-10 15:36:44 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-01 01:58:53 -0700
commitf179a6cfb7c2dbbc4c68f3a0bb46fdd1901d3de2 (patch)
tree905e3ca12ddef1ab14f7f3ef5e2d114d003daf23 /include
parent6ee553ab2e91311fc50d50dbd0319457c525b37f (diff)
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: Vidyullatha Kanchanapally <vidyullatha@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 1933689d7cb5..3d11c7d26686 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -74,6 +74,11 @@ struct wiphy;
#define CFG80211_CONNECT_TIMEOUT 1
#define CFG80211_CONNECT_TIMEOUT_REASON_CODE 1
+/* Indicate backport support for the new connect done api */
+#define CFG80211_CONNECT_DONE 1
+/* Indicate backport support for FILS SK offload in cfg80211 */
+#define CFG80211_FILS_SK_OFFLOAD_SUPPORT 1
+
/*
* wireless hardware capability structures
*/