Home
last modified time | relevance | path

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

/linux-3.4.99/net/wireless/
Dmesh.c60 .dot11MeshForwarding = true,
Dnl80211.c3314 cur_params.dot11MeshForwarding); in nl80211_get_mesh_config()
3439 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshForwarding, in nl80211_parse_mesh_config()
/linux-3.4.99/net/mac80211/
Dmesh_hwmp.c583 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
638 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_prep_frame_process()
718 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_perr_frame_process()
783 if (mpath->sn < orig_sn && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_rann_frame_process()
Ddebugfs_netdev.c496 IEEE80211_IF_FILE(dot11MeshForwarding, u.mesh.mshcfg.dot11MeshForwarding, DEC);
Dcfg.c1333 conf->dot11MeshForwarding = nconf->dot11MeshForwarding; in ieee80211_update_mesh_config()
Drx.c1987 if (!ifmsh->mshcfg.dot11MeshForwarding) in ieee80211_rx_h_mesh_fwding()
/linux-3.4.99/include/net/
Dcfg80211.h816 bool dot11MeshForwarding; member