Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c3518 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
3537 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init()
3560 hapd->ctrl_sock = socket(res->ai_family, res->ai_socktype, in hostapd_ctrl_iface_init()
3562 if (hapd->ctrl_sock < 0) { in hostapd_ctrl_iface_init()
3567 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) { in hostapd_ctrl_iface_init()
3586 if (eloop_register_read_sock(hapd->ctrl_sock, in hostapd_ctrl_iface_init()
3599 if (hapd->ctrl_sock >= 0) in hostapd_ctrl_iface_init()
3600 close(hapd->ctrl_sock); in hostapd_ctrl_iface_init()
3607 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
3734 hapd->ctrl_sock = s; in hostapd_ctrl_iface_init()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c4163 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
4182 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init()
4205 hapd->ctrl_sock = socket(res->ai_family, res->ai_socktype, in hostapd_ctrl_iface_init()
4207 if (hapd->ctrl_sock < 0) { in hostapd_ctrl_iface_init()
4212 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) { in hostapd_ctrl_iface_init()
4231 if (eloop_register_read_sock(hapd->ctrl_sock, in hostapd_ctrl_iface_init()
4244 if (hapd->ctrl_sock >= 0) in hostapd_ctrl_iface_init()
4245 close(hapd->ctrl_sock); in hostapd_ctrl_iface_init()
4252 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
4379 hapd->ctrl_sock = s; in hostapd_ctrl_iface_init()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h195 int ctrl_sock; member
Dhostapd.c2231 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h205 int ctrl_sock; member
Dhostapd.c2378 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()
/third_party/curl/lib/
Dftp.c371 curl_socket_t ctrl_sock = conn->sock[FIRSTSOCKET]; in ReceivedServerConnect() local
398 result = Curl_socket_check(ctrl_sock, data_sock, CURL_SOCKET_BAD, 0); in ReceivedServerConnect()