Browse Source

qcacmn: Add support for delay_start_time in scheduled scan request

Add support to pass delay_start_time to firmware, this delay will be
used before starting the first scan cycle.

Change-Id: I7488fc8da4e22b170e52fb38c8a1d5b49dbf7e2f
CRs-Fixed: 2014142
Arif Hussain 8 năm trước cách đây
mục cha
commit
141de978a5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      wmi_unified_param.h

+ 2 - 0
wmi_unified_param.h

@@ -2218,6 +2218,7 @@ struct pno_nw_type {
  * @sessionId: Session identifier
  * @fast_scan_period: Fast Scan period
  * @slow_scan_period: Slow scan period
+ * @delay_start_time: delay in seconds to use before starting the first scan
  * @fast_scan_max_cycles: Fast scan max cycles
  * @us24GProbeTemplateLen: 2.4G probe template length
  * @p24GProbeTemplate: 2.4G probe template
@@ -2239,6 +2240,7 @@ struct pno_scan_req_params {
 	uint8_t sessionId;
 	uint32_t fast_scan_period;
 	uint32_t slow_scan_period;
+	uint32_t delay_start_time;
 	uint8_t fast_scan_max_cycles;
 	uint32_t        active_min_time;
 	uint32_t        active_max_time;