From 3d2a81a6262967bc280d14be3b0ec23a4bbe8ca0 Mon Sep 17 00:00:00 2001 From: Srinivas Dasari Date: Thu, 3 May 2018 17:45:27 +0800 Subject: [PATCH] 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 Signed-off-by: Jiachao Wu Signed-off-by: Min Liu --- include/net/cfg80211.h | 3 +++ 1 file changed, 3 insertions(+) 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 #include +/* Indicate backport support for external authentication*/ +#define CFG80211_EXTERNAL_AUTH_SUPPORT 1 + /** * DOC: Introduction *