Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1747 u8 DrvBcnEarly, DrvBcnTimeOut; in adaptive_early_32k() local
1752 DrvBcnTimeOut = 0xff; in adaptive_early_32k()
1763 if (ratio_80_delay > 80 && DrvBcnTimeOut == 0xff) in adaptive_early_32k()
1764 DrvBcnTimeOut = i; in adaptive_early_32k()
1772 pmlmeext->DrvBcnTimeOut = DrvBcnTimeOut; in adaptive_early_32k()
Drtw_mlme_ext.c613 pmlmeext->DrvBcnTimeOut = 0xff; in OnBeacon()
/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c416 pmlmeext->DrvBcnTimeOut = 0xff; in rtl8723b_set_FwPwrMode_cmd()
427 if (ratio_80_delay > 80 && pmlmeext->DrvBcnTimeOut == 0xff) in rtl8723b_set_FwPwrMode_cmd()
428 pmlmeext->DrvBcnTimeOut = i; in rtl8723b_set_FwPwrMode_cmd()
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h408 u8 DrvBcnTimeOut; member