HomeSort by relevance Sort by last modified time
    Searched refs:set_cred (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/common/
wpa_helpers.h 33 int set_cred(const char *ifname, int id, const char *field, const char *value);
wpa_helpers.c 278 int set_cred(const char *ifname, int id, const char *field, const char *value) function
281 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value);
290 snprintf(buf, sizeof(buf), "SET_CRED %d %s \"%s\"",
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 913 set_cred(ctx->ifname, id, "min_dl_bandwidth_home", dl) < 0)
916 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0)
920 set_cred(ctx->ifname, id, "min_dl_bandwidth_roaming", dl) <
924 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) <
999 if (set_cred(ctx->ifname, id, "req_conn_capab", buf) < 0)
1027 if (set_cred(ctx->ifname, id, "max_bss_load", str) < 0)
1069 if (set_cred(ctx->ifname, id, "sp_priority", str) < 0)
1212 if (set_cred(ctx->ifname, id, "required_roaming_consortium",
    [all...]

Completed in 88 milliseconds