Home | History | Annotate | Download | only in eap_server

Lines Matching refs:subtype

91 					  u8 id, size_t length, u8 subtype)
110 sake->subtype = subtype;
241 u8 version, session_id, subtype;
253 subtype = resp->subtype;
266 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
271 if (data->state == CHALLENGE && subtype == EAP_SAKE_SUBTYPE_CHALLENGE)
274 if (data->state == CONFIRM && subtype == EAP_SAKE_SUBTYPE_CONFIRM)
277 if (subtype == EAP_SAKE_SUBTYPE_AUTH_REJECT)
280 wpa_printf(MSG_INFO, "EAP-SAKE: Unexpected subtype=%d in state=%d",
281 subtype, data->state);
414 u8 subtype;
424 subtype = resp->subtype;
430 switch (subtype) {