Searched refs:dot11MeshMaxRetries (Results 1 – 7 of 7) sorted by relevance
57 .dot11MeshMaxRetries = MESH_MAX_RETR,
51 __field(u8, dot11MeshMaxRetries) \80 __entry->dot11MeshMaxRetries = conf->dot11MeshMaxRetries; \
6075 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()6275 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshMaxRetries, 0, 16, in nl80211_parse_mesh_config()
599 IEEE80211_IF_FILE(dot11MeshMaxRetries,600 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);739 MESHPARAMS_ADD(dot11MeshMaxRetries); in add_mesh_config()
660 if (sta->mesh->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
1930 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries; in ieee80211_update_mesh_config()
1548 u8 dot11MeshMaxRetries; member