/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_message.c | 267 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/ |
D | csr_internal.h | 137 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)))
|
D | csr_api.h | 435 uint32_t phyMode; member 471 eCsrPhyMode phyMode; member
|
D | sme_api.h | 1180 QDF_STATUS sme_set_phy_mode(mac_handle_t mac_handle, eCsrPhyMode phyMode);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_cfg_updates.c | 163 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()
|
D | lim_admit_control.c | 202 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()
|
D | lim_api.c | 1649 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()
|
D | lim_utils.c | 1120 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()
|
D | lim_send_management_frames.c | 1044 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()
|
D | lim_utils.h | 1003 uint32_t phyMode, uint8_t *pShortSlotEnable);
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_module.c | 522 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 …]
|
D | sap_fsm.c | 193 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 …]
|
D | sap_internal.h | 175 eCsrPhyMode phyMode; member
|
D | sap_api_link_cntl.c | 141 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()
|
D | sap_ch_select.c | 505 eCSR_DOT11_MODE_11b != sap_ctx->phyMode) in sap_chan_sel_init()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
D | lim_api.h | 441 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/ |
D | csr_util.c | 1134 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()
|
D | csr_inside_api.h | 135 csr_get_cfg_dot11_mode_from_csr_phy_mode(bool is_ap, eCsrPhyMode phyMode);
|
D | csr_api_roam.c | 1508 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/ |
D | wlan_hdd_cfg.c | 952 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()
|
D | wlan_hdd_assoc.c | 2905 roam_profile->phyMode = eCSR_DOT11_MODE_AUTO; in hdd_roam_profile_init()
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 3296 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/ |
D | wmi_unified.h | 9943 A_UINT32 phyMode; /* current phy mode - See WLAN_PHY_MODE for the different phy modes */ member 10324 A_UINT32 phyMode; member
|