Skip to content

Commit ebcdba5

Browse files
author
Mika Leppänen
committed
Changed EAP-TLS identity to anonymous
1 parent 34d2f15 commit ebcdba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Security/protocols/eap_tls_sec_prot/supp_eap_tls_sec_prot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static int8_t supp_eap_tls_sec_prot_message_send(sec_prot_t *prot, uint8_t eap_c
218218

219219
if (eap_code == EAP_RESPONSE) {
220220
if (eap_type == EAP_IDENTITY) {
221-
const uint8_t identity[] = {"Wi-Sun"};
221+
const uint8_t identity[] = {"Anonymous"};
222222
const uint8_t identity_size = sizeof(identity) - 1;
223223
if (data->tls_send.total_len != identity_size) {
224224
eap_tls_sec_prot_lib_message_allocate(&data->tls_send, TLS_HEAD_LEN, identity_size);

0 commit comments

Comments
 (0)