|
@@ -1267,6 +1267,11 @@ static inline void scm_print_scan_req_info(struct scan_req_params *req)
|
|
|
req->scan_ctrl_flags_ext, req->scan_events,
|
|
|
req->scan_policy_type, req->scan_f_wide_band,
|
|
|
req->scan_priority);
|
|
|
+ scm_nofl_debug("Scan Type %d rest time: min %d max %d probe spacing %d idle %d probe delay %d scan offset %d burst duration %d adaptive dwell mode %d",
|
|
|
+ req->scan_type, req->min_rest_time, req->max_rest_time,
|
|
|
+ req->probe_spacing_time, req->idle_time,
|
|
|
+ req->probe_delay, req->scan_offset_time,
|
|
|
+ req->burst_duration, req->adaptive_dwell_time_mode);
|
|
|
|
|
|
for (idx = 0; idx < req->num_ssids; idx++)
|
|
|
scm_nofl_debug("SSID[%d]: " QDF_SSID_FMT, idx,
|