Lines Matching refs:wpabuf
177 struct wpabuf;
201 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
202 void eap_teap_put_tlv(struct wpabuf *buf, u16 type, const void *data, u16 len);
203 void eap_teap_put_tlv_buf(struct wpabuf *buf, u16 type,
204 const struct wpabuf *data);
205 struct wpabuf * eap_teap_tlv_eap_payload(struct wpabuf *buf);
217 const struct wpabuf *server_outer_tlvs,
218 const struct wpabuf *peer_outer_tlvs,
223 struct wpabuf * eap_teap_tlv_result(int status, int intermediate);
224 struct wpabuf * eap_teap_tlv_error(enum teap_error_codes error);
225 struct wpabuf * eap_teap_tlv_identity_type(enum teap_identity_types id);