Searched refs:update_mesh_config (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 338 ret = rdev->ops->update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
|
H A D | nl80211.c | 1867 CMD(update_mesh_config, SET_MESH_CONFIG); in nl80211_add_commands_unsplit() 7483 if (!rdev->ops->update_mesh_config) in nl80211_update_mesh_config()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 349 ret = rdev->ops->update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
|
H A D | nl80211.c | 2070 CMD(update_mesh_config, SET_MESH_CONFIG); in nl80211_add_commands_unsplit() 8514 if (!rdev->ops->update_mesh_config) in nl80211_update_mesh_config()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3655 * @update_mesh_config: Update mesh parameters on a running mesh. 4003 int (*update_mesh_config)(struct wiphy *wiphy, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4105 * @update_mesh_config: Update mesh parameters on a running mesh. 4490 int (*update_mesh_config)(struct wiphy *wiphy, member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4139 .update_mesh_config = ieee80211_update_mesh_config,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5062 .update_mesh_config = ieee80211_update_mesh_config,
|
Completed in 81 milliseconds