HomeSort by: relevance | last modified time | path
    Searched refs:ctrl_sock (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 4729 if (hapd->ctrl_sock > -1) {
4748 hapd->ctrl_sock = -1;
4771 hapd->ctrl_sock = socket(res->ai_family, res->ai_socktype,
4773 if (hapd->ctrl_sock < 0) {
4778 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) {
4797 if (eloop_register_read_sock(hapd->ctrl_sock,
4810 if (hapd->ctrl_sock >= 0)
4811 close(hapd->ctrl_sock);
4818 if (hapd->ctrl_sock > -1) {
4945 hapd->ctrl_sock = s
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 223 int ctrl_sock; member in struct:hostapd_data
hostapd.c 2886 hapd->ctrl_sock = -1;

Completed in 18 milliseconds