Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c57 static int cred_prio_cmp(const struct wpa_cred *a, const struct wpa_cred *b) in cred_prio_cmp() function
1390 cred_prio_cmp(selected, cred) < 0) { in interworking_credentials_available_roaming_consortium()
1691 (cred == NULL || cred_prio_cmp(cred_rc, cred) >= 0) && in interworking_connect()
1692 (cred_3gpp == NULL || cred_prio_cmp(cred_rc, cred_3gpp) >= 0)) in interworking_connect()
1697 (cred == NULL || cred_prio_cmp(cred_3gpp, cred) >= 0)) { in interworking_connect()
1985 cred_prio_cmp(selected, cred) < 0) { in interworking_credentials_available_3gpp()
2053 cred_prio_cmp(selected, cred) < 0) in interworking_credentials_available_realm()
2095 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper()
2107 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper()
2439 cred_prio_cmp(cred, selected2_cred) > 0) { in interworking_select_network()
[all …]