Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c1265 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChk… in rtw_check_bcn_info()
1266 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
1431 pmlmepriv->timeBcnInfoChkStart = jiffies; in rtw_check_bcn_info()
1436 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChk… in rtw_check_bcn_info()
1439 … DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChkStart)); in rtw_check_bcn_info()
1440 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_wlan_util.c2545 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkSta… in rtw_check_bcn_info()
2547 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
2718 pmlmepriv->timeBcnInfoChkStart = rtw_get_current_time(); in rtw_check_bcn_info()
2724 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkSta… in rtw_check_bcn_info()
2728 DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkStart)); in rtw_check_bcn_info()
2729 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_wlan_util.c2479 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkSta… in rtw_check_bcn_info()
2481 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
2652 pmlmepriv->timeBcnInfoChkStart = rtw_get_current_time(); in rtw_check_bcn_info()
2658 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkSta… in rtw_check_bcn_info()
2662 DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkStart)); in rtw_check_bcn_info()
2663 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_wlan_util.c2627 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkSta… in rtw_check_bcn_info()
2628 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
2796 pmlmepriv->timeBcnInfoChkStart = rtw_get_current_time(); in rtw_check_bcn_info()
2801 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkSta… in rtw_check_bcn_info()
2804 DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkStart)); in rtw_check_bcn_info()
2805 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_wlan_util.c2435 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkSta… in rtw_check_bcn_info()
2436 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
2587 pmlmepriv->timeBcnInfoChkStart = rtw_get_current_time(); in rtw_check_bcn_info()
2592 …if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkSta… in rtw_check_bcn_info()
2595 DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkStart)); in rtw_check_bcn_info()
2596 pmlmepriv->timeBcnInfoChkStart = 0; in rtw_check_bcn_info()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h455 unsigned long timeBcnInfoChkStart; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_mlme.h850 u32 timeBcnInfoChkStart;