Searched refs:selected_cred (Results 1 – 2 of 2) sorted by relevance
328 selected_cred = SelectMatchingUnlockCredential(all_creds, challenge)329 if not selected_cred:333 if selected_cred.source_file:335 selected_cred.source_file))336 MakeAtxUnlockCredential(selected_cred, challenge, credential_file)
2443 struct wpa_cred *cred, *selected_cred = NULL; in interworking_select_network() local2512 if (selected_cred == NULL || in interworking_select_network()2513 cred_prio_cmp(cred, selected_cred) > 0) { in interworking_select_network()2516 selected_cred = cred; in interworking_select_network()2532 (selected_cred == NULL || in interworking_select_network()2533 cred_prio_cmp(selected_home_cred, selected_cred) >= 0)) { in interworking_select_network()2537 selected_cred = selected_home_cred; in interworking_select_network()2544 selected_cred = selected2_home_cred; in interworking_select_network()2548 selected_cred = selected2_cred; in interworking_select_network()2585 selected_cred); in interworking_select_network()