Home | History | Annotate | Download | only in ap

Lines Matching refs:password

1615 	if (eap_user->password) {
1616 user->password = os_malloc(eap_user->password_len);
1617 if (user->password == NULL)
1619 os_memcpy(user->password, eap_user->password,