Searched refs:pi (Results 1 – 1 of 1) sorted by relevance
983 const struct wpabuf *pi, in dpp_auth_build_req() argument999 attr_len = 2 * (4 + SHA256_MAC_LEN) + 4 + (pi ? wpabuf_len(pi) : 0) + in dpp_auth_build_req()1020 if (pi) { in dpp_auth_build_req()1022 wpabuf_put_le16(msg, wpabuf_len(pi)); in dpp_auth_build_req()1023 wpabuf_put_buf(msg, pi); in dpp_auth_build_req()1524 struct wpabuf *pi = NULL; in dpp_auth_init() local1586 pi = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_auth_init()1587 if (!pi) in dpp_auth_init()1628 wpabuf_free(pi); in dpp_auth_init()1629 pi = NULL; in dpp_auth_init()[all …]