Searched refs:dot11MeshHoldingTimeout (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/net/wireless/ |
| D | mesh.c | 56 .dot11MeshHoldingTimeout = MESH_HOLD_T,
|
| D | trace.h | 49 __field(u16, dot11MeshHoldingTimeout) \ 78 __entry->dot11MeshHoldingTimeout = \ 79 conf->dot11MeshHoldingTimeout; \
|
| D | nl80211.c | 7115 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config() 7278 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHoldingTimeout, mask, in nl80211_parse_mesh_config()
|
| /Linux-v5.10/net/mac80211/ |
| D | debugfs_netdev.c | 600 IEEE80211_IF_FILE(dot11MeshHoldingTimeout, 601 u.mesh.mshcfg.dot11MeshHoldingTimeout, DEC); 744 MESHPARAMS_ADD(dot11MeshHoldingTimeout); in add_mesh_config()
|
| D | mesh_plink.c | 709 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer() 818 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close()
|
| D | cfg.c | 2129 conf->dot11MeshHoldingTimeout = nconf->dot11MeshHoldingTimeout; in ieee80211_update_mesh_config()
|
| /Linux-v5.10/include/net/ |
| D | cfg80211.h | 1953 u16 dot11MeshHoldingTimeout; member
|