Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_ap.c185 if (psta->expire_to > 0) { in expire_timeout_chk()
186 psta->expire_to--; in expire_timeout_chk()
187 if (psta->expire_to == 0) { in expire_timeout_chk()
218 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
219 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
223 psta->expire_to--; in expire_timeout_chk()
226 if (psta->expire_to <= 0) { in expire_timeout_chk()
230 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
239 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
314 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
H A Drtw_sta_mgt.c36 psta->expire_to = 0; in _rtw_init_stainfo()
106 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
349 psta->expire_to = 0; in rtw_free_stainfo()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c190 , psta->expire_to in chk_sta_is_alive()
230 if (psta->expire_to > 0) { in expire_timeout_chk()
231 psta->expire_to--; in expire_timeout_chk()
232 if (psta->expire_to == 0) { in expire_timeout_chk()
277 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
278 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
282 if (psta->expire_to > 0) in expire_timeout_chk()
283 psta->expire_to--; in expire_timeout_chk()
286 if (psta->expire_to == 0) { in expire_timeout_chk()
290 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
[all …]
H A Drtw_sta_mgt.c34 psta->expire_to = 0; in _rtw_init_stainfo()
100 pstapriv->expire_to = 3; /* 3*2 = 6 sec */ in _rtw_init_sta_priv()
449 psta->expire_to = 0; in rtw_free_stainfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_ap.c325 , psta->expire_to in chk_sta_is_alive()
387 if(psta->expire_to>0) in expire_timeout_chk()
389 psta->expire_to--; in expire_timeout_chk()
390 if (psta->expire_to == 0) in expire_timeout_chk()
443 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
444 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
450 psta->expire_to--; in expire_timeout_chk()
461 if ( psta->expire_to <= (pstapriv->expire_to - 50 ) ) { in expire_timeout_chk()
462 DBG_871X("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to-psta->expire_to)*2); in expire_timeout_chk()
464 psta->expire_to = 0; in expire_timeout_chk()
[all …]
H A Drtw_sta_mgt.c58 psta->expire_to = 0; in _rtw_init_stainfo()
146 pstapriv->expire_to = 3; // 3*2 = 6 sec in _rtw_init_sta_priv()
148 pstapriv->expire_to = 60;// 60*2 = 120 sec = 2 min, expire after no any traffic. in _rtw_init_sta_priv()
610 psta->expire_to = 0; in rtw_free_stainfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_ap.c325 , psta->expire_to in chk_sta_is_alive()
387 if(psta->expire_to>0) in expire_timeout_chk()
389 psta->expire_to--; in expire_timeout_chk()
390 if (psta->expire_to == 0) in expire_timeout_chk()
443 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
444 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
450 psta->expire_to--; in expire_timeout_chk()
461 if ( psta->expire_to <= (pstapriv->expire_to - 50 ) ) { in expire_timeout_chk()
462 DBG_871X("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to-psta->expire_to)*2); in expire_timeout_chk()
464 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_ap.c281 , psta->expire_to in chk_sta_is_alive()
346 if (psta->expire_to > 0) { in expire_timeout_chk()
347 psta->expire_to--; in expire_timeout_chk()
348 if (psta->expire_to == 0) { in expire_timeout_chk()
399 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
400 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
406 psta->expire_to--; in expire_timeout_chk()
416 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
417 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
419 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Dsta_info.h83 unsigned int expire_to; member
104 unsigned int expire_to; /* sec , time to expire after associated. */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_ap.c276 , psta->expire_to in chk_sta_is_alive()
341 if (psta->expire_to > 0) { in expire_timeout_chk()
342 psta->expire_to--; in expire_timeout_chk()
343 if (psta->expire_to == 0) { in expire_timeout_chk()
395 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
396 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
402 psta->expire_to--; in expire_timeout_chk()
412 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
413 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
415 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_ap.c283 , psta->expire_to in chk_sta_is_alive()
460 if (psta->expire_to > 0) { in expire_timeout_chk()
461 psta->expire_to--; in expire_timeout_chk()
462 if (psta->expire_to == 0) { in expire_timeout_chk()
513 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
514 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
520 psta->expire_to--; in expire_timeout_chk()
530 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
531 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
533 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_ap.c283 , psta->expire_to in chk_sta_is_alive()
460 if (psta->expire_to > 0) { in expire_timeout_chk()
461 psta->expire_to--; in expire_timeout_chk()
462 if (psta->expire_to == 0) { in expire_timeout_chk()
513 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
514 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
520 psta->expire_to--; in expire_timeout_chk()
530 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
531 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
533 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_ap.c283 , psta->expire_to in chk_sta_is_alive()
460 if (psta->expire_to > 0) { in expire_timeout_chk()
461 psta->expire_to--; in expire_timeout_chk()
462 if (psta->expire_to == 0) { in expire_timeout_chk()
513 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
514 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
520 psta->expire_to--; in expire_timeout_chk()
530 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
531 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
533 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_ap.c282 , psta->expire_to in chk_sta_is_alive()
459 if (psta->expire_to > 0) { in expire_timeout_chk()
460 psta->expire_to--; in expire_timeout_chk()
461 if (psta->expire_to == 0) { in expire_timeout_chk()
512 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
513 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
519 psta->expire_to--; in expire_timeout_chk()
529 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
530 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
532 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_ap.c282 , psta->expire_to in chk_sta_is_alive()
466 if (psta->expire_to > 0) { in expire_timeout_chk()
467 psta->expire_to--; in expire_timeout_chk()
468 if (psta->expire_to == 0) { in expire_timeout_chk()
516 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
517 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
523 psta->expire_to--; in expire_timeout_chk()
530 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
531 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
533 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_ap.c284 , psta->expire_to in chk_sta_is_alive()
468 if (psta->expire_to > 0) { in expire_timeout_chk()
469 psta->expire_to--; in expire_timeout_chk()
470 if (psta->expire_to == 0) { in expire_timeout_chk()
518 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
519 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
525 psta->expire_to--; in expire_timeout_chk()
532 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
533 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
535 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_ap.c282 , psta->expire_to in chk_sta_is_alive()
466 if (psta->expire_to > 0) { in expire_timeout_chk()
467 psta->expire_to--; in expire_timeout_chk()
468 if (psta->expire_to == 0) { in expire_timeout_chk()
516 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
517 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
523 psta->expire_to--; in expire_timeout_chk()
530 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
531 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
533 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_ap.c284 , psta->expire_to in chk_sta_is_alive()
480 if (psta->expire_to > 0) { in expire_timeout_chk()
481 psta->expire_to--; in expire_timeout_chk()
482 if (psta->expire_to == 0) { in expire_timeout_chk()
530 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
531 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
537 psta->expire_to--; in expire_timeout_chk()
544 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
545 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
547 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_ap.c283 , psta->expire_to in chk_sta_is_alive()
467 if (psta->expire_to > 0) { in expire_timeout_chk()
468 psta->expire_to--; in expire_timeout_chk()
469 if (psta->expire_to == 0) { in expire_timeout_chk()
517 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
518 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
524 psta->expire_to--; in expire_timeout_chk()
531 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
532 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
534 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_ap.c283 , psta->expire_to in chk_sta_is_alive()
467 if (psta->expire_to > 0) { in expire_timeout_chk()
468 psta->expire_to--; in expire_timeout_chk()
469 if (psta->expire_to == 0) { in expire_timeout_chk()
517 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
518 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
524 psta->expire_to--; in expire_timeout_chk()
531 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
532 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
534 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_ap.c282 , psta->expire_to in chk_sta_is_alive()
466 if (psta->expire_to > 0) { in expire_timeout_chk()
467 psta->expire_to--; in expire_timeout_chk()
468 if (psta->expire_to == 0) { in expire_timeout_chk()
516 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
517 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
523 psta->expire_to--; in expire_timeout_chk()
530 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
531 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
533 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_ap.c284 , psta->expire_to in chk_sta_is_alive()
480 if (psta->expire_to > 0) { in expire_timeout_chk()
481 psta->expire_to--; in expire_timeout_chk()
482 if (psta->expire_to == 0) { in expire_timeout_chk()
530 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
531 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
537 psta->expire_to--; in expire_timeout_chk()
544 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
545 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
547 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_ap.c317 , psta->expire_to in chk_sta_is_alive()
461 if (psta->expire_to > 0) { in expire_timeout_chk()
462 psta->expire_to--; in expire_timeout_chk()
463 if (psta->expire_to == 0) { in expire_timeout_chk()
511 if (chk_sta_is_alive(psta) || !psta->expire_to) { in expire_timeout_chk()
512 psta->expire_to = pstapriv->expire_to; in expire_timeout_chk()
518 psta->expire_to--; in expire_timeout_chk()
526 if (psta->expire_to <= (pstapriv->expire_to - 50)) { in expire_timeout_chk()
527 RTW_INFO("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to - psta->expire_to) * 2); in expire_timeout_chk()
529 psta->expire_to = 0; in expire_timeout_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dsta_info.h133 unsigned int expire_to; member
306 unsigned int expire_to; /* sec , time to expire after associated. */ member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dsta_info.h148 unsigned int expire_to; member
334 unsigned int expire_to; /* sec , time to expire after associated. */ member

123456