Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_api.c559 unsigned int gropu_mgmt_cipher_capa; in process_cipher_config() local
564 gropu_mgmt_cipher_capa = WPA_CAPA_ENC_BIP_GMAC_128; in process_cipher_config()
570 gropu_mgmt_cipher_capa = WPA_CAPA_ENC_BIP_GMAC_256; in process_cipher_config()
580 gropu_mgmt_cipher_capa = WPA_CAPA_ENC_BIP; in process_cipher_config()
584 gropu_mgmt_cipher_capa = WPA_CAPA_ENC_BIP; in process_cipher_config()
606 if (gropu_mgmt_cipher_capa == ciphers_group_mgmt[index].capa) { in process_cipher_config()