Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dmesh.c53 .dot11MeshRetryTimeout = MESH_RET_T,
Dtrace.h46 #define MESH_CFG_ENTRY __field(u16, dot11MeshRetryTimeout) \
73 __entry->dot11MeshRetryTimeout = conf->dot11MeshRetryTimeout; \
Dnl80211.c5044 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
5185 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshRetryTimeout, 1, 255, in nl80211_parse_mesh_config()
/linux-4.4.14/net/mac80211/
Ddebugfs_netdev.c561 IEEE80211_IF_FILE(dot11MeshRetryTimeout,
562 u.mesh.mshcfg.dot11MeshRetryTimeout, DEC);
689 MESHPARAMS_ADD(dot11MeshRetryTimeout); in add_mesh_config()
Dmesh_plink.c729 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
815 mshcfg->dot11MeshRetryTimeout); in mesh_plink_fsm()
Dcfg.c1682 conf->dot11MeshRetryTimeout = nconf->dot11MeshRetryTimeout; in ieee80211_update_mesh_config()
/linux-4.4.14/include/net/
Dcfg80211.h1302 u16 dot11MeshRetryTimeout; member