| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto_wep.c | 60 struct libipw_wep_data *wep = priv; in libipw_wep_build_iv() local 71 klen = 3 + wep->key_len; in libipw_wep_build_iv() 73 wep->iv++; in libipw_wep_build_iv() 78 if ((wep->iv & 0xff00) == 0xff00) { in libipw_wep_build_iv() 79 u8 B = (wep->iv >> 16) & 0xff; in libipw_wep_build_iv() 81 wep->iv += 0x0100; in libipw_wep_build_iv() 85 *pos++ = (wep->iv >> 16) & 0xff; in libipw_wep_build_iv() 86 *pos++ = (wep->iv >> 8) & 0xff; in libipw_wep_build_iv() 87 *pos++ = wep->iv & 0xff; in libipw_wep_build_iv() 88 *pos++ = wep->key_idx << 6; in libipw_wep_build_iv() [all …]
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | debugfs.c | 54 WL12XX_DEBUGFS_FWSTATS_FILE(wep, addr_key_count, "%u"); 55 WL12XX_DEBUGFS_FWSTATS_FILE(wep, default_key_count, "%u"); 57 WL12XX_DEBUGFS_FWSTATS_FILE(wep, key_not_found, "%u"); 58 WL12XX_DEBUGFS_FWSTATS_FILE(wep, decrypt_fail, "%u"); 59 WL12XX_DEBUGFS_FWSTATS_FILE(wep, packets, "%u"); 60 WL12XX_DEBUGFS_FWSTATS_FILE(wep, interrupt, "%u"); 154 DEBUGFS_FWSTATS_ADD(wep, addr_key_count); in wl12xx_debugfs_add_files() 155 DEBUGFS_FWSTATS_ADD(wep, default_key_count); in wl12xx_debugfs_add_files() 157 DEBUGFS_FWSTATS_ADD(wep, key_not_found); in wl12xx_debugfs_add_files() 158 DEBUGFS_FWSTATS_ADD(wep, decrypt_fail); in wl12xx_debugfs_add_files() [all …]
|
| H A D | acx.h | 248 struct wl12xx_acx_wep_statistics wep; member
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | debugfs.c | 136 DEBUGFS_FWSTATS_FILE(wep, addr_key_count, 20, "%u"); 137 DEBUGFS_FWSTATS_FILE(wep, default_key_count, 20, "%u"); 139 DEBUGFS_FWSTATS_FILE(wep, key_not_found, 20, "%u"); 140 DEBUGFS_FWSTATS_FILE(wep, decrypt_fail, 20, "%u"); 141 DEBUGFS_FWSTATS_FILE(wep, packets, 20, "%u"); 142 DEBUGFS_FWSTATS_FILE(wep, interrupt, 20, "%u"); 276 DEBUGFS_FWSTATS_DEL(wep, addr_key_count); in wl1251_debugfs_delete_files() 277 DEBUGFS_FWSTATS_DEL(wep, default_key_count); in wl1251_debugfs_delete_files() 279 DEBUGFS_FWSTATS_DEL(wep, key_not_found); in wl1251_debugfs_delete_files() 280 DEBUGFS_FWSTATS_DEL(wep, decrypt_fail); in wl1251_debugfs_delete_files() [all …]
|
| H A D | acx.h | 1067 struct acx_wep_statistics wep; member
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ioctl_set.c | 423 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep() argument 430 keyid = wep->key_index & 0x3fffffff; in rtw_set_802_11_add_wep() 437 switch (wep->key_length) { in rtw_set_802_11_add_wep() 449 memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->key_material), wep->key_length); in rtw_set_802_11_add_wep() 451 psecuritypriv->dot11DefKeylen[keyid] = wep->key_length; in rtw_set_802_11_add_wep()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_ioctl_set.h | 14 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep);
|
| /linux/drivers/net/ethernet/toshiba/ |
| H A D | ps3_gelic_wireless.c | 1744 struct gelic_eurus_wep_cfg *wep; in gelic_wl_do_wep_setup() local 1752 wep = (struct gelic_eurus_wep_cfg *)__get_free_page(GFP_KERNEL); in gelic_wl_do_wep_setup() 1753 if (!wep) in gelic_wl_do_wep_setup() 1756 memset(wep, 0, sizeof(*wep)); in gelic_wl_do_wep_setup() 1774 memcpy(wep->key[i], wl->key[i], wl->key_len[i]); in gelic_wl_do_wep_setup() 1785 wep->security = cpu_to_be16(GELIC_EURUS_WEP_SEC_104BIT); in gelic_wl_do_wep_setup() 1788 wep->security = cpu_to_be16(GELIC_EURUS_WEP_SEC_40BIT); in gelic_wl_do_wep_setup() 1792 wep->security = cpu_to_be16(GELIC_EURUS_WEP_SEC_NONE); in gelic_wl_do_wep_setup() 1797 wep, sizeof(*wep)); in gelic_wl_do_wep_setup() 1805 free_page((unsigned long)wep); in gelic_wl_do_wep_setup()
|
| /linux/net/mac80211/ |
| H A D | Makefile | 9 wep.o \
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | README | 48 WEP encryption, wep keys can be specified in the command.
|
| H A D | sta_cmd.c | 712 km->key_param_set.key_params.wep.key_len = in mwifiex_cmd_802_11_key_material_v2() 714 memcpy(km->key_param_set.key_params.wep.key, in mwifiex_cmd_802_11_key_material_v2()
|
| H A D | fw.h | 1014 struct mwifiex_wep_param wep; member
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | hal.h | 1050 u8 wep:1; member 1070 u8 wep:1;
|