Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_security.h22 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_security.h56 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_security.h55 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_security.h55 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_security.h55 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_security.h56 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_security.h55 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_security.h55 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_security.h55 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_security.h56 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_security.h56 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_security.h20 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_security.h38 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_security.h40 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_security.h40 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_security.h40 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_security.h37 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_security.h38 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_security.h38 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_security.h38 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme.c2254 if (is_wep_enc(adapter->securitypriv.dot11PrivacyAlgrthm)) in rtw_stassoc_event_callback()
3435 if (is_wep_enc(setkeyparm.algorithm)) in rtw_set_key()
3513 if (is_wep_enc(psetkeyparm->algorithm)) in rtw_set_key()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme.c2255 if (is_wep_enc(adapter->securitypriv.dot11PrivacyAlgrthm)) in rtw_stassoc_event_callback()
3454 if (is_wep_enc(setkeyparm.algorithm)) in rtw_set_key()
3532 if (is_wep_enc(psetkeyparm->algorithm)) in rtw_set_key()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1507 if (is_wep_enc(alg)) in rtw_ap_set_key()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c1951 !is_wep_enc(psecuritypriv->dot11PrivacyAlgrthm) && in recv_func()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme.c2365 if (is_wep_enc(adapter->securitypriv.dot11PrivacyAlgrthm)) in rtw_stassoc_event_callback()
3400 if (is_wep_enc(psetkeyparm->algorithm)) in rtw_set_key()

1234