summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJames Hilliard <james.hilliard1@gmail.com>2021-12-02 18:34:10 -0700
committerThomas Haller <thaller@redhat.com>2022-01-04 06:41:37 +0100
commitedc37b3adf7d39057e7f06aa4ab736b38f7c8162 (patch)
tree25a05d73968070cd81ee162a4fc24b2ea018a360 /man
parent7377df2f2d3910dc58c19263496fd3259f7732c7 (diff)
downloadNetworkManager-edc37b3adf7d39057e7f06aa4ab736b38f7c8162.tar.gz
build: allow configuring default for wifi.backend setting
Distributions may want to change the default wifi.backend, if for example they are building without wpa_supplicant support. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/869 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1040
Diffstat (limited to 'man')
-rw-r--r--man/NetworkManager.conf.xml1
-rw-r--r--man/common.ent.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index 545ac68dc9..c1afaad050 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -1237,6 +1237,7 @@ managed=1
<para>
Specify the Wi-Fi backend used for the device. Currently, supported
are <literal>wpa_supplicant</literal> and <literal>iwd</literal> (experimental).
+ If unspecified, the default is "<literal>&NM_CONFIG_DEFAULT_WIFI_BACKEND_TEXT;</literal>".
</para>
</listitem>
</varlistentry>
diff --git a/man/common.ent.in b/man/common.ent.in
index 9632b4efba..ae792f2529 100644
--- a/man/common.ent.in
+++ b/man/common.ent.in
@@ -8,3 +8,4 @@
<!ENTITY NM_CONFIG_DEFAULT_LOGGING_AUDIT_TEXT "@NM_CONFIG_DEFAULT_LOGGING_AUDIT_TEXT@">
<!ENTITY NM_CONFIG_DEFAULT_MAIN_RC_MANAGER "@NM_CONFIG_DEFAULT_MAIN_RC_MANAGER@">
<!ENTITY NM_CONFIG_DEFAULT_MAIN_DHCP "@NM_CONFIG_DEFAULT_MAIN_DHCP@">
+<!ENTITY NM_CONFIG_DEFAULT_WIFI_BACKEND_TEXT "@NM_CONFIG_DEFAULT_WIFI_BACKEND_TEXT@">