diff options
Diffstat (limited to 'meta/recipes-bsp/hostap/files')
-rw-r--r-- | meta/recipes-bsp/hostap/files/hostap-fw-load.patch | 20 | ||||
-rw-r--r-- | meta/recipes-bsp/hostap/files/hostap_cs.conf | 193 | ||||
-rw-r--r-- | meta/recipes-bsp/hostap/files/hostap_cs.conf-upstream | 191 | ||||
-rw-r--r-- | meta/recipes-bsp/hostap/files/hostap_cs.modalias | 28 |
4 files changed, 432 insertions, 0 deletions
diff --git a/meta/recipes-bsp/hostap/files/hostap-fw-load.patch b/meta/recipes-bsp/hostap/files/hostap-fw-load.patch new file mode 100644 index 0000000000..88adee2bc9 --- /dev/null +++ b/meta/recipes-bsp/hostap/files/hostap-fw-load.patch | |||
@@ -0,0 +1,20 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
4 | # | ||
5 | |||
6 | --- hostap-utils-0.2.4/hostap_fw_load~hostap-fw-load | ||
7 | +++ hostap-utils-0.2.4/hostap_fw_load | ||
8 | @@ -6,9 +6,9 @@ | ||
9 | # Firmware images for the card | ||
10 | # TODO: could try to select correct firmware type automatically | ||
11 | |||
12 | -PRI=/etc/pcmcia/PM010102.HEX | ||
13 | -STA=/etc/pcmcia/RF010802.HEX | ||
14 | -PRISM2_SREC=/usr/local/bin/prism2_srec | ||
15 | +PRI=/etc/pcmcia/pm010102.hex | ||
16 | +STA=/etc/pcmcia/rf010804.hex | ||
17 | +PRISM2_SREC=/usr/sbin/prism2_srec | ||
18 | |||
19 | set -e | ||
20 | |||
diff --git a/meta/recipes-bsp/hostap/files/hostap_cs.conf b/meta/recipes-bsp/hostap/files/hostap_cs.conf new file mode 100644 index 0000000000..8dda82aad3 --- /dev/null +++ b/meta/recipes-bsp/hostap/files/hostap_cs.conf | |||
@@ -0,0 +1,193 @@ | |||
1 | module "hostap_cs" opts "channel=3 iw_mode=2 essid=any ignore_cis_vcc=1" | ||
2 | |||
3 | card "Actiontec 802CI2" | ||
4 | manfid 0x1668, 0x0101 | ||
5 | bind "hostap_cs" | ||
6 | |||
7 | card "AirWay 802.11 Adapter (PCMCIA)" | ||
8 | #version "AirWay", "802.11 Adapter (PCMCIA)" | ||
9 | manfid 0x0261, 0x0002 | ||
10 | bind "hostap_cs" | ||
11 | |||
12 | card "Asus SpaceLink WL110" | ||
13 | manfid 0x02aa,0x0002 | ||
14 | bind "hostap_cs" | ||
15 | |||
16 | ## handhelds.org bug 964 | ||
17 | card "Belkin F5D6060 Ethernet" | ||
18 | #version "PCMCIA", "11M WLAN Card v2.5", "ISL37300P", "RevA" | ||
19 | manfid 0x0274, 0x1612 | ||
20 | bind "hostap_cs" | ||
21 | |||
22 | card "Compaq 11Mbps Wireless PC Card" | ||
23 | manfid 0x028a, 0x0002 | ||
24 | bind "hostap_cs" | ||
25 | |||
26 | card "Compaq WL100 11 Mbps Wireless Adapter" | ||
27 | manfid 0x0138, 0x0002 | ||
28 | bind "hostap_cs" | ||
29 | |||
30 | card "Compaq HNW-100 11 Mbps Wireless Adapter" | ||
31 | manfid 0x028a, 0x0002 | ||
32 | bind "hostap_cs" | ||
33 | |||
34 | card "D-Link DWL-650" | ||
35 | version "D", "Link DWL-650 11Mbps WLAN Card" | ||
36 | bind "hostap_cs" | ||
37 | |||
38 | card "D-Link DRC-650" | ||
39 | version "D", "Link DRC-650 11Mbps WLAN Card" | ||
40 | bind "hostap_cs" | ||
41 | |||
42 | card "D-Link DCF660" | ||
43 | manfid 0xd601, 0x0005 | ||
44 | bind "hostap_cs" | ||
45 | |||
46 | card "Farallon SkyLINE" | ||
47 | version "INTERSIL", "HFA384x/IEEE" | ||
48 | bind "hostap_cs" | ||
49 | |||
50 | card "HyperLink Wireless PC Card 11Mbps" | ||
51 | version "HyperLink", "Wireless PC Card 11Mbps" | ||
52 | bind "hostap_cs" | ||
53 | |||
54 | # card "Intersil PRISM2 11 Mbps Wireless Adapter" | ||
55 | # manfid 0x0156, 0x0002 | ||
56 | # bind "hostap_cs" | ||
57 | |||
58 | card "LA4111 Spectrum24 Wireless LAN PC Card" | ||
59 | version "Symbol Technologies" | ||
60 | bind "hostap_cs" | ||
61 | |||
62 | card "Linksys WPC11 11Mbps 802.11b WLAN Card" | ||
63 | version "Instant Wireless ", " Network PC CARD", "Version 01.02" | ||
64 | bind "hostap_cs" | ||
65 | |||
66 | card "Linksys WCF11 11Mbps 802.11b WLAN Card" | ||
67 | manfid 0x0274, 0x3301 | ||
68 | bind "hostap_cs" | ||
69 | |||
70 | ## handhelds.org bug #790 | ||
71 | card "Linksys Wireless CompactFlash Card WCF12" | ||
72 | manfid 0x028a, 0x0673 | ||
73 | bind "hostap_cs" | ||
74 | |||
75 | card "Linksys WLAN CF Card" | ||
76 | manfid 0x0274, 0x3301 | ||
77 | bind "hostap_cs" | ||
78 | |||
79 | card "NETGEAR MA701 Wireless CF Card" | ||
80 | manfid 0xd601, 0x0002 | ||
81 | bind "hostap_cs" | ||
82 | |||
83 | card "Nortel Networks eMobility 802.11 Wireless Adapter" | ||
84 | manfid 0x01eb, 0x080a | ||
85 | bind "hostap_cs" | ||
86 | |||
87 | card "PLANEX GeoWave GW-CF110" | ||
88 | version "PLANEX", "GeoWave/GW-CF110" | ||
89 | bind "hostap_cs" | ||
90 | |||
91 | card "PROXIM LAN PC CARD HARMONY 80211B" | ||
92 | version "PROXIM", "LAN PC CARD HARMONY 80211B" | ||
93 | bind "hostap_cs" | ||
94 | |||
95 | card "Proxim RangeLAN/DS" | ||
96 | version "PROXIM","RangeLAN-DS/LAN PC CARD" | ||
97 | manfid 0x0126, 0x8000 | ||
98 | bind "hostap_cs" | ||
99 | |||
100 | card "Safeway 802.11b Wireless Adapter" | ||
101 | manfid 0xd601, 0x0002 | ||
102 | bind "hostap_cs" | ||
103 | |||
104 | card "SAMSUNG 11Mbps WLAN Card" | ||
105 | version "SAMSUNG", "11Mbps WLAN Card" | ||
106 | bind "hostap_cs" | ||
107 | |||
108 | # needs firmware upload via hostap_fw_load | ||
109 | card "SanDisk ConnectPlus OEM (0MB)" | ||
110 | manfid 0xd601, 0x0010 | ||
111 | bind "hostap_cs" | ||
112 | |||
113 | # needs special activation (>=hostap 0.3.2 only) plus firmware upload | ||
114 | card "SanDisk ConnectPlus w/ Memory" | ||
115 | version "SanDisk", "ConnectPlus" | ||
116 | manfid 0xd601, 0x0101 | ||
117 | bind "hostap_cs" to 0 | ||
118 | # bind "ide-cs" to 1 | ||
119 | |||
120 | card "Senao/Origo 80211b WLAN Card" | ||
121 | manfid 0x000b,0x7100 | ||
122 | bind "hostap_cs" | ||
123 | |||
124 | card "Sitecom WL-007 WLAN CF Card" | ||
125 | manfid 0xd601, 0x0004 | ||
126 | bind "hostap_cs" | ||
127 | |||
128 | card "SMC2632 802.11 (prism2) Card" | ||
129 | version "SMC", "SMC2632W", "Version 01.02", "" | ||
130 | bind "hostap_cs" | ||
131 | |||
132 | card "SpeedStream SS1021 Wireless Adapter" | ||
133 | #version "Siemens", "SpeedStream Wireless PCMCIA" | ||
134 | manfid 0x02ac, 0x0002 | ||
135 | bind "hostap_cs" | ||
136 | |||
137 | card "ZCOMAX AirRunner/XI-300" | ||
138 | #version "ZCOMAX", "AirRunner/XI-300" | ||
139 | manfid 0xd601, 0x0002 | ||
140 | bind "hostap_cs" | ||
141 | |||
142 | card "Zonet ZCF1100" | ||
143 | manfid 0x000b, 0x7100 | ||
144 | bind "hostap_cs" | ||
145 | |||
146 | card "Wireless LAN Adapter Version 01.02" | ||
147 | version "Wireless", "LAN Adapter", "Version 01.02" | ||
148 | # manfid 0x0156, 0x0002 | ||
149 | bind "hostap_cs" | ||
150 | |||
151 | card "Ambicom WL1100C 11Mbs Card 802.11b" | ||
152 | version "AmbiCom", "WL1100C 802.11b CF-Card", "2.2" | ||
153 | manfid 0xd601,0x0002 | ||
154 | bind "hostap_cs" | ||
155 | |||
156 | card "Ambicom WL1100C 11Mbs Card 802.11b" | ||
157 | manfid 0xd601,0x0002 | ||
158 | bind "hostap_cs" | ||
159 | |||
160 | card "Sandisk Connect SDWCFB-000" | ||
161 | manfid 0xd601,0x0005 | ||
162 | bind "hostap_cs" | ||
163 | |||
164 | # Cards with Intersil firmware (Prism chipset) | ||
165 | |||
166 | card "Linksys WPC11 11Mbps 802.11b WLAN Card" | ||
167 | version "The Linksys Group, Inc.", "Instant Wireless Network PC Card", "ISL37300P", "RevA" | ||
168 | bind "hostap_cs" | ||
169 | |||
170 | card "Linksys CompactFlash Wireless Card" | ||
171 | version "Linksys", "Wireless CompactFlash Card" | ||
172 | bind "hostap_cs" | ||
173 | |||
174 | card "ACTIONTEC PRISM Wireless LAN PC Card" | ||
175 | version "ACTIONTEC", "PRISM Wireless LAN PC Card" | ||
176 | bind "hostap_cs" | ||
177 | |||
178 | card "Linksys WPC11 Version 3" | ||
179 | manfid 0x0274,0x1613 | ||
180 | bind "hostap_cs" | ||
181 | |||
182 | card "BENQ AWL100" | ||
183 | version "BENQ", "AWL100 PCMCIA ADAPTER" | ||
184 | bind "hostap_cs" | ||
185 | |||
186 | card "Pretec WLAN" | ||
187 | version "Pretec", "CompactWLAN Card 802.11b", "2.5" | ||
188 | manfid 0x0156, 0x0002 | ||
189 | bind "hostap_cs" | ||
190 | |||
191 | card "TrendNet TEW PC16" | ||
192 | manfid 0x0274, 0x1601 | ||
193 | bind "hostap_cs" | ||
diff --git a/meta/recipes-bsp/hostap/files/hostap_cs.conf-upstream b/meta/recipes-bsp/hostap/files/hostap_cs.conf-upstream new file mode 100644 index 0000000000..5b7385a7cb --- /dev/null +++ b/meta/recipes-bsp/hostap/files/hostap_cs.conf-upstream | |||
@@ -0,0 +1,191 @@ | |||
1 | device "hostap_cs" | ||
2 | class "network" module "hostap", "hostap_cs" | ||
3 | |||
4 | card "Intersil PRISM2 Reference Design 11Mb/s WLAN Card" | ||
5 | version "INTERSIL", "HFA384x/IEEE" | ||
6 | bind "hostap_cs" | ||
7 | |||
8 | card "Compaq WL100 11Mb/s WLAN Card" | ||
9 | manfid 0x0138, 0x0002 | ||
10 | bind "hostap_cs" | ||
11 | |||
12 | card "Compaq WL200" | ||
13 | version "Compaq", "WL200_11Mbps_Wireless_PCI_Card" | ||
14 | bind "hostap_cs" | ||
15 | |||
16 | card "EMTAC A2424i 11Mbps WLAN Card" | ||
17 | manfid 0xc250, 0x0002 | ||
18 | # cis "cis/Emtac.dat" | ||
19 | bind "hostap_cs" | ||
20 | |||
21 | card "Linksys WPC11 11Mbps WLAN Card" | ||
22 | version "Instant Wireless ", " Network PC CARD", "Version 01.02" | ||
23 | bind "hostap_cs" | ||
24 | |||
25 | card "Linksys WPC11 Ver 2.5 11Mbps WLAN Card" | ||
26 | manfid 0x0274, 0x1612 | ||
27 | bind "hostap_cs" | ||
28 | |||
29 | card "Linksys WPC11 Ver 3 11Mbps WLAN Card" | ||
30 | manfid 0x0274, 0x1613 | ||
31 | bind "hostap_cs" | ||
32 | |||
33 | card "Linksys WCF12 Wireless CompactFlash Card" | ||
34 | version "Linksys", "Wireless CompactFlash Card" | ||
35 | bind "hostap_cs" | ||
36 | |||
37 | card "D-Link DWL-650 11Mbps WLAN Card" | ||
38 | version "D", "Link DWL-650 11Mbps WLAN Card", "Version 01.02" | ||
39 | bind "hostap_cs" | ||
40 | |||
41 | card "D-Link DRC-650 11Mbps WLAN Card" | ||
42 | # version "D", "Link DRC-650 11Mbps WLAN Card", "Version 01.02" | ||
43 | manfid 0x028a, 0x0002 | ||
44 | bind "hostap_cs" | ||
45 | |||
46 | card "ZoomAir 4100 11Mb/s WLAN Card" | ||
47 | version "ZoomAir 11Mbps High", "Rate wireless Networking" | ||
48 | bind "hostap_cs" | ||
49 | |||
50 | card "Addtron AWP-100 11Mbps WLAN Card" | ||
51 | version "Addtron", "AWP-100 Wireless PCMCIA", "Version 01.02" | ||
52 | bind "hostap_cs" | ||
53 | |||
54 | card "Samsung SWL2000-N 11Mb/s WLAN Card" | ||
55 | manfid 0x0250, 0x0002 | ||
56 | bind "hostap_cs" | ||
57 | |||
58 | card "SMC 2632W 11Mbps WLAN Card" | ||
59 | version "SMC", "SMC2632W", "Version 01.02" | ||
60 | bind "hostap_cs" | ||
61 | |||
62 | card "BroMax Freeport 11Mbps WLAN Card" | ||
63 | version "Intersil", "PRISM 2_5 PCMCIA ADAPTER", "ISL37300P", "Eval-RevA" | ||
64 | bind "hostap_cs" | ||
65 | |||
66 | card "Z-Com XI300 11Mb/s WLAN Card" | ||
67 | manfid 0xd601, 0x0002 | ||
68 | bind "hostap_cs" | ||
69 | |||
70 | card "Zcomax XI-325H 200mW" | ||
71 | # version " ", "IEEE 802.11 Wireless LAN/PC Card" | ||
72 | manfid 0xd601, 0x0005 | ||
73 | bind "hostap_cs" | ||
74 | |||
75 | card "3Com AirConnect PCI 777A" | ||
76 | manfid 0x0101, 0x0777 | ||
77 | bind "hostap_cs" | ||
78 | |||
79 | card "U.S. Robotics IEEE 802.11b PC-CARD" | ||
80 | version "U.S. Robotics", "IEEE 802.11b PC-CARD", "Version 01.02" | ||
81 | # manfid 0x0156, 0x0002 | ||
82 | bind "hostap_cs" | ||
83 | |||
84 | card "Longshine LCR-8531 11Mbps WLAN PCMCIA CARD" | ||
85 | version "OEM", "PRISM2 IEEE 802.11 PC-Card", "Version 01.02" | ||
86 | # manfid 0x0156, 0x0002 | ||
87 | bind "hostap_cs" | ||
88 | |||
89 | card "Philips 802.11b WLAN PCMCIA" | ||
90 | manfid 0x000b, 0x7300 | ||
91 | bind "hostap_cs" | ||
92 | |||
93 | card "Proxim RangeLAN" | ||
94 | # version "PROXIM", "RangeLAN-DS/LAN PC CARD" | ||
95 | manfid 0x0126, 0x8000 | ||
96 | bind "hostap_cs" | ||
97 | |||
98 | card "Buffalo WLI-CF-S11G" | ||
99 | version "BUFFALO", "WLI-CF-S11G" | ||
100 | # manfid 0x026f, 0x030b | ||
101 | bind "hostap_cs" | ||
102 | |||
103 | card "Level-One WPC-0100" | ||
104 | version "Digital Data Communications", "WPC-0100", "Version 00.00" | ||
105 | manfid 0x0156, 0x0002 | ||
106 | bind "hostap_cs" | ||
107 | |||
108 | card "Belkin 802.11b WLAN PCMCIA" | ||
109 | version "Belkin", "11Mbps Wireless Notebook Network Adapter", "Version 01.02" | ||
110 | manfid 0x0156, 0x0002 | ||
111 | bind "hostap_cs" | ||
112 | |||
113 | card "Senao SL-2011CD/SL-2011CDPLUS" | ||
114 | version "INTERSIL", "HFA384x/IEEE", "Version 01.02" | ||
115 | manfid 0x0156, 0x0002 | ||
116 | bind "hostap_cs" | ||
117 | |||
118 | card "Fulbond Airbond XI-300B" | ||
119 | version " ", "IEEE 802.11 Wireless LAN/PC Card" | ||
120 | manfid 0xd601, 0x0002 | ||
121 | bind "hostap_cs" | ||
122 | |||
123 | card "Netgear MA401" | ||
124 | version "NETGEAR MA401 Wireless PC", "Card", "Version 01.00" | ||
125 | # manfid 0x0156, 0x0002 | ||
126 | bind "hostap_cs" | ||
127 | |||
128 | card "D-Link DWL-650 Rev. P1" | ||
129 | version "D-Link", "DWL-650 Wireless PC Card RevP", "ISL37101P-10", "A3" | ||
130 | # manfid 0x000b, 0x7110 | ||
131 | bind "hostap_cs" | ||
132 | |||
133 | card "SonicWALL Long Range Wireless Card" | ||
134 | version "SonicWALL", "Long Range Wireless Card", "ISL37100P", "1.0" | ||
135 | manfid 0x000b, 0x7100 | ||
136 | bind "hostap_cs" | ||
137 | |||
138 | card "Senao NL-2011CD PLUS Ext2 Mercury" | ||
139 | version "WLAN", "11Mbps_PC-Card_3.0", "ISL37100P", "Eval-RevA" | ||
140 | manfid 0x000b, 0x7100 | ||
141 | bind "hostap_cs" | ||
142 | |||
143 | card "Airvast WL100" | ||
144 | version "AIRVAST", "IEEE 802.11b Wireless PCMCIA Card", "HFA3863" | ||
145 | manfid 0x50c2, 0x0001 | ||
146 | bind "hostap_cs" | ||
147 | |||
148 | card "Microsoft Wireless Notebook Adapter MN-520 1.0.3" | ||
149 | version "Microsoft", "Wireless Notebook Adapter MN-520", "", "1.0.3" | ||
150 | manfid 0x02d2, 0x0001 | ||
151 | bind "hostap_cs" | ||
152 | |||
153 | card "NETGEAR MA401RA" | ||
154 | version "NETGEAR MA401RA Wireless PC", "Card", "ISL37300P", "Eval-RevA" | ||
155 | manfid 0x000b, 0x7300 | ||
156 | bind "hostap_cs" | ||
157 | |||
158 | card "Allied Telesyn AT-WCL452" | ||
159 | version "Allied Telesyn", "AT-WCL452 Wireless PCMCIA Radio", "Ver. 1.00" | ||
160 | manfid 0xc00f, 0x0000 | ||
161 | bind "hostap_cs" | ||
162 | |||
163 | card "corega WL PCCL-11" | ||
164 | version "corega", "WL PCCL-11", "ISL37300P", "RevA" | ||
165 | manfid 0xc00f, 0x0000 | ||
166 | bind "hostap_cs" | ||
167 | |||
168 | card "SanDisk ConnectPlus" | ||
169 | version "SanDisk", "ConnectPlus" | ||
170 | manfid 0xd601, 0x0101 | ||
171 | bind "hostap_cs" to 0 | ||
172 | bind "ide-cs" to 1 | ||
173 | |||
174 | card "ASUS WL-100 8011b WLAN PC Card" | ||
175 | version "ASUS", "802_11b_PC_CARD_25", "Version 01.00" | ||
176 | manfid 0x02aa, 0x0002 | ||
177 | bind "hostap_cs" | ||
178 | |||
179 | card "ZyXel Zyair B-101 802.11b WLAN card" | ||
180 | version " ", "IEEE 802.11 Wireless LAN/PC Card" | ||
181 | manfid 0xd601, 0x0010 | ||
182 | bind "hostap_cs" | ||
183 | |||
184 | card "WLAN PRISM PCMCIA CARD 37300P RevB6" | ||
185 | version "WLAN", "PRISM PCMCIA CARD", "37300P", "Revision B6" | ||
186 | manfid 0x50c2, 0x7300 | ||
187 | bind "hostap_cs" | ||
188 | |||
189 | |||
190 | # Optional configuration parameters for hostap_cs.o | ||
191 | # module "hostap_cs" opts "channel=3 iw_mode=3 essid=test ignore_cis_vcc=0" | ||
diff --git a/meta/recipes-bsp/hostap/files/hostap_cs.modalias b/meta/recipes-bsp/hostap/files/hostap_cs.modalias new file mode 100644 index 0000000000..cb9efab271 --- /dev/null +++ b/meta/recipes-bsp/hostap/files/hostap_cs.modalias | |||
@@ -0,0 +1,28 @@ | |||
1 | # product info: "Pretec", "CompactWLAN Card 802.11b", "2.5" | ||
2 | pcmcia:m0156c0002f06fn00pfn00pa1CADD3E5pbE697636Cpc7A5BFCF1pd00000000 hostap_cs | ||
3 | |||
4 | # manufacturer ID which exist in orinoco_cs AND in hostap_cs | ||
5 | pcmcia:m000Bc7100f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
6 | pcmcia:m000Bc7300f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
7 | pcmcia:m0126c8000f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
8 | pcmcia:m0138c0002f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
9 | pcmcia:m0250c0002f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
10 | pcmcia:m0274c1612f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
11 | pcmcia:m0274c1613f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
12 | pcmcia:m028Ac0002f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
13 | pcmcia:m02AAc0002f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
14 | pcmcia:m50C2c7300f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
15 | pcmcia:mD601c0002f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
16 | pcmcia:mD601c0005f06fn00pfn00pa*pb*pc*pd* hostap_cs | ||
17 | |||
18 | # product info: "Linksys", "Wireless CompactFlash Card", "", "" | ||
19 | pcmcia:m028Ac0673f06fn00pfn00pa0733CC81pb0C52F395pc00000000pd00000000 hostap_cs | ||
20 | |||
21 | # product info:"PLANEX COMMUNICATION INC","PLANEX GW-CF11X Wireless CF Card", "", "" | ||
22 | pcmcia:mD601c0010f06fn00pfn00pa4703CF68pbFAD7318Dpc00000000pd00000000 hostap_cs | ||
23 | |||
24 | # 0x0156, 0x0002 and "Version 01.02" only appear for Prism based cards. | ||
25 | pcmcia:m0156c0002f06fn00pfn00pa*pb*pc4B74BAA0pd00000000 hostap_cs | ||
26 | |||
27 | # "BUFFALO", "WLI-CF-S11G", "", "" | ||
28 | pcmcia:m026Fc030Bf06fn00pfn00pa2DECECE3pb82067C18pc00000000pd00000000 hostap_cs | ||