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.c2848 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
2867 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init()
2890 hapd->ctrl_sock = socket(res->ai_family, res->ai_socktype, in hostapd_ctrl_iface_init()
2892 if (hapd->ctrl_sock < 0) { in hostapd_ctrl_iface_init()
2897 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) { in hostapd_ctrl_iface_init()
2916 if (eloop_register_read_sock(hapd->ctrl_sock, in hostapd_ctrl_iface_init()
2929 if (hapd->ctrl_sock >= 0) in hostapd_ctrl_iface_init()
2930 close(hapd->ctrl_sock); in hostapd_ctrl_iface_init()
2937 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
3064 hapd->ctrl_sock = s; in hostapd_ctrl_iface_init()
[all …]
/external/wpa_supplicant_8/src/ap/
Dhostapd.h169 int ctrl_sock; member
Dhostapd.c2009 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()
/external/curl/lib/
Dftp.c428 curl_socket_t ctrl_sock = conn->sock[FIRSTSOCKET]; in ReceivedServerConnect() local
455 result = Curl_socket_check(ctrl_sock, data_sock, CURL_SOCKET_BAD, 0); in ReceivedServerConnect()