Searched refs:update_identifier (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | config_ssid.h | 1004 int update_identifier; member
|
D | hs20_supplicant.c | 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()
|
D | config.h | 367 int update_identifier; member
|
D | README-HS20 | 268 # update_identifier: PPS MO ID 667 update_identifier=54321 680 update_identifier: PPS/UpdateIdentifier
|
D | config_file.c | 823 INT(update_identifier); in wpa_config_write_network() 969 if (cred->update_identifier) in wpa_config_write_cred() 970 fprintf(f, "\tupdate_identifier=%d\n", cred->update_identifier); in wpa_config_write_cred()
|
D | config_winreg.c | 960 INT(update_identifier); in wpa_config_write_network()
|
D | config.c | 2728 { INT(update_identifier) }, 3753 cred->update_identifier = atoi(value); in wpa_config_set_cred() 4158 return alloc_int_str(cred->update_identifier); in wpa_config_get_cred_no_key()
|
D | ChangeLog | 590 * added option to set Hotspot 2.0 Rel 2 update_identifier in network
|
/hostap-latest/hs20/client/ |
D | osu_client.c | 1834 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()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_hs20.py | 4137 scan_freq="2412", update_identifier="54321") 4149 scan_freq="2412", update_identifier="0") 4196 scan_freq="2412", update_identifier="54321", 6562 scan_freq="2412", update_identifier="54321",
|