Searched refs:ciphers_group_mgmt (Results 1 – 1 of 1) sorted by relevance
494 static const struct wifi_cipher_desc ciphers_group_mgmt[] = { variable562 for (index = 0; index < ARRAY_SIZE(ciphers_group_mgmt); index++) { in process_cipher_config()563 if (gropu_mgmt_cipher_capa == ciphers_group_mgmt[index].capa) { in process_cipher_config()564 cipher_config->group_mgmt_cipher = ciphers_group_mgmt[index].name; in process_cipher_config()569 if (index == ARRAY_SIZE(ciphers_group_mgmt)) { in process_cipher_config()
Completed in 7 milliseconds