Searched defs:icon_entry (Results 1 – 2 of 2) sorted by relevance
469 struct icon_entry { struct470 struct dl_list list;471 u8 bssid[ETH_ALEN];472 u8 dialog_token;473 char *file_name;474 u8 *image;475 size_t image_len;
281 struct icon_entry *icon_entry; in hs20_anqp_send_req() local