Home
last modified time | relevance | path

Searched refs:dot11MeshHWMPactivePathTimeout (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Ddebugfs_netdev.c607 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
608 u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout, DEC);
749 MESHPARAMS_ADD(dot11MeshHWMPactivePathTimeout); in add_mesh_config()
H A Dmesh_hwmp.c82 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
H A Dcfg.c2177 conf->dot11MeshHWMPactivePathTimeout = in ieee80211_update_mesh_config()
2178 nconf->dot11MeshHWMPactivePathTimeout; in ieee80211_update_mesh_config()
/kernel/linux/linux-5.10/net/wireless/
H A Dmesh.c63 .dot11MeshHWMPactivePathTimeout = MESH_PATH_TIMEOUT,
H A Dtrace.h58 __field(u32, dot11MeshHWMPactivePathTimeout) \
90 __entry->dot11MeshHWMPactivePathTimeout = \
91 conf->dot11MeshHWMPactivePathTimeout; \
H A Dnl80211.c7156 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
7330 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPactivePathTimeout, in nl80211_parse_mesh_config()
7335 (cfg->dot11MeshHWMPactivePathTimeout < 1 || in nl80211_parse_mesh_config()
7336 cfg->dot11MeshHWMPactivePathTimeout > 65535)) in nl80211_parse_mesh_config()
/kernel/linux/linux-6.6/net/wireless/
H A Dmesh.c67 .dot11MeshHWMPactivePathTimeout = MESH_PATH_TIMEOUT,
H A Dtrace.h56 __field(u32, dot11MeshHWMPactivePathTimeout) \
88 __entry->dot11MeshHWMPactivePathTimeout = \
89 conf->dot11MeshHWMPactivePathTimeout; \
H A Dnl80211.c8187 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
8361 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPactivePathTimeout, in nl80211_parse_mesh_config()
8366 (cfg->dot11MeshHWMPactivePathTimeout < 1 || in nl80211_parse_mesh_config()
8367 cfg->dot11MeshHWMPactivePathTimeout > 65535)) in nl80211_parse_mesh_config()
/kernel/linux/linux-6.6/net/mac80211/
H A Ddebugfs_netdev.c653 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
654 u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout, DEC);
802 MESHPARAMS_ADD(dot11MeshHWMPactivePathTimeout); in add_mesh_config()
H A Dmesh_hwmp.c82 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
H A Dcfg.c2558 conf->dot11MeshHWMPactivePathTimeout = in ieee80211_update_mesh_config()
2559 nconf->dot11MeshHWMPactivePathTimeout; in ieee80211_update_mesh_config()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h1901 * @dot11MeshHWMPactivePathTimeout: the time (in TUs) for which mesh STAs
1966 u32 dot11MeshHWMPactivePathTimeout; member
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h2244 * @dot11MeshHWMPactivePathTimeout: the time (in TUs) for which mesh STAs
2312 u32 dot11MeshHWMPactivePathTimeout; member

Completed in 86 milliseconds