Lines Matching refs:wpabuf

25 	struct wpabuf *p2p_ie;
26 struct wpabuf *wfd_ie;
27 struct wpabuf *client_info;
41 struct wpabuf *noa;
42 struct wpabuf *wfd_ie;
127 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) in p2p_client_info()
138 struct wpabuf *ie) in p2p_group_add_common_ies()
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) in p2p_group_add_noa()
175 static struct wpabuf * p2p_group_encaps_probe_resp(struct wpabuf *subelems) in p2p_group_encaps_probe_resp()
177 struct wpabuf *ie; in p2p_group_encaps_probe_resp()
208 static struct wpabuf * p2p_group_build_beacon_ie(struct p2p_group *group) in p2p_group_build_beacon_ie()
210 struct wpabuf *ie; in p2p_group_build_beacon_ie()
249 struct wpabuf * p2p_group_get_wfd_ie(struct p2p_group *g) in p2p_group_get_wfd_ie()
255 struct wpabuf * wifi_display_encaps(struct wpabuf *subelems) in wifi_display_encaps()
257 struct wpabuf *ie; in wifi_display_encaps()
285 static int wifi_display_add_dev_info_descr(struct wpabuf *buf, in wifi_display_add_dev_info_descr()
353 static struct wpabuf *
356 struct wpabuf *wfd_subelems, *wfd_ie; in wifi_display_build_go_ie()
414 void p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, in p2p_buf_add_group_info()
436 void p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) in p2p_group_buf_add_id()
443 static struct wpabuf * p2p_group_build_probe_resp_ie(struct p2p_group *group) in p2p_group_build_probe_resp_ie()
445 struct wpabuf *p2p_subelems, *ie; in p2p_group_build_probe_resp_ie()
466 struct wpabuf *extra; in p2p_group_build_probe_resp_ie()
473 struct wpabuf *wfd = wpabuf_dup(group->wfd_ie); in p2p_group_build_probe_resp_ie()
484 struct wpabuf *beacon_ie; in p2p_group_update_ies()
485 struct wpabuf *probe_resp_ie; in p2p_group_update_ies()
522 static struct wpabuf * p2p_build_client_info(const u8 *addr, in p2p_build_client_info()
523 struct wpabuf *p2p_ie, in p2p_build_client_info()
529 struct wpabuf *buf; in p2p_build_client_info()
646 struct wpabuf * p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) in p2p_group_assoc_resp_ie()
648 struct wpabuf *resp; in p2p_group_assoc_resp_ie()
717 struct wpabuf *wps) in p2p_match_dev_type_member()
759 int p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) in p2p_group_match_dev_type()
776 int p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) in p2p_group_match_dev_id()
896 static struct wpabuf * p2p_build_go_disc_req(void) in p2p_build_go_disc_req()
898 struct wpabuf *buf; in p2p_build_go_disc_req()
914 struct wpabuf *req; in p2p_group_go_discover()