Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:eap_hdr

230 	struct eap_hdr *resp;
234 resp = os_malloc(sizeof(struct eap_hdr) + 2 + data->ssl.tls_out_limit);
255 *out_len = sizeof(struct eap_hdr) + 2 + res;
483 static int eap_ttls_phase2_nak(struct eap_ttls_data *data, struct eap_hdr *hdr,
486 struct eap_hdr *resp_hdr;
495 *resp_len = sizeof(struct eap_hdr) + 1;
500 resp_hdr = (struct eap_hdr *) (*resp);
521 struct eap_hdr *hdr,
529 if (len <= sizeof(struct eap_hdr)) {
972 const struct eap_hdr *req,
973 struct eap_hdr *hdr,
1042 struct eap_hdr *req;
1046 len = sizeof(struct eap_hdr) + 2 + max_len;
1066 *reqDataLen = sizeof(struct eap_hdr) + 2 + len;
1075 const struct eap_hdr *req,
1081 struct eap_hdr *hdr = NULL;
1146 hdr = (struct eap_hdr *) in_decrypted;
1347 hdr = (struct eap_hdr *) eapdata;
1495 const struct eap_hdr *req;
1507 req = (const struct eap_hdr *) reqData;