Searched refs:dl_list_last (Results 1 – 6 of 6) sorted by relevance
/hostap-3.7.0/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()
|
/hostap-3.7.0/wpa_supplicant/ |
D | mesh_rsn.c | 257 while ((entry = dl_list_last(&wpa_s->mesh_external_pmksa_cache, in mesh_rsn_auth_init()
|
D | ctrl_iface.c | 5421 bsslast = dl_list_last(&wpa_s->bss_id, struct wpa_bss, in wpa_supplicant_ctrl_iface_bss() 5443 bsslast = dl_list_last(&wpa_s->bss_id, in wpa_supplicant_ctrl_iface_bss() 5467 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss() 5525 (bss == dl_list_last(&wpa_s->bss_id, in wpa_supplicant_ctrl_iface_bss()
|
D | wpa_supplicant.c | 728 while ((entry = dl_list_last(&wpa_s->mesh_external_pmksa_cache, in wpa_supplicant_cleanup()
|
D | p2p_supplicant.c | 8759 (last = dl_list_last(&persistent->psk_list, in wpas_p2p_new_psk_cb()
|