Searched refs:cred_3gpp (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 1597 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect_helper() local 1649 cred_3gpp = interworking_credentials_available_3gpp(wpa_s, bss, 0, in interworking_connect_helper() 1651 if (cred_3gpp) { in interworking_connect_helper() 1654 cred_3gpp->priority, cred_3gpp->sp_priority); in interworking_connect_helper() 1659 if (!cred_rc && !cred && !cred_3gpp) { in interworking_connect_helper() 1682 cred_3gpp = interworking_credentials_available_3gpp(wpa_s, bss, in interworking_connect_helper() 1684 if (cred_3gpp) { in interworking_connect_helper() 1687 cred_3gpp->priority, cred_3gpp->sp_priority); in interworking_connect_helper() 1695 (cred_3gpp == NULL || cred_prio_cmp(cred_rc, cred_3gpp) >= 0)) in interworking_connect_helper() 1699 if (cred_3gpp && in interworking_connect_helper() [all …]
|