Searched refs:nconf (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/scripts/kconfig/ |
| H A D | Makefile | 43 nconfig-prog := nconf 178 hostprogs += nconf 179 nconf-objs := nconf.o nconf.gui.o mnconf-common.o $(common-objs) 181 HOSTLDLIBS_nconf = $(call read-file, $(obj)/nconf-libs) 182 HOSTCFLAGS_nconf.o = $(call read-file, $(obj)/nconf-cflags) 183 HOSTCFLAGS_nconf.gui.o = $(call read-file, $(obj)/nconf-cflags) 185 $(obj)/nconf: | $(obj)/nconf-libs 186 $(obj)/nconf.o $(obj)/nconf.gui.o: | $(obj)/nconf-cflags
|
| /linux-6.15/net/mac80211/ |
| H A D | cfg.c | 2563 const struct mesh_config *nconf) in ieee80211_update_mesh_config() argument 2595 nconf->dot11MeshNbrOffsetMaxNeighbor; in ieee80211_update_mesh_config() 2598 nconf->dot11MeshHWMPmaxPREQretries; in ieee80211_update_mesh_config() 2608 nconf->dot11MeshHWMPpreqMinInterval; in ieee80211_update_mesh_config() 2611 nconf->dot11MeshHWMPperrMinInterval; in ieee80211_update_mesh_config() 2634 nconf->dot11MeshHWMPRannInterval; in ieee80211_update_mesh_config() 2646 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config() 2656 nconf->dot11MeshHWMProotInterval; in ieee80211_update_mesh_config() 2661 conf->power_mode = nconf->power_mode; in ieee80211_update_mesh_config() 2666 nconf->dot11MeshAwakeWindowDuration; in ieee80211_update_mesh_config() [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/kbuild/ |
| H A D | kconfig.rst | 16 xconfig('qconf')、menuconfig('mconf')和 nconfig('nconf')程序也包含
|
| /linux-6.15/net/wireless/ |
| H A D | rdev-ops.h | 345 const struct mesh_config *nconf) in rdev_update_mesh_config() argument 348 trace_rdev_update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config() 349 ret = rdev->ops->update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kconfig.rst | 9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 4729 const struct mesh_config *nconf);
|