Home
last modified time | relevance | path

Searched refs:path_refresh_time (Results 1 – 5 of 5) sorted by relevance

/linux/net/wireless/
H A Dmesh.c72 .path_refresh_time = MESH_PATH_REFRESH_TIME,
H A Dtrace.h60 __field(u32, path_refresh_time) \
92 __entry->path_refresh_time = conf->path_refresh_time; \
H A Dnl80211.c9006 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
9175 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, path_refresh_time, mask, in nl80211_parse_mesh_config()
9179 (cfg->path_refresh_time < 1 || cfg->path_refresh_time > 65535)) in nl80211_parse_mesh_config()
/linux/net/mac80211/
H A Ddebugfs_netdev.c774 IEEE80211_IF_FILE(path_refresh_time,
775 u.mesh.mshcfg.path_refresh_time, DEC);
918 MESHPARAMS_ADD(path_refresh_time); in add_mesh_config()
/linux/include/net/
H A Dcfg80211.h2517 * @path_refresh_time: how frequently to refresh mesh paths in milliseconds
2586 u32 path_refresh_time; member