Searched refs:WPS_AUTHENTICATOR_LEN (Results 1 – 4 of 4) sorted by relevance
47 len[1] = wpabuf_len(msg) - 4 - WPS_AUTHENTICATOR_LEN; in wps_process_authenticator()50 if (os_memcmp(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) { in wps_process_authenticator()
126 wpabuf_put_be16(msg, WPS_AUTHENTICATOR_LEN); in wps_build_authenticator()127 wpabuf_put_data(msg, hash, WPS_AUTHENTICATOR_LEN); in wps_build_authenticator()
25 #define WPS_AUTHENTICATOR_LEN 8 macro
170 if (len != WPS_AUTHENTICATOR_LEN) { in wps_set_attr()