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

/linux-master/net/wireless/
H A Dmesh.c61 .dot11MeshMaxRetries = MESH_MAX_RETR,
H A Dtrace.h54 __field(u8, dot11MeshMaxRetries) \
84 __entry->dot11MeshMaxRetries = conf->dot11MeshMaxRetries; \
H A Dnl80211.c8178 cur_params.dot11MeshMaxRetries) ||
8343 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshMaxRetries, mask,
/linux-master/net/mac80211/
H A Ddebugfs_netdev.c752 IEEE80211_IF_FILE(dot11MeshMaxRetries,
753 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);
906 MESHPARAMS_ADD(dot11MeshMaxRetries);
H A Dmesh_plink.c712 if (sta->mesh->plink_retries < mshcfg->dot11MeshMaxRetries) {
H A Dcfg.c2536 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries;
/linux-master/include/net/
H A Dcfg80211.h2381 * @dot11MeshMaxRetries: the maximum number of peer link open retries that can
2455 u8 dot11MeshMaxRetries; member in struct:mesh_config

Completed in 259 milliseconds