Searched refs:new_pw (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/hs20/server/ |
D | spp_server.c | 707 char *new_pw, size_t new_pw_len) in build_credential() argument 709 if (new_password(new_pw, new_pw_len) < 0) in build_credential() 711 debug_print(ctx, 1, "Update password to '%s'", new_pw); in build_credential() 712 return build_credential_pw(ctx, user, realm, new_pw, 1); in build_credential() 840 char new_pw[33]; in build_sub_rem_resp() local 888 snprintf(new_pw, sizeof(new_pw), "%s", pw); in build_sub_rem_resp() 892 realm, new_pw, 0); in build_sub_rem_resp() 896 realm, new_pw, sizeof(new_pw)); in build_sub_rem_resp() 940 db_add_session(ctx, user, realm, session_id, new_pw, NULL, in build_sub_rem_resp() 2620 char *new_pw = NULL; in hs20_spp_update_response() local [all …]
|