HomeSort by: relevance | last modified time | path
    Searched defs:update_identifier (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 1834 char *update_identifier = NULL; local
1847 update_identifier = xml_node_get_text(ctx->xml, child);
1848 if (update_identifier) {
1850 update_identifier);
1868 if (update_identifier &&
1869 set_cred(ctx->ifname, id, "update_identifier",
1870 update_identifier) < 0)
1871 wpa_printf(MSG_INFO, "Failed to set update_identifier");
1880 xml_node_get_text_free(ctx->xml, update_identifier);
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 990 int update_identifier; member in struct:wpa_ssid
config.h 367 int update_identifier; member in struct:wpa_cred

Completed in 39 milliseconds