Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_ioctl_set.c462 psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength; in rtw_set_802_11_add_wep()
488 psecuritypriv->dot11DefKeylen[keyindex] = 0; in rtw_set_802_11_remove_wep()
633 padapter->securitypriv.dot11DefKeylen[keyindex] = key->KeyLength; in rtw_set_802_11_add_key()
Drtw_security.c108 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()
156 keylength = psecuritypriv->dot11DefKeylen[keyindex]; in rtw_wep_decrypt()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_security.h105 u32 dot11DefKeylen[4]; member
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c143 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->key_length; in wpa_set_encryption()
628 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->key_length; in rtw_set_encryption()
637 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->key_length; in rtw_set_encryption()
Dioctl_cfg80211.c593 psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; in rtw_cfg80211_ap_set_encryption()
839 psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; in rtw_cfg80211_set_encryption()
1069 if (psecuritypriv->dot11DefKeylen[key_index] == 13) in cfg80211_rtw_set_default_key()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_security.h98 u32 dot11DefKeylen[4]; member
/Linux-v5.15/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-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c498 psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; in wpa_set_encryption()
1764 …yindex_provided == 1), keyid =%d, key_len =%d\n", key, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_set_enc()
1766 switch (padapter->securitypriv.dot11DefKeylen[key]) { in rtw_wx_set_enc()
1837 erq->length = padapter->securitypriv.dot11DefKeylen[key]; in rtw_wx_get_enc()
1839 …(keybuf, padapter->securitypriv.dot11DefKey[key].skey, padapter->securitypriv.dot11DefKeylen[key]); in rtw_wx_get_enc()