Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:resp_hdr

796 	struct eap_hdr *resp_hdr;
810 resp_hdr = (struct eap_hdr *) (*resp);
811 resp_hdr->code = EAP_CODE_RESPONSE;
812 resp_hdr->identifier = hdr->identifier;
813 pos = (u8 *) (resp_hdr + 1);
822 resp_hdr->length = host_to_be16(*resp_len);