| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_wext.h | 17 int ioctl_sock; member in struct:wpa_driver_wext_data
|
| driver_wext.c | 53 if (ioctl(drv->ioctl_sock, SIOCSIWAUTH, &iwr) < 0) { 81 if (ioctl(drv->ioctl_sock, SIOCGIWAP, &iwr) < 0) { 111 if (ioctl(drv->ioctl_sock, SIOCSIWAP, &iwr) < 0) { 137 if (ioctl(drv->ioctl_sock, SIOCGIWESSID, &iwr) < 0) { 196 if (ioctl(drv->ioctl_sock, SIOCSIWESSID, &iwr) < 0) { 223 if (ioctl(drv->ioctl_sock, SIOCSIWFREQ, &iwr) < 0) { 653 linux_iface_up(drv->ioctl_sock, drv->ifname) == 0) { 740 if (linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 1)) { 810 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0); 811 if (drv->ioctl_sock < 0) [all...] |
| driver_nl80211_android.c | 62 ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr); 132 ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr);
|
| driver_hostap.c | 42 int ioctl_sock; /* socket for ioctl() use */ member in struct:hostap_driver_data 360 if (linux_set_iface_flags(drv->ioctl_sock, ifname, dev_up) < 0) 367 if (ioctl(drv->ioctl_sock, SIOCSIFMTU, &ifr) != 0) { 389 if (ioctl(drv->ioctl_sock, PRISM2_IOCTL_HOSTAPD, &iwr) < 0) { 507 if (ioctl(drv->ioctl_sock, PRISM2_IOCTL_PRISM2_PARAM, &iwr) < 0) { 565 if (ioctl(drv->ioctl_sock, SIOCSIWESSID, &iwr) < 0) { 928 if (ioctl(drv->ioctl_sock, SIOCGIWRANGE, &iwr) < 0) { 981 drv->ioctl_sock = drv->sock = -1; 984 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0); 985 if (drv->ioctl_sock < 0) [all...] |
| driver_atheros.c | 69 int ioctl_sock; /* socket for ioctl() use */ member in struct:atheros_driver_data 191 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_GETPARAM, &iwr) < 0) 228 if (ioctl(drv->ioctl_sock, op, &iwr) < 0) { 249 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_SETPARAM, &iwr) < 0) { 843 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_DBGREQ, &iwr) < 0) { 1408 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_P2P_BIG_PARAM, &iwr) 1605 if (ioctl(drv->ioctl_sock, SIOCGIWRANGE, &iwr) < 0) { 1734 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0); 1735 if (drv->ioctl_sock < 0) { 1744 if (ioctl(drv->ioctl_sock, SIOCGIFINDEX, &ifr) != 0) [all...] |
| driver_nl80211.h | 37 int ioctl_sock; /* socket for ioctl() use */ member in struct:nl80211_global
|
| driver_nl80211.c | 1260 linux_get_ifhwaddr(drv->global->ioctl_sock, 1346 linux_iface_up(drv->global->ioctl_sock, namebuf) > 0) { 1384 linux_iface_up(drv->global->ioctl_sock, namebuf) == 0) { 2908 return linux_set_iface_flags(bss->drv->global->ioctl_sock, 2994 linux_iface_up(drv->global->ioctl_sock, bss->ifname) > 0) 3007 (linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0) || 3008 linux_set_ifhwaddr(drv->global->ioctl_sock, bss->ifname, 3061 if (linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, 3147 if (linux_br_del_if(drv->global->ioctl_sock, bss->brname, 3158 if (linux_set_iface_flags(drv->global->ioctl_sock, bss->brname [all...] |
| driver_nl80211_monitor.c | 401 if (linux_set_iface_flags(drv->global->ioctl_sock, buf, 1))
|