Searched refs:join_mesh (Results 1 – 6 of 6) sorted by relevance
121 if (!rdev->ops->join_mesh) in __cfg80211_join_mesh()
354 WARN_ON(ops->join_mesh && !ops->leave_mesh); in wiphy_new_nm()
336 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup); in rdev_join_mesh()
1501 CMD(join_mesh, JOIN_MESH); in nl80211_send_wiphy()1516 rdev->ops->join_mesh) { in nl80211_send_wiphy()
2572 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev, member
3833 .join_mesh = ieee80211_join_mesh,