Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:STR

68 		u8 *str;
73 str = os_malloc(tlen + 1);
74 if (str == NULL)
76 if (hexstr2bin(value, str, tlen)) {
77 os_free(str);
80 str[tlen] = '\0';
82 return (char *) str;
1072 /* STR: Define a string variable for an ASCII string; f = field name */
1074 #define STR(f) _STR(f), NULL, NULL, NULL, 0
1078 * data length. Unlike STR(), this can be used to store arbitrary binary data
1123 * into .name and for STR and INT types, the offset of the target buffer within
1126 * .param3 and .param4 can be used to mark the allowed range (length for STR
1160 { STR(ca_cert) },
1161 { STR(ca_path) },
1162 { STR(client_cert) },
1163 { STR(private_key) },
1165 { STR(dh_file) },
1166 { STR(subject_match) },
1167 { STR(altsubject_match) },
1168 { STR(ca_cert2) },
1169 { STR(ca_path2) },
1170 { STR(client_cert2) },
1171 { STR(private_key2) },
1173 { STR(dh_file2) },
1174 { STR(subject_match2) },
1175 { STR(altsubject_match2) },
1176 { STR(phase1) },
1177 { STR(phase2) },
1178 { STR(pcsc) },
1180 { STR(engine_id) },
1181 { STR(key_id) },
1193 { STR(pac_file) },
1199 { STR(id_str) },
1219 #undef STR