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

  /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
hs20_supplicant.c 196 if (ssid->update_identifier)
197 return ssid->update_identifier;
204 return cred->update_identifier;
config_file.c 823 INT(update_identifier);
968 if (cred->update_identifier)
969 fprintf(f, "\tupdate_identifier=%d\n", cred->update_identifier);
config_winreg.c 960 INT(update_identifier);
config.c 2728 { INT(update_identifier) },
3750 if (os_strcmp(var, "update_identifier") == 0) {
3751 cred->update_identifier = atoi(value);
4155 if (os_strcmp(var, "update_identifier") == 0)
4156 return alloc_int_str(cred->update_identifier);
  /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);

Completed in 25 milliseconds