summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorSrinivas Dasari <dasaris@codeaurora.org>2018-05-03 17:45:27 +0800
committerMin Liu <minliu@codeaurora.org>2019-01-10 11:14:54 +0800
commit3d2a81a6262967bc280d14be3b0ec23a4bbe8ca0 (patch)
tree7d6788a21d9a1381f2bd06a764982e6ce25a1566 /include/net
parentc2161416e708293ec052b8f0bc1fdfd06160ae8c (diff)
cfg80211: indicate support for external authentication
Define macro to indicate backport support for external authentication where authentication can be offloaded to userspace in specific cases such as SAE. Change-Id: Ib253b303e82f583f61bc13d14c8d491d5ea2af15 CRs-Fixed: 2182553 Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org> Signed-off-by: Jiachao Wu <jiacwu@codeaurora.org> Signed-off-by: Min Liu <minliu@codeaurora.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/cfg80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 8f968375ac46..bac128ded4f0 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -24,6 +24,9 @@
#include <linux/net.h>
#include <net/regulatory.h>
+/* Indicate backport support for external authentication*/
+#define CFG80211_EXTERNAL_AUTH_SUPPORT 1
+
/**
* DOC: Introduction
*