Home
last modified time | relevance | path

Searched refs:bHwSupportBeamformer (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_vht.c231 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_get_dft_setting() local
281 bHwSupportBeamformer = (dft_proto_cap->vht_su_bfmr) ? _TRUE : _FALSE; in rtw_vht_get_dft_setting()
287 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_get_dft_setting()
351 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_get_real_setting() local
428 (u8 *)&bHwSupportBeamformer); in rtw_vht_get_real_setting()
435 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_get_real_setting()
H A Drtw_mlme.c4028 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_ht_get_dft_setting() local
4076 bHwSupportBeamformer = (dft_proto_cap->ht_su_bfmr) ? _TRUE : _FALSE; in rtw_ht_get_dft_setting()
4079 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) { in rtw_ht_get_dft_setting()
4099 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_ht_use_default_setting() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_vht.c231 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_get_dft_setting() local
281 bHwSupportBeamformer = (dft_proto_cap->vht_su_bfmr) ? _TRUE : _FALSE; in rtw_vht_get_dft_setting()
287 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_get_dft_setting()
351 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_get_real_setting() local
428 (u8 *)&bHwSupportBeamformer); in rtw_vht_get_real_setting()
435 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_get_real_setting()
H A Drtw_mlme.c4059 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_ht_get_dft_setting() local
4107 bHwSupportBeamformer = (dft_proto_cap->ht_su_bfmr) ? _TRUE : _FALSE; in rtw_ht_get_dft_setting()
4110 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) { in rtw_ht_get_dft_setting()
4130 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_ht_use_default_setting() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_vht.c134 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
174 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
177 if(TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) in rtw_vht_use_default_setting()
H A Drtw_mlme.c3917 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_ht_use_default_setting() local
3962 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); in rtw_ht_use_default_setting()
3965 if(TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) in rtw_ht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_vht.c134 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
175 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
178 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
H A Drtw_mlme.c3999 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_ht_use_default_setting() local
4044 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); in rtw_ht_use_default_setting()
4047 if(TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) in rtw_ht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_vht.c142 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
183 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
189 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
H A Drtw_mlme.c3837 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_ht_use_default_setting() local
3881 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); in rtw_ht_use_default_setting()
3883 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) { in rtw_ht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_vht.c138 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
181 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
187 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
H A Drtw_mlme.c4169 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; local
4213 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer);
4215 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_vht.c232 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
281 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
288 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_vht.c233 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
282 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
289 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_vht.c233 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
282 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
289 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_vht.c234 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
286 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
293 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_vht.c226 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
277 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
284 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_vht.c226 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
277 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
284 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_vht.c225 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
274 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
281 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_vht.c226 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
277 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
284 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_vht.c233 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
285 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
292 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_vht.c237 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
305 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
312 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_vht.c237 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
305 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
312 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_vht.c237 BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; in rtw_vht_use_default_setting() local
305 (u8 *)&bHwSupportBeamformer); in rtw_vht_use_default_setting()
312 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { in rtw_vht_use_default_setting()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2511 bool bHwSupportBeamformer = false, bHwSupportBeamformee = false; in rtw_ht_use_default_setting() local
2552 rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); in rtw_ht_use_default_setting()
2555 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) { in rtw_ht_use_default_setting()

12