Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dsae.h15 #define SAE_PMKID_LEN 16 macro
115 u8 pmkid[SAE_PMKID_LEN];
H A Dcommon_module_tests.c445 if (os_memcmp(pmkid, sae.pmkid, SAE_PMKID_LEN) != 0) { in sae_tests()
H A Dsae.c1612 wpa_hexdump(MSG_DEBUG, "SAE: PMKID", val, SAE_PMKID_LEN); in sae_derive_keys()
1638 os_memcpy(sae->pmkid, val, SAE_PMKID_LEN); in sae_derive_keys()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c78 if (len >= SAE_PMKID_LEN) { in mesh_mpm_parse_peer_mgmt()
79 mpm_ie->chosen_pmk = ie + len - SAE_PMKID_LEN; in mesh_mpm_parse_peer_mgmt()
80 len -= SAE_PMKID_LEN; in mesh_mpm_parse_peer_mgmt()
H A Dmesh_rsn.c436 os_memcpy(pmkid, sta->sae->pmkid, SAE_PMKID_LEN); in mesh_rsn_get_pmkid()