Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:identity_len

1080 	conf->identity_len = 1 + imsi_len;
1140 size_t identity_len;
1150 &identity_len)) != NULL) {
1152 "identity", identity, identity_len);
1155 identity_len = config->anonymous_identity_len;
1157 identity, identity_len);
1160 identity_lenidentity_len;
1162 identity, identity_len);
1172 identity_len = config->identity_len;
1174 "IMSI", identity, identity_len);
1184 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, identity_len,
1189 wpabuf_put_data(resp, identity, identity_len);
1991 *len = config->identity_len;
2387 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2400 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||