Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_ap.c176 if (psta->expire_to > 0) { in expire_timeout_chk()
177 psta->expire_to--; in expire_timeout_chk()
178 if (psta->expire_to == 0) { in expire_timeout_chk()
206 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
207 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
211 psta->expire_to--; in expire_timeout_chk()
214 if (psta->expire_to <= 0) { in expire_timeout_chk()
218 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
225 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
282 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
Drtw_sta_mgt.c28 psta->expire_to = 0; in _rtw_init_stainfo()
93 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
334 psta->expire_to = 0; in rtw_free_stainfo()
Drtw_recv.c942 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
Drtw_xmit.c2068 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
Drtw_mlme_ext.c787 pstat->expire_to = pstapriv->auth_to; in OnAuth()
798 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
827 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1337 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
/linux-6.1.9/drivers/staging/rtl8712/
Dsta_info.h81 unsigned int expire_to; member
102 unsigned int expire_to; /* sec , time to expire after associated. */ member
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_ap.c191 if (psta->expire_to > 0) { in expire_timeout_chk()
192 psta->expire_to--; in expire_timeout_chk()
193 if (psta->expire_to == 0) { in expire_timeout_chk()
215 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
216 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
220 if (psta->expire_to > 0) in expire_timeout_chk()
221 psta->expire_to--; in expire_timeout_chk()
224 if (psta->expire_to == 0) { in expire_timeout_chk()
228 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
236 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
Drtw_sta_mgt.c33 psta->expire_to = 0; in _rtw_init_stainfo()
102 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
399 psta->expire_to = 0; in rtw_free_stainfo()
Drtw_mlme_ext.c762 if (pstat->expire_to > 0) { in OnAuth()
782 pstat->expire_to = pstapriv->auth_to; in OnAuth()
794 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
822 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1322 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
1690 psta->expire_to = pstapriv->expire_to; in OnAction_back()
Drtw_recv.c946 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
Drtw_xmit.c2267 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dsta_info.h128 unsigned int expire_to; member
264 unsigned int expire_to; /* sec , time to expire after associated. */ member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dsta_info.h143 unsigned int expire_to; member
324 unsigned int expire_to; /* sec , time to expire after associated. */ member