Home
last modified time | relevance | path

Searched refs:dot11MeshNolearn (Results 1 – 6 of 6) sorted by relevance

/linux/net/wireless/
H A Dmesh.c85 .dot11MeshNolearn = false,
H A Dtrace.h75 __field(bool, dot11MeshNolearn)
116 __entry->dot11MeshNolearn = conf->dot11MeshNolearn; \
H A Dnl80211.c9044 cur_params.dot11MeshNolearn) || in nl80211_get_mesh_config()
9260 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshNolearn, mask, in nl80211_parse_mesh_config()
/linux/net/mac80211/
H A Ddebugfs_netdev.c798 IEEE80211_IF_FILE(dot11MeshNolearn, u.mesh.mshcfg.dot11MeshNolearn, DEC);
932 MESHPARAMS_ADD(dot11MeshNolearn); in add_mesh_config()
H A Dmesh.c766 if (ifmsh->mshcfg.dot11MeshNolearn) in ieee80211_mesh_xmit_fast()
/linux/include/net/
H A Dcfg80211.h2569 * @dot11MeshNolearn: Try to avoid multi-hop path discovery (e.g. PREQ/PREP
2606 bool dot11MeshNolearn; member