Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c189 if (psta->expire_to > 0) { in expire_timeout_chk()
190 psta->expire_to--; in expire_timeout_chk()
191 if (psta->expire_to == 0) { in expire_timeout_chk()
213 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
214 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
218 if (psta->expire_to > 0) in expire_timeout_chk()
219 psta->expire_to--; in expire_timeout_chk()
222 if (psta->expire_to == 0) { in expire_timeout_chk()
226 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
234 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
H A Drtw_sta_mgt.c32 psta->expire_to = 0; in _rtw_init_stainfo()
101 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
392 psta->expire_to = 0; in rtw_free_stainfo()
H A Drtw_mlme_ext.c753 if (pstat->expire_to > 0) { in OnAuth()
773 pstat->expire_to = pstapriv->auth_to; in OnAuth()
785 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
813 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1305 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
1673 psta->expire_to = pstapriv->expire_to; in OnAction_back()
H A Drtw_recv.c1003 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
H A Drtw_xmit.c2299 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h143 unsigned int expire_to; member
280 unsigned int expire_to; /* sec , time to expire after associated. */ member