Searched refs:format_bw (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h260 * @format_bw: bits 0 - 3: &enum iwl_location_frame_format.
279 u8 format_bw; member in struct:iwl_tof_responder_config_cmd_v7
299 * @format_bw: bits 0 - 3: &enum iwl_location_frame_format.
327 u8 format_bw; member in struct:iwl_tof_responder_config_cmd_v8
345 * @format_bw: bits 0 - 3: &enum iwl_location_frame_format.
377 u8 format_bw; member in struct:iwl_tof_responder_config_cmd_v9
650 * @format_bw: bits 0 - 3: &enum iwl_location_frame_format.
669 u8 format_bw; member in struct:iwl_tof_range_req_ap_entry_v4
701 * @format_bw: bits 0 - 3: &enum iwl_location_frame_format.
729 u8 format_bw; member in struct:iwl_tof_range_req_ap_entry_v6
782 u8 format_bw; member in struct:iwl_tof_range_req_ap_entry_v7
851 u8 format_bw; member in struct:iwl_tof_range_req_ap_entry_v8
932 u8 format_bw; member in struct:iwl_tof_range_req_ap_entry_v9
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c349 u8 *channel, u8 *format_bw,
359 *format_bw = IWL_LOCATION_FRAME_FORMAT_LEGACY;
360 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS;
363 *format_bw = IWL_LOCATION_FRAME_FORMAT_HT;
364 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS;
367 *format_bw = IWL_LOCATION_FRAME_FORMAT_HT;
368 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS;
371 *format_bw = IWL_LOCATION_FRAME_FORMAT_VHT;
372 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS;
380 *format_bw
347 iwl_mvm_ftm_target_chandef_v2(struct iwl_mvm *mvm, struct cfg80211_pmsr_request_peer *peer, u8 *channel, u8 *format_bw, u8 *ctrl_ch_position) argument
[all...]
H A Dftm-responder.c52 u8 *format_bw, u8 *ctrl_ch_position,
57 *format_bw = IWL_LOCATION_FRAME_FORMAT_LEGACY;
58 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS;
61 *format_bw = IWL_LOCATION_FRAME_FORMAT_HT;
62 *format_bw |= IWL_LOCATION_BW_20MHZ << LOCATION_BW_POS;
65 *format_bw = IWL_LOCATION_FRAME_FORMAT_HT;
66 *format_bw |= IWL_LOCATION_BW_40MHZ << LOCATION_BW_POS;
70 *format_bw = IWL_LOCATION_FRAME_FORMAT_VHT;
71 *format_bw |= IWL_LOCATION_BW_80MHZ << LOCATION_BW_POS;
76 *format_bw
51 iwl_mvm_ftm_responder_set_bw_v2(struct cfg80211_chan_def *chandef, u8 *format_bw, u8 *ctrl_ch_position, u8 cmd_ver) argument
[all...]

Completed in 188 milliseconds