|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2021 Qualcomm Innovation Center, Inc. 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
|
|
@@ -258,7 +259,8 @@ typedef enum {
|
|
|
#define WIFI_FEATURE_IE_WHITELIST 0x1000000 /* Support Probe IE white listing */
|
|
|
#define WIFI_FEATURE_SCAN_RAND 0x2000000 /* Support MAC & Probe Sequence Number randomization */
|
|
|
#define WIFI_FEATURE_SET_LATENCY_MODE 0x40000000 /* Set latency mode */
|
|
|
-
|
|
|
+/* Support changing MAC address without iface reset(down and up) */
|
|
|
+#define WIFI_FEATURE_DYNAMIC_SET_MAC 0x10000000
|
|
|
|
|
|
/* Support Tx Power Limit setting */
|
|
|
#define WIFI_FEATURE_SET_TX_POWER_LIMIT 0x4000000
|