Home
last modified time | relevance | path

Searched defs:icon_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h471 struct icon_entry { struct
472 struct dl_list list;
473 u8 bssid[ETH_ALEN];
474 u8 dialog_token;
475 char *file_name;
476 u8 *image;
477 size_t image_len;
H A Dhs20_supplicant.c270 struct icon_entry *icon_entry; in hs20_anqp_send_req() local