diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-01-29 15:20:14 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-01-29 15:20:14 +0000 |
commit | 33a4c4b01bd9aacec19533add10884171b608f5b (patch) | |
tree | d42a53308b29d6440ec8c87b4c9abc35deb94ddc /setnet.8 | |
parent | 6c412a8782bac4efaf1f90e8d379ddbb64f9a4cd (diff) |
Version 0.3
Diffstat (limited to 'setnet.8')
-rw-r--r-- | setnet.8 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -8,6 +8,7 @@ .Sh SYNOPSIS .Nm setnet.sh .Op Fl c Ar config_file +.Op Fl d Ar trace_file .Op Fl h .Op Fl v .Sh DESCRIPTION @@ -20,10 +21,8 @@ including ip(8), dhclient(8), and wpa_cli(8). .Pp setnet.sh allows to configure static and/or DHCP-based connections to a LAN/WLAN, and to manage the authentication to a Wi-Fi network. At -present, only open authentication (no key) and WPA-Personal -authentication (WPA-PSK/WPA2-PSK) are supported. The support for basic -WPA-Enterprise authentication (WPA-EAP-PEAP and WPA-EAP-TLS) is under -development. +present, open (no key), WPA-Personal (WPA-PSK and WPA2-PSK), and +WPA-Enterprise (EAP/PEAP or EAP/TLS) are supported. .Pp setnet.sh can be also used as a minimal interface to basic network @@ -40,6 +39,8 @@ setnet.sh recognises the following options: .Bl -tag -width Ds .It Fl c Ar config_file specify a configuration file +.It Fl d Ar trace_file +enable dialog debug, and write the trace to the provided trace_file .It Fl h print a minimal help and exit .It Fl v |