Searched refs:dot11MeshHoldingTimeout (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/wireless/ |
D | mesh.c | 55 .dot11MeshHoldingTimeout = MESH_HOLD_T,
|
D | trace.h | 48 __field(u16, dot11MeshHoldingTimeout) \ 76 __entry->dot11MeshHoldingTimeout = \ 77 conf->dot11MeshHoldingTimeout; \
|
D | nl80211.c | 5048 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config() 5191 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHoldingTimeout, 1, 255, in nl80211_parse_mesh_config()
|
/linux-4.4.14/net/mac80211/ |
D | debugfs_netdev.c | 565 IEEE80211_IF_FILE(dot11MeshHoldingTimeout, 566 u.mesh.mshcfg.dot11MeshHoldingTimeout, DEC); 691 MESHPARAMS_ADD(dot11MeshHoldingTimeout); in add_mesh_config()
|
D | mesh_plink.c | 654 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer() 765 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close()
|
D | cfg.c | 1686 conf->dot11MeshHoldingTimeout = nconf->dot11MeshHoldingTimeout; in ieee80211_update_mesh_config()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 1304 u16 dot11MeshHoldingTimeout; member
|