Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mp.h114 bool bOfdmContTx; /* true if we are in OFDM Continuous Tx test. */ member
/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_mp.c747 pAdapter->mppriv.MptCtx.bOfdmContTx = false; in Hal_SetCCKContinuousTx()
787 pAdapter->mppriv.MptCtx.bOfdmContTx = bStart; in Hal_SetOFDMContinuousTx()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mp.h194 bool bOfdmContTx; /* true if we are in OFDM Continuous Tx test. */ member
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp.c221 pMptCtx->bOfdmContTx = false; in mpt_ProStartTest()