Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Dhostapd.h60 struct dl_list global_ctrl_dst; member
/hostap-3.6.0/hostapd/
Dmain.c671 dl_list_init(&interfaces.global_ctrl_dst); in main()
Dctrl_iface.c4477 return ctrl_iface_attach(&interfaces->global_ctrl_dst, from, fromlen, in hostapd_global_ctrl_iface_attach()
4486 return ctrl_iface_detach(&interfaces->global_ctrl_dst, from, fromlen); in hostapd_global_ctrl_iface_detach()
5185 dl_list_for_each_safe(dst, prev, &interfaces->global_ctrl_dst, in hostapd_global_ctrl_iface_deinit()
5275 &hapd->iface->interfaces->global_ctrl_dst, in hostapd_ctrl_iface_send()