Home | History | Annotate | Download | only in radius

Lines Matching defs:statebuf

694 	u8 statebuf[4];
703 res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE, statebuf,
704 sizeof(statebuf));
706 if (res == sizeof(statebuf)) {
707 state = WPA_GET_BE32(statebuf);