Searched refs:global_ctrl_sock (Results 1 – 3 of 3) sorted by relevance
1988 interface->global_ctrl_sock = s; in hostapd_global_ctrl_iface_init()2009 if (interfaces->global_ctrl_sock > -1) { in hostapd_global_ctrl_iface_deinit()2010 eloop_unregister_read_sock(interfaces->global_ctrl_sock); in hostapd_global_ctrl_iface_deinit()2011 close(interfaces->global_ctrl_sock); in hostapd_global_ctrl_iface_deinit()2012 interfaces->global_ctrl_sock = -1; in hostapd_global_ctrl_iface_deinit()
565 interfaces.global_ctrl_sock = -1; in main()
39 int global_ctrl_sock; member