Searched refs:dot11PrivacyKeyIndex (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | mlme_linux.c | 117 psec_priv->dot11PrivacyKeyIndex = 0; in rtw_reset_securitypriv()
|
D | ioctl_cfg80211.c | 674 psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; in rtw_cfg80211_ap_set_encryption() 941 psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; in rtw_cfg80211_set_encryption() 1185 if (key_index == psecuritypriv->dot11PrivacyKeyIndex) in cfg80211_rtw_del_key() 1209 psecuritypriv->dot11PrivacyKeyIndex = key_index; in cfg80211_rtw_set_default_key()
|
D | ioctl_linux.c | 1878 key = padapter->securitypriv.dot11PrivacyKeyIndex; in rtw_wx_set_enc() 1923 padapter->securitypriv.dot11PrivacyKeyIndex = key; in rtw_wx_set_enc() 1984 key = padapter->securitypriv.dot11PrivacyKeyIndex; in rtw_wx_get_enc() 3560 psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; in rtw_set_encryption()
|
D | os_intfs.c | 646 psecuritypriv->dot11PrivacyKeyIndex = 0; in rtw_init_default_value()
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | mlme_linux.c | 69 psec_priv->dot11PrivacyKeyIndex = 0; in rtw_reset_securitypriv()
|
D | os_intfs.c | 385 psecuritypriv->dot11PrivacyKeyIndex = 0; in rtw_init_default_value()
|
D | ioctl_linux.c | 1610 key = padapter->securitypriv.dot11PrivacyKeyIndex; in rtw_wx_set_enc() 1652 padapter->securitypriv.dot11PrivacyKeyIndex = key; in rtw_wx_set_enc() 1710 key = padapter->securitypriv.dot11PrivacyKeyIndex; in rtw_wx_get_enc() 2268 psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; in rtw_set_encryption()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 101 u32 dot11PrivacyKeyIndex; /* this is only valid for legendary member
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_security.h | 107 …u32 dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key inde… member
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_pwrctrl.c | 181 if (keyid == psecuritypriv->dot11PrivacyKeyIndex) in ips_leave()
|
D | rtw_ioctl_set.c | 504 psecuritypriv->dot11PrivacyKeyIndex = keyid; in rtw_set_802_11_add_wep()
|
D | rtw_xmit.c | 526 pattrib->key_idx = (u8)psecuritypriv->dot11PrivacyKeyIndex; in update_attrib() 984 …__func__, padapter->securitypriv.dot11PrivacyKeyIndex, pattrib->iv[3], *pframe, *(pframe+1), *(pfr… in rtw_xmitframe_coalesce()
|
D | rtw_security.c | 141 const int keyindex = psecuritypriv->dot11PrivacyKeyIndex; in rtw_wep_encrypt()
|
D | rtw_recv.c | 378 prxattrib->key_index = psecuritypriv->dot11PrivacyKeyIndex; in decryptor()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ioctl_set.c | 620 psecuritypriv->dot11PrivacyKeyIndex = keyid; in rtw_set_802_11_add_wep()
|
D | rtw_security.c | 237 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt() 242 …memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keyle… in rtw_wep_encrypt() 2399 if (keyid == securitypriv->dot11PrivacyKeyIndex) in rtw_sec_restore_wep_key()
|
D | rtw_xmit.c | 533 pattrib->key_idx = (u8)psecuritypriv->dot11PrivacyKeyIndex; in update_attrib_sec_info() 1283 …padapter->securitypriv.dot11PrivacyKeyIndex, pattrib->iv[3], *pframe, *(pframe+1), *(pframe+2), *(… in rtw_xmitframe_coalesce()
|
D | rtw_recv.c | 465 prxattrib->key_index = psecuritypriv->dot11PrivacyKeyIndex; in decryptor()
|