Home
last modified time | relevance | path

Searched refs:cli_txt_entry (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dcli.c51 void cli_txt_list_free(struct cli_txt_entry *e) in cli_txt_list_free()
61 struct cli_txt_entry *e; in cli_txt_list_flush()
63 while ((e = dl_list_first(list, struct cli_txt_entry, list))) in cli_txt_list_flush()
68 struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list, in cli_txt_list_get()
71 struct cli_txt_entry *e; in cli_txt_list_get()
73 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { in cli_txt_list_get()
83 struct cli_txt_entry *e; in cli_txt_list_del()
122 struct cli_txt_entry *e; in cli_txt_list_add()
175 struct cli_txt_entry *e; in cli_txt_list_array()
182 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { in cli_txt_list_array()
Dcli.h17 struct cli_txt_entry { struct
22 void cli_txt_list_free(struct cli_txt_entry *e); argument
25 struct cli_txt_entry *
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c3734 struct cli_txt_entry *e; in wpa_list_cmd_list()
3749 dl_list_for_each(e, &p2p_groups, struct cli_txt_entry, list) { in wpa_list_cmd_list()
3758 dl_list_for_each(e, &ifnames, struct cli_txt_entry, list) { in wpa_list_cmd_list()