Home
last modified time | relevance | path

Searched refs:is_wep_enc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h21 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1328 if (is_wep_enc(alg)) in rtw_ap_set_key()
H A Drtw_mlme.c1937 if (is_wep_enc(psetkeyparm->algorithm)) in rtw_set_key()