Home
last modified time | relevance | path

Searched refs:active_tpc_report (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Ddrv_types.h340 u8 active_tpc_report; member
607 #define REGSTY_IS_ACTIVE_TPC_REPORT_CAPABLE(regsty) ((regsty)->active_tpc_report != 0)
608 #define REGSTY_IS_ACTIVE_TPC_REPORT_AUTO(regsty) ((regsty)->active_tpc_report == 2)
H A Drtw_mlme.h625 bool active_tpc_report; member
840 #define MLME_ACTIVE_TPC_REPORT(mlme) (mlme->active_tpc_report)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Ddrv_types.h340 u8 active_tpc_report; member
610 #define REGSTY_IS_ACTIVE_TPC_REPORT_CAPABLE(regsty) ((regsty)->active_tpc_report != 0)
611 #define REGSTY_IS_ACTIVE_TPC_REPORT_AUTO(regsty) ((regsty)->active_tpc_report == 2)
H A Drtw_mlme.h644 bool active_tpc_report; member
851 #define MLME_ACTIVE_TPC_REPORT(mlme) (mlme->active_tpc_report)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Ddrv_types.h340 u8 active_tpc_report; member
618 #define REGSTY_IS_ACTIVE_TPC_REPORT_CAPABLE(regsty) ((regsty)->active_tpc_report != 0)
619 #define REGSTY_IS_ACTIVE_TPC_REPORT_AUTO(regsty) ((regsty)->active_tpc_report == 2)
H A Drtw_mlme.h653 bool active_tpc_report; member
860 #define MLME_ACTIVE_TPC_REPORT(mlme) (mlme->active_tpc_report)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Ddrv_types.h340 u8 active_tpc_report; member
621 #define REGSTY_IS_ACTIVE_TPC_REPORT_CAPABLE(regsty) ((regsty)->active_tpc_report != 0)
622 #define REGSTY_IS_ACTIVE_TPC_REPORT_AUTO(regsty) ((regsty)->active_tpc_report == 2)
H A Drtw_mlme.h653 bool active_tpc_report; member
860 #define MLME_ACTIVE_TPC_REPORT(mlme) (mlme->active_tpc_report)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_ap.c2069 pmlmepriv->active_tpc_report = 0; in rtw_check_beacon_data()
2073 pmlmepriv->active_tpc_report = 1; in rtw_check_beacon_data()
2076 pmlmepriv->active_tpc_report = 1; in rtw_check_beacon_data()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_ap.c2086 pmlmepriv->active_tpc_report = 0; in rtw_check_beacon_data()
2090 pmlmepriv->active_tpc_report = 1; in rtw_check_beacon_data()
2093 pmlmepriv->active_tpc_report = 1; in rtw_check_beacon_data()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_ap.c2031 pmlmepriv->active_tpc_report = 0; in rtw_check_beacon_data()
2035 pmlmepriv->active_tpc_report = 1; in rtw_check_beacon_data()
2038 pmlmepriv->active_tpc_report = 1; in rtw_check_beacon_data()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_ap.c2087 pmlmepriv->active_tpc_report = 0; in rtw_check_beacon_data()
2091 pmlmepriv->active_tpc_report = 1; in rtw_check_beacon_data()
2094 pmlmepriv->active_tpc_report = 1; in rtw_check_beacon_data()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Dos_intfs.c1319 registry_par->active_tpc_report = (u8)rtw_active_tpc_report; in loadparam()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dos_intfs.c1408 registry_par->active_tpc_report = (u8)rtw_active_tpc_report; in loadparam()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dos_intfs.c1329 registry_par->active_tpc_report = (u8)rtw_active_tpc_report; in loadparam()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dos_intfs.c1393 registry_par->active_tpc_report = (u8)rtw_active_tpc_report; in loadparam()