Lines Matching refs:cred_rc
1706 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect() local
1739 cred_rc = interworking_credentials_available_roaming_consortium( in interworking_connect()
1741 if (cred_rc) { in interworking_connect()
1744 cred_rc->priority, cred_rc->sp_priority); in interworking_connect()
1768 if (!cred_rc && !cred && !cred_3gpp) { in interworking_connect()
1771 cred_rc = interworking_credentials_available_roaming_consortium( in interworking_connect()
1773 if (cred_rc) { in interworking_connect()
1776 cred_rc->priority, cred_rc->sp_priority); in interworking_connect()
1802 if (cred_rc && in interworking_connect()
1803 (cred == NULL || cred_prio_cmp(cred_rc, cred) >= 0) && in interworking_connect()
1804 (cred_3gpp == NULL || cred_prio_cmp(cred_rc, cred_3gpp) >= 0)) in interworking_connect()
1805 return interworking_connect_roaming_consortium(wpa_s, cred_rc, in interworking_connect()