Home
last modified time | relevance | path

Searched refs:bCckContTx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mp.h113 bool bCckContTx; /* true if we are in CCK Continuous Tx test. */ member
/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_mp.c746 pAdapter->mppriv.MptCtx.bCckContTx = bStart; in Hal_SetCCKContinuousTx()
786 pAdapter->mppriv.MptCtx.bCckContTx = false; in Hal_SetOFDMContinuousTx()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mp.h193 bool bCckContTx; /* true if we are in CCK Continuous Tx test. */ member
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp.c220 pMptCtx->bCckContTx = false; in mpt_ProStartTest()