summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/nan_i.h
diff options
context:
space:
mode:
authorSubhani Shaik <subhanis@codeaurora.org>2017-01-04 14:35:21 -0800
committerEtan Cohen <etancohen@google.com>2017-01-04 15:25:21 -0800
commitd460c4094816259915b8e9ca8274af190772f34c (patch)
tree220c9d256e8fdf880fa4fd65b73ca3095ef31300 /qcwcn/wifi_hal/nan_i.h
parentbd0be3a542b506f72fd73690ebd9a9bc790d527f (diff)
downloadwlan-d460c4094816259915b8e9ca8274af190772f34c.tar.gz
WifiHal: Configure Discovery indications
Bug: 33250076 Test: integration tests (sl4a) passing - no regressions Change-Id: If948fa6bcf0cb53293f91ba2e9b21111c38697b4
Diffstat (limited to 'qcwcn/wifi_hal/nan_i.h')
-rw-r--r--qcwcn/wifi_hal/nan_i.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/qcwcn/wifi_hal/nan_i.h b/qcwcn/wifi_hal/nan_i.h
index c0d25e4..de4d0ce 100644
--- a/qcwcn/wifi_hal/nan_i.h
+++ b/qcwcn/wifi_hal/nan_i.h
@@ -142,6 +142,7 @@ typedef enum
NAN_TLV_TYPE_NAN_PMK = 20,
NAN_TLV_TYPE_SDEA_CTRL_PARAMS = 21,
NAN_TLV_TYPE_NAN_RANGING_CFG = 22,
+ NAN_TLV_TYPE_CONFIG_DISCOVERY_INDICATIONS = 23,
NAN_TLV_TYPE_SDF_LAST = 4095,
/* Configuration types */
@@ -626,6 +627,15 @@ typedef struct PACKED
SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
)
+/* Config Discovery Indication */
+ typedef struct PACKED
+ {
+ u32 disableDiscoveryMacAddressEvent:1;
+ u32 disableDiscoveryStartedClusterEvent:1;
+ u32 disableDiscoveryJoinedClusterEvent:1;
+ u32 reserved:29;
+ } NanConfigDiscoveryIndications;
+
/* NAN Enable Req */
typedef struct PACKED
{