Lines Matching defs:q_id
402 auth_pap(struct module_file *self, u_int q_id, RADIUS_PACKET *radpkt,
416 log_info("q=%u User `%s' authentication %s (PAP)", q_id, username,
424 module_accsreq_answer(self->base, q_id,
430 auth_md5chap(struct module_file *self, u_int q_id, RADIUS_PACKET *radpkt,
458 log_info("q=%u User `%s' authentication %s (CHAP)", q_id, username,
466 module_accsreq_answer(self->base, q_id,
472 auth_mschapv2(struct module_file *self, u_int q_id, RADIUS_PACKET *radpkt,
504 log_info("q=%u failed to retribute MS-CHAP-Challenge", q_id);
510 log_info("q=%u failed to retribute MS-CHAP2-Response", q_id);
531 q_id, username);
545 q_id, username);
584 module_accsreq_answer(self->base, q_id,
597 auth_reject(struct module_file *self, u_int q_id, RADIUS_PACKET *radpkt,
605 log_info("q=%u User `%s' authentication failed", q_id,
612 module_accsreq_answer(self->base, q_id,