Searched defs:cli_txt_entry (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c86 struct cli_txt_entry { struct
91 static DEFINE_DL_LIST(bsses); /* struct cli_txt_entry */
92 static DEFINE_DL_LIST(p2p_peers); /* struct cli_txt_entry */
93 static DEFINE_DL_LIST(p2p_groups); /* struct cli_txt_entry */
94 static DEFINE_DL_LIST(ifnames); /* struct cli_txt_entry */
122 static void cli_txt_list_free(struct cli_txt_entry *e)
132 struct cli_txt_entry *e;
133 while ((e = dl_list_first(list, struct cli_txt_entry, list)))
138 static struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list,
141 struct cli_txt_entry *
142 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) argument
247 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) argument
[all...]

Completed in 92 milliseconds