Home
last modified time | relevance | path

Searched refs:SAE_PMKID_LEN (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.h14 #define SAE_PMKID_LEN 16 macro
56 u8 pmkid[SAE_PMKID_LEN];
H A Dcommon_module_tests.c394 if (os_memcmp(pmkid, sae.pmkid, SAE_PMKID_LEN) != 0) { in sae_tests()
H A Dsae.c740 wpa_hexdump(MSG_DEBUG, "SAE: PMKID", val, SAE_PMKID_LEN); in sae_derive_keys()
747 os_memcpy(sae->pmkid, val, SAE_PMKID_LEN); in sae_derive_keys()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.h15 #define SAE_PMKID_LEN 16 macro
113 u8 pmkid[SAE_PMKID_LEN];
H A Dsae.c1610 wpa_hexdump(MSG_DEBUG, "SAE: PMKID", val, SAE_PMKID_LEN); in sae_derive_keys()
1636 os_memcpy(sae->pmkid, val, SAE_PMKID_LEN); in sae_derive_keys()
H A Dcommon_module_tests.c449 if (os_memcmp(pmkid, sae.pmkid, SAE_PMKID_LEN) != 0) { in sae_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_mpm.c77 if (len >= SAE_PMKID_LEN) { in mesh_mpm_parse_peer_mgmt()
78 mpm_ie->chosen_pmk = ie + len - SAE_PMKID_LEN; in mesh_mpm_parse_peer_mgmt()
79 len -= SAE_PMKID_LEN; in mesh_mpm_parse_peer_mgmt()
H A Dmesh_rsn.c418 os_memcpy(pmkid, sta->sae->pmkid, SAE_PMKID_LEN); in mesh_rsn_get_pmkid()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_mpm.c77 if (len >= SAE_PMKID_LEN) { in mesh_mpm_parse_peer_mgmt()
78 mpm_ie->chosen_pmk = ie + len - SAE_PMKID_LEN; in mesh_mpm_parse_peer_mgmt()
79 len -= SAE_PMKID_LEN; in mesh_mpm_parse_peer_mgmt()
H A Dmesh_rsn.c430 os_memcpy(pmkid, sta->sae->pmkid, SAE_PMKID_LEN); in mesh_rsn_get_pmkid()

Completed in 12 milliseconds