Home
last modified time | relevance | path

Searched refs:dot11PrivacyKeyIndex (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h98 …u32 dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key inde… member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ioctl_set.c453 psecuritypriv->dot11PrivacyKeyIndex = keyid; in rtw_set_802_11_add_wep()
H A Drtw_security.c60 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()
65 …memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keyle… in rtw_wep_encrypt()
1494 if (keyid == securitypriv->dot11PrivacyKeyIndex) in rtw_sec_restore_wep_key()
H A Drtw_mlme.c1148 psec_priv->dot11PrivacyKeyIndex = 0; in rtw_reset_securitypriv()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c556 psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; in rtw_cfg80211_ap_set_encryption()
752 psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; in rtw_cfg80211_set_encryption()
927 if (key_index == psecuritypriv->dot11PrivacyKeyIndex) { in cfg80211_rtw_del_key()
946 psecuritypriv->dot11PrivacyKeyIndex = key_index; in cfg80211_rtw_set_default_key()
H A Dos_intfs.c531 psecuritypriv->dot11PrivacyKeyIndex = 0; in rtw_init_default_value()