blob: 099e2a5eb627118cc95d3a0f0ee3273b9e126158 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
'\" t
.\" Title: wifi-menu
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 10/09/2023
.\" Manual: \ \&
.\" Source: \ \& 1.29
.\" Language: English
.\"
.TH "WIFI\-MENU" "1" "10/09/2023" "\ \& 1\&.29" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
wifi-menu \- Interactively connect to a wireless network
.SH "SYNOPSIS"
.sp
\fBwifi\-menu\fR [\-o | \-\-obscure] [INTERFACE]
.sp
\fBwifi\-menu\fR [\-h | \-\-help]
.SH "DESCRIPTION"
.sp
\fBwifi\-menu\fR allows to interactively connect to a wireless network on INTERFACE using a netctl profile\&. In case no netctl profile is available, one can be generated\&. If only one wireless interface is available, INTERFACE can be omitted\&.
.sp
\fBwifi\-menu\fR is only able to generate netctl profiles for simple network configurations\&. Profiles for more complex configurations must be set up manually\&. See \fBnetctl\&.profile\fR(5) for more information\&.
.SH "OPTIONS"
.PP
\-h, \-\-help
.RS 4
Print a short help text and exit\&.
.RE
.PP
\-o, \-\-obscure
.RS 4
Show asterisks for the characters of the password and store the password as a hexadecimal pre\-shared key\&.
.RE
.PP
INTERFACE
.RS 4
The wireless network interface to use for connecting\&.
.RE
.SH "EXIT STATUS"
.PP
0
.RS 4
The interface connected to the wireless network successfully\&.
.RE
.PP
1
.RS 4
The connection attempt was canceled\&.
.RE
.PP
2
.RS 4
The connection attempt failed\&.
.RE
.PP
3
.RS 4
No wireless networks were found\&.
.RE
.PP
4
.RS 4
Invalid passphrase length (WEP
keys must be between 8 and 63 characters in length)\&.
.RE
.PP
7
.RS 4
An unexpected error code was received\&.
.RE
.PP
255
.RS 4
The command was invalid or the connection attempt was aborted\&.
.RE
.SH "NOTES"
.sp
Establishing a connection may take a minute\&. While establishing a connection, nothing is shown on screen\&.
.sp
Starting a connection on an interface that is controlled by \fBnetctl\-auto\fR will cause \fBwifi\-menu\fR to switch to the selected network\&. The interface will continue to be controlled by \fBnetctl\-auto\fR\&.
.SH "ENVIRONMENT"
.PP
\fI$NETCTL_DEBUG\fR
.RS 4
If set to
"yes", debugging output is generated\&.
.RE
.SH "FILES"
.PP
\fI/etc/netctl\fR
.RS 4
Directory where generated profiles are stored\&.
.RE
.SH "SEE ALSO"
.sp
\fBnetctl\fR(1), \fBnetctl\-auto\fR(1)
|