Lines Matching refs:wpa_cred

49 static struct wpa_cred * interworking_credentials_available_realm(
52 static struct wpa_cred * interworking_credentials_available_3gpp(
57 static int cred_prio_cmp(const struct wpa_cred *a, const struct wpa_cred *b) in cred_prio_cmp()
144 struct wpa_cred *cred; in cred_with_roaming_consortium()
160 struct wpa_cred *cred; in cred_with_3gpp()
172 struct wpa_cred *cred; in cred_with_nai_realm()
188 struct wpa_cred *cred; in cred_with_domain()
203 struct wpa_cred *cred; in cred_with_min_backhaul()
218 struct wpa_cred *cred; in cred_with_conn_capab()
700 struct wpa_cred *cred, in nai_realm_find_eap()
889 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected()
915 struct wpa_cred *cred, in remove_duplicate_network()
980 struct wpa_cred *cred, in interworking_connect_3gpp()
1176 const struct wpa_cred *cred) { in cred_home_ois_match()
1192 const struct wpa_cred *cred) in cred_roaming_consortiums_match()
1206 static int cred_no_required_oi_match(struct wpa_cred *cred, struct wpa_bss *bss) in cred_no_required_oi_match()
1233 static int cred_excluded_ssid(struct wpa_cred *cred, struct wpa_bss *bss) in cred_excluded_ssid()
1252 struct wpa_cred *cred, struct wpa_bss *bss) in cred_below_min_backhaul()
1313 struct wpa_cred *cred, struct wpa_bss *bss) in cred_over_max_bss_load()
1365 struct wpa_cred *cred, struct wpa_bss *bss) in cred_conn_capab_missing()
1410 static struct wpa_cred * interworking_credentials_available_roaming_consortium( in interworking_credentials_available_roaming_consortium()
1414 struct wpa_cred *cred, *selected = NULL; in interworking_credentials_available_roaming_consortium()
1477 struct wpa_cred *cred, int ttls) in interworking_set_eap_params()
1622 struct wpa_supplicant *wpa_s, struct wpa_cred *cred, in interworking_connect_roaming_consortium()
1706 struct wpa_cred *cred, *cred_rc, *cred_3gpp; in interworking_connect()
1988 static struct wpa_cred * interworking_credentials_available_3gpp( in interworking_credentials_available_3gpp()
1992 struct wpa_cred *selected = NULL; in interworking_credentials_available_3gpp()
1994 struct wpa_cred *cred; in interworking_credentials_available_3gpp()
2113 static struct wpa_cred * interworking_credentials_available_realm( in interworking_credentials_available_realm()
2117 struct wpa_cred *cred, *selected = NULL; in interworking_credentials_available_realm()
2189 static struct wpa_cred * interworking_credentials_available_helper( in interworking_credentials_available_helper()
2193 struct wpa_cred *cred, *cred2; in interworking_credentials_available_helper()
2235 static struct wpa_cred * interworking_credentials_available( in interworking_credentials_available()
2238 struct wpa_cred *cred; in interworking_credentials_available()
2289 struct wpa_cred *cred, in interworking_home_sp_cred()
2349 struct wpa_cred *cred; in interworking_home_sp()
2408 static u8 roaming_prio(struct wpa_supplicant *wpa_s, struct wpa_cred *cred, in roaming_prio()
2440 struct wpa_cred *cred) in pick_best_roaming_partner()
2444 struct wpa_cred *cred2; in pick_best_roaming_partner()
2497 struct wpa_cred *cred, *selected_cred = NULL; in interworking_select_network()
2498 struct wpa_cred *selected_home_cred = NULL; in interworking_select_network()
2499 struct wpa_cred *selected2_cred = NULL; in interworking_select_network()
2500 struct wpa_cred *selected2_home_cred = NULL; in interworking_select_network()