Searched refs:format_bw (Results 1 – 2 of 2) sorted by relevance
52 u8 *format_bw, u8 *ctrl_ch_position, in iwl_mvm_ftm_responder_set_bw_v2() argument57 *format_bw = IWL_LOCATION_FRAME_FORMAT_LEGACY; in iwl_mvm_ftm_responder_set_bw_v2()58 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()61 *format_bw = IWL_LOCATION_FRAME_FORMAT_HT; in iwl_mvm_ftm_responder_set_bw_v2()62 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()65 *format_bw = IWL_LOCATION_FRAME_FORMAT_HT; in iwl_mvm_ftm_responder_set_bw_v2()66 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()70 *format_bw = IWL_LOCATION_FRAME_FORMAT_VHT; in iwl_mvm_ftm_responder_set_bw_v2()71 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()76 *format_bw = IWL_LOCATION_FRAME_FORMAT_HE; in iwl_mvm_ftm_responder_set_bw_v2()[all …]
74 target->format_bw = IWL_LOCATION_FRAME_FORMAT_LEGACY; in iwl_mld_ftm_set_target_chandef()75 target->format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mld_ftm_set_target_chandef()78 target->format_bw = IWL_LOCATION_FRAME_FORMAT_HT; in iwl_mld_ftm_set_target_chandef()79 target->format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mld_ftm_set_target_chandef()82 target->format_bw = IWL_LOCATION_FRAME_FORMAT_HT; in iwl_mld_ftm_set_target_chandef()83 target->format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mld_ftm_set_target_chandef()86 target->format_bw = IWL_LOCATION_FRAME_FORMAT_VHT; in iwl_mld_ftm_set_target_chandef()87 target->format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mld_ftm_set_target_chandef()90 target->format_bw = IWL_LOCATION_FRAME_FORMAT_HE; in iwl_mld_ftm_set_target_chandef()91 target->format_bw |= IWL_LOCATION_BW_160MHZ << LOCATION_BW_POS; in iwl_mld_ftm_set_target_chandef()[all …]