Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:last

1452 			 * time for the last Action frame in the sequence and
4687 "last scan");
4694 "%ld.%06ld (%supdated in last scan)",
7896 struct psk_list_entry *p, *last;
7957 (last = dl_list_last(&persistent->psk_list,
7961 MAC2STR(last->addr), last->p2p);
7962 dl_list_del(&last->list);
7963 os_free(last);