Home
last modified time | relevance | path

Searched refs:dot11MeshTTL (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/net/wireless/
H A Dmesh.c62 .dot11MeshTTL = MESH_TTL,
H A Dtrace.h55 __field(u8, dot11MeshTTL) \
85 __entry->dot11MeshTTL = conf->dot11MeshTTL; \
H A Dnl80211.c8358 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
8523 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshTTL, mask, in nl80211_parse_mesh_config()
/linux-6.15/net/mac80211/
H A Ddebugfs_netdev.c759 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);
909 MESHPARAMS_ADD(dot11MeshTTL); in add_mesh_config()
H A Dmesh.c830 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_mesh_xmit_fast()
893 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_new_mesh_header()
1047 *pos++ = ifmsh->mshcfg.dot11MeshTTL; in ieee80211_mesh_build_beacon()
1382 if (ifmsh->chsw_ttl >= ifmsh->mshcfg.dot11MeshTTL) in ieee80211_mesh_process_chnswitch()
H A Dcfg.c2585 conf->dot11MeshTTL = nconf->dot11MeshTTL; in ieee80211_update_mesh_config()
H A Dutil.c3728 *pos++ = sdata->u.mesh.mshcfg.dot11MeshTTL; /* Mesh TTL */ in ieee80211_send_action_csa()
/linux-6.15/include/net/
H A Dcfg80211.h2481 u8 dot11MeshTTL; member