Searched refs:path_refresh_time (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debugfs_netdev.c | 617 IEEE80211_IF_FILE(path_refresh_time, 618 u.mesh.mshcfg.path_refresh_time, DEC); 754 MESHPARAMS_ADD(path_refresh_time); in add_mesh_config()
|
H A D | mesh_hwmp.c | 1238 msecs_to_jiffies(sdata->u.mesh.mshcfg.path_refresh_time)) && in mesh_nexthop_lookup()
|
H A D | cfg.c | 2173 conf->path_refresh_time = nconf->path_refresh_time; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 68 .path_refresh_time = MESH_PATH_REFRESH_TIME,
|
H A D | trace.h | 57 __field(u32, path_refresh_time) \ 89 __entry->path_refresh_time = conf->path_refresh_time; \
|
H A D | nl80211.c | 7152 cur_params.path_refresh_time) || in nl80211_get_mesh_config() 7321 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, path_refresh_time, mask, in nl80211_parse_mesh_config() 7325 (cfg->path_refresh_time < 1 || cfg->path_refresh_time > 65535)) in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 72 .path_refresh_time = MESH_PATH_REFRESH_TIME,
|
H A D | trace.h | 55 __field(u32, path_refresh_time) \ 87 __entry->path_refresh_time = conf->path_refresh_time; \
|
H A D | nl80211.c | 8183 cur_params.path_refresh_time) || in nl80211_get_mesh_config() 8352 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, path_refresh_time, mask, in nl80211_parse_mesh_config() 8356 (cfg->path_refresh_time < 1 || cfg->path_refresh_time > 65535)) in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs_netdev.c | 663 IEEE80211_IF_FILE(path_refresh_time, 664 u.mesh.mshcfg.path_refresh_time, DEC); 807 MESHPARAMS_ADD(path_refresh_time); in add_mesh_config()
|
H A D | mesh_hwmp.c | 1236 msecs_to_jiffies(sdata->u.mesh.mshcfg.path_refresh_time)) && in mesh_path_refresh()
|
H A D | cfg.c | 2554 conf->path_refresh_time = nconf->path_refresh_time; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1898 * @path_refresh_time: how frequently to refresh mesh paths in milliseconds 1964 u32 path_refresh_time; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2241 * @path_refresh_time: how frequently to refresh mesh paths in milliseconds 2310 u32 path_refresh_time; member
|
Completed in 87 milliseconds