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

Commit 3b0ca38f authored by Veerendranath Jakkam's avatar Veerendranath Jakkam Committed by Gerrit - the friendly Code Review server
Browse files

cfg80211: Indicate support for AKM advertisement per interface



Define macro to indicate backport support for advertising supported
AKMs per interface type.

Change-Id: I335c458f2a188a9c0a85c7a2ce09603535d0eb64
CRs-Fixed: 2743940
Signed-off-by: default avatarVeerendranath Jakkam <vjakkam@codeaurora.org>
parent 5ee92115
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@
/* Indicate backport support for key configuration for Beacon protection*/
#define CFG80211_BIGTK_CONFIGURATION_SUPPORT 1

/* Indicate backport support for supported AKM advertisement per interface*/
#define CFG80211_IFTYPE_AKM_SUITES_SUPPORT 1

/**
 * DOC: Device registration
 *