Searched refs:update_identifier (Results 1 – 9 of 9) sorted by relevance
722 int update_identifier; member
265 int update_identifier; member
117 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()
776 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()
223 # update_identifier: PPS MO ID615 update_identifier=54321627 update_identifier: PPS/UpdateIdentifier
934 INT(update_identifier); in wpa_config_write_network()
2048 { 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()
175 * added option to set Hotspot 2.0 Rel 2 update_identifier in network
1718 char *update_identifier = NULL; in set_pps() local1731 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()