Searched refs:group_mgmt_cipher_algo (Results 1 – 1 of 1) sorted by relevance
247 static const group_cipher_algo_entry_t group_mgmt_cipher_algo[] = { variable2543 for (i = 0; i < ARRAYSIZE(group_mgmt_cipher_algo); i++) { in bcmwpa_find_group_mgmt_algo()2544 if ((group_mgmt_cipher_algo[i].g_mgmt_cipher == g_mgmt_cipher)) { in bcmwpa_find_group_mgmt_algo()2545 algo = group_mgmt_cipher_algo[i].bip_algo; in bcmwpa_find_group_mgmt_algo()