KeyLength         484 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c 	switch (wep->KeyLength) {
KeyLength         500 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c 		 wep->KeyLength, wep->KeyIndex, keyid));
KeyLength         503 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c 	       &wep->KeyMaterial, wep->KeyLength);
KeyLength         505 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c 	psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength;
KeyLength         128 drivers/staging/rtl8188eu/include/wlan_bssdef.h 	u32     KeyLength;     /*  length of key in bytes */
KeyLength         404 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			pwep->KeyLength = wep_key_len;
KeyLength         416 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		memcpy(pwep->KeyMaterial,  param->u.crypt.key, pwep->KeyLength);
KeyLength         427 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength);
KeyLength         428 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength;
KeyLength        1646 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		wep.KeyLength = erq->length <= 5 ? 5 : 13;
KeyLength        1648 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial);
KeyLength        1650 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		wep.KeyLength = 0;
KeyLength        1676 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	memcpy(wep.KeyMaterial, keybuf, wep.KeyLength);
KeyLength        2250 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			pwep->KeyLength = wep_key_len;
KeyLength        2256 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		memcpy(pwep->KeyMaterial,  param->u.crypt.key, pwep->KeyLength);
KeyLength        2265 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			if (pwep->KeyLength == 13) {
KeyLength        2272 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength);
KeyLength        2274 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength;
KeyLength        2276 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx);
KeyLength        2283 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength);
KeyLength        2285 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength;
KeyLength        2287 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx);
KeyLength         411 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		pwep->KeyLength = wep_key_len;
KeyLength         420 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength);
KeyLength         435 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 			       pwep->KeyLength);
KeyLength         437 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 				pwep->KeyLength;
KeyLength        1559 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		wep.KeyLength = erq->length <= 5 ? 5 : 13;
KeyLength        1560 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		wep.Length = wep.KeyLength +
KeyLength        1563 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		wep.KeyLength = 0;
KeyLength        1586 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	memcpy(wep.KeyMaterial, keybuf, wep.KeyLength);
KeyLength         339 drivers/staging/rtl8712/rtl871x_ioctl_set.c 	switch (wep->KeyLength) {
KeyLength         351 drivers/staging/rtl8712/rtl871x_ioctl_set.c 		wep->KeyLength);
KeyLength         352 drivers/staging/rtl8712/rtl871x_ioctl_set.c 	psecuritypriv->DefKeylen[keyid] = wep->KeyLength;
KeyLength         147 drivers/staging/rtl8712/wlan_bssdef.h 	u32 KeyLength;			/* length of key in bytes */
KeyLength         164 drivers/staging/rtl8712/wlan_bssdef.h 	u32 KeyLength;		  /* length of key in bytes */
KeyLength         590 drivers/staging/rtl8723bs/core/rtw_ioctl_set.c 	switch (wep->KeyLength) {
KeyLength         607 drivers/staging/rtl8723bs/core/rtw_ioctl_set.c 		  wep->KeyLength, wep->KeyIndex, keyid));
KeyLength         609 drivers/staging/rtl8723bs/core/rtw_ioctl_set.c 	memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength);
KeyLength         611 drivers/staging/rtl8723bs/core/rtw_ioctl_set.c 	psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength;
KeyLength         153 drivers/staging/rtl8723bs/include/wlan_bssdef.h 	u32           KeyLength;          /*  length of key in bytes */
KeyLength         169 drivers/staging/rtl8723bs/include/wlan_bssdef.h 	u32 KeyLength;     /*  length of key in bytes */
KeyLength        2173 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 			pwep->KeyLength = wep_key_len;
KeyLength        2190 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		memcpy(pwep->KeyMaterial,  (void *)sme->key, pwep->KeyLength);
KeyLength         482 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			pwep->KeyLength = wep_key_len;
KeyLength         497 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		memcpy(pwep->KeyMaterial,  param->u.crypt.key, pwep->KeyLength);
KeyLength         515 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength);
KeyLength         516 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			psecuritypriv->dot11DefKeylen[wep_key_idx]=pwep->KeyLength;
KeyLength        1908 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		wep.KeyLength = erq->length <= 5 ? 5 : 13;
KeyLength        1910 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial);
KeyLength        1912 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		wep.KeyLength = 0 ;
KeyLength        1939 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	memcpy(wep.KeyMaterial, keybuf, wep.KeyLength);
KeyLength        3514 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			pwep->KeyLength = wep_key_len;
KeyLength        3521 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		memcpy(pwep->KeyMaterial,  param->u.crypt.key, pwep->KeyLength);
KeyLength        3531 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			if (pwep->KeyLength == 13) {
KeyLength        3539 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength);
KeyLength        3541 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			psecuritypriv->dot11DefKeylen[wep_key_idx]=pwep->KeyLength;
KeyLength        3543 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			rtw_ap_set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx, 1);
KeyLength        3550 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength);
KeyLength        3552 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength;
KeyLength        3554 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			rtw_ap_set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx, 0);