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: Veerendranath Jakkam <vjakkam@codeaurora.org>
This commit is contained in:
Veerendranath Jakkam 2020-07-30 01:50:12 +05:30 committed by Gerrit - the friendly Code Review server
parent 5ee92115ff
commit 3b0ca38f32

View File

@ -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
*