Home
last modified time | relevance | path

Searched refs:_WEP40_ (Results 1 – 2 of 2) 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_mlme.c1904 case _WEP40_: in rtw_set_key()