From a399b7655a1d835aa8606c2b29e4e777baac8635 Mon Sep 17 00:00:00 2001 From: zf162725 Date: Fri, 27 Apr 2007 09:21:03 -0700 Subject: PSARC 2006/046 Wireless WPA Supplicant PSARC 2007/223 Wireless WPA Supplicant Addendum 6363273 Need access to WPA/TKIP functionality --- usr/src/uts/common/sys/mac_wifi.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr/src/uts/common/sys/mac_wifi.h') diff --git a/usr/src/uts/common/sys/mac_wifi.h b/usr/src/uts/common/sys/mac_wifi.h index 7ed4a9c0a1..a7d5523118 100644 --- a/usr/src/uts/common/sys/mac_wifi.h +++ b/usr/src/uts/common/sys/mac_wifi.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -48,7 +48,8 @@ extern "C" { * May change in the future as new features are added. */ #define WIFI_HDRSIZE (sizeof (struct ieee80211_frame) + \ - IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + sizeof (struct ieee80211_llc)) + IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_EXTIVLEN + \ + sizeof (struct ieee80211_llc)) enum wifi_stat { /* statistics described in ieee802.11(5) */ @@ -72,7 +73,8 @@ enum wifi_stat { */ enum wifi_secmode { WIFI_SEC_NONE, - WIFI_SEC_WEP + WIFI_SEC_WEP, + WIFI_SEC_WPA }; /* -- cgit v1.2.3