Home
last modified time | relevance | path

Searched refs:wep_ok (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c815 rsn_cipher(wpa_suite_t *suite, ushort *cipher, const uint8 *std_oui, bool wep_ok) in rsn_cipher() argument
834 if (wep_ok) in rsn_cipher()
840 if (wep_ok) in rsn_cipher()
856 wpa_cipher(wpa_suite_t *suite, ushort *cipher, bool wep_ok) in wpa_cipher() argument
858 return rsn_cipher(suite, cipher, (const uchar*)WPA_OUI, wep_ok); in wpa_cipher()
862 wpa2_cipher(wpa_suite_t *suite, ushort *cipher, bool wep_ok) in wpa2_cipher() argument
864 return rsn_cipher(suite, cipher, (const uchar*)WPA2_OUI, wep_ok); in wpa2_cipher()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwpa.h432 extern bool wpa_cipher(wpa_suite_t *suite, ushort *cipher, bool wep_ok);
469 extern bool wpa2_cipher(wpa_suite_t *suite, ushort *cipher, bool wep_ok);