diff options
author | Tomáš Čech <sleep_walker@gnu.org> | 2016-11-09 21:38:38 +0100 |
---|---|---|
committer | Tomáš Čech <sleep_walker@gnu.org> | 2016-11-15 00:19:17 +0100 |
commit | 2cccbc2af25c6e65167fb471560c5384cb9c2fe2 (patch) | |
tree | fcb09234100808c2f84253e23600141db6bfe382 /doc | |
parent | 028bf3c0b266e47912187448ef43cdc08633649f (diff) | |
download | patches-2cccbc2af25c6e65167fb471560c5384cb9c2fe2.tar patches-2cccbc2af25c6e65167fb471560c5384cb9c2fe2.tar.gz |
services: Add wpa-supplicant-service.
* gnu/services/networking.scm (wpa-supplicant-service): New procedure.
(wpa-supplicant-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9a95e1821d..a3eba5811e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8397,6 +8397,15 @@ several the @command{connmanctl} command to interact with the daemon and configure networking." @end deffn +@cindex WPA Supplicant +@deffn {Scheme Procedure} wpa-supplicant-service @ + [#:wpa-supplicant @var{wpa-supplicant}] +Return a service that runs @url{https://w1.fi/wpa_supplicant/,WPA +supplicant}, an authentication daemon required to authenticate against +encrypted WiFi or ethernet networks. Service is started to listen for +requests on D-Bus. +@end deffn + @cindex NTP @cindex real time clock @deffn {Scheme Procedure} ntp-service [#:ntp @var{ntp}] @ |