Searched refs:eapdata (Results 1 – 1 of 1) sorted by relevance
909 u8 *eapdata; member919 if (parse->eapdata == NULL) { in eap_ttls_parse_attr_eap()920 parse->eapdata = os_memdup(dpos, dlen); in eap_ttls_parse_attr_eap()921 if (parse->eapdata == NULL) { in eap_ttls_parse_attr_eap()928 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()935 parse->eapdata = neweap; in eap_ttls_parse_attr_eap()1125 if (parse->eapdata == NULL) { in eap_ttls_process_phase2_eap()1132 parse->eapdata, parse->eap_len); in eap_ttls_process_phase2_eap()1133 hdr = (struct eap_hdr *) parse->eapdata; in eap_ttls_process_phase2_eap()1189 if (data->phase2_success && parse->eapdata) { in eap_ttls_process_phase2_mschapv2()[all …]