Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dmesh.c61 .dot11MeshMaxRetries = MESH_MAX_RETR,
H A Dtrace.h49 __field(u8, dot11MeshMaxRetries) \
79 __entry->dot11MeshMaxRetries = conf->dot11MeshMaxRetries; \
H A Dnl80211.c8201 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
8366 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshMaxRetries, mask, in nl80211_parse_mesh_config()
/openbmc/linux/net/mac80211/
H A Ddebugfs_netdev.c640 IEEE80211_IF_FILE(dot11MeshMaxRetries,
641 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);
794 MESHPARAMS_ADD(dot11MeshMaxRetries); in add_mesh_config()
H A Dmesh_plink.c702 if (sta->mesh->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
H A Dcfg.c2537 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries; in ieee80211_update_mesh_config()
/openbmc/linux/include/net/
H A Dcfg80211.h2304 u8 dot11MeshMaxRetries; member