Searched refs:dot11MeshHoldingTimeout (Results 1 – 6 of 6) sorted by relevance
/linux/net/wireless/ |
H A D | mesh.c | 60 .dot11MeshHoldingTimeout = MESH_HOLD_T,
|
H A D | trace.h | 52 __field(u16, dot11MeshHoldingTimeout) \ 81 __entry->dot11MeshHoldingTimeout = \ 82 conf->dot11MeshHoldingTimeout; \
|
H A D | nl80211.c | 8990 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config() 9153 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHoldingTimeout, mask, in nl80211_parse_mesh_config()
|
/linux/net/mac80211/ |
H A D | debugfs_netdev.c | 757 IEEE80211_IF_FILE(dot11MeshHoldingTimeout, 758 u.mesh.mshcfg.dot11MeshHoldingTimeout, DEC); 908 MESHPARAMS_ADD(dot11MeshHoldingTimeout); in add_mesh_config()
|
H A D | mesh_plink.c | 729 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer() 838 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close()
|
/linux/include/net/ |
H A D | cfg80211.h | 2502 * @dot11MeshHoldingTimeout: the confirm timeout in millisecond units used by 2578 u16 dot11MeshHoldingTimeout; member
|