Home
last modified time | relevance | path

Searched refs:dl_list_for_each_reverse (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/utils/
Dlist.h89 #define dl_list_for_each_reverse(item, list, type, member) \ macro
Dedit.c304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) { in history_write()
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) in history_debug_dump()
/hostap-latest/wpa_supplicant/
Dbss.c1104 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get_bssid()
1129 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get_bssid_latest()
1155 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get_p2p_dev_addr()
Dinterworking.c3162 dl_list_for_each_reverse(tmp, &wpa_s->bss, struct wpa_bss, list) { in anqp_resp_cb()
Dctrl_iface.c7871 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, in ctrl_interworking_connect()
/hostap-latest/hostapd/
Dctrl_iface.c3191 dl_list_for_each_reverse(info, &iface->sta_seen, in hostapd_ctrl_iface_track_sta_list()