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

Commit bfc05768 authored by Peng Xu's avatar Peng Xu
Browse files

nl80211: Add flags to enable certain scan behavior



Add DBS scan control and per chain RSSI scan flags.

CRs-fixed: 2349366
Change-Id: I32845b7391d334b31038ddeaf1cb0d81559b0c16
Signed-off-by: default avatarPeng Xu <pxu@codeaurora.org>
parent 12165278
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -41,6 +41,12 @@
/* Indicate backport support for FILS SK offload in cfg80211 */
#define CFG80211_FILS_SK_OFFLOAD_SUPPORT 1

/* Indicate backport support for DBS scan control */
#define CFG80211_SCAN_DBS_CONTROL_SUPPORT 1

/* Indicate backport support for per chain rssi scan */
#define CFG80211_SCAN_PER_CHAIN_RSSI_SUPPORT 1

/**
 * DOC: Introduction
 *