Searched refs:dot11DefKeylen (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/staging/rtl8188eu/include/ |
| D | rtw_security.h | 104 u32 dot11DefKeylen[4]; member
|
| /Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ |
| D | ioctl_linux.c | 422 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in wpa_set_encryption() 1640 …yindex_provided == 1), keyid =%d, key_len =%d\n", key, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_set_enc() 1642 switch (padapter->securitypriv.dot11DefKeylen[key]) { in rtw_wx_set_enc() 1708 erq->length = padapter->securitypriv.dot11DefKeylen[key]; in rtw_wx_get_enc() 1710 …(keybuf, padapter->securitypriv.dot11DefKey[key].skey, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_get_enc() 2243 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in rtw_set_encryption() 2254 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in rtw_set_encryption()
|
| /Linux-v5.10/drivers/staging/rtl8188eu/core/ |
| D | rtw_security.c | 166 psecuritypriv->dot11DefKeylen[keyindex], NULL, crypto_private) < 0) in rtw_wep_encrypt() 229 psecuritypriv->dot11DefKeylen[keyindex], NULL, crypto_private) < 0) { in rtw_wep_decrypt()
|
| D | rtw_ioctl_set.c | 505 psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength; in rtw_set_802_11_add_wep()
|
| /Linux-v5.10/drivers/staging/rtl8723bs/include/ |
| D | rtw_security.h | 107 u32 dot11DefKeylen[4]; member
|
| /Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_linux.c | 516 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in wpa_set_encryption() 1917 …yindex_provided == 1), keyid =%d, key_len =%d\n", key, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_set_enc() 1919 switch (padapter->securitypriv.dot11DefKeylen[key]) { in rtw_wx_set_enc() 1993 erq->length = padapter->securitypriv.dot11DefKeylen[key]; in rtw_wx_get_enc() 1996 …(keybuf, padapter->securitypriv.dot11DefKey[key].skey, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_get_enc() 3528 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in rtw_set_encryption() 3539 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in rtw_set_encryption()
|
| D | ioctl_cfg80211.c | 651 psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; in rtw_cfg80211_ap_set_encryption() 918 psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; in rtw_cfg80211_set_encryption() 1185 if (psecuritypriv->dot11DefKeylen[key_index] == 13) in cfg80211_rtw_set_default_key()
|
| /Linux-v5.10/drivers/staging/rtl8723bs/core/ |
| D | rtw_ioctl_set.c | 611 psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength; in rtw_set_802_11_add_wep()
|
| D | rtw_security.c | 237 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt() 290 keylength = psecuritypriv->dot11DefKeylen[keyindex]; in rtw_wep_decrypt()
|