Searched refs:csr_phy_mode (Results 1 – 6 of 6) sorted by relevance
983 enum reg_phymode csr_convert_to_reg_phy_mode(eCsrPhyMode csr_phy_mode, in csr_convert_to_reg_phy_mode() argument986 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 …]
1656 eCsrPhyMode csr_phy_mode; in hdd_country_change_update_sta() local1688 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() argument1761 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() local1850 csr_phy_mode = in hdd_country_change_update_sap()1853 (csr_phy_mode != sap_config->SapHw_mode); in hdd_country_change_update_sap()[all …]
1860 int hdd_phymode_to_vendor_mode(eCsrPhyMode csr_phy_mode, in hdd_phymode_to_vendor_mode() argument1863 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() argument1908 *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 …]
3209 static int hdd_we_ieee_to_phymode(int ieee_mode, eCsrPhyMode *csr_phy_mode) in hdd_we_ieee_to_phymode() argument3215 *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()
388 eCsrPhyMode *csr_phy_mode);397 int hdd_phymode_to_vendor_mode(eCsrPhyMode csr_phy_mode,
890 enum reg_phymode csr_convert_to_reg_phy_mode(eCsrPhyMode csr_phy_mode,