Home
last modified time | relevance | path

Searched refs:new_pw (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/hs20/server/
Dspp_server.c591 char *new_pw, size_t new_pw_len) in build_credential() argument
593 if (new_password(new_pw, new_pw_len) < 0) in build_credential()
595 debug_print(ctx, 1, "Update password to '%s'", new_pw); in build_credential()
596 return build_credential_pw(ctx, user, realm, new_pw); in build_credential()
685 char new_pw[33]; in build_sub_rem_resp() local
707 realm, new_pw, sizeof(new_pw)); in build_sub_rem_resp()
744 db_add_session(ctx, user, realm, session_id, new_pw, NULL, in build_sub_rem_resp()
2050 char *new_pw = NULL; in hs20_spp_update_response() local
2055 new_pw = db_get_session_val(ctx, user, realm, in hs20_spp_update_response()
2057 if (new_pw == NULL || strlen(new_pw) == 0) { in hs20_spp_update_response()
[all …]