Home
last modified time | relevance | path

Searched refs:LOCATION_BW_POS (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-responder.c58 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; 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()
66 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; 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()
77 *format_bw |= IWL_LOCATION_BW_160MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_responder_set_bw_v2()
H A Dftm-initiator.c269 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()
273 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()
277 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()
281 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()
290 *format_bw |= IWL_LOCATION_BW_160MHZ << LOCATION_BW_POS; in iwl_mvm_ftm_target_chandef_v2()
/src/sys/contrib/dev/iwlwifi/mld/
H A Dftm-initiator.c75 target->format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS; 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()
83 target->format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS; 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()
91 target->format_bw |= IWL_LOCATION_BW_160MHZ << LOCATION_BW_POS; in iwl_mld_ftm_set_target_chandef()
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Dlocation.h709 #define LOCATION_BW_POS 4 macro