Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h44 struct dl_list global_ctrl_dst; member
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c2767 return ctrl_iface_attach(&interfaces->global_ctrl_dst, from, fromlen); in hostapd_global_ctrl_iface_attach()
2775 return ctrl_iface_detach(&interfaces->global_ctrl_dst, from, fromlen); in hostapd_global_ctrl_iface_detach()
3245 dl_list_init(&interface->global_ctrl_dst); in hostapd_global_ctrl_iface_init()
3450 dl_list_for_each_safe(dst, prev, &interfaces->global_ctrl_dst, in hostapd_global_ctrl_iface_deinit()
3473 ctrl_dst = &hapd->iface->interfaces->global_ctrl_dst; in hostapd_ctrl_iface_send()
Dmain.c602 dl_list_init(&interfaces.global_ctrl_dst); in main()