Home
last modified time | relevance | path

Searched refs:timeBcnInfoChkStart (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1324 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChk… in rtw_check_bcn_info()
1325 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
1496 pmlmepriv->timeBcnInfoChkStart = jiffies; in rtw_check_bcn_info()
1501 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChk… in rtw_check_bcn_info()
1504 … DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChkStart)); in rtw_check_bcn_info()
1505 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme.h485 unsigned long timeBcnInfoChkStart; member