Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_plink.c717 sta->mesh->plink_timeout); in mesh_plink_timer()
719 sta->mesh->plink_timeout = sta->mesh->plink_timeout + in mesh_plink_timer()
720 rand % sta->mesh->plink_timeout; in mesh_plink_timer()
722 mod_plink_timer(sta, sta->mesh->plink_timeout); in mesh_plink_timer()
752 sta->mesh->plink_timeout = timeout; in mesh_plink_timer_set()
H A Dsta_info.h411 u32 plink_timeout; member
H A Dmesh.c916 if (ifmsh->mshcfg.plink_timeout > 0) in ieee80211_mesh_housekeeping()
917 ieee80211_sta_expire(sdata, ifmsh->mshcfg.plink_timeout * HZ); in ieee80211_mesh_housekeeping()
H A Dcfg.c2668 conf->plink_timeout = nconf->plink_timeout; in ieee80211_update_mesh_config()
/linux-6.15/net/wireless/
H A Dmesh.c84 .plink_timeout = MESH_DEFAULT_PLINK_TIMEOUT,
H A Dnl80211.c8402 cur_params.plink_timeout) || in nl80211_get_mesh_config()
8620 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, plink_timeout, mask, in nl80211_parse_mesh_config()
/linux-6.15/include/net/
H A Dcfg80211.h2505 u32 plink_timeout; member