Searched refs:rsn_cipher_t (Results 1 – 7 of 7) sorted by relevance
240 typedef uint8 rsn_cipher_t; /* WPA_CIPHER_xxx */ typedef247 rsn_cipher_t g_cipher;256 rsn_cipher_t g_mgmt_cipher;258 rsn_cipher_t sta_cipher; /* single STA cipher */
248 typedef uint8 rsn_cipher_t; /* WPA_CIPHER_xxx */ typedef255 rsn_cipher_t g_cipher;264 rsn_cipher_t g_mgmt_cipher;266 rsn_cipher_t sta_cipher; /* single STA cipher */
253 typedef uint8 rsn_cipher_t; /* WPA_CIPHER_xxx */ typedef262 rsn_cipher_t g_cipher;271 rsn_cipher_t g_mgmt_cipher;273 rsn_cipher_t sta_cipher; /* single STA cipher */
263 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);
243 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()