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

Commit 5740ec30 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cfg80211: Add macros to indicate backport support for FILS"

parents 5a44b2bd e8373c27
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -39,6 +39,12 @@
/* backport support for specifying reason for connect timeout */
#define CFG80211_CONNECT_TIMEOUT_REASON_CODE 1

/* Indicate backport support for the new connect done api */
#define CFG80211_CONNECT_DONE 1

/* Indicate backport support for FILS SK offload in cfg80211 */
#define CFG80211_FILS_SK_OFFLOAD_SUPPORT 1

/**
 * DOC: Introduction
 *