Home
last modified time | relevance | path

Searched defs:rate_code (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_bitrates.c33 static int wlan_hdd_sta_set_11n_rate(struct hdd_adapter *adapter, int rate_code) in wlan_hdd_sta_set_11n_rate()
95 static int wlan_hdd_sta_set_vht_rate(struct hdd_adapter *adapter, int rate_code) in wlan_hdd_sta_set_vht_rate()
124 static int wlan_hdd_sap_set_11n_rate(struct hdd_adapter *adapter, int rate_code) in wlan_hdd_sap_set_11n_rate()
177 static int wlan_hdd_sap_set_vht_rate(struct hdd_adapter *adapter, int rate_code) in wlan_hdd_sap_set_vht_rate()
210 wlan_hdd_sap_set_11ax_rate(struct hdd_adapter *adapter, int rate_code) in wlan_hdd_sap_set_11ax_rate()
225 int ret, rate, rate_code; in __hdd_sysfs_sta_bitrates_store() local
301 int ret, rate, rate_code; in __hdd_sysfs_sap_bitrates_store() local
Dwlan_hdd_sysfs_eht_rate.c39 uint16_t rate_code; in __hdd_sysfs_set_11be_fixed_rate() local
Dwlan_hdd_eht.c267 int hdd_set_11be_rate_code(struct hdd_adapter *adapter, uint16_t rate_code) in hdd_set_11be_rate_code()
Dwlan_hdd_wext.c3781 int rate_code) in hdd_we_set_11n_rate()
3841 int rate_code) in hdd_we_set_vht_rate()
Dwlan_hdd_stats.c6755 uint32_t rate_code; in wlan_hdd_fill_rate_info() local
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_eht.h124 hdd_set_11be_rate_code(struct hdd_adapter *adapter, uint16_t rate_code) in hdd_set_11be_rate_code()
/wlan-driver/fw-api/fw/
Dol_fw_tx_dbg.h170 A_UINT8 rate_code; member
Dhtt.h16751 A_UINT32 rate_code; /* rate code, bw, chain mask sgi */ member
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_fw_stats.c890 uint8_t rate_code; in htt_t2h_tx_ppdu_log_print() local
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_dev_if.c3336 uint32_t rate_code; in wma_update_beacon_tx_rate_code() local
6430 static bool wma_verify_rate_code(uint32_t rate_code, enum cds_band_type band) in wma_verify_rate_code()
Dwma_mgmt.c610 static bool wma_verify_rate_code(u_int32_t rate_code, enum cds_band_type band) in wma_verify_rate_code()