Searched refs:global_ctrl_sock (Results 1 – 3 of 3) sorted by relevance
43 int global_ctrl_sock; member
2550 interface->global_ctrl_sock = s; in hostapd_global_ctrl_iface_init()2571 if (interfaces->global_ctrl_sock > -1) { in hostapd_global_ctrl_iface_deinit()2572 eloop_unregister_read_sock(interfaces->global_ctrl_sock); in hostapd_global_ctrl_iface_deinit()2573 close(interfaces->global_ctrl_sock); in hostapd_global_ctrl_iface_deinit()2574 interfaces->global_ctrl_sock = -1; in hostapd_global_ctrl_iface_deinit()
563 interfaces.global_ctrl_sock = -1; in main()