Home
last modified time | relevance | path

Searched refs:get_mpath (Results 1 – 4 of 4) sorted by relevance

/linux/net/wireless/
H A Drdev-ops.h287 ret = rdev->ops->get_mpath(&rdev->wiphy, dev, dst, next_hop, pinfo); in rdev_get_mpath()
H A Dnl80211.c8985 if (!rdev->ops->get_mpath) in nl80211_get_mpath()
/linux/include/net/
H A Dcfg80211.h2444 * Mesh path information filled by driver for get_mpath() and dump_mpath().
4516 * @get_mpath: get a mesh path for the given parameters
4912 int (*get_mpath)(struct wiphy *wiphy, struct net_device *dev,
4915 int (*get_mpath)(struct wiphy *wiphy, struct net_device *dev, global() member
/linux/net/mac80211/
H A Dcfg.c5551 .get_mpath = ieee80211_get_mpath,