Home
last modified time | relevance | path

Searched refs:chan_width (Results 1 – 25 of 76) sorted by relevance

1234

/wlan-driver/wpa_supplicant_8/src/ap/
H A Ddfs.h
H A Ddfs.c
H A Ddrv_callbacks.c
H A Dhostapd.h
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_phyerr_tlv.c454 uint32_t chan_width; in dfs_tlv_calc_freq_info() local
478 chan_width = 20; in dfs_tlv_calc_freq_info()
486 chan_offset = chan_width; in dfs_tlv_calc_freq_info()
489 chan_offset = -chan_width; in dfs_tlv_calc_freq_info()
524 int chan_width; in dfs_tlv_calc_event_freq_pulse() local
539 chan_width = (44000 * 2 / 128); in dfs_tlv_calc_event_freq_pulse()
541 chan_width = (40000 * 2 / 128); in dfs_tlv_calc_event_freq_pulse()
547 (*freq_lo) = (uint32_t) ((chan_centre + rs->freq_offset) - chan_width); in dfs_tlv_calc_event_freq_pulse()
548 (*freq_hi) = (uint32_t) ((chan_centre + rs->freq_offset) + chan_width); in dfs_tlv_calc_event_freq_pulse()
H A Ddfs_init.c426 int dfs_check_etsi_overlap(int center_freq, int chan_width, in dfs_check_etsi_overlap() argument
433 chan_freq_low = center_freq - (chan_width / 2); in dfs_check_etsi_overlap()
434 chan_freq_high = center_freq + (chan_width / 2); in dfs_check_etsi_overlap()
449 int chan_width; in dfs_is_en302_502_applicable() local
465 chan_width = wlan_reg_get_bw_value(bss_chan->ch_width); in dfs_is_en302_502_applicable()
472 chan_freq, chan_width / 2, in dfs_is_en302_502_applicable()
480 chan_freq, chan_width / 2, in dfs_is_en302_502_applicable()
485 chan_freq, chan_width, in dfs_is_en302_502_applicable()
H A Ddfs_process_phyerr.c73 int chan_offset = 0, chan_width; in dfs_get_event_freqcentre() local
85 chan_width = dfs_get_event_freqwidth(dfs); in dfs_get_event_freqcentre()
88 chan_offset = chan_width; in dfs_get_event_freqcentre()
90 chan_offset = -chan_width; in dfs_get_event_freqcentre()
112 return dfs_chan2freq(dfs->dfs_curchan) + chan_width; in dfs_get_event_freqcentre()
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral_sim_int.h253 .chan_width = 20,
390 .chan_width = 40,
537 .chan_width = 80,
754 .chan_width = 160,
971 .chan_width = 160,
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_opclass.h202 uint16_t chan_width,
224 uint16_t chan_width,
420 uint16_t chan_width, in reg_freq_width_to_chan_op_class() argument
431 uint16_t chan_width, in reg_freq_width_to_chan_op_class_auto() argument
H A Dreg_opclass.c1160 uint16_t chan_width, in reg_find_opclass_absent_in_ctry_opclss_tables() argument
1169 chan_width, in reg_find_opclass_absent_in_ctry_opclss_tables()
1208 uint16_t chan_width, in reg_freq_width_to_chan_op_class_auto() argument
1216 if (chan_width == BW_40_MHZ) in reg_freq_width_to_chan_op_class_auto()
1226 chan_width, in reg_freq_width_to_chan_op_class_auto()
1232 chan_width, in reg_freq_width_to_chan_op_class_auto()
1241 uint16_t chan_width, in reg_freq_width_to_chan_op_class() argument
1274 if (op_class_tbl->chan_spacing >= chan_width) { in reg_freq_width_to_chan_op_class()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_random_chan_sel.c732 dfs_find_target_channel_in_channel_matrix_for_freq(enum phy_ch_width chan_width, in dfs_find_target_channel_in_channel_matrix_for_freq() argument
742 switch (chan_width) { in dfs_find_target_channel_in_channel_matrix_for_freq()
960 uint16_t chan_width, in dfs_populate_available_channel_for_freq() argument
963 switch (chan_width) { in dfs_populate_available_channel_for_freq()
977 "Invalid chan_width %d", chan_width); in dfs_populate_available_channel_for_freq()
1100 dfs_find_num_sub_channels_for_chwidth_320_160(uint16_t chan_width) in dfs_find_num_sub_channels_for_chwidth_320_160() argument
1102 if (chan_width == DFS_CH_WIDTH_160MHZ) in dfs_find_num_sub_channels_for_chwidth_320_160()
1104 else if (chan_width == DFS_CH_WIDTH_320MHZ) in dfs_find_num_sub_channels_for_chwidth_320_160()
1126 uint16_t chan_width, bool *chan_found) in dfs_find_next_chan_start_freq_for_320_160() argument
1132 dfs_find_num_sub_channels_for_chwidth_320_160(chan_width); in dfs_find_next_chan_start_freq_for_320_160()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c179 uint8_t nss, chan_width; in wma_convert_he_cap() local
235 chan_width = WMI_HECAP_PHY_CBW_GET(phy_cap); in wma_convert_he_cap()
236 he_cap->chan_width_0 = HE_CH_WIDTH_GET_BIT(chan_width, 0); in wma_convert_he_cap()
237 he_cap->chan_width_1 = HE_CH_WIDTH_GET_BIT(chan_width, 1); in wma_convert_he_cap()
238 he_cap->chan_width_2 = HE_CH_WIDTH_GET_BIT(chan_width, 2); in wma_convert_he_cap()
239 he_cap->chan_width_3 = HE_CH_WIDTH_GET_BIT(chan_width, 3); in wma_convert_he_cap()
240 he_cap->chan_width_4 = HE_CH_WIDTH_GET_BIT(chan_width, 4); in wma_convert_he_cap()
241 he_cap->chan_width_5 = HE_CH_WIDTH_GET_BIT(chan_width, 5); in wma_convert_he_cap()
242 he_cap->chan_width_6 = HE_CH_WIDTH_GET_BIT(chan_width, 6); in wma_convert_he_cap()
538 uint8_t chan_width; in wma_print_he_cap() local
[all …]
H A Dwma_features.c660 enum phy_ch_width chan_width) in wma_eht_chan_phy_mode() argument
677 else if (chan_width == CH_WIDTH_160MHZ) in wma_eht_chan_phy_mode()
679 else if (chan_width == CH_WIDTH_320MHZ) in wma_eht_chan_phy_mode()
689 enum phy_ch_width chan_width) in wma_eht_chan_phy_mode() argument
695 enum wlan_phymode wma_chan_phy_mode(uint32_t freq, enum phy_ch_width chan_width, in wma_chan_phy_mode() argument
699 uint16_t bw_val = wlan_reg_get_bw_value(chan_width); in wma_chan_phy_mode()
705 if (chan_width >= CH_WIDTH_INVALID || !bw_val || in wma_chan_phy_mode()
708 chan_width, freq); in wma_chan_phy_mode()
713 if (((CH_WIDTH_5MHZ == chan_width) || in wma_chan_phy_mode()
714 (CH_WIDTH_10MHZ == chan_width)) && in wma_chan_phy_mode()
[all …]
/wlan-driver/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h
H A Dieee802_11_common.c
/wlan-driver/qca-wifi-host-cmn/spectral/core/
H A Dspectral_common.c463 uint32_t chan_width; in spectral_control_cmn() local
469 chan_width = spectral_vdev_get_ch_width(vdev); in spectral_control_cmn()
472 sscan_req->chan_width_req.chan_width = in spectral_control_cmn()
473 (uint32_t)chan_width; in spectral_control_cmn()
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver.h
H A Ddriver_common.c
H A Ddriver_nl80211_event.c
/wlan-driver/qcacld-3.0/core/sme/src/rrm/
H A Dsme_rrm.c1213 enum phy_ch_width chan_width = CH_WIDTH_INVALID; in sme_rrm_fill_freq_list_for_channel_load() local
1255 chan_width = CH_WIDTH_160MHZ; in sme_rrm_fill_freq_list_for_channel_load()
1258 chan_width = CH_WIDTH_80MHZ; in sme_rrm_fill_freq_list_for_channel_load()
1261 chan_width = CH_WIDTH_40MHZ; in sme_rrm_fill_freq_list_for_channel_load()
1265 chan_width = CH_WIDTH_20MHZ; in sme_rrm_fill_freq_list_for_channel_load()
1273 chan_width = bw_ind->channel_width; in sme_rrm_fill_freq_list_for_channel_load()
1278 chan_width = wide_bw->channel_width; in sme_rrm_fill_freq_list_for_channel_load()
1281 sme_rrm_ctx->chan_load_req_info.req_chan_width = chan_width; in sme_rrm_fill_freq_list_for_channel_load()
1282 return mlme_update_freq_in_scan_start_req(vdev, req, chan_width, in sme_rrm_fill_freq_list_for_channel_load()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/inc/
H A Dwlan_dfs_public_struct.h48 uint32_t chan_width; member
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_api.h179 void wma_get_fw_phy_mode_for_freq_cb(uint32_t freq, uint32_t chan_width,
189 void wma_get_phy_mode_cb(qdf_freq_t freq, uint32_t chan_width,
/wlan-driver/qca-wifi-host-cmn/spectral/dispatcher/src/
H A Dwlan_spectral_ucfg_api.c247 sscan_req->chan_width_req.chan_width; in ucfg_spectral_extract_response()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_i.h324 void (*wifi_pos_get_phy_mode)(qdf_freq_t freq, uint32_t chan_width,
/wlan-driver/qca-wifi-host-cmn/spectral/dispatcher/inc/
H A Dwlan_spectral_public_structs.h412 uint32_t chan_width; member

1234