Home
last modified time | relevance | path

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

/linux-6.15/net/wireless/
H A Dmesh.c67 .dot11MeshHWMPactivePathTimeout = MESH_PATH_TIMEOUT,
H A Dtrace.h61 __field(u32, dot11MeshHWMPactivePathTimeout) \
93 __entry->dot11MeshHWMPactivePathTimeout = \
94 conf->dot11MeshHWMPactivePathTimeout; \
H A Dnl80211.c8372 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
8546 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPactivePathTimeout, in nl80211_parse_mesh_config()
8551 (cfg->dot11MeshHWMPactivePathTimeout < 1 || in nl80211_parse_mesh_config()
8552 cfg->dot11MeshHWMPactivePathTimeout > 65535)) in nl80211_parse_mesh_config()
/linux-6.15/net/mac80211/
H A Ddebugfs_netdev.c764 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
765 u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout, DEC);
913 MESHPARAMS_ADD(dot11MeshHWMPactivePathTimeout); in add_mesh_config()
H A Dmesh_hwmp.c82 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
H A Dcfg.c2604 conf->dot11MeshHWMPactivePathTimeout = in ieee80211_update_mesh_config()
2605 nconf->dot11MeshHWMPactivePathTimeout; in ieee80211_update_mesh_config()
/linux-6.15/include/net/
H A Dcfg80211.h2488 u32 dot11MeshHWMPactivePathTimeout; member