Home
last modified time | relevance | path

Searched refs:hdd_get_tx_stbc (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_cfg.h476 int hdd_get_tx_stbc(struct hdd_adapter *adapter, int *value);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg.c2291 int hdd_get_tx_stbc(struct hdd_adapter *adapter, int *value) in hdd_get_tx_stbc() function
H A Dwlan_hdd_hostapd_wext.c1360 ret = hdd_get_tx_stbc(adapter, value); in __iw_softap_getparam()
H A Dwlan_hdd_wext.c5384 ret = hdd_get_tx_stbc(adapter, value); in __iw_setnone_getint()
H A Dwlan_hdd_cfg80211.c12723 ret = hdd_get_tx_stbc(link_info->adapter, &tx_stbc); in hdd_vendor_attr_tx_stbc_get()