Searched refs:dl_list_for_each_reverse (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dlist.h87 #define dl_list_for_each_reverse(item, list, type, member) \ macro
H A Dedit.c304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) {
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list)
/external/wpa_supplicant_8/src/utils/
H A Dlist.h87 #define dl_list_for_each_reverse(item, list, type, member) \ macro
H A Dedit.c304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) {
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dlist.h87 #define dl_list_for_each_reverse(item, list, type, member) \ macro
H A Dedit.c304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) {
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c891 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) {
916 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) {
938 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) {
H A Dinterworking.c2797 dl_list_for_each_reverse(tmp, &wpa_s->bss, struct wpa_bss, list) {

Completed in 773 milliseconds