Home
last modified time | relevance | path

Searched refs:ctrl_sock (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c4017 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
4036 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init()
4059 hapd->ctrl_sock = socket(res->ai_family, res->ai_socktype, in hostapd_ctrl_iface_init()
4061 if (hapd->ctrl_sock < 0) { in hostapd_ctrl_iface_init()
4066 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) { in hostapd_ctrl_iface_init()
4085 if (eloop_register_read_sock(hapd->ctrl_sock, in hostapd_ctrl_iface_init()
4098 if (hapd->ctrl_sock >= 0) in hostapd_ctrl_iface_init()
4099 close(hapd->ctrl_sock); in hostapd_ctrl_iface_init()
4106 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
4233 hapd->ctrl_sock = s; in hostapd_ctrl_iface_init()
[all …]
/external/wpa_supplicant_8/src/ap/
Dhostapd.h203 int ctrl_sock; member
Dhostapd.c2350 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()
/external/curl/lib/
Dftp.c361 curl_socket_t ctrl_sock = conn->sock[FIRSTSOCKET]; in ReceivedServerConnect() local
388 result = Curl_socket_check(ctrl_sock, data_sock, CURL_SOCKET_BAD, 0); in ReceivedServerConnect()