diff options
Diffstat (limited to 'drivers/staging/vt6656/wpa.h')
| -rw-r--r-- | drivers/staging/vt6656/wpa.h | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/drivers/staging/vt6656/wpa.h b/drivers/staging/vt6656/wpa.h index 9d9ce01d0c6..2a724c064e5 100644 --- a/drivers/staging/vt6656/wpa.h +++ b/drivers/staging/vt6656/wpa.h @@ -31,11 +31,8 @@ #ifndef __WPA_H__ #define __WPA_H__ -#include "ttype.h" #include "80211hdr.h" -/*--------------------- Export Definitions -------------------------*/ - #define WPA_NONE 0 #define WPA_WEP40 1 #define WPA_TKIP 2 @@ -49,36 +46,27 @@ #define WPA_REPLAYBITSSHIFT 2 #define WPA_REPLAYBITS 0x03 -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Types ------------------------------*/ - - -/*--------------------- Export Functions --------------------------*/ - -VOID +void WPA_ClearRSN( - IN PKnownBSS pBSSList + PKnownBSS pBSSList ); -VOID +void WPA_ParseRSN( - IN PKnownBSS pBSSList, - IN PWLAN_IE_RSN_EXT pRSN + PKnownBSS pBSSList, + PWLAN_IE_RSN_EXT pRSN ); -BOOL +bool WPA_SearchRSN( - BYTE byCmd, - BYTE byEncrypt, - IN PKnownBSS pBSSList + u8 byCmd, + u8 byEncrypt, + PKnownBSS pBSSList ); -BOOL +bool WPAb_Is_RSN( - IN PWLAN_IE_RSN_EXT pRSN + PWLAN_IE_RSN_EXT pRSN ); -#endif // __WPA_H__ +#endif /* __WPA_H__ */ |
