Searched refs:cred_rc (Results 1 – 1 of 1) sorted by relevance
1594 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect() local1627 cred_rc = interworking_credentials_available_roaming_consortium( in interworking_connect()1629 if (cred_rc) { in interworking_connect()1632 cred_rc->priority, cred_rc->sp_priority); in interworking_connect()1656 if (!cred_rc && !cred && !cred_3gpp) { in interworking_connect()1659 cred_rc = interworking_credentials_available_roaming_consortium( in interworking_connect()1661 if (cred_rc) { in interworking_connect()1664 cred_rc->priority, cred_rc->sp_priority); in interworking_connect()1690 if (cred_rc && in interworking_connect()1691 (cred == NULL || cred_prio_cmp(cred_rc, cred) >= 0) && in interworking_connect()[all …]