diff options
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 405d151df06d..ea7316ea8cd1 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -5357,6 +5357,7 @@ typedef struct { A_UINT32 tlv_header; A_UINT32 vdev_id; /* home vdev id */ A_UINT32 meas_token; /* from measure request frame */ + A_UINT32 dialog_token; A_UINT32 number_bursts; /* zero keep sending until cancel, bigger than 0 means times e.g. 1,2 */ A_UINT32 burst_interval; /* unit in mill seconds, interval between consecutive burst*/ A_UINT32 burst_cycle; /* times cycle through within one burst */ |
