Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Dsta_info.h83 unsigned int expire_to; member
104 unsigned int expire_to; /* sec , time to expire after associated. */ member
/Linux-v5.4/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_recv.c917 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.c2728 pstat->expire_to = pstapriv->auth_to; in OnAuth()
2741 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
2774 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
3278 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_ap.c189 , psta->expire_to in chk_sta_is_alive()
228 if (psta->expire_to > 0) { in expire_timeout_chk()
229 psta->expire_to--; in expire_timeout_chk()
230 if (psta->expire_to == 0) { in expire_timeout_chk()
275 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
276 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
280 if (psta->expire_to > 0) in expire_timeout_chk()
281 psta->expire_to--; in expire_timeout_chk()
284 if (psta->expire_to == 0) { in expire_timeout_chk()
288 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()
452 psta->expire_to = 0; in rtw_free_stainfo()
Drtw_mlme_ext.c662 psta->expire_to = pstapriv->expire_to; in OnProbeReq()
975 if (pstat->expire_to > 0) { in OnAuth()
995 pstat->expire_to = pstapriv->auth_to; in OnAuth()
1009 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1043 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1591 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
1980 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.c2721 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
/Linux-v5.4/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-v5.4/drivers/staging/rtl8723bs/include/
Dsta_info.h148 unsigned int expire_to; member
334 unsigned int expire_to; /* sec , time to expire after associated. */ member