Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwpa.h240 typedef uint8 rsn_cipher_t; /* WPA_CIPHER_xxx */ typedef
247 rsn_cipher_t g_cipher;
256 rsn_cipher_t g_mgmt_cipher;
258 rsn_cipher_t sta_cipher; /* single STA cipher */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwpa.h248 typedef uint8 rsn_cipher_t; /* WPA_CIPHER_xxx */ typedef
255 rsn_cipher_t g_cipher;
264 rsn_cipher_t g_mgmt_cipher;
266 rsn_cipher_t sta_cipher; /* single STA cipher */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwpa.h248 typedef uint8 rsn_cipher_t; /* WPA_CIPHER_xxx */ typedef
255 rsn_cipher_t g_cipher;
264 rsn_cipher_t g_mgmt_cipher;
266 rsn_cipher_t sta_cipher; /* single STA cipher */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwpa.h253 typedef uint8 rsn_cipher_t; /* WPA_CIPHER_xxx */ typedef
262 rsn_cipher_t g_cipher;
271 rsn_cipher_t g_mgmt_cipher;
273 rsn_cipher_t sta_cipher; /* single STA cipher */
H A Dbcmwpa.h263 rsn_cipher_t g_cipher;
272 rsn_cipher_t g_mgmt_cipher;
273 rsn_cipher_t sta_cipher; /* single STA cipher */
574 extern uint8 bcmwpa_find_group_mgmt_algo(rsn_cipher_t g_mgmt_cipher);
620 extern uint8 bcmwpa_eapol_key_length(eapol_key_type_t key, rsn_akm_t akm, rsn_cipher_t cipher);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwpa.h253 typedef uint8 rsn_cipher_t; /* WPA_CIPHER_xxx */ typedef
262 rsn_cipher_t g_cipher;
271 rsn_cipher_t g_mgmt_cipher;
273 rsn_cipher_t sta_cipher; /* single STA cipher */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c243 rsn_cipher_t g_mgmt_cipher;
1936 if (IS_VALID_BIP_CIPHER((rsn_cipher_t)mcast->type)) { in bcmwpa_parse_rsnie()
1937 info->g_mgmt_cipher = (rsn_cipher_t)mcast->type; in bcmwpa_parse_rsnie()
2348 if (IS_VALID_BIP_CIPHER((rsn_cipher_t)mcast->type)) { in bcmwpa_parse_rsnie()
2349 info->g_mgmt_cipher = (rsn_cipher_t)mcast->type; in bcmwpa_parse_rsnie()
2460 bcmwpa_eapol_key_length(eapol_key_type_t key, rsn_akm_t akm, rsn_cipher_t cipher) in bcmwpa_eapol_key_length()
2538 uint8 bcmwpa_find_group_mgmt_algo(rsn_cipher_t g_mgmt_cipher) in bcmwpa_find_group_mgmt_algo()