Searched refs:icon_head (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | hs20_supplicant.c | 314 dl_list_add(&wpa_s->icon_head, &icon_entry->list); in hs20_anqp_send_req() 327 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon() 402 dl_list_for_each_safe(icon, tmp, &wpa_s->icon_head, struct icon_entry, in hs20_del_icon() 446 dl_list_for_each_safe(icon, tmp, &wpa_s->icon_head, struct icon_entry, in hs20_remove_duplicate_icons() 469 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_process_icon_binary_file() 1346 dl_list_init(&wpa_s->icon_head); in hs20_init() 1354 if (wpa_s->icon_head.next) in hs20_deinit()
|
H A D | wpa_supplicant_i.h | 1236 struct dl_list icon_head; /* struct icon_entry */ member
|