Searched refs:cred_password (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.h | 79 const char *cred_username, const char *cred_password, 84 const char *cred_username, const char *cred_password, 97 const char *cred_username, const char *cred_password, 102 const char *cred_username, const char *cred_password,
|
D | osu_client.c | 2390 char *cred_password = NULL; in cmd_sub_rem() local 2484 &cred_username, &cred_password); in cmd_sub_rem() 2487 if (cred_password) in cmd_sub_rem() 2488 wpa_printf(MSG_DEBUG, "Using password: %s", cred_password); in cmd_sub_rem() 2490 if (cred_username == NULL && cred_password == NULL && in cmd_sub_rem() 2527 cred_username, cred_password, pps); in cmd_sub_rem() 2531 cred_username, cred_password, pps); in cmd_sub_rem() 2535 str_clear_free(cred_password); in cmd_sub_rem() 2550 char *cred_password = NULL; in cmd_pol_upd() local 2642 &cred_username, &cred_password); in cmd_pol_upd() [all …]
|
D | spp_client.c | 788 const char *cred_username, const char *cred_password, in spp_sub_rem() argument 798 cred_username, cred_password, client_cert, in spp_sub_rem() 935 const char *cred_username, const char *cred_password, in spp_pol_upd() argument 945 cred_password, client_cert, client_key) == 0) { in spp_pol_upd()
|
D | oma_dm_client.c | 1246 const char *cred_username, const char *cred_password, in oma_dm_pol_upd() argument 1264 cred_password, client_cert, client_key); in oma_dm_pol_upd() 1293 const char *cred_username, const char *cred_password, in oma_dm_sub_rem() argument 1311 cred_password, client_cert, client_key); in oma_dm_sub_rem()
|