Searched defs:icon_entry (Results 1 – 2 of 2) sorted by relevance
471 struct icon_entry { struct472 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;
270 struct icon_entry *icon_entry; in hs20_anqp_send_req() local