/linux-4.1.27/net/wireless/ |
D | lib80211_crypt_wep.c | 94 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.1.27/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 96 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.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 103 struct prism2_wep_data *wep = priv; in prism2_wep_encrypt() local 108 struct blkcipher_desc desc = {.tfm = wep->tx_tfm}; in prism2_wep_encrypt() 122 klen = 3 + wep->key_len; in prism2_wep_encrypt() 124 wep->iv++; in prism2_wep_encrypt() 129 if ((wep->iv & 0xff00) == 0xff00) { in prism2_wep_encrypt() 130 u8 B = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt() 133 wep->iv += 0x0100; in prism2_wep_encrypt() 137 *pos++ = key[0] = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt() 138 *pos++ = key[1] = (wep->iv >> 8) & 0xff; in prism2_wep_encrypt() 139 *pos++ = key[2] = wep->iv & 0xff; in prism2_wep_encrypt() [all …]
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 68 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 …]
|
D | acx.h | 262 struct wl12xx_acx_wep_statistics wep; member
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 155 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 …]
|
D | acx.h | 1081 struct acx_wep_statistics wep; member
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_set.c | 344 struct NDIS_802_11_WEP *wep) in r8712_set_802_11_add_wep() argument 349 keyid = wep->KeyIndex & 0x3fffffff; in r8712_set_802_11_add_wep() 352 switch (wep->KeyLength) { in r8712_set_802_11_add_wep() 363 memcpy(psecuritypriv->DefKey[keyid].skey, &wep->KeyMaterial, in r8712_set_802_11_add_wep() 364 wep->KeyLength); in r8712_set_802_11_add_wep() 365 psecuritypriv->DefKeylen[keyid] = wep->KeyLength; in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_set.h | 44 struct NDIS_802_11_WEP *wep);
|
D | rtl871x_ioctl_linux.c | 1529 struct NDIS_802_11_WEP wep; in r8711_wx_set_enc() local 1535 memset(&wep, 0, sizeof(struct NDIS_802_11_WEP)); in r8711_wx_set_enc() 1585 wep.KeyIndex = key; in r8711_wx_set_enc() 1587 wep.KeyLength = erq->length <= 5 ? 5 : 13; in r8711_wx_set_enc() 1588 wep.Length = wep.KeyLength + in r8711_wx_set_enc() 1591 wep.KeyLength = 0; in r8711_wx_set_enc() 1612 wep.KeyIndex |= 0x80000000; /* transmit key */ in r8711_wx_set_enc() 1613 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in r8711_wx_set_enc() 1614 if (r8712_set_802_11_add_wep(padapter, &wep) == _FAIL) in r8711_wx_set_enc()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_ioctl_set.c | 506 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.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_ioctl_set.h | 31 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
|
/linux-4.1.27/net/mac80211/ |
D | Makefile | 7 wep.o \
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 1759 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.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 1610 struct ndis_802_11_wep wep; in rtw_wx_set_enc() local 1618 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc() 1674 wep.KeyIndex = key; in rtw_wx_set_enc() 1676 wep.KeyLength = erq->length <= 5 ? 5 : 13; in rtw_wx_set_enc() 1678 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc() 1680 wep.KeyLength = 0; in rtw_wx_set_enc() 1704 wep.KeyIndex |= 0x80000000; in rtw_wx_set_enc() 1706 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc() 1708 if (rtw_set_802_11_add_wep(padapter, &wep) == false) { in rtw_wx_set_enc()
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | isl_ioctl.c | 128 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.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1736 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.1.27/drivers/net/wireless/mwifiex/ |
D | README | 47 WEP encryption, wep keys can be specified in the command.
|
D | sta_cmd.c | 697 km->key_param_set.key_params.wep.key_len = in mwifiex_cmd_802_11_key_material_v2() 699 memcpy(km->key_param_set.key_params.wep.key, in mwifiex_cmd_802_11_key_material_v2()
|
D | fw.h | 823 struct mwifiex_wep_param wep; member
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 898 u8 wep:1; member 918 u8 wep:1;
|