Searched refs:join_mesh (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 123 if (!rdev->ops->join_mesh) in __cfg80211_join_mesh() 229 * into mesh mode but doesn't implement join_mesh. Instead, in cfg80211_set_mesh_channel()
|
H A D | core.c | 415 WARN_ON(ops->join_mesh && !ops->leave_mesh); in wiphy_new_nm()
|
H A D | rdev-ops.h | 350 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup); in rdev_join_mesh()
|
H A D | nl80211.c | 1874 CMD(join_mesh, JOIN_MESH); in nl80211_add_commands_unsplit() 1889 rdev->ops->join_mesh) { in nl80211_add_commands_unsplit()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 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()
|
H A D | rdev-ops.h | 361 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup); in rdev_join_mesh()
|
H A D | core.c | 462 WARN_ON(ops->join_mesh && !ops->leave_mesh); in wiphy_new_nm()
|
H A D | nl80211.c | 2077 CMD(join_mesh, JOIN_MESH); in nl80211_add_commands_unsplit() 2092 rdev->ops->join_mesh) { in nl80211_add_commands_unsplit()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3648 * @join_mesh: join the mesh network with the specified parameters 3664 * as it doesn't implement join_mesh and needs to set the channel to 4006 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4098 * @join_mesh: join the mesh network with the specified parameters 4121 * as it doesn't implement join_mesh and needs to set the channel to 4493 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4141 .join_mesh = ieee80211_join_mesh,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5064 .join_mesh = ieee80211_join_mesh,
|
Completed in 81 milliseconds