Home
last modified time | relevance | path

Searched refs:_WEP104_ (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h17 #define _WEP104_ 0x5 macro
21 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_))
195 case _WEP104_:\
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ioctl_set.c442 psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; in rtw_set_802_11_add_wep()
H A Drtw_security.c60 if ((pattrib->encrypt == _WEP40_) || (pattrib->encrypt == _WEP104_)) { in rtw_wep_encrypt()
108 if ((prxattrib->encrypt == _WEP40_) || (prxattrib->encrypt == _WEP104_)) { in rtw_wep_decrypt()
1556 …if ((_WEP40_ == securitypriv->dot11PrivacyAlgrthm) || (_WEP104_ == securitypriv->dot11PrivacyAlgrt… in rtw_sec_restore_wep_key()
H A Drtw_ap.c688 (psecuritypriv->dot11PrivacyAlgrthm != _WEP104_)) in start_bss_network()
1338 case _WEP104_: in rtw_ap_set_key()
1385 alg = _WEP104_; in rtw_ap_set_wep_key()
H A Drtw_recv.c396 case _WEP104_: in decryptor()
413 case _WEP104_: in decryptor()