Home
last modified time | relevance | path

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

/Linux-v6.6/net/wireless/
Dmesh.c67 .dot11MeshHWMPactivePathTimeout = MESH_PATH_TIMEOUT,
Dtrace.h56 __field(u32, dot11MeshHWMPactivePathTimeout) \
88 __entry->dot11MeshHWMPactivePathTimeout = \
89 conf->dot11MeshHWMPactivePathTimeout; \
Dnl80211.c8184 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
8358 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPactivePathTimeout, in nl80211_parse_mesh_config()
8363 (cfg->dot11MeshHWMPactivePathTimeout < 1 || in nl80211_parse_mesh_config()
8364 cfg->dot11MeshHWMPactivePathTimeout > 65535)) in nl80211_parse_mesh_config()
/Linux-v6.6/net/mac80211/
Ddebugfs_netdev.c653 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
654 u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout, DEC);
802 MESHPARAMS_ADD(dot11MeshHWMPactivePathTimeout); in add_mesh_config()
Dmesh_hwmp.c82 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
Dcfg.c2556 conf->dot11MeshHWMPactivePathTimeout = in ieee80211_update_mesh_config()
2557 nconf->dot11MeshHWMPactivePathTimeout; in ieee80211_update_mesh_config()
/Linux-v6.6/include/net/
Dcfg80211.h2312 u32 dot11MeshHWMPactivePathTimeout; member