]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define vendor specific NDP attribute for peer NDPE support
authorPeng Xu <pxu@codeaurora.org>
Mon, 15 Oct 2018 21:08:35 +0000 (14:08 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 19 Oct 2018 17:44:44 +0000 (20:44 +0300)
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 <jouni@codeaurora.org>
src/common/qca-vendor.h

index 0f8ae2f79263dac45649654bf6321653fb72ce0d..7a4da46532fbcde2feb922f63a5b5bed8024f215 100644 (file)
@@ -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,