HomeSort by relevance Sort by last modified time
    Searched refs:icon_entry (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 191 struct icon_entry *icon_entry; local
221 icon_entry = os_zalloc(sizeof(struct icon_entry));
222 if (!icon_entry)
224 os_memcpy(icon_entry->bssid, dst, ETH_ALEN);
225 icon_entry->file_name = os_malloc(payload_len + 1);
226 if (!icon_entry->file_name) {
227 os_free(icon_entry);
230 os_memcpy(icon_entry->file_name, payload, payload_len)
    [all...]
wpa_supplicant_i.h 439 struct icon_entry { struct
942 struct dl_list icon_head; /* struct icon_entry */
    [all...]

Completed in 51 milliseconds