Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dmesh.c76 .dot11MeshForwarding = true,
H A Dtrace.h64 __field(bool, dot11MeshForwarding) \
102 __entry->dot11MeshForwarding = conf->dot11MeshForwarding; \
H A Dnl80211.c8201 cur_params.dot11MeshForwarding) || in nl80211_get_mesh_config()
8387 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshForwarding, mask, in nl80211_parse_mesh_config()
/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c666 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
728 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_prep_frame_process()
811 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_perr_frame_process()
911 if (ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_rann_frame_process()
H A Ddebugfs_netdev.c673 IEEE80211_IF_FILE(dot11MeshForwarding, u.mesh.mshcfg.dot11MeshForwarding, DEC);
811 MESHPARAMS_ADD(dot11MeshForwarding); in add_mesh_config()
H A Dmesh.c295 *pos |= ifmsh->mshcfg.dot11MeshForwarding ? in mesh_add_meshconf_ie()
H A Dcfg.c2589 conf->dot11MeshForwarding = nconf->dot11MeshForwarding; in ieee80211_update_mesh_config()
H A Drx.c2884 if (!ifmsh->mshcfg.dot11MeshForwarding) { in ieee80211_rx_mesh_data()
/openbmc/linux/include/net/
H A Dcfg80211.h2321 bool dot11MeshForwarding; member