Searched refs:dot11MeshHoldingTimeout (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/wireless/ |
D | mesh.c | 56 .dot11MeshHoldingTimeout = MESH_HOLD_T,
|
D | trace.h | 49 __field(u16, dot11MeshHoldingTimeout) \ 77 __entry->dot11MeshHoldingTimeout = \ 78 conf->dot11MeshHoldingTimeout; \
|
D | nl80211.c | 6071 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config() 6269 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHoldingTimeout, 1, 255, in nl80211_parse_mesh_config()
|
/Linux-v4.19/net/mac80211/ |
D | debugfs_netdev.c | 605 IEEE80211_IF_FILE(dot11MeshHoldingTimeout, 606 u.mesh.mshcfg.dot11MeshHoldingTimeout, DEC); 742 MESHPARAMS_ADD(dot11MeshHoldingTimeout); in add_mesh_config()
|
D | mesh_plink.c | 681 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer() 790 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close()
|
D | cfg.c | 1926 conf->dot11MeshHoldingTimeout = nconf->dot11MeshHoldingTimeout; in ieee80211_update_mesh_config()
|
/Linux-v4.19/include/net/ |
D | cfg80211.h | 1546 u16 dot11MeshHoldingTimeout; member
|