Searched refs:dwell_time (Results 1 – 13 of 13) sorted by relevance
1634 af_params->dwell_time = cpu_to_le32(P2P_AF_MED_DWELL_TIME); in brcmf_p2p_pub_af_tx()1639 af_params->dwell_time = cpu_to_le32(P2P_AF_MED_DWELL_TIME); in brcmf_p2p_pub_af_tx()1648 af_params->dwell_time = cpu_to_le32(P2P_AF_MIN_DWELL_TIME); in brcmf_p2p_pub_af_tx()1655 af_params->dwell_time = cpu_to_le32(P2P_AF_MED_DWELL_TIME); in brcmf_p2p_pub_af_tx()1738 u32 requested_dwell = le32_to_cpu(af_params->dwell_time); in brcmf_p2p_send_action_frame()1747 af_params->dwell_time = cpu_to_le32(P2P_AF_DWELL_TIME); in brcmf_p2p_send_action_frame()1780 af_params->dwell_time = in brcmf_p2p_send_action_frame()1785 af_params->dwell_time = in brcmf_p2p_send_action_frame()1883 if (le32_to_cpu(af_params->dwell_time) > delta_ms) in brcmf_p2p_send_action_frame()1884 extra_listen_time = le32_to_cpu(af_params->dwell_time) - in brcmf_p2p_send_action_frame()[all …]
238 __le32 dwell_time; member
5622 af_params->dwell_time = cpu_to_le32(params->wait); in brcmf_cfg80211_mgmt_tx()
357 static u16 iwl_limit_dwell(struct iwl_priv *priv, u16 dwell_time) in iwl_limit_dwell() argument399 return dwell_time; in iwl_limit_dwell()403 dwell_time = min(limit, dwell_time); in iwl_limit_dwell()408 return min(limit, dwell_time); in iwl_limit_dwell()411 return dwell_time; in iwl_limit_dwell()
76 __le32 dwell_time; member
141 mf_params->dwell_time = cpu_to_le32(MGMT_AUTH_FRAME_DWELL_TIME); in brcmf_cyw_mgmt_tx()
508 unsigned int dwell_time; member1017 margining->dwell_time = clamp(val, MIN_DWELL_TIME, MAX_DWELL_TIME); in margining_dwell_time_write()1032 seq_printf(s, "%d\n", margining->dwell_time); in margining_dwell_time_show()1149 u32 nsamples = margining->dwell_time / DWELL_SAMPLE_INTERVAL; in margining_run_sw()1739 margining->dwell_time = MIN_DWELL_TIME; in margining_alloc()
822 __le16 dwell_time; member841 __le16 dwell_time[IPW_SCAN_TYPES]; member
6268 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] = in ipw_request_scan_helper()6276 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] = in ipw_request_scan_helper()6279 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] = in ipw_request_scan_helper()6282 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN] = in ipw_request_scan_helper()6285 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] = in ipw_request_scan_helper()6287 scan.dwell_time[IPW_SCAN_ACTIVE_DIRECT_SCAN] = cpu_to_le16(20); in ipw_request_scan_helper()6323 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] = in ipw_request_scan_helper()
912 __le16 dwell_time; member1216 __le16 dwell_time; member
462 __le32 dwell_time; member2488 __le32 dwell_time; member
5490 le32_encode_bits(ch_info->dwell_time, RTW89_H2C_CHINFO_W0_DWELL) | in rtw89_fw_h2c_scan_list_offload_ax()5573 elem->w0 = le32_encode_bits(ch_info->dwell_time, RTW89_H2C_CHINFO_BE_W0_DWELL) | in rtw89_fw_h2c_scan_list_offload_be()7159 ch_info->dwell_time = RTW89_DWELL_TIME; in rtw89_pno_scan_add_chan_ax()7239 ch_info->dwell_time = RTW89_DWELL_TIME; in rtw89_hw_scan_add_chan_ax()7288 ch_info->dwell_time = RTW89_DWELL_TIME; in rtw89_pno_scan_add_chan_be()7350 ch_info->dwell_time = RTW89_DWELL_TIME; in rtw89_hw_scan_add_chan_be()
350 u8 dwell_time; member375 u8 dwell_time; member
Completed in 164 milliseconds