Searched refs:plink_timeout (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_plink.c | 693 sta->mesh->plink_timeout); in mesh_plink_timer() 695 sta->mesh->plink_timeout = sta->mesh->plink_timeout + in mesh_plink_timer() 696 rand % sta->mesh->plink_timeout; in mesh_plink_timer() 698 mod_plink_timer(sta, sta->mesh->plink_timeout); in mesh_plink_timer() 728 sta->mesh->plink_timeout = timeout; in mesh_plink_timer_set()
|
H A D | sta_info.h | 375 * @plink_timeout: timeout of peer link 410 u32 plink_timeout; member
|
H A D | mesh.c | 747 if (ifmsh->mshcfg.plink_timeout > 0) in ieee80211_mesh_housekeeping() 748 ieee80211_sta_expire(sdata, ifmsh->mshcfg.plink_timeout * HZ); in ieee80211_mesh_housekeeping()
|
H A D | cfg.c | 2240 conf->plink_timeout = nconf->plink_timeout; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_plink.c | 707 sta->mesh->plink_timeout); in mesh_plink_timer() 709 sta->mesh->plink_timeout = sta->mesh->plink_timeout + in mesh_plink_timer() 710 rand % sta->mesh->plink_timeout; in mesh_plink_timer() 712 mod_plink_timer(sta, sta->mesh->plink_timeout); in mesh_plink_timer() 742 sta->mesh->plink_timeout = timeout; in mesh_plink_timer_set()
|
H A D | sta_info.h | 379 * @plink_timeout: timeout of peer link 414 u32 plink_timeout; member
|
H A D | mesh.c | 928 if (ifmsh->mshcfg.plink_timeout > 0) in ieee80211_mesh_housekeeping() 929 ieee80211_sta_expire(sdata, ifmsh->mshcfg.plink_timeout * HZ); in ieee80211_mesh_housekeeping()
|
H A D | cfg.c | 2622 conf->plink_timeout = nconf->plink_timeout; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 80 .plink_timeout = MESH_DEFAULT_PLINK_TIMEOUT,
|
H A D | nl80211.c | 7186 cur_params.plink_timeout) || in nl80211_get_mesh_config() 7404 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, plink_timeout, mask, in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 84 .plink_timeout = MESH_DEFAULT_PLINK_TIMEOUT,
|
H A D | nl80211.c | 8217 cur_params.plink_timeout) || in nl80211_get_mesh_config() 8435 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, plink_timeout, mask, in nl80211_parse_mesh_config()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1940 * @plink_timeout: If no tx activity is seen from a STA we've established 1983 u32 plink_timeout; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2283 * @plink_timeout: If no tx activity is seen from a STA we've established 2329 u32 plink_timeout; member
|
Completed in 91 milliseconds