Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/rsn_supp/
Dwpa.c2229 wifi_cipher_type_t mgmt_cipher = esp_wifi_sta_get_mgmt_group_cipher(); in wpa_set_bss() local
2233 sm->mgmt_group_cipher = cipher_type_map_public_to_supp(mgmt_cipher); in wpa_set_bss()
2235 wpa_printf(MSG_ERROR, "mgmt_cipher %d not supported", mgmt_cipher); in wpa_set_bss()
2241 if (mgmt_cipher != WIFI_CIPHER_TYPE_AES_GMAC256) { in wpa_set_bss()