1wpad(1M)                System Administration Commands                wpad(1M)
2
3
4

NAME

6       wpad - WPA and WPA2 protocol daemon
7

SYNOPSIS

9       /usr/lib/inet/wpad [-i interface] [-k pre_shared_key_name]
10
11

DESCRIPTION

13       The  wpad daemon provides common client functionality for the WiFi Pro‐
14       tected Access (WPA) versions 1 and 2, as defined by  IEEE802.11i  stan‐
15       dard.  WPA  was  created by the WiFi Alliance, an industry trade group.
16       WPA implements the majority of  the  IEEE  802.11i  standard,  and  was
17       intended  as an intermediate measure to take the place of Wired Equiva‐
18       lent Privacy (WEP) while 802.11i was prepared. WPA2 implements the full
19       standard.
20
21
22       wpad provides the following WPA/IEEE 802.11i features:
23
24           o      WPA-PSK ("WPA-Personal")
25
26           o      Key management for CCMP, TKIP, WEP104, WEP40
27
28
29       Stop and start the wpad daemon using dladm(1M). Use:
30
31         # dladm connect-wifi
32
33
34
35
36       ...to start the wpad daemon. Use:
37
38         # dladm disconnect-wifi
39
40
41
42
43       ...to stop the daemon.
44

OPTIONS

46       The following options are supported:
47
48       -i interface
49
50           Specify a WiFi Link interface to start the wpad daemon.
51
52
53       -k pre_shared_key_name
54
55           Specify the pre-shared key used for the WiFi Link.
56
57

EXAMPLES

59       Example 1 Starting the wpad Daemon on Specific WiFi Link
60
61
62       To create the WPA key psk, enter the  following command:
63
64
65         # dladm create-secobj -c wpa psk
66
67
68
69
70       To use key psk to connect to ESSID wlan on link ath0, enter the follow‐
71       ing command:
72
73
74         # dladm connect-wifi -k psk -e wlan ath0
75
76
77
78       Example 2 Stopping the wpad Daemon on Specific WiFi Link
79
80
81       To stop the daemon on the link ath0, enter:
82
83
84         # dladm disconnect-wifi ath0
85
86
87

ATTRIBUTES

89       See attributes(5) for descriptions of the following attributes:
90
91
92
93
94       ┌─────────────────────────────┬─────────────────────────────┐
95       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
96       ├─────────────────────────────┼─────────────────────────────┤
97       │Availability                 │SUNWwpau, SUNWwpar           │
98       ├─────────────────────────────┼─────────────────────────────┤
99       │Interface Stability          │Uncommitted                  │
100       └─────────────────────────────┴─────────────────────────────┘
101

SEE ALSO

103       svcs(1), dladm(1M), svcadm(1M), attributes(5), smf(5)
104

NOTES

106       The wpad service is managed by the service management facility, smf(5),
107       under the service identifier:
108
109         svc:/network/wpa:<link>
110
111
112
113
114       Administrative actions on this service, such as enabling, disabling, or
115       requesting restart, can be performed using  svcadm(1M).  The  service's
116       status can be queried using the svcs(1) command.
117
118
119
120SunOS 5.11                        11 Mar 2008                         wpad(1M)
Impressum