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

Commit 3d2a81a6 authored by Srinivas Dasari's avatar Srinivas Dasari Committed by Min Liu
Browse files

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: default avatarSrinivas Dasari <dasaris@codeaurora.org>
Signed-off-by: default avatarJiachao Wu <jiacwu@codeaurora.org>
Signed-off-by: default avatarMin Liu <minliu@codeaurora.org>
parent c2161416
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
 *