Home
last modified time | relevance | path

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

/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()
314 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
Drtw_sta_mgt.c36 psta->expire_to = 0; in _rtw_init_stainfo()
106 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
349 psta->expire_to = 0; in rtw_free_stainfo()
Drtw_recv.c908 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
Drtw_xmit.c1881 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
Drtw_mlme_ext.c2722 pstat->expire_to = pstapriv->auth_to; in OnAuth()
2735 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
2768 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
3272 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
/drivers/staging/rtl8723bs/core/
Drtw_ap.c190 , psta->expire_to in chk_sta_is_alive()
230 if (psta->expire_to > 0) { in expire_timeout_chk()
231 psta->expire_to--; in expire_timeout_chk()
232 if (psta->expire_to == 0) { in expire_timeout_chk()
277 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
278 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
282 if (psta->expire_to > 0) in expire_timeout_chk()
283 psta->expire_to--; in expire_timeout_chk()
286 if (psta->expire_to == 0) { in expire_timeout_chk()
290 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
Drtw_sta_mgt.c34 psta->expire_to = 0; in _rtw_init_stainfo()
100 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
449 psta->expire_to = 0; in rtw_free_stainfo()
Drtw_mlme_ext.c663 psta->expire_to = pstapriv->expire_to; in OnProbeReq()
976 if (pstat->expire_to > 0) { in OnAuth()
996 pstat->expire_to = pstapriv->auth_to; in OnAuth()
1010 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1044 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1589 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
1978 psta->expire_to = pstapriv->expire_to; in OnAction_back()
Drtw_recv.c1140 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
Drtw_xmit.c2469 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
/drivers/staging/rtl8712/
Dsta_info.h83 unsigned int expire_to; member
104 unsigned int expire_to; /* sec , time to expire after associated. */ member
/drivers/staging/rtl8188eu/include/
Dsta_info.h133 unsigned int expire_to; member
306 unsigned int expire_to; /* sec , time to expire after associated. */ member
/drivers/staging/rtl8723bs/include/
Dsta_info.h148 unsigned int expire_to; member
334 unsigned int expire_to; /* sec , time to expire after associated. */ member