Home
last modified time | relevance | path

Searched refs:WILC_WFI_wep_key (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h128 u8 WILC_WFI_wep_key[4][WLAN_KEY_LEN_WEP104]; member
Dwilc_wfi_cfgoperations.c856 memset(priv->WILC_WFI_wep_key, 0, sizeof(priv->WILC_WFI_wep_key)); in connect()
886 memcpy(priv->WILC_WFI_wep_key[sme->key_idx], sme->key, sme->key_len); in connect()
903 memcpy(priv->WILC_WFI_wep_key[sme->key_idx], sme->key, sme->key_len); in connect()
1111 memcpy(priv->WILC_WFI_wep_key[key_index], params->key, params->key_len); in add_key()
1129 if (memcmp(params->key, priv->WILC_WFI_wep_key[key_index], params->key_len)) { in add_key()
1132 memcpy(priv->WILC_WFI_wep_key[key_index], params->key, params->key_len); in add_key()
1419 memset(priv->WILC_WFI_wep_key[key_index], 0, priv->WILC_WFI_wep_key_len[key_index]); in del_key()