Home | History | Annotate | Download | only in p2p

Lines Matching refs:client_info

26 	struct wpabuf *client_info;
78 wpabuf_free(m->client_info);
128 if (m->client_info == NULL)
130 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
132 wpabuf_put_buf(ie, m->client_info);
578 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
592 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
594 m->client_info ? 1 : 0,
674 if (m->client_info == NULL || wps == NULL)
677 pos = wpabuf_head(m->client_info);
678 end = pos + wpabuf_len(m->client_info);
856 if (m == NULL || m->client_info == NULL) {
910 if (m == NULL || m->client_info == NULL) {