Home | History | Annotate | Download | only in radius

Lines Matching defs:statebuf

695 	u8 statebuf[4];
704 res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE, statebuf,
705 sizeof(statebuf));
707 if (res == sizeof(statebuf)) {
708 state = WPA_GET_BE32(statebuf);