|
@@ -27530,6 +27530,8 @@ typedef struct {
|
|
|
A_UINT32 tlv_header;
|
|
|
/** Maximum number of ndp sessions supported by the Firmware */
|
|
|
A_UINT32 max_ndp_sessions;
|
|
|
+ /** Maximum number of nan pairing sessions supported by the Firmware */
|
|
|
+ A_UINT32 max_pairing_sessions;
|
|
|
} wmi_nan_capabilities;
|
|
|
|
|
|
/** NAN DATA CMD's */
|
|
@@ -27634,6 +27636,10 @@ typedef struct {
|
|
|
A_UINT32 nan_passphrase_len;
|
|
|
/** Actual number of bytes in TLV nan_servicename */
|
|
|
A_UINT32 nan_servicename_len;
|
|
|
+ /** NAN Cipher Suite Capability field */
|
|
|
+ A_UINT32 nan_csid_cap;
|
|
|
+ /** GTK protection is required for the NDP */
|
|
|
+ A_UINT32 nan_gtk_required;
|
|
|
/**
|
|
|
* TLV (tag length value) parameters follow the ndp_initiator_req
|
|
|
* structure. The TLV's are:
|
|
@@ -27679,6 +27685,10 @@ typedef struct {
|
|
|
A_UINT32 nan_passphrase_len;
|
|
|
/** Actual number of bytes in TLV nan_servicename */
|
|
|
A_UINT32 nan_servicename_len;
|
|
|
+ /** NAN Cipher Suite Capability field */
|
|
|
+ A_UINT32 nan_csid_cap;
|
|
|
+ /** GTK protection is required for the NDP */
|
|
|
+ A_UINT32 nan_gtk_required;
|
|
|
/**
|
|
|
* TLV (tag length value) parameters follow the ndp_responder_req
|
|
|
* structure. The TLV's are:
|
|
@@ -27949,6 +27959,10 @@ typedef struct {
|
|
|
wmi_mac_addr self_ndi_mac_addr;
|
|
|
/** Number of bytes in TLV service_id */
|
|
|
A_UINT32 service_id_len;
|
|
|
+ /** NAN Cipher Suite Capability field */
|
|
|
+ A_UINT32 nan_csid_cap;
|
|
|
+ /** GTK protection is required for the NDP */
|
|
|
+ A_UINT32 nan_gtk_required;
|
|
|
/**
|
|
|
* TLV (tag length value) parameters follow the ndp_indication
|
|
|
* structure. The TLV's are:
|