HomeSort by relevance Sort by last modified time
    Searched refs:cli_txt_entry (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/common/
cli.h 17 struct cli_txt_entry { struct
22 void cli_txt_list_free(struct cli_txt_entry *e);
25 struct cli_txt_entry *
cli.c 51 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) {
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, list)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 58 static DEFINE_DL_LIST(bsses); /* struct cli_txt_entry */
59 static DEFINE_DL_LIST(p2p_peers); /* struct cli_txt_entry */
60 static DEFINE_DL_LIST(p2p_groups); /* struct cli_txt_entry */
61 static DEFINE_DL_LIST(ifnames); /* struct cli_txt_entry */
62 static DEFINE_DL_LIST(networks); /* struct cli_txt_entry */
64 static DEFINE_DL_LIST(stations); /* struct cli_txt_entry */
    [all...]

Completed in 109 milliseconds