Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dlist.h92 #define DEFINE_DL_LIST(name) \ macro
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c93 static DEFINE_DL_LIST(bsses); /* struct cli_txt_entry */
94 static DEFINE_DL_LIST(p2p_peers); /* struct cli_txt_entry */
95 static DEFINE_DL_LIST(p2p_groups); /* struct cli_txt_entry */
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c660 static DEFINE_DL_LIST(nl80211_wiphys); in nl80211_get_wiphy_data_ap()