Searched refs:cb_mode (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_beacon_frame.c | 306 uint8_t cb_mode; in lim_process_beacon_eht_op() local 338 cb_mode = lim_get_cb_mode_for_freq(mac_ctx, session, in lim_process_beacon_eht_op() 340 if (cb_mode == WNI_CFG_CHANNEL_BONDING_MODE_DISABLE) { in lim_process_beacon_eht_op()
|
D | lim_ft.c | 623 uint8_t cb_mode; in lim_fill_ft_session() local 705 cb_mode = lim_get_cb_mode_for_freq(mac, ft_session, in lim_fill_ft_session() 710 (cb_mode && pBeaconStruct->HTInfo.recommendedTxWidthSet && in lim_fill_ft_session()
|
D | lim_process_sme_req_messages.c | 863 ePhyChanBondState cb_mode; in __lim_handle_sme_start_bss_request() local 1007 cb_mode = mac_ctx->roam.configParam. in __lim_handle_sme_start_bss_request() 1011 cb_mode = mac_ctx->roam.configParam. in __lim_handle_sme_start_bss_request() 1176 mlm_start_req->cbMode = cb_mode; in __lim_handle_sme_start_bss_request() 3215 ePhyChanBondState cb_mode; in lim_fill_pe_session() local 3284 cb_mode = wlan_get_cb_mode(mac_ctx, session->curr_op_freq, ie_struct, in lim_fill_pe_session() 3289 cb_mode = PHY_SINGLE_CHANNEL_CENTERED; in lim_fill_pe_session() 3422 session->htSupportedChannelWidthSet = cb_mode ? 1 : 0; in lim_fill_pe_session() 3425 session->htSecondaryChannelOffset = cb_mode; in lim_fill_pe_session() 3427 if (cb_mode == PHY_DOUBLE_CHANNEL_HIGH_PRIMARY) { in lim_fill_pe_session() [all …]
|
D | lim_utils.c | 3826 uint8_t cb_mode = mac->roam.configParam.channelBondingMode5GHz; in lim_get_cb_mode_for_freq() local 3830 cb_mode = WNI_CFG_CHANNEL_BONDING_MODE_DISABLE; in lim_get_cb_mode_for_freq() 3834 cb_mode = mac->roam.configParam.channelBondingMode24GHz; in lim_get_cb_mode_for_freq() 3838 return cb_mode; in lim_get_cb_mode_for_freq() 3846 uint8_t cb_mode = mac->roam.configParam.channelBondingMode24GHz; in lim_get_sta_cb_mode_for_24ghz() local 3851 return cb_mode; in lim_get_sta_cb_mode_for_24ghz() 3856 cb_mode = WNI_CFG_CHANNEL_BONDING_MODE_DISABLE; in lim_get_sta_cb_mode_for_24ghz() 3860 return cb_mode; in lim_get_sta_cb_mode_for_24ghz() 3868 uint8_t cb_mode; in lim_update_sta_run_time_ht_switch_chnl_params() local 3870 cb_mode = lim_get_cb_mode_for_freq(mac, pe_session, in lim_update_sta_run_time_ht_switch_chnl_params() [all …]
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | csr_internal.h | 243 ePhyChanBondState cb_mode; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 982 uint8_t cb_mode; in populate_dot11f_ht_caps() local 1011 cb_mode = lim_get_cb_mode_for_freq(mac, pe_session, in populate_dot11f_ht_caps() 1015 cb_mode != WNI_CFG_CHANNEL_BONDING_MODE_DISABLE) { in populate_dot11f_ht_caps() 1148 ePhyChanBondState cb_mode = PHY_SINGLE_CHANNEL_CENTERED; in wlan_get_cb_mode() local 1192 cb_mode = ie_struct->HTInfo.secondaryChannelOffset; in wlan_get_cb_mode() 1194 cb_mode = PHY_SINGLE_CHANNEL_CENTERED; in wlan_get_cb_mode() 1196 switch (cb_mode) { in wlan_get_cb_mode() 1207 if (cb_mode != PHY_SINGLE_CHANNEL_CENTERED) { in wlan_get_cb_mode() 1213 ch_params.sec_ch_offset != cb_mode) { in wlan_get_cb_mode() 1218 cb_mode); in wlan_get_cb_mode() [all …]
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 7700 ePhyChanBondState cb_mode; in sme_set_ht2040_mode() local 7709 channel_type, session->cb_mode); in sme_set_ht2040_mode() 7713 if (!session->cb_mode) in sme_set_ht2040_mode() 7715 cb_mode = PHY_SINGLE_CHANNEL_CENTERED; in sme_set_ht2040_mode() 7718 if (session->cb_mode) in sme_set_ht2040_mode() 7720 cb_mode = PHY_DOUBLE_CHANNEL_HIGH_PRIMARY; in sme_set_ht2040_mode() 7723 if (session->cb_mode) in sme_set_ht2040_mode() 7725 cb_mode = PHY_DOUBLE_CHANNEL_LOW_PRIMARY; in sme_set_ht2040_mode() 7731 session->cb_mode = cb_mode; in sme_set_ht2040_mode() 7735 cb_mode, obssEnabled); in sme_set_ht2040_mode() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_main.h | 739 uint8_t cb_mode; member
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
D | csr_api_roam.c | 7948 session->cb_mode = start_bss_cfg->sec_ch_offset; in csr_bss_start()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_cfg80211.c | 25344 ch_info->cb_mode = ch_params->ch_width; in hdd_mon_select_cbmode()
|