Searched refs:join_mesh (Results 1 – 5 of 5) sorted by relevance
127 if (!rdev->ops->join_mesh) in __cfg80211_join_mesh() 233 * into mesh mode but doesn't implement join_mesh. Instead, in cfg80211_set_mesh_channel()
458 WARN_ON(ops->join_mesh && !ops->leave_mesh); in wiphy_new_nm()
361 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup); in rdev_join_mesh()
2155 CMD(join_mesh, JOIN_MESH); in nl80211_add_commands_unsplit() 2170 rdev->ops->join_mesh) { in nl80211_add_commands_unsplit()
4420 * @join_mesh: join the mesh network with the specified parameters4443 * as it doesn't implement join_mesh and needs to set the channel to4828 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev, member