Searched refs:cred_rc (Results 1 – 1 of 1) sorted by relevance
1597 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect_helper() local1630 cred_rc = interworking_credentials_available_roaming_consortium( in interworking_connect_helper()1632 if (cred_rc) { in interworking_connect_helper()1635 cred_rc->priority, cred_rc->sp_priority); in interworking_connect_helper()1659 if (!cred_rc && !cred && !cred_3gpp) { in interworking_connect_helper()1662 cred_rc = interworking_credentials_available_roaming_consortium( in interworking_connect_helper()1664 if (cred_rc) { in interworking_connect_helper()1667 cred_rc->priority, cred_rc->sp_priority); in interworking_connect_helper()1693 if (cred_rc && in interworking_connect_helper()1694 (cred == NULL || cred_prio_cmp(cred_rc, cred) >= 0) && in interworking_connect_helper()[all …]