Home | History | Annotate | Download | only in drivers

Lines Matching defs:wep

585 				/* determine whether the dynamic-WEP is used or
1215 NDIS_802_11_WEP *wep;
1222 wep = os_zalloc(len);
1223 if (wep == NULL)
1226 wep->Length = len;
1227 wep->KeyIndex = key_idx;
1230 wep->KeyIndex |= 0x80000000;
1232 wep->KeyLength = key_len;
1233 os_memcpy(wep->KeyMaterial, key, key_len);
1236 (const u8 *) wep, len);
1237 res = ralink_set_oid(drv, OID_802_11_ADD_WEP, (char *) wep, len);
1239 os_free(wep);
1464 /* static WEP */