Home
last modified time | relevance | path

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

/linux-3.4.99/net/wireless/
Dcore.c339 WARN_ON(ops->add_mpath && !ops->del_mpath); in wiphy_new()
Dnl80211.c878 CMD(add_mpath, NEW_MPATH); in nl80211_send_wiphy()
3093 if (!rdev->ops->add_mpath) in nl80211_new_mpath()
3099 return rdev->ops->add_mpath(&rdev->wiphy, dev, dst, next_hop); in nl80211_new_mpath()
/linux-3.4.99/include/net/
Dcfg80211.h1556 int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev, member
/linux-3.4.99/net/mac80211/
Dcfg.c2705 .add_mpath = ieee80211_add_mpath,