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:
parent
ba7d3fe920
commit
2f186d598a
1 changed files with 4 additions and 0 deletions
|
@ -4951,6 +4951,10 @@ enum qca_wlan_vendor_attr_ndp_params {
|
||||||
* and ndp confirm.
|
* and ndp confirm.
|
||||||
*/
|
*/
|
||||||
QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PROTOCOL = 29,
|
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 */
|
/* keep last */
|
||||||
QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST,
|
QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST,
|
||||||
|
|
Loading…
Reference in a new issue