Searched refs:cred_rc (Results 1 – 1 of 1) sorted by relevance
1652 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect() local1685 cred_rc = interworking_credentials_available_roaming_consortium( in interworking_connect()1687 if (cred_rc) { in interworking_connect()1690 cred_rc->priority, cred_rc->sp_priority); in interworking_connect()1714 if (!cred_rc && !cred && !cred_3gpp) { in interworking_connect()1717 cred_rc = interworking_credentials_available_roaming_consortium( in interworking_connect()1719 if (cred_rc) { in interworking_connect()1722 cred_rc->priority, cred_rc->sp_priority); in interworking_connect()1748 if (cred_rc && in interworking_connect()1749 (cred == NULL || cred_prio_cmp(cred_rc, cred) >= 0) && in interworking_connect()[all …]