Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_security.h92 u32 dot11DefKeylen[4]; member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_security.h105 u32 dot11DefKeylen[4]; member
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c130 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->key_length; in wpa_set_encryption()
616 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->key_length; in rtw_set_encryption()
625 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->key_length; in rtw_set_encryption()
Dioctl_cfg80211.c567 psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; in rtw_cfg80211_ap_set_encryption()
770 psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; in rtw_cfg80211_set_encryption()
973 if (psecuritypriv->dot11DefKeylen[key_index] == 13) { in cfg80211_rtw_set_default_key()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_ioctl_set.c451 psecuritypriv->dot11DefKeylen[keyid] = wep->key_length; in rtw_set_802_11_add_wep()
Drtw_security.c62 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()
113 keylength = psecuritypriv->dot11DefKeylen[keyindex]; in rtw_wep_decrypt()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_ioctl_set.c413 psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength; in rtw_set_802_11_add_wep()
Drtw_security.c42 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()
90 keylength = psecuritypriv->dot11DefKeylen[keyindex]; in rtw_wep_decrypt()
/linux-6.1.9/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c433 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in wpa_set_encryption()
1596 switch (padapter->securitypriv.dot11DefKeylen[key]) { in rtw_wx_set_enc()
1667 erq->length = padapter->securitypriv.dot11DefKeylen[key]; in rtw_wx_get_enc()
1669 …(keybuf, padapter->securitypriv.dot11DefKey[key].skey, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_get_enc()