timeBcnInfoChkStart 1319 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChkStart) > DISCONNECT_BY_CHK_BCN_FAIL_OBSERV_PERIOD_IN_MS)) { timeBcnInfoChkStart 1320 drivers/staging/rtl8723bs/core/rtw_wlan_util.c pmlmepriv->timeBcnInfoChkStart = 0; timeBcnInfoChkStart 1491 drivers/staging/rtl8723bs/core/rtw_wlan_util.c pmlmepriv->timeBcnInfoChkStart = jiffies; timeBcnInfoChkStart 1496 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChkStart) <= DISCONNECT_BY_CHK_BCN_FAIL_OBSERV_PERIOD_IN_MS) timeBcnInfoChkStart 1499 drivers/staging/rtl8723bs/core/rtw_wlan_util.c DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChkStart)); timeBcnInfoChkStart 1500 drivers/staging/rtl8723bs/core/rtw_wlan_util.c pmlmepriv->timeBcnInfoChkStart = 0; timeBcnInfoChkStart 456 drivers/staging/rtl8723bs/include/rtw_mlme.h unsigned long timeBcnInfoChkStart;