Searched refs:set_cred (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_helpers.h | 33 int set_cred(const char *ifname, int id, const char *field, const char *value);
|
H A D | wpa_helpers.c | 279 int set_cred(const char *ifname, int id, const char *field, const char *value) in set_cred() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_helpers.h | 33 int set_cred(const char *ifname, int id, const char *field, const char *value);
|
H A D | wpa_helpers.c | 279 int set_cred(const char *ifname, int id, const char *field, const char *value) in set_cred() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 934 set_cred(ctx->ifname, id, "min_dl_bandwidth_home", dl) < 0) in set_pps_cred_policy_min_backhaul() 937 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0) in set_pps_cred_policy_min_backhaul() 941 set_cred(ctx->ifname, id, "min_dl_bandwidth_roaming", dl) < in set_pps_cred_policy_min_backhaul() 945 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) < in set_pps_cred_policy_min_backhaul() 1020 if (set_cred(ctx->ifname, id, "req_conn_capab", buf) < 0) in set_pps_cred_policy_required_proto_port() 1048 if (set_cred(ctx->ifname, id, "max_bss_load", str) < 0) in set_pps_cred_policy_max_bss_load() 1090 if (set_cred(ctx->ifname, id, "sp_priority", str) < 0) in set_pps_cred_priority() 1232 if (set_cred(ctx->ifname, id, "required_roaming_consortium", in set_pps_cred_home_sp_oi() 1236 if (set_cred(ctx->ifname, id, "roaming_consortium", homeoi) < 0) in set_pps_cred_home_sp_oi() 1421 if (set_cred(ct in set_pps_cred_password() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 935 set_cred(ctx->ifname, id, "min_dl_bandwidth_home", dl) < 0) in set_pps_cred_policy_min_backhaul() 938 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0) in set_pps_cred_policy_min_backhaul() 942 set_cred(ctx->ifname, id, "min_dl_bandwidth_roaming", dl) < in set_pps_cred_policy_min_backhaul() 946 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) < in set_pps_cred_policy_min_backhaul() 1021 if (set_cred(ctx->ifname, id, "req_conn_capab", buf) < 0) in set_pps_cred_policy_required_proto_port() 1049 if (set_cred(ctx->ifname, id, "max_bss_load", str) < 0) in set_pps_cred_policy_max_bss_load() 1091 if (set_cred(ctx->ifname, id, "sp_priority", str) < 0) in set_pps_cred_priority() 1234 if (set_cred(ctx->ifname, id, "required_roaming_consortium", in set_pps_cred_home_sp_oi() 1238 if (set_cred(ctx->ifname, id, "roaming_consortium", homeoi) < 0) in set_pps_cred_home_sp_oi() 1423 if (set_cred(ct in set_pps_cred_password() [all...] |
Completed in 12 milliseconds