Searched refs:radar_params (Results 1 – 2 of 2) sorted by relevance
137 struct mwifiex_radar_params *radar_params = (void *)data_buf; in mwifiex_cmd_issue_chan_report_request() local145 cr_req->chan_desc.chan_num = radar_params->chandef->chan->hw_value; in mwifiex_cmd_issue_chan_report_request()146 cr_req->chan_desc.chan_width = radar_params->chandef->width; in mwifiex_cmd_issue_chan_report_request()147 cr_req->msec_dwell_time = cpu_to_le32(radar_params->cac_time_ms); in mwifiex_cmd_issue_chan_report_request()149 if (radar_params->cac_time_ms) in mwifiex_cmd_issue_chan_report_request()152 radar_params->chandef->chan->hw_value); in mwifiex_cmd_issue_chan_report_request()162 struct mwifiex_radar_params radar_params; in mwifiex_stop_radar_detection() local164 memset(&radar_params, 0, sizeof(struct mwifiex_radar_params)); in mwifiex_stop_radar_detection()165 radar_params.chandef = chandef; in mwifiex_stop_radar_detection()166 radar_params.cac_time_ms = 0; in mwifiex_stop_radar_detection()[all …]
4150 struct mwifiex_radar_params radar_params; in mwifiex_cfg80211_start_radar_detection() local4169 memset(&radar_params, 0, sizeof(struct mwifiex_radar_params)); in mwifiex_cfg80211_start_radar_detection()4170 radar_params.chandef = chandef; in mwifiex_cfg80211_start_radar_detection()4171 radar_params.cac_time_ms = cac_time_ms; in mwifiex_cfg80211_start_radar_detection()4176 HostCmd_ACT_GEN_SET, 0, &radar_params, true)) in mwifiex_cfg80211_start_radar_detection()