Searched refs:dot11PrivacyKeyIndex (Results 1 – 5 of 5) sorted by relevance
108 psec_priv->dot11PrivacyKeyIndex = 0; in rtw_reset_securitypriv()
98 …u32 dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key inde… member
453 psecuritypriv->dot11PrivacyKeyIndex = keyid; in rtw_set_802_11_add_wep()
61 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()66 …memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keyle… in rtw_wep_encrypt()1559 if (keyid == securitypriv->dot11PrivacyKeyIndex) in rtw_sec_restore_wep_key()
397 prxattrib->key_index = psecuritypriv->dot11PrivacyKeyIndex; in decryptor()