Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_cfg.h387 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,
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg.c1861 enum qca_wlan_vendor_phy_mode *vendor_phy_mode) in hdd_phymode_to_vendor_mode() argument
1867 *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() argument
1904 switch (vendor_phy_mode) { in hdd_vendor_mode_to_phymode()
[all …]
H A Dwlan_hdd_cfg80211.h974 enum qca_wlan_vendor_phy_mode vendor_phy_mode);
1146 enum qca_wlan_vendor_phy_mode vendor_phy_mode);
H A Dwlan_hdd_regulatory.c1659 enum qca_wlan_vendor_phy_mode vendor_phy_mode = in hdd_country_change_update_sta() local
1699 vendor_phy_mode); in hdd_country_change_update_sta()
1713 vendor_phy_mode); in hdd_country_change_update_sta()
H A Dwlan_hdd_son.c908 enum qca_wlan_vendor_phy_mode vendor_phy_mode; in hdd_son_set_phymode() local
930 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()
H A Dwlan_hdd_cfg80211.c9056 enum qca_wlan_vendor_phy_mode vendor_phy_mode) in hdd_set_vdev_phy_mode() argument
9073 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() argument
9129 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() local
9209 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 …]