Home
last modified time | relevance | path

Searched refs:dot11DefKeylen (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_security.h115 u32 dot11DefKeylen[4]; member
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c437 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in wpa_set_encryption()
1688 …yindex_provided == 1), keyid =%d, key_len =%d\n", key, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_set_enc()
1690 switch (padapter->securitypriv.dot11DefKeylen[key]) { in rtw_wx_set_enc()
1759 erq->length = padapter->securitypriv.dot11DefKeylen[key]; in rtw_wx_get_enc()
1761 …(keybuf, padapter->securitypriv.dot11DefKey[key].skey, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_get_enc()
2313 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in rtw_set_encryption()
2324 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in rtw_set_encryption()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c541 psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength; in rtw_set_802_11_add_wep()
Drtw_security.c168 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()
218 keylength = psecuritypriv->dot11DefKeylen[keyindex]; in rtw_wep_decrypt()