Searched refs:dot11MeshHWMPactivePathTimeout (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debugfs_netdev.c | 607 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout, 608 u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout, DEC); 749 MESHPARAMS_ADD(dot11MeshHWMPactivePathTimeout); in add_mesh_config()
|
H A D | mesh_hwmp.c | 82 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
|
H A D | cfg.c | 2177 conf->dot11MeshHWMPactivePathTimeout = in ieee80211_update_mesh_config() 2178 nconf->dot11MeshHWMPactivePathTimeout; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 63 .dot11MeshHWMPactivePathTimeout = MESH_PATH_TIMEOUT,
|
H A D | trace.h | 58 __field(u32, dot11MeshHWMPactivePathTimeout) \ 90 __entry->dot11MeshHWMPactivePathTimeout = \ 91 conf->dot11MeshHWMPactivePathTimeout; \
|
H A D | nl80211.c | 7156 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 D | mesh.c | 67 .dot11MeshHWMPactivePathTimeout = MESH_PATH_TIMEOUT,
|
H A D | trace.h | 56 __field(u32, dot11MeshHWMPactivePathTimeout) \ 88 __entry->dot11MeshHWMPactivePathTimeout = \ 89 conf->dot11MeshHWMPactivePathTimeout; \
|
H A D | nl80211.c | 8187 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 D | debugfs_netdev.c | 653 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout, 654 u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout, DEC); 802 MESHPARAMS_ADD(dot11MeshHWMPactivePathTimeout); in add_mesh_config()
|
H A D | mesh_hwmp.c | 82 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
|
H A D | cfg.c | 2558 conf->dot11MeshHWMPactivePathTimeout = in ieee80211_update_mesh_config() 2559 nconf->dot11MeshHWMPactivePathTimeout; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1901 * @dot11MeshHWMPactivePathTimeout: the time (in TUs) for which mesh STAs 1966 u32 dot11MeshHWMPactivePathTimeout; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2244 * @dot11MeshHWMPactivePathTimeout: the time (in TUs) for which mesh STAs 2312 u32 dot11MeshHWMPactivePathTimeout; member
|
Completed in 86 milliseconds