Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:STR

172 	char *str;
175 str = wpa_config_read_reg_string(hk, TEXT("uuid"));
176 if (str == NULL)
179 if (uuid_str2bin(str, config->uuid))
182 os_free(str);
191 char *str;
194 str = wpa_config_read_reg_string(hk, TEXT("os_version"));
195 if (str == NULL)
198 if (hexstr2bin(str, config->os_version, 4))
201 os_free(str);
814 #define STR(t) write_str(netw, #t, ssid)
820 STR(ssid);
831 STR(identity);
832 STR(anonymous_identity);
833 STR(password);
834 STR(ca_cert);
835 STR(ca_path);
836 STR(client_cert);
837 STR(private_key);
838 STR(private_key_passwd);
839 STR(dh_file);
840 STR(subject_match);
841 STR(altsubject_match);
842 STR(ca_cert2);
843 STR(ca_path2);
844 STR(client_cert2);
845 STR(private_key2);
846 STR(private_key2_passwd);
847 STR(dh_file2);
848 STR(subject_match2);
849 STR(altsubject_match2);
850 STR(phase1);
851 STR(phase2);
852 STR(pcsc);
853 STR(pin);
854 STR(engine_id);
855 STR(key_id);
856 STR(cert_id);
857 STR(ca_cert_id);
858 STR(key2_id);
859 STR(pin2);
860 STR(engine2_id);
861 STR(cert2_id);
862 STR(ca_cert2_id);
873 STR(pac_file);
883 STR(id_str);
885 #undef STR