Searched refs:cred_3gpp (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 1594 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect() local 1646 cred_3gpp = interworking_credentials_available_3gpp(wpa_s, bss, 0, in interworking_connect() 1648 if (cred_3gpp) { in interworking_connect() 1651 cred_3gpp->priority, cred_3gpp->sp_priority); in interworking_connect() 1656 if (!cred_rc && !cred && !cred_3gpp) { in interworking_connect() 1679 cred_3gpp = interworking_credentials_available_3gpp(wpa_s, bss, in interworking_connect() 1681 if (cred_3gpp) { in interworking_connect() 1684 cred_3gpp->priority, cred_3gpp->sp_priority); in interworking_connect() 1692 (cred_3gpp == NULL || cred_prio_cmp(cred_rc, cred_3gpp) >= 0)) in interworking_connect() 1696 if (cred_3gpp && in interworking_connect() [all …]
|