• Home
  • Raw
  • Download

Lines Matching full:mesh

221  * @IEEE80211_BSS_TYPE_MBSS: Mesh BSS
1320 * @peer_aid: mesh peer AID or zero for no change
1332 * @local_pm: local link-specific mesh power save mode (no change when set
1415 * @CFG80211_STA_MESH_PEER_KERNEL: peer on mesh interface (kernel managed)
1416 * @CFG80211_STA_MESH_PEER_USER: peer on mesh interface (user managed)
1615 * @llid: mesh local link id
1616 * @plid: mesh peer link id
1617 * @plink_state: mesh peer link state
1645 * @local_pm: local mesh STA power save mode
1646 * @peer_pm: peer mesh STA power save mode
1647 * @nonpeer_pm: non-peer mesh STA power save mode
1653 * @connected_to_gate: true if mesh STA has a path to mesh gate
1667 * @airtime_link_metric: mesh airtime link metric.
1668 * @connected_to_as: true if mesh STA has a path to authentication server
1777 * enum mpath_info_flags - mesh path information flags
1805 * struct mpath_info - mesh path information
1807 * Mesh path information filled by driver for get_mpath() and dump_mpath().
1812 * @metric: metric (cost) of this mesh path
1813 * @exptime: expiration time for the mesh path from now, in msecs
1814 * @flags: mesh path flags
1815 * @discovery_timeout: total mesh path discovery timeout, in msecs
1816 * @discovery_retries: mesh path discovery retries
1818 * This number should increase every time the list of mesh paths
1872 * struct mesh_config - 802.11s mesh configuration
1874 * These parameters can be changed while the mesh is active.
1877 * by the Mesh Peering Open message
1879 * used by the Mesh Peering Open message
1881 * the mesh peering management to close a mesh peering
1883 * mesh interface
1885 * be sent to establish a new peer link instance in a mesh
1886 * @dot11MeshTTL: the value of TTL field set at a source mesh STA
1887 * @element_ttl: the value of TTL field set at a mesh STA for path selection
1890 * detect compatible mesh peers
1894 * that an originator mesh STA can send to a particular path target
1895 * @path_refresh_time: how frequently to refresh mesh paths in milliseconds
1898 * @dot11MeshHWMPactivePathTimeout: the time (in TUs) for which mesh STAs
1902 * which a mesh STA can send only one action frame containing a PREQ
1905 * which a mesh STA can send only one Action frame containing a PERR
1908 * it takes for an HWMP information element to propagate across the mesh
1909 * @dot11MeshHWMPRootMode: the configuration of a mesh STA as root mesh STA
1912 * @dot11MeshGateAnnouncementProtocol: whether to advertise that this mesh
1915 * only means that the station will announce others it's a mesh gate, but
1918 * @dot11MeshForwarding: whether the Mesh STA is forwarding or non-forwarding
1922 * @ht_opmode: mesh HT protection mode
1924 * @dot11MeshHWMPactivePathToRootTimeout: The time (in TUs) for which mesh STAs
1926 * the root mesh STA to be valid.
1931 * during which a mesh STA can send only one Action frame containing
1933 * @power_mode: The default mesh power save mode which will be the initial
1941 * connected to a mesh gate in mesh formation info. If false, the
1942 * value in mesh formation is determined by the presence of root paths
1943 * in the mesh path table
1948 * dot11MeshForwarding and use another mesh routing protocol on top.
1985 * struct mesh_setup - 802.11s mesh setup configuration
1987 * @mesh_id: the mesh ID
1988 * @mesh_id_len: length of the mesh ID, at least 1 and at most 32 bytes
1992 * @auth_id: which authentication method this mesh is using
1995 * @is_authenticated: this mesh requires authentication
1996 * @is_secure: this mesh uses security
2000 * @mcast_rate: multicat rate for Mesh Node [6Mbps is the default for 802.11a]
2001 * @basic_rates: basic rates to use when creating the mesh
2009 * These parameters are fixed when the mesh is created.
2405 * This structure describes a BSS (which may also be a mesh network)
3638 * @add_mpath: add a fixed mesh path
3639 * @del_mpath: delete a given mesh path
3640 * @change_mpath: change a given mesh path
3641 * @get_mpath: get a mesh path for the given parameters
3642 * @dump_mpath: dump mesh path callback -- resume dump at index @idx
3643 * @get_mpp: get a mesh proxy path for the given parameters
3644 * @dump_mpp: dump mesh proxy path callback -- resume dump at index @idx
3645 * @join_mesh: join the mesh network with the specified parameters
3647 * @leave_mesh: leave the current mesh network
3650 * @get_mesh_config: Get the current mesh configuration
3652 * @update_mesh_config: Update mesh parameters on a running mesh.
3662 * join the mesh instead.
3724 * MESH mode)
3918 * @probe_mesh_link: Probe direct Mesh peer's link quality by sending data frame
4278 * @WIPHY_FLAG_MESH_AUTH: The device supports mesh authentication by routing
4299 * beaconing mode (AP, IBSS, Mesh, ...).
5597 * ieee80211_get_mesh_hdrlen - get mesh extension header length
5598 * @meshhdr: the mesh extension header, only the flags field
6468 * cfg80211_notify_new_peer_candidate - notify cfg80211 of a new mesh peer
6477 * This function notifies cfg80211 that the mesh peer candidate has been
7787 * Trigger interface to be stopped as if AP was stopped, IBSS/mesh left, STA