Searched refs:image (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/utils/ |
D | http_curl.c | 340 STACK_OF(LogotypeImage) *image; 413 ASN1_SEQUENCE_OF_OPT(LogotypeData, image, LogotypeImage), 509 if (data->image == NULL) in add_logo_direct() 512 num = sk_LogotypeImage_num(data->image); in add_logo_direct() 514 LogotypeImage *image; in add_logo_direct() local 519 image = sk_LogotypeImage_value(data->image, i); in add_logo_direct() 520 if (image == NULL) in add_logo_direct() 523 details = image->imageDetails; in add_logo_direct() 668 static void i2r_LogotypeImage(LogotypeImage *image, BIO *out, int indent) in i2r_LogotypeImage() argument 671 if (image->imageDetails) { in i2r_LogotypeImage() [all …]
|
/hostap-latest/doc/ |
D | mainpage.doxygen | 57 \image html _wpa_supplicant.png "wpa_supplicant modules" 58 \image latex _wpa_supplicant.eps "wpa_supplicant modules" width=15cm 92 \image html hostapd.png "hostapd modules" 93 \image latex hostapd.eps "hostapd modules" width=15cm
|
D | p2p.doxygen | 55 \image html p2p_arch.png "P2P module within wpa_supplicant" 56 \image latex p2p_arch.eps "P2P module within wpa_supplicant" width=15cm 64 \image html p2p_arch2.png "P2P module in kernel 65 \image latex p2p_arch2.eps "P2P module in kernel" width=15cm 80 \image html p2p_sm.png "P2P module state machine" 81 \image latex p2p_sm.eps "P2P module state machine" width=15cm
|
/hostap-latest/wpa_supplicant/ |
D | hs20_supplicant.c | 329 os_strcmp(icon->file_name, file_name) == 0 && icon->image) in hs20_find_icon() 352 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon() 362 b64 = hostap_base64_encode(&icon->image[offset], size, &b64_size); in hs20_get_icon() 382 os_free(icon->image); in hs20_free_icon_entry() 470 if (icon->dialog_token == dialog_token && !icon->image && in hs20_process_icon_binary_file() 472 icon->image = os_memdup(pos, slen); in hs20_process_icon_binary_file() 473 if (!icon->image) in hs20_process_icon_binary_file()
|
D | wpa_supplicant_i.h | 476 u8 *image; member
|
/hostap-latest/hs20/server/ca/ |
D | openssl.cnf | 140 image=SEQUENCE:LogotypeImage 145 mediaType=IA5STRING:image/png
|
/hostap-latest/tests/hwsim/vm/ |
D | example-vm-setup.txt | 16 - download installation image
|
D | README | 80 across the test run (otherwise, it's safe to only keep the kernel image.)
|
/hostap-latest/tests/hwsim/ |
D | example-setup.txt | 21 - download installation image, e.g.,
|