Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/hostapd/
H A Dctrl_iface.c3518 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
3537 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init()
3562 if (hapd->ctrl_sock < 0) { 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()
3761 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_deinit()
3767 close(hapd->ctrl_sock); in hostapd_ctrl_iface_deinit()
3768 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_deinit()
[all …]
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dhostapd.h195 int ctrl_sock; member
H A Dhostapd.c2231 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()