Home
last modified time | relevance | path

Searched refs:cb_mode (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_beacon_frame.c306 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()
Dlim_ft.c623 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()
Dlim_process_sme_req_messages.c863 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 …]
Dlim_utils.c3826 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/
Dcsr_internal.h243 ePhyChanBondState cb_mode; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c982 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/
Dsme_api.c7700 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/
Dwlan_hdd_main.h739 uint8_t cb_mode; member
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c7948 session->cb_mode = start_bss_cfg->sec_ch_offset; in csr_bss_start()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c25344 ch_info->cb_mode = ch_params->ch_width; in hdd_mon_select_cbmode()