Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h13 #define _WEP40_ 0x1 macro
21 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_))
194 case _WEP40_:\
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ioctl_set.c439 psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; 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.c687 if ((psecuritypriv->dot11PrivacyAlgrthm != _WEP40_) && in start_bss_network()
1335 case _WEP40_: in rtw_ap_set_key()
1382 alg = _WEP40_; in rtw_ap_set_wep_key()
H A Drtw_recv.c395 case _WEP40_: in decryptor()
412 case _WEP40_: in decryptor()