Home
last modified time | relevance | path

Searched refs:cred_3gpp (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c1567 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect_helper() local
1619 cred_3gpp = interworking_credentials_available_3gpp(wpa_s, bss, 0, in interworking_connect_helper()
1621 if (cred_3gpp) { in interworking_connect_helper()
1624 cred_3gpp->priority, cred_3gpp->sp_priority); in interworking_connect_helper()
1629 if (!cred_rc && !cred && !cred_3gpp) { in interworking_connect_helper()
1652 cred_3gpp = interworking_credentials_available_3gpp(wpa_s, bss, in interworking_connect_helper()
1654 if (cred_3gpp) { in interworking_connect_helper()
1657 cred_3gpp->priority, cred_3gpp->sp_priority); in interworking_connect_helper()
1665 (cred_3gpp == NULL || cred_prio_cmp(cred_rc, cred_3gpp) >= 0)) in interworking_connect_helper()
1669 if (cred_3gpp && in interworking_connect_helper()
[all …]