Searched refs:wep (Results 1 – 11 of 11) sorted by relevance
/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/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 | 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 | 1009 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;
|