From 2f186d598ab0e62c7ce0c6eb88f8b0bf237c492b Mon Sep 17 00:00:00 2001 From: Peng Xu Date: Mon, 15 Oct 2018 14:08:35 -0700 Subject: [PATCH] Define vendor specific NDP attribute for peer NDPE support Add NAN NDP attribute QCA_WLAN_VENDOR_ATTR_PEER_NDPE_SUPPORT which indicates if NDP remote peer supports NDPE attribute or not. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 0f8ae2f79..7a4da4653 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -4951,6 +4951,10 @@ enum qca_wlan_vendor_attr_ndp_params { * and ndp confirm. */ QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PROTOCOL = 29, + /* Unsigned 8-bit value indicating if NDP remote peer supports NAN NDPE. + * 1:support 0:not support + */ + QCA_WLAN_VENDOR_ATTR_PEER_NDPE_SUPPORT = 30, /* keep last */ QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST,