Home | History | Annotate | Download | only in eap_server

Lines Matching defs:subtype

104 					  u8 id, size_t length, u8 subtype)
123 sake->subtype = subtype;
261 u8 version, session_id, subtype;
273 subtype = resp->subtype;
286 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
288 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
291 if (data->state == CHALLENGE && subtype == EAP_SAKE_SUBTYPE_CHALLENGE)
294 if (data->state == CONFIRM && subtype == EAP_SAKE_SUBTYPE_CONFIRM)
297 if (subtype == EAP_SAKE_SUBTYPE_AUTH_REJECT)
300 wpa_printf(MSG_INFO, "EAP-SAKE: Unexpected subtype=%d in state=%d",
301 subtype, data->state);
434 u8 subtype;
444 subtype = resp->subtype;
450 switch (subtype) {