Searched refs:local_commit (Results 1 – 2 of 2) sorted by relevance
275 const u8 local_commit[] = { in sae_tests() local372 if (wpabuf_len(buf) != sizeof(local_commit) || in sae_tests()373 os_memcmp(wpabuf_head(buf), local_commit, in sae_tests()374 sizeof(local_commit)) != 0) { in sae_tests()
95 local_commit = _get_git_commit(LOCAL_BR)96 if local_commit == latest_test_commit: