Searched refs:cred_rc (Results 1 – 1 of 1) sorted by relevance
1706 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect() local1739 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()[all …]