Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/wireless/
Dmesh.c123 if (!rdev->ops->join_mesh) in __cfg80211_join_mesh()
Dcore.c415 WARN_ON(ops->join_mesh && !ops->leave_mesh); in wiphy_new_nm()
Drdev-ops.h350 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup); in rdev_join_mesh()
Dnl80211.c1870 CMD(join_mesh, JOIN_MESH); in nl80211_add_commands_unsplit()
1885 rdev->ops->join_mesh) { in nl80211_add_commands_unsplit()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h4003 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev, member
/kernel/linux/linux-5.10/net/mac80211/
Dcfg.c4138 .join_mesh = ieee80211_join_mesh,