Lines Matching refs:mesh

108 static SYSCTL_NODE(_net_wlan, OID_AUTO, mesh, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
114 "mesh gate interval (ms)");
518 * NB: When a mesh gate is running as a ROOT it shall
520 * mesh gate flag for the corresponding proactive PREQ
562 * Setup mesh parameters that depends on the clock frequency.
744 * Already have a channel and a mesh ID; bypass
860 * Mark a mesh STA as gate and return a pointer to it.
862 * Always update the path route to this mesh gate.
881 /* New mesh gate add it to known table. */
945 * Helper function to generate a unique local ID required for mesh
992 "add mcast route, mesh seqno %d", seq);
1062 * Forward the queued frames to known valid mesh gates.
1064 * If no valid mesh gates are known silently discard queued frames.
1065 * After transmitting frames to all known valid mesh gates, this route
1067 * that (at least) one of the mesh gates have a new proxy entry for us to use.
1096 "mesh gate with no path %6D",
1103 ("route not marked as a mesh gate"));
1106 ("found mesh gate that is also marked porxy"));
1109 * mesh gate, this is needed so encap can built data
1162 * mesh ttl of 1 means we are the last one receiving it,
1340 * Return non-zero if the unicast mesh data frame should be processed
1423 * on another mesh path or data should be forwarded to the DS.
1470 * Forward on another mesh-path, according to
1490 * Try to forward the group addressed data on to other mesh STAs, and
1595 * It's easier, but too expensive, to simulate different mesh
1665 * NB: The mesh STA sets the Mesh Control Present
1679 /* pull up enough to get to the mesh control */
1896 * Ignore non-mesh STAs.
1902 wh, "beacon", "%s", "not a mesh sta");
1907 * Ignore STAs for other mesh networks.
1912 wh, "beacon", "%s", "not for our mesh");
1963 * Valid beacon from a peer mesh STA
2003 * [tlv] mesh id
2176 wh, NULL, "%s", "not for our mesh");
2604 /* corresponding mesh gate found & GANN accepted */
2609 /* this GANN is from a new mesh Gate add it to known table. */
2743 * mesh peer open action frame format:
2749 * [tlv] mesh id
2750 * [tlv] mesh conf
2751 * [tlv] mesh peer link mgmt
2806 * mesh peer confirm action frame format:
2814 * [tlv] mesh id
2815 * [tlv] mesh conf
2816 * [tlv] mesh peer link mgmt
2868 * mesh peer close action frame format:
2871 * [tlv] mesh id
2872 * [tlv] mesh peer link mgmt
2919 * mesh link metric
2922 * [tlv] mesh link metric
2959 * mesh link metric
2962 * [tlv] mesh gate announcement
3037 ni, "mesh link timeout, state %d, retry counter %d",
3095 * Check if we are using the same algorithms for this mesh.
3355 * Initialize any mesh-specific node state.
3366 * Cleanup any mesh-specific node state.
3389 * Setup mesh-specific node state on neighbor discovery.
3517 IEEE80211_IOCTL_GET(mesh, mesh_ioctl_get80211);
3616 IEEE80211_IOCTL_SET(mesh, mesh_ioctl_set80211);