Searched refs:set_cred (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/common/
H A Dwpa_helpers.h33 int set_cred(const char *ifname, int id, const char *field, const char *value);
H A Dwpa_helpers.c279 int set_cred(const char *ifname, int id, const char *field, const char *value) function
/freebsd-12-stable/contrib/wpa/hs20/client/
H A Dosu_client.c935 set_cred(ctx->ifname, id, "min_dl_bandwidth_home", dl) < 0)
938 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0)
942 set_cred(ctx->ifname, id, "min_dl_bandwidth_roaming", dl) <
946 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) <
1021 if (set_cred(ctx->ifname, id, "req_conn_capab", buf) < 0)
1049 if (set_cred(ctx->ifname, id, "max_bss_load", str) < 0)
1091 if (set_cred(ctx->ifname, id, "sp_priority", str) < 0)
1234 if (set_cred(ctx->ifname, id, "required_roaming_consortium",
1238 if (set_cred(ctx->ifname, id, "roaming_consortium", homeoi) < 0)
1423 if (set_cred(ct
[all...]

Completed in 114 milliseconds