Searched defs:cred_rc (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c1511 struct wpa_cred *cred, *cred_rc, *cred_3gpp; local
1543 cred_rc = interworking_credentials_available_roaming_consortium(
1545 if (cred_rc) {
1549 cred_rc->priority, cred_rc->sp_priority);
1573 if (!cred_rc && !cred && !cred_3gpp) {
1575 cred_rc = interworking_credentials_available_roaming_consortium(
1577 if (cred_rc) {
1581 cred_rc->priority, cred_rc
[all...]

Completed in 77 milliseconds