Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h55 struct dl_list global_ctrl_dst; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h59 struct dl_list global_ctrl_dst; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_main.c677 dl_list_init(&interfaces.global_ctrl_dst); in ap_main()
Dap_ctrl_iface.c3828 return ctrl_iface_attach(&interfaces->global_ctrl_dst, from, fromlen, in hostapd_global_ctrl_iface_attach()
3837 return ctrl_iface_detach(&interfaces->global_ctrl_dst, from, fromlen); in hostapd_global_ctrl_iface_detach()
4537 dl_list_for_each_safe(dst, prev, &interfaces->global_ctrl_dst, in hostapd_global_ctrl_iface_deinit()
4572 ctrl_dst = &hapd->iface->interfaces->global_ctrl_dst; in hostapd_ctrl_iface_send()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_main.c675 dl_list_init(&interfaces.global_ctrl_dst); in ap_main()
Dap_ctrl_iface.c4473 return ctrl_iface_attach(&interfaces->global_ctrl_dst, from, fromlen, in hostapd_global_ctrl_iface_attach()
4482 return ctrl_iface_detach(&interfaces->global_ctrl_dst, from, fromlen); in hostapd_global_ctrl_iface_detach()
5195 dl_list_for_each_safe(dst, prev, &interfaces->global_ctrl_dst, in hostapd_global_ctrl_iface_deinit()
5285 &hapd->iface->interfaces->global_ctrl_dst, in hostapd_ctrl_iface_send()