Home
last modified time | relevance | path

Searched refs:expire_to (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8712/
Dsta_info.h95 unsigned int expire_to; member
116 unsigned int expire_to; /* sec , time to expire after associated. */ member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_ap.c185 if (psta->expire_to > 0) { in expire_timeout_chk()
186 psta->expire_to--; in expire_timeout_chk()
187 if (psta->expire_to == 0) { in expire_timeout_chk()
218 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
219 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
223 psta->expire_to--; in expire_timeout_chk()
226 if (psta->expire_to <= 0) { in expire_timeout_chk()
230 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
239 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
307 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
Drtw_sta_mgt.c36 psta->expire_to = 0; in _rtw_init_stainfo()
105 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
342 psta->expire_to = 0; in rtw_free_stainfo()
Drtw_xmit.c1870 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
Drtw_recv.c922 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
Drtw_mlme_ext.c2742 pstat->expire_to = pstapriv->auth_to; in OnAuth()
2755 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
2788 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
3292 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ap.c204 , psta->expire_to in chk_sta_is_alive()
245 if (psta->expire_to > 0) { in expire_timeout_chk()
247 psta->expire_to--; in expire_timeout_chk()
248 if (psta->expire_to == 0) { in expire_timeout_chk()
297 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
298 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
302 if (psta->expire_to > 0) in expire_timeout_chk()
303 psta->expire_to--; in expire_timeout_chk()
306 if (psta->expire_to == 0) { in expire_timeout_chk()
312 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
Drtw_sta_mgt.c34 psta->expire_to = 0; in _rtw_init_stainfo()
101 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
456 psta->expire_to = 0; in rtw_free_stainfo()
Drtw_mlme_ext.c672 psta->expire_to = pstapriv->expire_to; in OnProbeReq()
986 if (pstat->expire_to > 0) { in OnAuth()
1006 pstat->expire_to = pstapriv->auth_to; in OnAuth()
1020 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1054 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1604 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
1995 psta->expire_to = pstapriv->expire_to; in OnAction_back()
Drtw_recv.c1142 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
Drtw_xmit.c2723 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dsta_info.h133 unsigned int expire_to; member
306 unsigned int expire_to; /* sec , time to expire after associated. */ member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h148 unsigned int expire_to; member
334 unsigned int expire_to; /* sec , time to expire after associated. */ member