Home
last modified time | relevance | path

Searched refs:wep (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/net/wireless/
Dlib80211_crypt_wep.c94 struct lib80211_wep_data *wep = priv; in lib80211_wep_build_iv() local
105 klen = 3 + wep->key_len; in lib80211_wep_build_iv()
107 wep->iv++; in lib80211_wep_build_iv()
112 if ((wep->iv & 0xff00) == 0xff00) { in lib80211_wep_build_iv()
113 u8 B = (wep->iv >> 16) & 0xff; in lib80211_wep_build_iv()
115 wep->iv += 0x0100; in lib80211_wep_build_iv()
119 *pos++ = (wep->iv >> 16) & 0xff; in lib80211_wep_build_iv()
120 *pos++ = (wep->iv >> 8) & 0xff; in lib80211_wep_build_iv()
121 *pos++ = wep->iv & 0xff; in lib80211_wep_build_iv()
122 *pos++ = wep->key_idx << 6; in lib80211_wep_build_iv()
[all …]
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c89 struct prism2_wep_data *wep = priv; in prism2_wep_encrypt() local
94 struct blkcipher_desc desc = {.tfm = wep->tx_tfm}; in prism2_wep_encrypt()
108 klen = 3 + wep->key_len; in prism2_wep_encrypt()
110 wep->iv++; in prism2_wep_encrypt()
115 if ((wep->iv & 0xff00) == 0xff00) { in prism2_wep_encrypt()
116 u8 B = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt()
119 wep->iv += 0x0100; in prism2_wep_encrypt()
123 *pos++ = key[0] = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt()
124 *pos++ = key[1] = (wep->iv >> 8) & 0xff; in prism2_wep_encrypt()
125 *pos++ = key[2] = wep->iv & 0xff; in prism2_wep_encrypt()
[all …]
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c96 struct prism2_wep_data *wep = priv; in prism2_wep_encrypt() local
102 struct blkcipher_desc desc = {.tfm = wep->tx_tfm}; in prism2_wep_encrypt()
118 klen = 3 + wep->key_len; in prism2_wep_encrypt()
120 wep->iv++; in prism2_wep_encrypt()
126 if ((wep->iv & 0xff00) == 0xff00) { in prism2_wep_encrypt()
127 u8 B = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt()
130 wep->iv += 0x0100; in prism2_wep_encrypt()
134 *pos++ = key[0] = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt()
135 *pos++ = key[1] = (wep->iv >> 8) & 0xff; in prism2_wep_encrypt()
136 *pos++ = key[2] = wep->iv & 0xff; in prism2_wep_encrypt()
[all …]
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c68 WL12XX_DEBUGFS_FWSTATS_FILE(wep, addr_key_count, "%u");
69 WL12XX_DEBUGFS_FWSTATS_FILE(wep, default_key_count, "%u");
71 WL12XX_DEBUGFS_FWSTATS_FILE(wep, key_not_found, "%u");
72 WL12XX_DEBUGFS_FWSTATS_FILE(wep, decrypt_fail, "%u");
73 WL12XX_DEBUGFS_FWSTATS_FILE(wep, packets, "%u");
74 WL12XX_DEBUGFS_FWSTATS_FILE(wep, interrupt, "%u");
178 DEBUGFS_FWSTATS_ADD(wep, addr_key_count); in wl12xx_debugfs_add_files()
179 DEBUGFS_FWSTATS_ADD(wep, default_key_count); in wl12xx_debugfs_add_files()
181 DEBUGFS_FWSTATS_ADD(wep, key_not_found); in wl12xx_debugfs_add_files()
182 DEBUGFS_FWSTATS_ADD(wep, decrypt_fail); in wl12xx_debugfs_add_files()
[all …]
Dacx.h262 struct wl12xx_acx_wep_statistics wep; member
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Ddebugfs.c155 DEBUGFS_FWSTATS_FILE(wep, addr_key_count, 20, "%u");
156 DEBUGFS_FWSTATS_FILE(wep, default_key_count, 20, "%u");
158 DEBUGFS_FWSTATS_FILE(wep, key_not_found, 20, "%u");
159 DEBUGFS_FWSTATS_FILE(wep, decrypt_fail, 20, "%u");
160 DEBUGFS_FWSTATS_FILE(wep, packets, 20, "%u");
161 DEBUGFS_FWSTATS_FILE(wep, interrupt, 20, "%u");
295 DEBUGFS_FWSTATS_DEL(wep, addr_key_count); in wl1251_debugfs_delete_files()
296 DEBUGFS_FWSTATS_DEL(wep, default_key_count); in wl1251_debugfs_delete_files()
298 DEBUGFS_FWSTATS_DEL(wep, key_not_found); in wl1251_debugfs_delete_files()
299 DEBUGFS_FWSTATS_DEL(wep, decrypt_fail); in wl1251_debugfs_delete_files()
[all …]
Dacx.h1081 struct acx_wep_statistics wep; member
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_ioctl_set.c345 struct NDIS_802_11_WEP *wep) in r8712_set_802_11_add_wep() argument
350 keyid = wep->KeyIndex & 0x3fffffff; in r8712_set_802_11_add_wep()
353 switch (wep->KeyLength) { in r8712_set_802_11_add_wep()
364 memcpy(psecuritypriv->DefKey[keyid].skey, &wep->KeyMaterial, in r8712_set_802_11_add_wep()
365 wep->KeyLength); in r8712_set_802_11_add_wep()
366 psecuritypriv->DefKeylen[keyid] = wep->KeyLength; in r8712_set_802_11_add_wep()
Drtl871x_ioctl_set.h44 struct NDIS_802_11_WEP *wep);
Drtl871x_ioctl_linux.c1513 struct NDIS_802_11_WEP wep; in r8711_wx_set_enc() local
1519 memset(&wep, 0, sizeof(struct NDIS_802_11_WEP)); in r8711_wx_set_enc()
1569 wep.KeyIndex = key; in r8711_wx_set_enc()
1571 wep.KeyLength = erq->length <= 5 ? 5 : 13; in r8711_wx_set_enc()
1572 wep.Length = wep.KeyLength + in r8711_wx_set_enc()
1575 wep.KeyLength = 0; in r8711_wx_set_enc()
1597 wep.KeyIndex |= 0x80000000; /* transmit key */ in r8711_wx_set_enc()
1598 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in r8711_wx_set_enc()
1599 if (r8712_set_802_11_add_wep(padapter, &wep) == _FAIL) in r8711_wx_set_enc()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c506 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep() argument
513 keyid = wep->KeyIndex & 0x3fffffff; in rtw_set_802_11_add_wep()
521 switch (wep->KeyLength) { in rtw_set_802_11_add_wep()
537 wep->KeyLength, wep->KeyIndex, keyid)); in rtw_set_802_11_add_wep()
539 memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength); in rtw_set_802_11_add_wep()
541 psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength; in rtw_set_802_11_add_wep()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_ioctl_set.h31 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c89 struct host_if_wep_attr wep; member
1712 PRINT_D(GENERIC_DBG, "ID Hostint is %d\n", pstrHostIFkeyAttr->attr.wep.index); in Handle_Key()
1716 strWIDList[0].val = (s8 *)&pstrHostIFkeyAttr->attr.wep.mode; in Handle_Key()
1721 strWIDList[1].val = (s8 *)&pstrHostIFkeyAttr->attr.wep.auth_type; in Handle_Key()
1726 strWIDList[2].val = (s8 *)&pstrHostIFkeyAttr->attr.wep.index; in Handle_Key()
1729 pu8keybuf = kmemdup(pstrHostIFkeyAttr->attr.wep.key, in Handle_Key()
1730 pstrHostIFkeyAttr->attr.wep.key_len, in Handle_Key()
1738 kfree(pstrHostIFkeyAttr->attr.wep.key); in Handle_Key()
1742 strWIDList[3].size = pstrHostIFkeyAttr->attr.wep.key_len; in Handle_Key()
1752 pu8keybuf = kmalloc(pstrHostIFkeyAttr->attr.wep.key_len + 2, GFP_KERNEL); in Handle_Key()
[all …]
/linux-4.4.14/net/mac80211/
DMakefile8 wep.o \
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1759 struct gelic_eurus_wep_cfg *wep; in gelic_wl_do_wep_setup() local
1767 wep = (struct gelic_eurus_wep_cfg *)__get_free_page(GFP_KERNEL); in gelic_wl_do_wep_setup()
1768 if (!wep) in gelic_wl_do_wep_setup()
1771 memset(wep, 0, sizeof(*wep)); in gelic_wl_do_wep_setup()
1789 memcpy(wep->key[i], wl->key[i], wl->key_len[i]); in gelic_wl_do_wep_setup()
1800 wep->security = cpu_to_be16(GELIC_EURUS_WEP_SEC_104BIT); in gelic_wl_do_wep_setup()
1803 wep->security = cpu_to_be16(GELIC_EURUS_WEP_SEC_40BIT); in gelic_wl_do_wep_setup()
1807 wep->security = cpu_to_be16(GELIC_EURUS_WEP_SEC_NONE); in gelic_wl_do_wep_setup()
1812 wep, sizeof(*wep)); in gelic_wl_do_wep_setup()
1820 free_page((unsigned long)wep); in gelic_wl_do_wep_setup()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c1612 struct ndis_802_11_wep wep; in rtw_wx_set_enc() local
1620 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()
1676 wep.KeyIndex = key; in rtw_wx_set_enc()
1678 wep.KeyLength = erq->length <= 5 ? 5 : 13; in rtw_wx_set_enc()
1680 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
1682 wep.KeyLength = 0; in rtw_wx_set_enc()
1706 wep.KeyIndex |= 0x80000000; in rtw_wx_set_enc()
1708 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc()
1710 if (rtw_set_802_11_add_wep(padapter, &wep) == false) { in rtw_wx_set_enc()
/linux-4.4.14/drivers/net/wireless/prism54/
Disl_ioctl.c128 u32 channel, authen, wep, filter, dot1x, mlme, conformance, power, mode; in prism54_mib_init() local
136 wep = CARD_DEFAULT_WEP; in prism54_mib_init()
146 mgt_set(priv, DOT11_OID_PRIVACYINVOKED, &wep); in prism54_mib_init()
2504 u32 mlme, authen, dot1x, filter, wep; in prism54_set_wpa() local
2509 wep = 1; /* For privacy invoked */ in prism54_set_wpa()
2521 wep = 0; in prism54_set_wpa()
2535 mgt_set_request(priv, DOT11_OID_PRIVACYINVOKED, 0, &wep); in prism54_set_wpa()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1736 struct rtw_wep_key *wep, u8 keyid) in rtw_cfg80211_add_wep() argument
1748 switch (wep->keylen) { in rtw_cfg80211_add_wep()
1769 __func__, wep->keylen, keyid); in rtw_cfg80211_add_wep()
1771 memcpy(&psecuritypriv->wep_key[keyid], wep, sizeof(struct rtw_wep_key)); in rtw_cfg80211_add_wep()
/linux-4.4.14/drivers/net/wireless/mwifiex/
DREADME47 WEP encryption, wep keys can be specified in the command.
Dsta_cmd.c704 km->key_param_set.key_params.wep.key_len = in mwifiex_cmd_802_11_key_material_v2()
706 memcpy(km->key_param_set.key_params.wep.key, in mwifiex_cmd_802_11_key_material_v2()
Dfw.h874 struct mwifiex_wep_param wep; member
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h898 u8 wep:1; member
918 u8 wep:1;