Home
last modified time | relevance | path

Searched refs:nconf (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
DMakefile34 nconfig: $(obj)/nconf
39 build_nconfig: $(obj)/nconf
161 hostprogs += nconf
162 nconf-objs := nconf.o nconf.gui.o $(common-objs)
164 HOSTLDLIBS_nconf = $(shell . $(obj)/nconf-cfg && echo $$libs)
165 HOSTCFLAGS_nconf.o = $(shell . $(obj)/nconf-cfg && echo $$cflags)
166 HOSTCFLAGS_nconf.gui.o = $(shell . $(obj)/nconf-cfg && echo $$cflags)
168 $(obj)/nconf.o $(obj)/nconf.gui.o: $(obj)/nconf-cfg
D.gitignore10 nconf
/kernel/linux/linux-5.10/net/mac80211/
Dcfg.c2137 const struct mesh_config *nconf) in ieee80211_update_mesh_config() argument
2149 conf->dot11MeshRetryTimeout = nconf->dot11MeshRetryTimeout; in ieee80211_update_mesh_config()
2151 conf->dot11MeshConfirmTimeout = nconf->dot11MeshConfirmTimeout; in ieee80211_update_mesh_config()
2153 conf->dot11MeshHoldingTimeout = nconf->dot11MeshHoldingTimeout; in ieee80211_update_mesh_config()
2155 conf->dot11MeshMaxPeerLinks = nconf->dot11MeshMaxPeerLinks; in ieee80211_update_mesh_config()
2157 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries; in ieee80211_update_mesh_config()
2159 conf->dot11MeshTTL = nconf->dot11MeshTTL; in ieee80211_update_mesh_config()
2161 conf->element_ttl = nconf->element_ttl; in ieee80211_update_mesh_config()
2165 conf->auto_open_plinks = nconf->auto_open_plinks; in ieee80211_update_mesh_config()
2169 nconf->dot11MeshNbrOffsetMaxNeighbor; in ieee80211_update_mesh_config()
[all …]
/kernel/linux/linux-5.10/Documentation/
Ddontdiff187 nconf
188 nconf-cfg
/kernel/linux/linux-5.10/net/wireless/
Drdev-ops.h334 const struct mesh_config *nconf) in rdev_update_mesh_config() argument
337 trace_rdev_update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
338 ret = rdev->ops->update_mesh_config(&rdev->wiphy, dev, mask, nconf); in rdev_update_mesh_config()
/kernel/linux/linux-5.10/Documentation/kbuild/
Dkconfig.rst9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h4002 const struct mesh_config *nconf);