Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Intel Pro/Wireless 2100, 2200BG, 2915ABG network connection driver
0004  *
0005  * Copyright 2012 Stanislav Yakovlev <stas.yakovlev@gmail.com>
0006  */
0007 
0008 #ifndef __IPW_H__
0009 #define __IPW_H__
0010 
0011 #include <linux/ieee80211.h>
0012 
0013 static const u32 ipw_cipher_suites[] = {
0014     WLAN_CIPHER_SUITE_WEP40,
0015     WLAN_CIPHER_SUITE_WEP104,
0016     WLAN_CIPHER_SUITE_TKIP,
0017     WLAN_CIPHER_SUITE_CCMP,
0018 };
0019 
0020 #endif