Searched refs:dot11PrivacyKeyIndex (Results 1 – 9 of 9) sorted by relevance
80 psec_priv->dot11PrivacyKeyIndex = 0; in rtw_reset_securitypriv()
401 psecuritypriv->dot11PrivacyKeyIndex = 0; in rtw_init_default_value()
1636 key = padapter->securitypriv.dot11PrivacyKeyIndex; in rtw_wx_set_enc()1678 padapter->securitypriv.dot11PrivacyKeyIndex = key; in rtw_wx_set_enc()1739 key = padapter->securitypriv.dot11PrivacyKeyIndex; in rtw_wx_get_enc()2301 psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; in rtw_set_encryption()
107 u32 dot11PrivacyKeyIndex; /* this is only valid for legendary member
193 if (keyid == psecuritypriv->dot11PrivacyKeyIndex) in ips_leave()
530 psecuritypriv->dot11PrivacyKeyIndex = keyid; in rtw_set_802_11_add_wep()
163 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()168 …memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keyle… in rtw_wep_encrypt()
546 pattrib->key_idx = (u8)psecuritypriv->dot11PrivacyKeyIndex; in update_attrib()1035 …padapter->securitypriv.dot11PrivacyKeyIndex, pattrib->iv[3], *pframe, *(pframe+1), *(pframe+2), *(… in rtw_xmitframe_coalesce()
418 prxattrib->key_index = psecuritypriv->dot11PrivacyKeyIndex; in decryptor()