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

Commit 0eca6b83 authored by Veerendranath Jakkam's avatar Veerendranath Jakkam
Browse files

cfg80211: Indicate support for configuring PMKSA timer params



This commit adds backport flag to indicate support for configuring PMKSA
timer params such as pmk_lifetime and pmk_reauth_threshold.

Change-Id: Icda969d1f53caf642e21d9ec1b1f21f8be419e5c
CRs-Fixed: 2871040
Signed-off-by: default avatarVeerendranath Jakkam <vjakkam@codeaurora.org>
parent d6a42214
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@
/* Indicate backport support for supported AKM advertisement per interface*/
#define CFG80211_IFTYPE_AKM_SUITES_SUPPORT 1

/* Indicate backport support for configuring PMKSA timer params*/
#define CFG80211_CONFIG_PMKSA_TIMER_PARAMS_SUPPORT 1

/**
 * DOC: Device registration
 *