Home
last modified time | relevance | path

Searched refs:join_mesh (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/wireless/
H A Dmesh.c127 if (!rdev->ops->join_mesh) in __cfg80211_join_mesh()
H A Dcore.c462 WARN_ON(ops->join_mesh && !ops->leave_mesh); in wiphy_new_nm()
H A Drdev-ops.h361 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup); in rdev_join_mesh()
H A Dnl80211.c2081 CMD(join_mesh, JOIN_MESH); in nl80211_add_commands_unsplit()
2096 rdev->ops->join_mesh) { in nl80211_add_commands_unsplit()
/openbmc/linux/include/net/
H A Dcfg80211.h4493 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev, member
/openbmc/linux/net/mac80211/
H A Dcfg.c5066 .join_mesh = ieee80211_join_mesh,