summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet/usr.lib/wpad/wpa_impl.h
diff options
context:
space:
mode:
authorzf162725 <none@none>2008-04-10 21:10:35 -0700
committerzf162725 <none@none>2008-04-10 21:10:35 -0700
commitfb91fd8a302dfb13e250bbefb6a3970c2edc3ae3 (patch)
tree056a7b71d18d0805d7be769a77664bb410550e8e /usr/src/cmd/cmd-inet/usr.lib/wpad/wpa_impl.h
parent22dc213396fdd861beeb93f8cb17eaaeb9960cf4 (diff)
downloadillumos-joyent-fb91fd8a302dfb13e250bbefb6a3970c2edc3ae3.tar.gz
6564957 WPA_STRSIZE needs to go
6564958 formatting glitches in <net/wpa.h> 6564959 unused structures adrift in <net/wpa.h> 6566819 IEEE802.11 header definitions should be centralized 6673764 wpad(1M) usage message incorrectly references wpa_supplicant 6673772 Additional instances of wpad(1M) dump core at startup 6685997 kstat -m opackets is zero of ral driver 6685998 net80211 header files hdrchk warnings
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.lib/wpad/wpa_impl.h')
-rw-r--r--usr/src/cmd/cmd-inet/usr.lib/wpad/wpa_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.lib/wpad/wpa_impl.h b/usr/src/cmd/cmd-inet/usr.lib/wpad/wpa_impl.h
index 7745ec1c7f..2e043e6a37 100644
--- a/usr/src/cmd/cmd-inet/usr.lib/wpad/wpa_impl.h
+++ b/usr/src/cmd/cmd-inet/usr.lib/wpad/wpa_impl.h
@@ -15,6 +15,7 @@
#include <net/wpa.h>
#include <libdladm.h>
+#include <libdllink.h>
#ifdef __cplusplus
extern "C" {
@@ -166,7 +167,7 @@ struct wpa_supplicant {
unsigned char own_addr[IEEE80211_ADDR_LEN];
datalink_id_t linkid;
- char kname[WPA_STRSIZE];
+ char kname[DLADM_SECOBJ_NAME_MAX];
uint8_t pmk[PMK_LEN];