Home
last modified time | relevance | path

Searched refs:update_mesh_config (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/wireless/
Drdev-ops.h324 ret = rdev->ops->update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
Dnl80211.c1524 CMD(update_mesh_config, SET_MESH_CONFIG); in nl80211_add_commands_unsplit()
6452 if (!rdev->ops->update_mesh_config) in nl80211_update_mesh_config()
/Linux-v4.19/include/net/
Dcfg80211.h3202 int (*update_mesh_config)(struct wiphy *wiphy, member
/Linux-v4.19/net/mac80211/
Dcfg.c3839 .update_mesh_config = ieee80211_update_mesh_config,