Searched refs:radar_params (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | 11h.c | 153 struct mwifiex_radar_params *radar_params = (void *)data_buf; mwifiex_cmd_issue_chan_report_request() local 160 cr_req->chan_desc.chan_num = radar_params->chandef->chan->hw_value; mwifiex_cmd_issue_chan_report_request() 161 cr_req->chan_desc.chan_width = radar_params->chandef->width; mwifiex_cmd_issue_chan_report_request() 162 cr_req->msec_dwell_time = cpu_to_le32(radar_params->cac_time_ms); mwifiex_cmd_issue_chan_report_request() 164 if (radar_params->cac_time_ms) mwifiex_cmd_issue_chan_report_request() 167 radar_params->chandef->chan->hw_value); mwifiex_cmd_issue_chan_report_request() 177 struct mwifiex_radar_params radar_params; mwifiex_stop_radar_detection() local 179 memset(&radar_params, 0, sizeof(struct mwifiex_radar_params)); mwifiex_stop_radar_detection() 180 radar_params.chandef = chandef; mwifiex_stop_radar_detection() 181 radar_params.cac_time_ms = 0; mwifiex_stop_radar_detection() 184 HostCmd_ACT_GEN_SET, 0, &radar_params, true); mwifiex_stop_radar_detection()
|
H A D | cfg80211.c | 3598 struct mwifiex_radar_params radar_params; mwifiex_cfg80211_start_radar_detection() local 3617 memset(&radar_params, 0, sizeof(struct mwifiex_radar_params)); mwifiex_cfg80211_start_radar_detection() 3618 radar_params.chandef = chandef; mwifiex_cfg80211_start_radar_detection() 3619 radar_params.cac_time_ms = cac_time_ms; mwifiex_cfg80211_start_radar_detection() 3624 HostCmd_ACT_GEN_SET, 0, &radar_params, true)) mwifiex_cfg80211_start_radar_detection()
|
Completed in 100 milliseconds