| /linux-6.15/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto_wep.c | 71 klen = 3 + wep->key_len; in libipw_wep_build_iv() 73 wep->iv++; in libipw_wep_build_iv() 81 wep->iv += 0x0100; in libipw_wep_build_iv() 87 *pos++ = wep->iv & 0xff; in libipw_wep_build_iv() 118 memcpy(key + 3, wep->key, wep->key_len); in libipw_wep_encrypt() 122 klen = 3 + wep->key_len; in libipw_wep_encrypt() 166 memcpy(key + 3, wep->key, wep->key_len); in libipw_wep_decrypt() 200 wep->key_len = len; in libipw_wep_set_key() 212 memcpy(key, wep->key, wep->key_len); in libipw_wep_get_key() 214 return wep->key_len; in libipw_wep_get_key() [all …]
|
| /linux-6.15/drivers/net/wireless/ti/wl12xx/ |
| H A D | debugfs.c | 54 WL12XX_DEBUGFS_FWSTATS_FILE(wep, addr_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() 159 DEBUGFS_FWSTATS_ADD(wep, packets); in wl12xx_debugfs_add_files() [all …]
|
| H A D | acx.h | 248 struct wl12xx_acx_wep_statistics wep; member
|
| /linux-6.15/drivers/net/wireless/ti/wl1251/ |
| H A D | debugfs.c | 141 DEBUGFS_FWSTATS_FILE(wep, packets, 20, "%u"); 276 DEBUGFS_FWSTATS_DEL(wep, addr_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() 281 DEBUGFS_FWSTATS_DEL(wep, packets); in wl1251_debugfs_delete_files() 282 DEBUGFS_FWSTATS_DEL(wep, interrupt); in wl1251_debugfs_delete_files() 375 DEBUGFS_FWSTATS_ADD(wep, addr_key_count); in wl1251_debugfs_add_files() 378 DEBUGFS_FWSTATS_ADD(wep, key_not_found); in wl1251_debugfs_add_files() 379 DEBUGFS_FWSTATS_ADD(wep, decrypt_fail); in wl1251_debugfs_add_files() 380 DEBUGFS_FWSTATS_ADD(wep, packets); in wl1251_debugfs_add_files() [all …]
|
| H A D | acx.h | 1067 struct acx_wep_statistics wep; member
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/net/mac80211/ |
| H A D | Makefile | 9 wep.o \
|
| /linux-6.15/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 | 727 km->key_param_set.key_params.wep.key_len = in mwifiex_cmd_802_11_key_material_v2() 729 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-6.15/drivers/net/wireless/ath/wcn36xx/ |
| H A D | hal.h | 1050 u8 wep:1; member 1070 u8 wep:1;
|