Home
last modified time | relevance | path

Searched refs:phyMode (Results 1 – 23 of 23) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_message.c267 uint32_t phyMode; in sch_qos_update_broadcast() local
278 lim_get_phy_mode(mac, &phyMode, pe_session); in sch_qos_update_broadcast()
280 if (phyMode == WNI_CFG_PHY_MODE_11G) { in sch_qos_update_broadcast()
284 } else if (phyMode == WNI_CFG_PHY_MODE_11B) { in sch_qos_update_broadcast()
342 pe_nofl_debug("QosUpdBcast: mode %d, %s", phyMode, debug_str); in sch_qos_update_broadcast()
422 uint32_t phyMode; in set_sch_edca_params() local
424 lim_get_phy_mode(mac, &phyMode, pe_session); in set_sch_edca_params()
427 if (phyMode == WNI_CFG_PHY_MODE_11G) { in set_sch_edca_params()
433 else if (phyMode == WNI_CFG_PHY_MODE_11B) { in set_sch_edca_params()
/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_internal.h137 eCsrPhyMode phyMode; member
303 #define CSR_IS_PHY_MODE_DUAL_BAND(phyMode) \ argument
304 ((eCSR_DOT11_MODE_abg & (phyMode)) || \
305 (eCSR_DOT11_MODE_11n & (phyMode)) || \
306 (eCSR_DOT11_MODE_11ac & (phyMode)) || \
307 (eCSR_DOT11_MODE_11ax & (phyMode)) || \
308 (eCSR_DOT11_MODE_11be & (phyMode)) || \
309 (eCSR_DOT11_MODE_AUTO & (phyMode)))
Dcsr_api.h435 uint32_t phyMode; member
471 eCsrPhyMode phyMode; member
Dsme_api.h1180 QDF_STATUS sme_set_phy_mode(mac_handle_t mac_handle, eCsrPhyMode phyMode);
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_cfg_updates.c163 uint32_t phyMode; in lim_apply_configuration() local
167 lim_get_phy_mode(mac, &phyMode, pe_session); in lim_apply_configuration()
171 lim_get_short_slot_from_phy_mode(mac, pe_session, phyMode, in lim_apply_configuration()
Dlim_admit_control.c202 uint32_t phyMode, in lim_compute_mean_bw_used() argument
238 uint32_t *pMinBw, uint32_t phyMode, uint32_t bw_factor) in lim_get_available_bw() argument
240 switch (phyMode) { in lim_get_available_bw()
Dlim_api.c1649 uint32_t phyMode; in lim_update_short_slot() local
1656 lim_get_phy_mode(mac, &phyMode, pe_session); in lim_update_short_slot()
1657 if ((phyMode == WNI_CFG_PHY_MODE_11A) in lim_update_short_slot()
1658 || (phyMode == WNI_CFG_PHY_MODE_11B)) in lim_update_short_slot()
Dlim_utils.c1120 uint32_t phyMode; in lim_decide_ap_protection() local
1148 lim_get_phy_mode(mac, &phyMode, pe_session); in lim_decide_ap_protection()
1151 if ((phyMode == WNI_CFG_PHY_MODE_11G) && in lim_decide_ap_protection()
1498 uint32_t phyMode = WNI_CFG_PHY_MODE_NONE; in lim_decide_sta_protection_on_assoc() local
1501 lim_get_phy_mode(mac, &phyMode, pe_session); in lim_decide_sta_protection_on_assoc()
1526 if (phyMode != WNI_CFG_PHY_MODE_11B) { in lim_decide_sta_protection_on_assoc()
5047 uint32_t phyMode, uint8_t *pShortSlotEnabled) in lim_get_short_slot_from_phy_mode() argument
5052 if (phyMode == WNI_CFG_PHY_MODE_11G) { in lim_get_short_slot_from_phy_mode()
5080 pe_debug("phyMode: %u shortslotsupported: %u", phyMode, val); in lim_get_short_slot_from_phy_mode()
Dlim_send_management_frames.c1044 uint32_t phyMode; in lim_send_addts_req_action_frame() local
1122 lim_get_phy_mode(mac, &phyMode, pe_session); in lim_send_addts_req_action_frame()
1124 if (phyMode == WNI_CFG_PHY_MODE_11G in lim_send_addts_req_action_frame()
1125 || phyMode == WNI_CFG_PHY_MODE_11A) { in lim_send_addts_req_action_frame()
Dlim_utils.h1003 uint32_t phyMode, uint8_t *pShortSlotEnable);
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_module.c522 phy_mode = sap_ctx->phyMode; in wlansap_check_cc_intf()
606 return sap_ctx->phyMode; in wlan_sap_get_phymode()
760 sap_context->phyMode, in wlan_sap_validate_channel_switch()
845 sap_ctx->phyMode = config->SapHw_mode; in wlansap_start_bss()
1423 if (sap_phymode_is_eht(sap_context->phyMode)) in wlansap_get_csa_chanwidth_from_phymode()
1433 sap_context->phyMode, in wlansap_get_csa_chanwidth_from_phymode()
1558 if (sap_phymode_is_eht(sap_ctx->phyMode)) in wlansap_set_chan_params_for_csa()
1672 if (sap_phymode_is_eht(sap_ctx->phyMode)) in wlansap_set_channel_change_with_csa()
1889 dot11_cfg.phy_mode = sap_ctx->phyMode; in wlansap_fill_channel_change_request()
2002 phy_mode = sap_ctx->phyMode; in wlansap_channel_change_request()
[all …]
Dsap_fsm.c193 if (!sap_phymode_is_eht(sap_ctx->phyMode)) { in sap_is_chan_change_needed()
194 sap_debug("phy mode: 0x%x", sap_ctx->phyMode); in sap_is_chan_change_needed()
214 if (sap_phymode_is_eht(sap_ctx->phyMode)) in sap_is_chan_change_needed()
324 if (sap_phymode_is_eht(sap_ctx->phyMode)) in sap_random_channel_sel()
1234 sap_context->phyMode, in sap_validate_chan()
3147 if (sap_phymode_is_eht(sap_ctx->phyMode)) { in sap_validate_dfs_nol()
3181 if (sap_phymode_is_eht(sap_ctx->phyMode)) in sap_validate_dfs_nol()
3201 orig_phymode = sap_ctx->phyMode; in sap_validate_chanmode_and_chwidth()
3204 (sap_ctx->phyMode == eCSR_DOT11_MODE_11g || in sap_validate_chanmode_and_chwidth()
3205 sap_ctx->phyMode == eCSR_DOT11_MODE_11g_ONLY)) { in sap_validate_chanmode_and_chwidth()
[all …]
Dsap_internal.h175 eCsrPhyMode phyMode; member
Dsap_api_link_cntl.c141 if (sap_phymode_is_eht(sap_ctx->phyMode)) in sap_config_acs_result()
621 if (sap_phymode_is_eht(sap_ctx->phyMode)) in wlansap_roam_process_dfs_chansw_update()
Dsap_ch_select.c505 eCSR_DOT11_MODE_11b != sap_ctx->phyMode) in sap_chan_sel_init()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_api.h441 static inline void lim_get_phy_mode(struct mac_context *mac, uint32_t *phyMode, in lim_get_phy_mode() argument
444 *phyMode = in lim_get_phy_mode()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_util.c1134 csr_get_cfg_dot11_mode_from_csr_phy_mode(bool is_ap, eCsrPhyMode phyMode) in csr_get_cfg_dot11_mode_from_csr_phy_mode() argument
1138 switch (phyMode) { in csr_get_cfg_dot11_mode_from_csr_phy_mode()
1148 if (is_ap && (phyMode == eCSR_DOT11_MODE_11g_ONLY)) in csr_get_cfg_dot11_mode_from_csr_phy_mode()
Dcsr_inside_api.h135 csr_get_cfg_dot11_mode_from_csr_phy_mode(bool is_ap, eCsrPhyMode phyMode);
Dcsr_api_roam.c1508 mac->roam.configParam.phyMode = eCSR_DOT11_MODE_AUTO; in init_config_param()
1942 mac->roam.configParam.phyMode = pParam->phyMode; in csr_change_default_config_param()
1953 phyMode); in csr_change_default_config_param()
2009 pParam->phyMode = cfg_params->phyMode; in csr_get_config_param()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg.c952 sme_config->csr_config.phyMode = in hdd_set_sme_config()
2103 if (csr_config->phyMode == eCSR_DOT11_MODE_11n) { in hdd_set_ht2040_mode()
2164 csr_config->phyMode = phymode; in hdd_update_phymode()
Dwlan_hdd_assoc.c2905 roam_profile->phyMode = eCSR_DOT11_MODE_AUTO; in hdd_roam_profile_init()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c3296 return mac->roam.configParam.phyMode; in sme_get_phy_mode()
3410 QDF_STATUS sme_set_phy_mode(mac_handle_t mac_handle, eCsrPhyMode phyMode) in sme_set_phy_mode() argument
3414 mac->roam.configParam.phyMode = phyMode; in sme_set_phy_mode()
3417 mac->roam.configParam.phyMode); in sme_set_phy_mode()
/wlan-driver/fw-api/fw/
Dwmi_unified.h9943 A_UINT32 phyMode; /* current phy mode - See WLAN_PHY_MODE for the different phy modes */ member
10324 A_UINT32 phyMode; member