Lines Matching refs:code
72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier)
74 msg->hdr->code = code;
95 * @code: Code for RADIUS header
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier)
117 radius_msg_set_hdr(msg, code, identifier);
138 static const char *radius_code_string(u8 code)
140 switch (code) {
356 wpa_printf(MSG_INFO, "RADIUS message: code=%d (%s) identifier=%d length=%d",
357 msg->hdr->code, radius_code_string(msg->hdr->code),