Searched refs:dl_list_for_each_reverse (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | list.h | 87 #define dl_list_for_each_reverse(item, list, type, member) \ macro
|
D | edit.c | 303 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) { in history_write() 318 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) in history_debug_dump()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.c | 529 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get_bssid() 542 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get_p2p_dev_addr()
|