Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:resp_hdr

486 	struct eap_hdr *resp_hdr;
500 resp_hdr = (struct eap_hdr *) (*resp);
501 resp_hdr->code = EAP_CODE_RESPONSE;
502 resp_hdr->identifier = hdr->identifier;
503 pos = (u8 *) (resp_hdr + 1);
512 resp_hdr->length = host_to_be16(*resp_len);