qcacmn: Add SCAN 6GHz extension flags

Add 6Ghz scan extension flags to control the
scan on 6Ghz frequency.

Change-Id: I5d7068d0fa4daf68b5373d47143454a7bf540155
CRs-Fixed: 2560593
This commit is contained in:
Sandeep Puligilla
2019-11-06 12:16:15 -08:00
committed by nshrivas
szülő b4b955e93c
commit 7345e2dd03

Fájl megtekintése

@@ -131,6 +131,21 @@ struct probe_time_dwell_time {
*/
#define SCAN_FLAG_EXT_FILTER_PUBLIC_ACTION_FRAME 0x4
/* Indicate to scan all PSC channel */
#define SCAN_FLAG_EXT_6GHZ_SCAN_ALL_PSC_CH 0x8
/* Indicate to scan all NON-PSC channel */
#define SCAN_FLAG_EXT_6GHZ_SCAN_ALL_NON_PSC_CH 0x10
/* Indicate to save scan result matching hint from scan client */
#define SCAN_FLAG_EXT_6GHZ_MATCH_HINT 0x20
/* Skip any channel on which RNR information is not received */
#define SCAN_FLAG_EXT_6GHZ_SKIP_NON_RNR_CH 0x40
/* Indicate client hint req is high priority than FW rnr or FILS discovery */
#define SCAN_FLAG_EXT_6GHZ_CLIENT_HIGH_PRIORITY 0x80
/* Passive dwell time if bt_a2dp is enabled. Time in msecs*/
#define PASSIVE_DWELL_TIME_BT_A2DP_ENABLED 28