qcacmn: Add new feature to control fils discovery on 6Ghz Sap

6Ghz SAP needs to send either a probe response or fils
discovery at every 20ms.

Add a new feature to configure the probe response or
fils discovery frame.

Change-Id: I3b9842021db94515ae4dccbcdc573a4cd84caa56
CRs-Fixed: 2591147
This commit is contained in:
Sandeep Puligilla
2019-12-20 17:24:42 -08:00
committed by nshrivas
parent 412c1e6a88
commit 904e527aa7
2 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -166,6 +166,8 @@
#define WLAN_VDEV_FEXT_MAT 0x20000000
/* VDEV is wired PSTA*/
#define WLAN_VDEV_FEXT_WIRED_PSTA 0x40000000
/* Fils discovery on 6G SAP*/
#define WLAN_VDEV_FEXT_FILS_DISC_6G_SAP 0x80000000
/* VDEV OP flags */
/* if the vap destroyed by user */