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.
160 if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE &&
223 if (e->last_recv_radius && e->last_recv_radius->hdr->code ==
434 eap->code = EAP_CODE_REQUEST;
514 switch (hdr->code) {
535 os_snprintf(buf, sizeof(buf), "unknown EAP code");
539 wpa_printf(MSG_DEBUG, "decapsulated EAP packet (code=%d "
541 hdr->code, hdr->identifier, ntohs(hdr->length), buf);
610 if (msg->hdr->code == RADIUS_CODE_ACCESS_REJECT &&
624 if (msg->hdr->code
625 msg->hdr->code != RADIUS_CODE_ACCESS_REJECT &&
626 msg->hdr->code != RADIUS_CODE_ACCESS_CHALLENGE) {
627 printf("Unknown RADIUS message code\n");
641 switch (msg->hdr->code) {
654 if ((msg->hdr->code == RADIUS_CODE_ACCESS_ACCEPT &&
656 msg->hdr->code == RADIUS_CODE_ACCESS_REJECT) {