• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/

Lines Matching refs:mesh

23  * enum mesh_path_flags - mac80211 mesh path flags
27 * @MESH_PATH_ACTIVE: the mesh path can be used for forwarding
28 * @MESH_PATH_RESOLVING: the discovery process is running for this mesh path
29 * @MESH_PATH_SN_VALID: the mesh path contains a valid destination sequence
31 * @MESH_PATH_FIXED: the mesh path has been manually set and should not be
33 * @MESH_PATH_RESOLVED: the mesh path can has been resolved
35 * MESH_PATH_RESOLVED is used by the mesh path timer to
36 * decide when to stop or cancel the mesh path discovery.
47 * enum mesh_deferred_task_flags - mac80211 mesh deferred tasks
51 * @MESH_WORK_HOUSEKEEPING: run the periodic mesh housekeeping tasks
52 * @MESH_WORK_GROW_MPATH_TABLE: the mesh path table is full and needs
54 * @MESH_WORK_GROW_MPP_TABLE: the mesh portals table is full and needs to
56 * @MESH_WORK_ROOT: the mesh root station needs to send a frame
66 * struct mesh_path - mac80211 mesh path structure
68 * @dst: mesh path destination mac address
69 * @sdata: mesh subif
70 * @next_hop: mesh neighbor to which frames for this destination will be
72 * @timer: mesh path discovery timer
82 * @flags: mesh path flags, as specified on &enum mesh_path_flags
83 * @state_lock: mesh path state lock
86 * The combination of dst and sdata is unique in the mesh path table. Since the
146 * @seqnum: mesh sequence number of the frame
151 * have been received by a mesh interface and discards received multicast frames
173 * Does not include mesh capabilities, which may vary across nodes in the same
174 * mesh
230 void mesh_ids_set_default(struct ieee80211_if_mesh *mesh);
306 return sdata->u.mesh.mshcfg.dot11MeshMaxPeerLinks -
307 atomic_read(&sdata->u.mesh.mshstats.estab_plinks);