Searched refs:cred_prio_cmp (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 57 static int cred_prio_cmp(const struct wpa_cred *a, const struct wpa_cred *b) in cred_prio_cmp() function 1379 cred_prio_cmp(selected, cred) < 0) { in interworking_credentials_available_roaming_consortium() 1664 (cred == NULL || cred_prio_cmp(cred_rc, cred) >= 0) && in interworking_connect_helper() 1665 (cred_3gpp == NULL || cred_prio_cmp(cred_rc, cred_3gpp) >= 0)) in interworking_connect_helper() 1670 (cred == NULL || cred_prio_cmp(cred_3gpp, cred) >= 0)) { in interworking_connect_helper() 1965 cred_prio_cmp(selected, cred) < 0) { in interworking_credentials_available_3gpp() 2033 cred_prio_cmp(selected, cred) < 0) in interworking_credentials_available_realm() 2075 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper() 2087 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper() 2415 cred_prio_cmp(cred, selected2_cred) > 0) { in interworking_select_network() [all …]
|