Searched refs:STBC_HT_ENABLE_TX (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | rtw_ht.h | 69 #define STBC_HT_ENABLE_TX BIT1 macro
|
/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 1007 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && in HT_caps_handler() 1009 SET_FLAG(cur_stbc_cap, STBC_HT_ENABLE_TX); in HT_caps_handler() 1021 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && in HT_caps_handler() 1023 SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); in HT_caps_handler() 1137 if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
|
D | rtw_ap.c | 526 if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) && in update_sta_info_apmode() 528 SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); in update_sta_info_apmode() 1056 if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in rtw_check_beacon_data()
|
D | rtw_mlme.c | 2168 SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX); in rtw_ht_use_default_setting() 2271 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) in rtw_restructure_ht_ie()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2881 #define STBC_HT_ENABLE_TX BIT(1) macro
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | dm.c | 565 STBC_HT_ENABLE_TX) ? 1 : 0; in rtl8821ae_dm_check_rssi_monitor()
|