Home
last modified time | relevance | path

Searched refs:element_ttl (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c653 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process()
1107 ttl = sdata->u.mesh.mshcfg.element_ttl; in mesh_path_start_discovery()
1331 0, ifmsh->mshcfg.element_ttl, in mesh_path_tx_root_frame()
1344 0, ifmsh->mshcfg.element_ttl, interval, in mesh_path_tx_root_frame()
H A Ddebugfs_netdev.c649 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC);
799 MESHPARAMS_ADD(element_ttl); in add_mesh_config()
H A Dmesh_pathtbl.c782 sdata->u.mesh.mshcfg.element_ttl, in mesh_plink_broken()
H A Dcfg.c2541 conf->element_ttl = nconf->element_ttl; in ieee80211_update_mesh_config()
H A Drx.c2950 mesh_path_error_tx(sdata, ifmsh->mshcfg.element_ttl, in ieee80211_rx_mesh_data()
/openbmc/linux/net/wireless/
H A Dmesh.c63 .element_ttl = MESH_DEFAULT_ELEMENT_TTL,
H A Dtrace.h51 __field(u8, element_ttl) \
81 __entry->element_ttl = conf->element_ttl; \
H A Dnl80211.c8205 cur_params.element_ttl) || in nl80211_get_mesh_config()
8370 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, element_ttl, mask, in nl80211_parse_mesh_config()
/openbmc/linux/include/net/
H A Dcfg80211.h2306 u8 element_ttl; member