Home
last modified time | relevance | path

Searched refs:image_len (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c272 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()
274 if (size > icon->image_len - offset) in hs20_get_icon()
275 size = icon->image_len - offset; in hs20_get_icon()
300 (unsigned int) icon->image_len); in hs20_free_icon_entry()
396 icon->image_len = slen; in hs20_process_icon_binary_file()
401 (unsigned int) icon->image_len); in hs20_process_icon_binary_file()
Dwpa_supplicant_i.h445 size_t image_len; member