Lines Matching refs:wpabuf
17 static struct wpabuf *
20 struct wpabuf *buf; in gas_build_req()
34 struct wpabuf * gas_build_initial_req(u8 dialog_token, size_t size) in gas_build_initial_req()
41 struct wpabuf * gas_build_comeback_req(u8 dialog_token) in gas_build_comeback_req()
47 static struct wpabuf *
51 struct wpabuf *buf; in gas_build_resp()
69 struct wpabuf *
78 static struct wpabuf *
99 static void gas_add_adv_proto_anqp(struct wpabuf *buf, u8 query_resp_len_limit, in gas_add_adv_proto_anqp()
112 struct wpabuf * gas_anqp_build_initial_req(u8 dialog_token, size_t size) in gas_anqp_build_initial_req()
114 struct wpabuf *buf; in gas_anqp_build_initial_req()
128 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code, in gas_anqp_build_initial_resp()
131 struct wpabuf *buf; in gas_anqp_build_initial_resp()
146 struct wpabuf * gas_anqp_build_initial_resp_buf(u8 dialog_token, in gas_anqp_build_initial_resp_buf()
149 struct wpabuf *payload) in gas_anqp_build_initial_resp_buf()
151 struct wpabuf *buf; in gas_anqp_build_initial_resp_buf()
168 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, in gas_anqp_build_comeback_resp()
172 struct wpabuf *buf; in gas_anqp_build_comeback_resp()
187 struct wpabuf * gas_anqp_build_comeback_resp_buf(u8 dialog_token, in gas_anqp_build_comeback_resp_buf()
191 struct wpabuf *payload) in gas_anqp_build_comeback_resp_buf()
193 struct wpabuf *buf; in gas_anqp_build_comeback_resp_buf()
217 void gas_anqp_set_len(struct wpabuf *buf) in gas_anqp_set_len()
255 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id) in gas_anqp_add_element()
270 void gas_anqp_set_element_len(struct wpabuf *buf, u8 *len_pos) in gas_anqp_set_element_len()