Searched refs:LogotypeImageInfo (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/utils/ |
D | http_curl.c | 319 } LogotypeImageInfo; typedef 323 LogotypeImageInfo *imageInfo; 385 ASN1_SEQUENCE(LogotypeImageInfo) = { 386 ASN1_IMP_OPT(LogotypeImageInfo, type, ASN1_INTEGER, 0), 387 ASN1_SIMPLE(LogotypeImageInfo, fileSize, ASN1_INTEGER), 388 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER), 389 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER), 390 ASN1_OPT(LogotypeImageInfo, resolution, LogotypeImageResolution), 391 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4), 392 } ASN1_SEQUENCE_END(LogotypeImageInfo); [all …]
|
/hostap-latest/hs20/server/ca/ |
D | openssl.cnf | 143 imageInfo=SEQUENCE:LogotypeImageInfo 163 [LogotypeImageInfo]
|