Searched refs:hs20_buf (Results 1 – 1 of 1) sorted by relevance
2670 struct wpabuf *hs20_buf = NULL; in anqp_send_req() local2693 hs20_buf = wpabuf_alloc(100); in anqp_send_req()2694 if (hs20_buf == NULL) in anqp_send_req()2696 hs20_put_anqp_req(subtypes, NULL, 0, hs20_buf); in anqp_send_req()2700 buf = anqp_build_req(info_ids, num_ids, hs20_buf); in anqp_send_req()2701 wpabuf_free(hs20_buf); in anqp_send_req()