Searched refs:dl_list_last (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | list.h | 74 #define dl_list_last(list, type, member) \ macro
|
D | edit.c | 241 dl_list_last(&history_list, struct edit_history, list)) in history_prev()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 4315 bsslast = dl_list_last(&wpa_s->bss_id, struct wpa_bss, in wpa_supplicant_ctrl_iface_bss() 4337 bsslast = dl_list_last(&wpa_s->bss_id, in wpa_supplicant_ctrl_iface_bss() 4361 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss() 4416 (bss == dl_list_last(&wpa_s->bss_id, in wpa_supplicant_ctrl_iface_bss()
|
D | p2p_supplicant.c | 7272 (last = dl_list_last(&persistent->psk_list, in wpas_p2p_new_psk_cb()
|