authresp
uint8_t authresp[42];
} __packed authresp;
authresp.ident = resp.ident;
strlcpy(authresp.authresp, "E=691 R=0 V=3",
sizeof(authresp.authresp));
RADIUS_VTYPE_MS_CHAP_ERROR, &authresp,
offsetof(struct authresp, authresp[13]));
authresp.authresp);
authresp.ident = resp.ident;
RADIUS_VTYPE_MS_CHAP2_SUCCESS, &authresp,
offsetof(struct authresp, authresp[42]));