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

Commit f7f44d41 authored by Srinivas Dasari's avatar Srinivas Dasari
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: 2262200
Signed-off-by: default avatarSrinivas Dasari <dasaris@codeaurora.org>
parent bc3bb8a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@
/* Indicate backport support for processing user cell base hint */
#define CFG80211_USER_HINT_CELL_BASE_SELF_MANAGED 1

/* Indicate backport support for external authentication*/
#define CFG80211_EXTERNAL_AUTH_SUPPORT 1

/**
 * DOC: Introduction
 *