Home
last modified time | relevance | path

Searched refs:chwidth (Results 1 – 25 of 27) sorted by relevance

12

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c111 enum eSirMacHTChannelWidth chwidth; in hdd_son_chan_width_to_chan_width() local
115 chwidth = eHT_CHANNEL_WIDTH_20MHZ; in hdd_son_chan_width_to_chan_width()
118 chwidth = eHT_CHANNEL_WIDTH_40MHZ; in hdd_son_chan_width_to_chan_width()
121 chwidth = eHT_CHANNEL_WIDTH_80MHZ; in hdd_son_chan_width_to_chan_width()
124 chwidth = eHT_CHANNEL_WIDTH_160MHZ; in hdd_son_chan_width_to_chan_width()
127 chwidth = eHT_CHANNEL_WIDTH_80P80MHZ; in hdd_son_chan_width_to_chan_width()
130 chwidth = eHT_MAX_CHANNEL_WIDTH; in hdd_son_chan_width_to_chan_width()
133 return chwidth; in hdd_son_chan_width_to_chan_width()
146 enum eSirMacHTChannelWidth chwidth; in hdd_son_set_chwidth() local
161 chwidth = hdd_son_chan_width_to_chan_width(son_chwidth); in hdd_son_set_chwidth()
[all …]
H A Dwlan_hdd_cfg.c2418 hdd_convert_chwidth_to_phy_chwidth(enum eSirMacHTChannelWidth chwidth) in hdd_convert_chwidth_to_phy_chwidth() argument
2422 switch (chwidth) { in hdd_convert_chwidth_to_phy_chwidth()
2442 hdd_debug("Invalid channel width %d", chwidth); in hdd_convert_chwidth_to_phy_chwidth()
2485 enum eSirMacHTChannelWidth chwidth; member
2541 sme_config_msg_ctx->chwidth); in hdd_restore_sme_config_cb()
2556 sme_config_msg_ctx->chwidth); in hdd_restore_sme_config_cb()
2558 sme_config_msg_ctx->chwidth); in hdd_restore_sme_config_cb()
2612 enum eSirMacHTChannelWidth chwidth, in hdd_restore_sme_config() argument
2632 sme_config_msg_ctx->chwidth = chwidth; in hdd_restore_sme_config()
2694 enum eSirMacHTChannelWidth chwidth, in hdd_update_channel_width() argument
[all …]
H A Dwlan_hdd_cfg80211.h986 enum eSirMacHTChannelWidth chwidth,
H A Dwlan_hdd_cfg80211.c11202 enum eSirMacHTChannelWidth chwidth) in hdd_mac_chwidth_to_bonding_mode() argument
11206 switch (chwidth) { in hdd_mac_chwidth_to_bonding_mode()
11218 enum eSirMacHTChannelWidth chwidth, in hdd_set_mac_chan_width() argument
11223 bonding_mode = hdd_mac_chwidth_to_bonding_mode(chwidth); in hdd_set_mac_chan_width()
11225 return hdd_update_channel_width(link_info, chwidth, in hdd_set_mac_chan_width()
11246 enum eSirMacHTChannelWidth chwidth; in hdd_set_channel_width() local
11282 chwidth = hdd_nl80211_chwidth_to_chwidth(nl80211_chwidth); in hdd_set_channel_width()
11283 if (chwidth < eHT_CHANNEL_WIDTH_20MHZ || in hdd_set_channel_width()
11284 chwidth >= eHT_MAX_CHANNEL_WIDTH) { in hdd_set_channel_width()
11285 hdd_err("Invalid channel width:%u", chwidth); in hdd_set_channel_width()
[all …]
H A Dwlan_hdd_main.c22040 uint8_t hdd_chwidth_to_nl80211_chwidth(enum eSirMacHTChannelWidth chwidth) in hdd_chwidth_to_nl80211_chwidth() argument
22046 chwidth_info[i].sir_chwidth == chwidth) in hdd_chwidth_to_nl80211_chwidth()
22050 hdd_err("Unsupported channel width %d", chwidth); in hdd_chwidth_to_nl80211_chwidth()
22054 uint8_t hdd_phy_chwidth_to_nl80211_chwidth(enum phy_ch_width chwidth) in hdd_phy_chwidth_to_nl80211_chwidth() argument
22060 chwidth_info[i].phy_chwidth == chwidth) in hdd_phy_chwidth_to_nl80211_chwidth()
22064 hdd_err("Unsupported channel width %d", chwidth); in hdd_phy_chwidth_to_nl80211_chwidth()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_process_radar_found_ind.c448 uint16_t chwidth = BW_20; in dfs_get_20mhz_bonding_channels() local
450 dfs_calc_bonding_freqs(center_freq, chwidth, freq_list); in dfs_get_20mhz_bonding_channels()
464 uint16_t chwidth = BW_40; in dfs_get_40mhz_bonding_channels() local
466 dfs_calc_bonding_freqs(center_freq, chwidth, freq_list); in dfs_get_40mhz_bonding_channels()
480 uint16_t chwidth = BW_80; in dfs_get_80mhz_bonding_channels() local
482 dfs_calc_bonding_freqs(center_freq, chwidth, freq_list); in dfs_get_80mhz_bonding_channels()
496 uint16_t chwidth = BW_160; in dfs_get_160mhz_bonding_channels() local
498 dfs_calc_bonding_freqs(center_freq, chwidth, freq_list); in dfs_get_160mhz_bonding_channels()
515 uint16_t chwidth = 320; in dfs_get_320mhz_bonding_channels() local
523 dfs_calc_bonding_freqs(center_freq, chwidth, freq_list); in dfs_get_320mhz_bonding_channels()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs_zero_cac.h460 enum phy_ch_width chwidth);
558 enum phy_ch_width chwidth) in dfs_process_ocac_complete() argument
827 enum phy_ch_width *chwidth,
876 enum phy_ch_width *chwidth, in dfs_find_curchwidth_and_center_chan_for_freq() argument
1091 enum phy_ch_width chwidth);
1121 enum phy_ch_width chwidth) in dfs_translate_chwidth_enum2val() argument
H A Ddfs.h347 #define DFS_NOL_DELETE_CHAN_LOCKED(dfs, freq, chwidth) \ argument
350 dfs_nol_delete(dfs, freq, chwidth); \
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c564 uint32_t chwidth, int32_t mbpsx10_rate, in wma_fill_ht_mcast_rate() argument
571 if (chwidth == 0) in wma_fill_ht_mcast_rate()
574 else if (chwidth == 1) in wma_fill_ht_mcast_rate()
578 wma_err("Error, Invalid chwidth enum %d", chwidth); in wma_fill_ht_mcast_rate()
596 uint32_t chwidth, in wma_fill_vht_mcast_rate() argument
604 if (chwidth == 0) in wma_fill_vht_mcast_rate()
607 else if (chwidth == 1) in wma_fill_vht_mcast_rate()
610 else if (chwidth == 2) in wma_fill_vht_mcast_rate()
614 wma_err("chwidth enum %d not supported", chwidth); in wma_fill_vht_mcast_rate()
631 static QDF_STATUS wma_encode_mc_rate(uint32_t shortgi, uint32_t chwidth, in wma_encode_mc_rate() argument
[all …]
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dbeacon.c
H A Dieee802_11_eht.c
H A Ddrv_callbacks.c
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_api.c348 uint16_t chwidth = pe_session->ch_width; in lim_populate_fd_tmpl_frame() local
359 pe_debug("FD TMPL freq: %d chWidth: %d", cur_chan_freq, chwidth); in lim_populate_fd_tmpl_frame()
460 populate_dot11f_tx_power_env(mac, &tpe[0], chwidth, in lim_populate_fd_tmpl_frame()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_cfg.h516 enum eSirMacHTChannelWidth chwidth,
H A Dwlan_hdd_main.h5308 uint8_t hdd_chwidth_to_nl80211_chwidth(enum eSirMacHTChannelWidth chwidth);
5316 uint8_t hdd_phy_chwidth_to_nl80211_chwidth(enum phy_ch_width chwidth);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c184 enum phy_ch_width chwidth; member
321 enum phy_ch_width chwidth; member
365 enum phy_ch_width chwidth, qdf_freq_t cen320_freq) in reg_is_freq_within_bonded_chan() argument
369 if (reg_is_ch_width_320(chwidth) && cen320_freq) { in reg_is_freq_within_bonded_chan()
377 uint16_t bw = reg_get_bw_value(chwidth); in reg_is_freq_within_bonded_chan()
398 enum phy_ch_width chwidth, in reg_get_bonded_chan_entry() argument
406 if (chwidth == bw_bonded_array_pair_map[i].chwidth) { in reg_get_bonded_chan_entry()
415 chwidth); in reg_get_bonded_chan_entry()
421 chwidth, cen320_freq)) in reg_get_bonded_chan_entry()
426 freq, chwidth, cen320_freq); in reg_get_bonded_chan_entry()
[all …]
H A Dreg_services_common.h2374 reg_get_bonded_chan_entry(qdf_freq_t freq, enum phy_ch_width chwidth,
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_api.h3112 enum eSirMacHTChannelWidth chwidth);
3147 enum eSirMacHTChannelWidth chwidth) in sme_set_eht_bw_cap() argument
3660 enum eSirMacHTChannelWidth chwidth);
3689 enum eSirMacHTChannelWidth chwidth) in sme_set_he_bw_cap() argument
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c1295 wlan_reg_get_bonded_chan_entry(qdf_freq_t freq, enum phy_ch_width chwidth, in wlan_reg_get_bonded_chan_entry() argument
1298 return reg_get_bonded_chan_entry(freq, chwidth, cen320_freq); in wlan_reg_get_bonded_chan_entry()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c
H A Dwpa_supplicant.c
H A Dap.c
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_services_api.h1849 wlan_reg_get_bonded_chan_entry(qdf_freq_t freq, enum phy_ch_width chwidth,
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h616 uint32_t chwidth; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c10783 enum eSirMacHTChannelWidth chwidth) in sme_set_eht_bw_cap() argument
10793 sme_debug("Config EHT caps for BW %d", chwidth); in sme_set_eht_bw_cap()
10796 if (chwidth < eHT_CHANNEL_WIDTH_320MHZ) { in sme_set_eht_bw_cap()
10797 sme_debug("EHT caps config not required for bw: %d", chwidth); in sme_set_eht_bw_cap()
15005 enum eSirMacHTChannelWidth chwidth) in sme_set_he_bw_cap() argument
15015 sme_debug("Config HE caps for BW %d", chwidth); in sme_set_he_bw_cap()
15040 switch (chwidth) { in sme_set_he_bw_cap()
15074 sme_debug("Config BW %d not handled", chwidth); in sme_set_he_bw_cap()

12