Home | History | Annotate | Download | only in eap_server

Lines Matching refs:wpabuf

23 	struct wpabuf *in_buf;
24 struct wpabuf *out_buf;
104 static struct wpabuf * eap_tnc_build_start(struct eap_sm *sm,
107 struct wpabuf *req;
126 static struct wpabuf * eap_tnc_build(struct eap_sm *sm,
129 struct wpabuf *req;
174 static struct wpabuf * eap_tnc_build_recommendation(struct eap_sm *sm,
200 static struct wpabuf * eap_tnc_build_frag_ack(u8 id, u8 code)
202 struct wpabuf *msg;
218 static struct wpabuf * eap_tnc_build_msg(struct eap_tnc_data *data, u8 id)
220 struct wpabuf *req;
280 static struct wpabuf * eap_tnc_buildReq(struct eap_sm *sm, void *priv, u8 id)
324 struct wpabuf *respData)
360 static void tncs_process(struct eap_tnc_data *data, struct wpabuf *inbuf)
447 struct wpabuf *respData)
454 struct wpabuf tmpbuf;
525 /* Wrap unfragmented messages as wpabuf without extra copy */