Home
last modified time | relevance | path

Searched refs:add_mpath (Results 1 – 5 of 5) sorted by relevance

/linux/net/wireless/
H A Dcore.c460 WARN_ON(ops->add_mpath && !ops->del_mpath); in wiphy_new_nm()
H A Drdev-ops.h255 ret = rdev->ops->add_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_add_mpath()
H A Dnl80211.c2202 CMD(add_mpath, NEW_MPATH); in nl80211_add_commands_unsplit()
9049 if (!rdev->ops->add_mpath) in nl80211_new_mpath()
/linux/include/net/
H A Dcfg80211.h4513 * @add_mpath: add a fixed mesh path
4906 int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev,
4909 int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev, global() member
/linux/net/mac80211/
H A Dcfg.c5548 .add_mpath = ieee80211_add_mpath,