Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/
H A Dinterworking.c2194 int excluded1, excluded2 = 0; in interworking_credentials_available_helper() local
2206 &excluded2); in interworking_credentials_available_helper()
2208 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper()
2210 excluded1 = excluded2; in interworking_credentials_available_helper()
2214 excluded1 = excluded2; in interworking_credentials_available_helper()
2218 wpa_s, bss, ignore_bw, &excluded2); in interworking_credentials_available_helper()
2220 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper()
2222 excluded1 = excluded2; in interworking_credentials_available_helper()
2226 excluded1 = excluded2; in interworking_credentials_available_helper()