Searched refs:update_identifier (Results 1 – 9 of 9) sorted by relevance
990 int update_identifier; member
196 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()
367 int update_identifier; member
268 # update_identifier: PPS MO ID667 update_identifier=54321680 update_identifier: PPS/UpdateIdentifier
823 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()
960 INT(update_identifier); in wpa_config_write_network()
2728 { 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()
590 * added option to set Hotspot 2.0 Rel 2 update_identifier in network
1834 char *update_identifier = NULL; in set_pps() local1847 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()