Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:code

2  * WPA Supplicant - test code
14 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c.
194 if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE &&
266 if (e->last_recv_radius && e->last_recv_radius->hdr->code ==
488 eap->code = EAP_CODE_REQUEST;
568 switch (hdr->code) {
589 os_strlcpy(buf, "unknown EAP code", sizeof(buf));
593 wpa_printf(MSG_DEBUG, "decapsulated EAP packet (code=%d "
595 hdr->code, hdr->identifier, ntohs(hdr->length), buf);
675 if (msg->hdr->code == RADIUS_CODE_ACCESS_REJECT &&
689 if (msg->hdr->code != RADIUS_CODE_ACCESS_ACCEPT &&
690 msg->hdr->code != RADIUS_CODE_ACCESS_REJECT &&
691 msg->hdr->code != RADIUS_CODE_ACCESS_CHALLENGE) {
692 printf("Unknown RADIUS message code\n");
706 switch (msg->hdr->code) {
719 if ((msg->hdr->code == RADIUS_CODE_ACCESS_ACCEPT &&
721 msg->hdr->code == RADIUS_CODE_ACCESS_REJECT) {