Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dmesh.c56 .dot11MeshMaxRetries = MESH_MAX_RETR,
Dtrace.h50 __field(u8, dot11MeshMaxRetries) \
79 __entry->dot11MeshMaxRetries = conf->dot11MeshMaxRetries; \
Dnl80211.c5064 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
5209 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshMaxRetries, 0, 16, in nl80211_parse_mesh_config()
/linux-4.1.27/net/mac80211/
Ddebugfs_netdev.c509 IEEE80211_IF_FILE(dot11MeshMaxRetries,
510 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);
637 MESHPARAMS_ADD(dot11MeshMaxRetries); in add_mesh_config()
Dmesh_plink.c590 if (sta->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
Dcfg.c1709 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries; in ieee80211_update_mesh_config()
/linux-4.1.27/include/net/
Dcfg80211.h1302 u8 dot11MeshMaxRetries; member