Searched refs:vendor_phy_mode (Results 1 – 6 of 6) sorted by relevance
387 int hdd_vendor_mode_to_phymode(enum qca_wlan_vendor_phy_mode vendor_phy_mode,398 enum qca_wlan_vendor_phy_mode *vendor_phy_mode);408 int hdd_vendor_mode_to_band(enum qca_wlan_vendor_phy_mode vendor_phy_mode,420 hdd_vendor_mode_to_bonding_mode(enum qca_wlan_vendor_phy_mode vendor_phy_mode,
1861 enum qca_wlan_vendor_phy_mode *vendor_phy_mode) in hdd_phymode_to_vendor_mode() argument1867 *vendor_phy_mode = QCA_WLAN_VENDOR_PHY_MODE_AUTO; in hdd_phymode_to_vendor_mode()1870 *vendor_phy_mode = QCA_WLAN_VENDOR_PHY_MODE_11A; in hdd_phymode_to_vendor_mode()1874 *vendor_phy_mode = QCA_WLAN_VENDOR_PHY_MODE_11B; in hdd_phymode_to_vendor_mode()1878 *vendor_phy_mode = QCA_WLAN_VENDOR_PHY_MODE_11G; in hdd_phymode_to_vendor_mode()1882 *vendor_phy_mode = QCA_WLAN_VENDOR_PHY_MODE_11AGN; in hdd_phymode_to_vendor_mode()1886 *vendor_phy_mode = QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT160; in hdd_phymode_to_vendor_mode()1890 *vendor_phy_mode = QCA_WLAN_VENDOR_PHY_MODE_11AX_HE160; in hdd_phymode_to_vendor_mode()1901 int hdd_vendor_mode_to_phymode(enum qca_wlan_vendor_phy_mode vendor_phy_mode, in hdd_vendor_mode_to_phymode() argument1904 switch (vendor_phy_mode) { in hdd_vendor_mode_to_phymode()[all …]
974 enum qca_wlan_vendor_phy_mode vendor_phy_mode);1146 enum qca_wlan_vendor_phy_mode vendor_phy_mode);
1659 enum qca_wlan_vendor_phy_mode vendor_phy_mode = in hdd_country_change_update_sta() local1699 vendor_phy_mode); in hdd_country_change_update_sta()1713 vendor_phy_mode); in hdd_country_change_update_sta()
908 enum qca_wlan_vendor_phy_mode vendor_phy_mode; in hdd_son_set_phymode() local930 vendor_phy_mode = hdd_son_phy_mode_to_vendor_phy_mode(mode); in hdd_son_set_phymode()935 vendor_phy_mode); in hdd_son_set_phymode()
9056 enum qca_wlan_vendor_phy_mode vendor_phy_mode) in hdd_set_vdev_phy_mode() argument9073 ret = hdd_vendor_mode_to_phymode(vendor_phy_mode, &csr_req_phymode); in hdd_set_vdev_phy_mode()9091 max_vendor_phy_mode = vendor_phy_mode; in hdd_set_vdev_phy_mode()9123 enum qca_wlan_vendor_phy_mode vendor_phy_mode) in hdd_set_phy_mode() argument9129 enum qca_wlan_vendor_phy_mode max_vendor_phy_mode = vendor_phy_mode; in hdd_set_phy_mode()9141 ret = hdd_vendor_mode_to_phymode(vendor_phy_mode, &csr_req_phymode); in hdd_set_phy_mode()9160 max_vendor_phy_mode = vendor_phy_mode; in hdd_set_phy_mode()9201 enum qca_wlan_vendor_phy_mode vendor_phy_mode; in hdd_config_phy_mode() local9209 vendor_phy_mode = nla_get_u32(phy_mode_attr); in hdd_config_phy_mode()9211 return hdd_set_phy_mode(link_info->adapter, vendor_phy_mode); in hdd_config_phy_mode()[all …]