Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c1183 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChk… in rtw_check_bcn_info()
1184 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
1312 pmlmepriv->timeBcnInfoChkStart = jiffies; in rtw_check_bcn_info()
1316 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChk… in rtw_check_bcn_info()
1318 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h408 unsigned long timeBcnInfoChkStart; member