Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_api.c468 static const struct wifi_cipher_desc ciphers_group_mgmt[] = { variable
537 for (index = 0; index < ARRAY_SIZE(ciphers_group_mgmt); index++) { in process_cipher_config()
538 if (gropu_mgmt_cipher_capa == ciphers_group_mgmt[index].capa) { in process_cipher_config()
539 cipher_config->group_mgmt_cipher = ciphers_group_mgmt[index].name; in process_cipher_config()
544 if (index == ARRAY_SIZE(ciphers_group_mgmt)) { in process_cipher_config()