Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_BIP (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwpa.h118 #define WPA_CIPHER_BIP 6 /* WEP (104-bit) */ macro
155 #define IS_WPA_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \
190 #define IS_VALID_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwpa.h118 #define WPA_CIPHER_BIP 6 /* WEP (104-bit) */ macro
155 #define IS_WPA_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \
190 #define IS_VALID_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwpa.h126 #define WPA_CIPHER_BIP 6 /* WEP (104-bit) */ macro
188 #define IS_VALID_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwpa.h127 #define WPA_CIPHER_BIP 6 /* WEP (104-bit) */ macro
189 #define IS_VALID_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwpa.h127 #define WPA_CIPHER_BIP 6 /* WEP (104-bit) */ macro
189 #define IS_VALID_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwpa.h126 #define WPA_CIPHER_BIP 6 /* WEP (104-bit) */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c251 {WPA_CIPHER_BIP, CRYPTO_ALGO_BIP},