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 76 #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 101 dl_list_for_each(dst, ctrl_dst, struct wpa_ctrl_dst, list) { function
131 dl_list_for_each(dst, &priv->ctrl_dst, struct wpa_ctrl_dst, list) {
wpa_cli.c 142 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { function
247 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,
805 dl_list_for_each(peer, &participant->live_peers,
832 dl_list_for_each(peer, &participant->live_peers,
866 dl_list_for_each(peer, &participant->potential_peers,
893 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
702 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
874 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
885 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
930 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
    [all...]

Completed in 180 milliseconds