Searched refs:global_ctrl_dst (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | hostapd.h | 55 struct dl_list global_ctrl_dst; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | hostapd.h | 59 struct dl_list global_ctrl_dst; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_main.c | 677 dl_list_init(&interfaces.global_ctrl_dst); in ap_main()
|
D | ap_ctrl_iface.c | 3828 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/ |
D | ap_main.c | 675 dl_list_init(&interfaces.global_ctrl_dst); in ap_main()
|
D | ap_ctrl_iface.c | 4473 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()
|