Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebugfs_netdev.c641 IEEE80211_IF_FILE(dot11MeshNolearn, u.mesh.mshcfg.dot11MeshNolearn, DEC);
768 MESHPARAMS_ADD(dot11MeshNolearn); in add_mesh_config()
H A Dmesh_hwmp.c1228 if (ifmsh->mshcfg.dot11MeshNolearn && in mesh_nexthop_lookup()
H A Dcfg.c2243 conf->dot11MeshNolearn = nconf->dot11MeshNolearn; in ieee80211_update_mesh_config()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dmesh.c81 .dot11MeshNolearn = false,
H A Dtrace.h72 __field(bool, dot11MeshNolearn)
113 __entry->dot11MeshNolearn = conf->dot11MeshNolearn; \
H A Dnl80211.c7187 cur_params.dot11MeshNolearn) || in nl80211_get_mesh_config()
7403 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshNolearn, mask, in nl80211_parse_mesh_config()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h2010 bool dot11MeshNolearn; member