Home
last modified time | relevance | path

Searched refs:update_identifier (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h722 int update_identifier; member
Dconfig.h265 int update_identifier; member
Dhs20_supplicant.c117 if (ssid->update_identifier) in hs20_get_pps_mo_id()
118 return ssid->update_identifier; in hs20_get_pps_mo_id()
125 return cred->update_identifier; in hs20_get_pps_mo_id()
Dconfig_file.c776 INT(update_identifier); in wpa_config_write_network()
896 if (cred->update_identifier) in wpa_config_write_cred()
897 fprintf(f, "\tupdate_identifier=%d\n", cred->update_identifier); in wpa_config_write_cred()
DREADME-HS20223 # update_identifier: PPS MO ID
615 update_identifier=54321
627 update_identifier: PPS/UpdateIdentifier
Dconfig_winreg.c934 INT(update_identifier); in wpa_config_write_network()
Dconfig.c2048 { INT(update_identifier) },
2899 cred->update_identifier = atoi(value); in wpa_config_set_cred()
3214 return alloc_int_str(cred->update_identifier); in wpa_config_get_cred_no_key()
DChangeLog175 * added option to set Hotspot 2.0 Rel 2 update_identifier in network
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c1718 char *update_identifier = NULL; in set_pps() local
1731 update_identifier = xml_node_get_text(ctx->xml, child); in set_pps()
1732 if (update_identifier) { in set_pps()
1734 update_identifier); in set_pps()
1752 if (update_identifier && in set_pps()
1754 update_identifier) < 0) in set_pps()
1764 xml_node_get_text_free(ctx->xml, update_identifier); in set_pps()