Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c2190 int excluded1, excluded2 = 0; in interworking_credentials_available_helper() local
2202 &excluded2); in interworking_credentials_available_helper()
2204 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper()
2206 excluded1 = excluded2; in interworking_credentials_available_helper()
2210 excluded1 = excluded2; in interworking_credentials_available_helper()
2214 wpa_s, bss, ignore_bw, &excluded2); in interworking_credentials_available_helper()
2216 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper()
2218 excluded1 = excluded2; in interworking_credentials_available_helper()
2222 excluded1 = excluded2; in interworking_credentials_available_helper()