Home | History | Annotate | Download | only in radius

Lines Matching defs:eap

224 	{ RADIUS_ATTR_EAP_MESSAGE, "EAP-Message", RADIUS_ATTR_UNDIST },
235 { RADIUS_ATTR_EAP_KEY_NAME, "EAP-Key-Name", RADIUS_ATTR_HEXDUMP },
740 struct wpabuf *eap;
758 eap = wpabuf_alloc(len);
759 if (eap == NULL)
767 wpabuf_put_data(eap, attr + 1, flen);
771 return eap;