Searched refs:dot11MeshTTL (Results 1 – 8 of 8) sorted by relevance
57 .dot11MeshTTL = MESH_TTL,
51 __field(u8, dot11MeshTTL) \80 __entry->dot11MeshTTL = conf->dot11MeshTTL; \
5066 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()5212 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshTTL, 1, 255, in nl80211_parse_mesh_config()
517 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);641 MESHPARAMS_ADD(dot11MeshTTL); in add_mesh_config()
556 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_new_mesh_header()693 *pos++ = ifmsh->mshcfg.dot11MeshTTL; in ieee80211_mesh_build_beacon()936 if (ifmsh->chsw_ttl >= ifmsh->mshcfg.dot11MeshTTL) in ieee80211_mesh_process_chnswitch()
1711 conf->dot11MeshTTL = nconf->dot11MeshTTL; in ieee80211_update_mesh_config()
2895 *pos++ = sdata->u.mesh.mshcfg.dot11MeshTTL; /* Mesh TTL */ in ieee80211_send_action_csa()
1303 u8 dot11MeshTTL; member