Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Dsta_info.h81 unsigned int expire_to; member
102 unsigned int expire_to; /* sec , time to expire after associated. */ member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A 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()
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()
298 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
H A 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()
H A Drtw_mlme_ext.c760 if (pstat->expire_to > 0) { in OnAuth()
780 pstat->expire_to = pstapriv->auth_to; in OnAuth()
792 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
820 pstat->expire_to = pstapriv->assoc_to; in OnAuth()
1320 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
1688 psta->expire_to = pstapriv->expire_to; in OnAction_back()
H A Drtw_recv.c946 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
H A Drtw_xmit.c2267 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h143 unsigned int expire_to; member
324 unsigned int expire_to; /* sec , time to expire after associated. */ member