Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h990 int update_identifier; member
H A Dhs20_supplicant.c196 if (ssid->update_identifier) in hs20_get_pps_mo_id()
197 return ssid->update_identifier; in hs20_get_pps_mo_id()
204 return cred->update_identifier; in hs20_get_pps_mo_id()
H A Dconfig.h367 int update_identifier; member
H A DREADME-HS20268 # update_identifier: PPS MO ID
667 update_identifier=54321
680 update_identifier: PPS/UpdateIdentifier
H A Dconfig_file.c823 INT(update_identifier); in wpa_config_write_network()
968 if (cred->update_identifier) in wpa_config_write_cred()
969 fprintf(f, "\tupdate_identifier=%d\n", cred->update_identifier); in wpa_config_write_cred()
H A Dconfig_winreg.c960 INT(update_identifier); in wpa_config_write_network()
H A Dconfig.c2728 { INT(update_identifier) },
3751 cred->update_identifier = atoi(value); in wpa_config_set_cred()
4156 return alloc_int_str(cred->update_identifier); in wpa_config_get_cred_no_key()
H A DChangeLog590 * added option to set Hotspot 2.0 Rel 2 update_identifier in network
/src/contrib/wpa/hs20/client/
H A Dosu_client.c1834 char *update_identifier = NULL; in set_pps() local
1847 update_identifier = xml_node_get_text(ctx->xml, child); in set_pps()
1848 if (update_identifier) { in set_pps()
1850 update_identifier); in set_pps()
1868 if (update_identifier && in set_pps()
1870 update_identifier) < 0) in set_pps()
1880 xml_node_get_text_free(ctx->xml, update_identifier); in set_pps()