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

/freebsd-11-stable/contrib/wpa/src/common/
H A Dcli.h17 struct cli_txt_entry { struct
22 void cli_txt_list_free(struct cli_txt_entry *e);
25 struct cli_txt_entry *
H A Dcli.c51 void cli_txt_list_free(struct cli_txt_entry *e)
61 struct cli_txt_entry *e;
63 while ((e = dl_list_first(list, struct cli_txt_entry, list)))
68 struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list,
71 struct cli_txt_entry *e;
73 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { argument
83 struct cli_txt_entry *e;
122 struct cli_txt_entry *e;
175 struct cli_txt_entry *e;
182 dl_list_for_each(e, txt_list, struct cli_txt_entry, lis argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c59 static DEFINE_DL_LIST(bsses); /* struct cli_txt_entry */
60 static DEFINE_DL_LIST(p2p_peers); /* struct cli_txt_entry */
61 static DEFINE_DL_LIST(p2p_groups); /* struct cli_txt_entry */
62 static DEFINE_DL_LIST(ifnames); /* struct cli_txt_entry */
63 static DEFINE_DL_LIST(networks); /* struct cli_txt_entry */
64 static DEFINE_DL_LIST(creds); /* struct cli_txt_entry */
66 static DEFINE_DL_LIST(stations); /* struct cli_txt_entry */
3744 struct cli_txt_entry *e;
3759 dl_list_for_each(e, &p2p_groups, struct cli_txt_entry, list) {
3768 dl_list_for_each(e, &ifnames, struct cli_txt_entry, lis
[all...]

Completed in 106 milliseconds