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 <jouni@codeaurora.org>
This commit is contained in:
Peng Xu 2018-10-15 14:08:35 -07:00 committed by Jouni Malinen
parent ba7d3fe920
commit 2f186d598a

View 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,