Home
last modified time | relevance | path

Searched refs:dot11MeshConfirmTimeout (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/wireless/
Dmesh.c55 .dot11MeshConfirmTimeout = MESH_CONF_T,
Dtrace.h48 __field(u16, dot11MeshConfirmTimeout) \
75 __entry->dot11MeshConfirmTimeout = \
76 conf->dot11MeshConfirmTimeout; \
Dnl80211.c6069 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
6266 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshConfirmTimeout, 1, 255, in nl80211_parse_mesh_config()
/Linux-v4.19/net/mac80211/
Ddebugfs_netdev.c603 IEEE80211_IF_FILE(dot11MeshConfirmTimeout,
604 u.mesh.mshcfg.dot11MeshConfirmTimeout, DEC);
741 MESHPARAMS_ADD(dot11MeshConfirmTimeout); in add_mesh_config()
Dmesh_plink.c866 mod_plink_timer(sta, mshcfg->dot11MeshConfirmTimeout); in mesh_plink_fsm()
Dcfg.c1924 conf->dot11MeshConfirmTimeout = nconf->dot11MeshConfirmTimeout; in ieee80211_update_mesh_config()
/Linux-v4.19/include/net/
Dcfg80211.h1545 u16 dot11MeshConfirmTimeout; member