HomeSort by relevance Sort by last modified time
    Searched defs:dl_list_for_each (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/utils/
list.h 78 #define dl_list_for_each(item, list, type, member) \ macro
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 32 dl_list_for_each(iface, list, struct interfaces, list) { function
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 104 dl_list_for_each(dst, ctrl_dst, struct wpa_ctrl_dst, list) { function
134 dl_list_for_each(dst, &priv->ctrl_dst, struct wpa_ctrl_dst, list) {
wpa_cli.c 144 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { function
251 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { function
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 256 dl_list_for_each(participant, &kay->participant_list,
277 dl_list_for_each(participant, &kay->participant_list,
293 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) { function
393 dl_list_for_each(peer, &participant->live_peers,
399 dl_list_for_each(peer, &participant->potential_peers,
599 dl_list_for_each(peer, &participant->potential_peers,
806 dl_list_for_each(peer, &participant->live_peers,
833 dl_list_for_each(peer, &participant->live_peers,
867 dl_list_for_each(peer, &participant->potential_peers,
894 dl_list_for_each(peer, &participant->potential_peers
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 64 dl_list_for_each(token, tokens, struct wps_nfc_pw_token, list) { function
715 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
887 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
898 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
943 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
    [all...]

Completed in 275 milliseconds