Home | History | Annotate | Download | only in radius

Lines Matching defs:statebuf

679 	u8 statebuf[4];
688 res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE, statebuf,
689 sizeof(statebuf));
691 if (res == sizeof(statebuf)) {
692 state = WPA_GET_BE32(statebuf);