Home
last modified time | relevance | path

Searched refs:csr_phy_mode (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_util.c983 enum reg_phymode csr_convert_to_reg_phy_mode(eCsrPhyMode csr_phy_mode, in csr_convert_to_reg_phy_mode() argument
986 if (csr_phy_mode == eCSR_DOT11_MODE_AUTO) in csr_convert_to_reg_phy_mode()
989 else if (CSR_IS_DOT11_PHY_MODE_11BE(csr_phy_mode) || in csr_convert_to_reg_phy_mode()
990 CSR_IS_DOT11_PHY_MODE_11BE_ONLY(csr_phy_mode)) in csr_convert_to_reg_phy_mode()
993 else if (csr_phy_mode == eCSR_DOT11_MODE_11ax || in csr_convert_to_reg_phy_mode()
994 csr_phy_mode == eCSR_DOT11_MODE_11ax_ONLY) in csr_convert_to_reg_phy_mode()
996 else if (csr_phy_mode == eCSR_DOT11_MODE_11ac || in csr_convert_to_reg_phy_mode()
997 csr_phy_mode == eCSR_DOT11_MODE_11ac_ONLY) in csr_convert_to_reg_phy_mode()
999 else if (csr_phy_mode == eCSR_DOT11_MODE_11n || in csr_convert_to_reg_phy_mode()
1000 csr_phy_mode == eCSR_DOT11_MODE_11n_ONLY) in csr_convert_to_reg_phy_mode()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_regulatory.c1656 eCsrPhyMode csr_phy_mode; in hdd_country_change_update_sta() local
1688 csr_phy_mode = in hdd_country_change_update_sta()
1691 (sta_ctx->reg_phymode != csr_phy_mode); in hdd_country_change_update_sta()
1714 sta_ctx->reg_phymode = csr_phy_mode; in hdd_country_change_update_sta()
1748 eCsrPhyMode csr_phy_mode) in hdd_restart_sap_with_new_phymode() argument
1761 sap_config->SapHw_mode = csr_phy_mode; in hdd_restart_sap_with_new_phymode()
1783 sap_config->SapHw_mode = csr_phy_mode; in hdd_restart_sap_with_new_phymode()
1821 eCsrPhyMode csr_phy_mode; in hdd_country_change_update_sap() local
1850 csr_phy_mode = in hdd_country_change_update_sap()
1853 (csr_phy_mode != sap_config->SapHw_mode); in hdd_country_change_update_sap()
[all …]
Dwlan_hdd_cfg.c1860 int hdd_phymode_to_vendor_mode(eCsrPhyMode csr_phy_mode, in hdd_phymode_to_vendor_mode() argument
1863 switch (csr_phy_mode) { in hdd_phymode_to_vendor_mode()
1894 hdd_err("Not supported mode %d", csr_phy_mode); in hdd_phymode_to_vendor_mode()
1902 eCsrPhyMode *csr_phy_mode) in hdd_vendor_mode_to_phymode() argument
1908 *csr_phy_mode = eCSR_DOT11_MODE_AUTO; in hdd_vendor_mode_to_phymode()
1911 *csr_phy_mode = eCSR_DOT11_MODE_11a; in hdd_vendor_mode_to_phymode()
1914 *csr_phy_mode = eCSR_DOT11_MODE_11b; in hdd_vendor_mode_to_phymode()
1917 *csr_phy_mode = eCSR_DOT11_MODE_11g; in hdd_vendor_mode_to_phymode()
1928 *csr_phy_mode = eCSR_DOT11_MODE_11n; in hdd_vendor_mode_to_phymode()
1937 *csr_phy_mode = eCSR_DOT11_MODE_11ac; in hdd_vendor_mode_to_phymode()
[all …]
Dwlan_hdd_wext.c3209 static int hdd_we_ieee_to_phymode(int ieee_mode, eCsrPhyMode *csr_phy_mode) in hdd_we_ieee_to_phymode() argument
3215 *csr_phy_mode = eCSR_DOT11_MODE_AUTO; in hdd_we_ieee_to_phymode()
3218 *csr_phy_mode = eCSR_DOT11_MODE_11a; in hdd_we_ieee_to_phymode()
3221 *csr_phy_mode = eCSR_DOT11_MODE_11b; in hdd_we_ieee_to_phymode()
3224 *csr_phy_mode = eCSR_DOT11_MODE_11g; in hdd_we_ieee_to_phymode()
3231 *csr_phy_mode = eCSR_DOT11_MODE_11n; in hdd_we_ieee_to_phymode()
3236 *csr_phy_mode = eCSR_DOT11_MODE_11ac; in hdd_we_ieee_to_phymode()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_cfg.h388 eCsrPhyMode *csr_phy_mode);
397 int hdd_phymode_to_vendor_mode(eCsrPhyMode csr_phy_mode,
/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_api.h890 enum reg_phymode csr_convert_to_reg_phy_mode(eCsrPhyMode csr_phy_mode,