Searched refs:dot11MeshTTL (Results 1 – 7 of 7) sorted by relevance
62 .dot11MeshTTL = MESH_TTL,
55 __field(u8, dot11MeshTTL) \85 __entry->dot11MeshTTL = conf->dot11MeshTTL; \
9497 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()9662 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshTTL, mask, in nl80211_parse_mesh_config()
834 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_mesh_xmit_fast()897 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_new_mesh_header()1048 *pos++ = ifmsh->mshcfg.dot11MeshTTL; in ieee80211_mesh_build_beacon()1383 if (ifmsh->chsw_ttl >= ifmsh->mshcfg.dot11MeshTTL) in ieee80211_mesh_process_chnswitch()
2853 conf->dot11MeshTTL = nconf->dot11MeshTTL; in ieee80211_update_mesh_config()
3831 *pos++ = sdata->u.mesh.mshcfg.dot11MeshTTL; /* Mesh TTL */ in ieee80211_send_action_csa()
2673 u8 dot11MeshTTL; member