Searched refs:expire_to (Results 1 – 13 of 13) sorted by relevance
176 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()210 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()211 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()215 psta->expire_to--; in expire_timeout_chk()218 if (psta->expire_to <= 0) { in expire_timeout_chk()222 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()229 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()292 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()[all …]
31 psta->expire_to = 0; in _rtw_init_stainfo()96 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()322 psta->expire_to = 0; in rtw_free_stainfo()
869 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
2011 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
783 pstat->expire_to = pstapriv->auth_to; in OnAuth()796 pstat->expire_to = pstapriv->assoc_to; in OnAuth()829 pstat->expire_to = pstapriv->assoc_to; in OnAuth()1345 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()
191 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 …]
33 psta->expire_to = 0; in _rtw_init_stainfo()102 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()401 psta->expire_to = 0; in rtw_free_stainfo()
765 if (pstat->expire_to > 0) { in OnAuth()785 pstat->expire_to = pstapriv->auth_to; in OnAuth()797 pstat->expire_to = pstapriv->assoc_to; in OnAuth()825 pstat->expire_to = pstapriv->assoc_to; in OnAuth()1327 pstat->expire_to = pstapriv->expire_to; in OnAssocReq()1699 psta->expire_to = pstapriv->expire_to; in OnAction_back()
953 psta->expire_to = pstapriv->expire_to; in validate_recv_ctrl_frame()
2269 psta->expire_to = pstapriv->expire_to; in wakeup_sta_to_xmit()
82 unsigned int expire_to; member103 unsigned int expire_to; /* sec , time to expire after associated. */ member
143 unsigned int expire_to; member324 unsigned int expire_to; /* sec , time to expire after associated. */ member
129 unsigned int expire_to; member312 unsigned int expire_to; /* sec , time to expire after associated. */ member
Completed in 48 milliseconds