Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dlist.h94 #define DEFINE_DL_LIST(name) \ macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c60 static DEFINE_DL_LIST(bsses); /* struct cli_txt_entry */
61 static DEFINE_DL_LIST(p2p_peers); /* struct cli_txt_entry */
62 static DEFINE_DL_LIST(p2p_groups); /* struct cli_txt_entry */
63 static DEFINE_DL_LIST(ifnames); /* struct cli_txt_entry */
64 static DEFINE_DL_LIST(networks); /* struct cli_txt_entry */
65 static DEFINE_DL_LIST(creds); /* struct cli_txt_entry */
67 static DEFINE_DL_LIST(stations); /* struct cli_txt_entry */
/freebsd/contrib/wpa/hostapd/
H A Dhostapd_cli.c43 static DEFINE_DL_LIST(stations); /* struct cli_txt_entry */
1025 DEFINE_DL_LIST(interfaces); in hostapd_complete_interface()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c910 static DEFINE_DL_LIST(nl80211_wiphys); in nl80211_get_wiphy_data_ap()