Lines Matching refs:STR
165 char *str;
168 str = wpa_config_read_reg_string(hk, TEXT("uuid"));
169 if (str == NULL)
172 if (uuid_str2bin(str, config->uuid))
175 os_free(str);
184 char *str;
187 str = wpa_config_read_reg_string(hk, TEXT("os_version"));
188 if (str == NULL)
191 if (hexstr2bin(str, config->os_version, 4))
194 os_free(str);
863 #define STR(t) write_str(netw, #t, ssid)
869 STR(ssid);
873 STR(sae_password);
881 STR(identity);
882 STR(anonymous_identity);
883 STR(imsi_identity);
884 STR(password);
885 STR(ca_cert);
886 STR(ca_path);
887 STR(client_cert);
888 STR(private_key);
889 STR(private_key_passwd);
890 STR(dh_file);
891 STR(subject_match);
892 STR(altsubject_match);
893 STR(ca_cert2);
894 STR(ca_path2);
895 STR(client_cert2);
896 STR(private_key2);
897 STR(private_key2_passwd);
898 STR(dh_file2);
899 STR(subject_match2);
900 STR(altsubject_match2);
901 STR(phase1);
902 STR(phase2);
903 STR(pcsc);
904 STR(pin);
905 STR(engine_id);
906 STR(key_id);
907 STR(cert_id);
908 STR(ca_cert_id);
909 STR(key2_id);
910 STR(pin2);
911 STR(engine2_id);
912 STR(cert2_id);
913 STR(ca_cert2_id);
924 STR(pac_file);
935 STR(id_str);
941 #undef STR