Searched refs:selected_cred (Results 1 – 2 of 2) sorted by relevance
324 selected_cred = SelectMatchingUnlockCredential(all_creds, challenge)325 if not selected_cred:329 if selected_cred.source_file:331 selected_cred.source_file))332 MakeAtxUnlockCredential(selected_cred, challenge, credential_file)
2433 struct wpa_cred *cred, *selected_cred = NULL; in interworking_select_network() local2502 if (selected_cred == NULL || in interworking_select_network()2503 cred_prio_cmp(cred, selected_cred) > 0) { in interworking_select_network()2506 selected_cred = cred; in interworking_select_network()2522 (selected_cred == NULL || in interworking_select_network()2523 cred_prio_cmp(selected_home_cred, selected_cred) >= 0)) { in interworking_select_network()2527 selected_cred = selected_home_cred; in interworking_select_network()2534 selected_cred = selected2_home_cred; in interworking_select_network()2538 selected_cred = selected2_cred; in interworking_select_network()2575 selected_cred); in interworking_select_network()