Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_plink.c713 sta->mesh->plink_timeout); in mesh_plink_timer()
715 sta->mesh->plink_timeout = sta->mesh->plink_timeout + in mesh_plink_timer()
716 rand % sta->mesh->plink_timeout; in mesh_plink_timer()
718 mod_plink_timer(sta, sta->mesh->plink_timeout); in mesh_plink_timer()
748 sta->mesh->plink_timeout = timeout; in mesh_plink_timer_set()
H A Dsta_info.h376 * @plink_timeout: timeout of peer link
411 u32 plink_timeout; member
H A Dmesh.c920 if (ifmsh->mshcfg.plink_timeout > 0) in ieee80211_mesh_housekeeping()
921 ieee80211_sta_expire(sdata, ifmsh->mshcfg.plink_timeout * HZ); in ieee80211_mesh_housekeeping()
H A Dcfg.c2936 conf->plink_timeout = nconf->plink_timeout; in ieee80211_update_mesh_config()
/linux/net/wireless/
H A Dmesh.c84 .plink_timeout = MESH_DEFAULT_PLINK_TIMEOUT,
H A Dnl80211.c9541 cur_params.plink_timeout) || in nl80211_get_mesh_config()
9759 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, plink_timeout, mask, in nl80211_parse_mesh_config()
/linux/include/net/
H A Dcfg80211.h2697 u32 plink_timeout; member