Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_ap.c302 if (psta->expire_to > 0) { in expire_timeout_chk()
303 psta->expire_to--; in expire_timeout_chk()
304 if (psta->expire_to == 0) { in expire_timeout_chk()
336 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
337 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
341 psta->expire_to--; in expire_timeout_chk()
344 if (psta->expire_to <= 0) { in expire_timeout_chk()
348 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
357 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
424 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
Drtw_sta_mgt.c44 psta->expire_to = 0; in _rtw_init_stainfo()
115 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
355 psta->expire_to = 0; in rtw_free_stainfo()
Drtw_xmit.c1943 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
Drtw_mlme_ext.c2772 pstat->expire_to = pstapriv->auth_to; in OnAuth()
2785 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
2818 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
3328 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
Drtw_recv.c987 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
/drivers/staging/rtl8712/
Dsta_info.h95 unsigned int expire_to; member
116 unsigned int expire_to; /* sec , time to expire after associated. */ member
/drivers/staging/rtl8188eu/include/
Dsta_info.h140 unsigned int expire_to; member
312 unsigned int expire_to; /* sec , time to expire after associated. */ member