/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
driver_cmd_nl80211.c | 87 linux_set_iface_flags(drv->global->ioctl_sock, driver->first_bss->ifname, 1); 93 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr); 108 if ((ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr)) < 0) { 132 linux_set_iface_flags(drv->global->ioctl_sock, driver->first_bss->ifname, 0);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.h | 17 int ioctl_sock; member in struct:wpa_driver_wext_data
|
driver_hostap.c | 42 int ioctl_sock; /* socket for ioctl() use */ member in struct:hostap_driver_data 352 if (linux_set_iface_flags(drv->ioctl_sock, ifname, dev_up) < 0) 359 if (ioctl(drv->ioctl_sock, SIOCSIFMTU, &ifr) != 0) { 381 if (ioctl(drv->ioctl_sock, PRISM2_IOCTL_HOSTAPD, &iwr) < 0) { 496 if (ioctl(drv->ioctl_sock, PRISM2_IOCTL_PRISM2_PARAM, &iwr) < 0) { 554 if (ioctl(drv->ioctl_sock, SIOCSIWESSID, &iwr) < 0) { 919 if (ioctl(drv->ioctl_sock, SIOCGIWRANGE, &iwr) < 0) { 972 drv->ioctl_sock = drv->sock = -1; 975 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0); 976 if (drv->ioctl_sock < 0) [all...] |
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) { 663 linux_iface_up(drv->ioctl_sock, drv->ifname) == 0) { 750 if (linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 1)) { 820 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0); 821 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_atheros.c | 70 int ioctl_sock; /* socket for ioctl() use */ member in struct:atheros_driver_data 209 if (ioctl(drv->ioctl_sock, op, &iwr) < 0) { 230 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_SETPARAM, &iwr) < 0) { 820 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_DBGREQ, &iwr) < 0) { [all...] |
driver_nl80211.c | 982 linux_iface_up(drv->global->ioctl_sock, namebuf) > 0) { 1017 linux_iface_up(drv->global->ioctl_sock, namebuf) == 0) { 1036 linux_get_ifhwaddr(drv->global->ioctl_sock, [all...] |
driver_nl80211.h | 37 int ioctl_sock; /* socket for ioctl() use */ member in struct:nl80211_global
|
driver_nl80211_monitor.c | 389 if (linux_set_iface_flags(drv->global->ioctl_sock, buf, 1))
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_nl80211.c | 96 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0); 99 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1); 104 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr); 123 if ((ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr)) < 0) {
|
driver_cmd_wext.c | 122 if ((ret = ioctl(drv->ioctl_sock, SIOCSIWPRIV, &iwr)) < 0) { 265 ret = ioctl(drv->ioctl_sock, SIOCSIWPRIV, &iwr); 304 linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 0); 337 ret = ioctl(drv->ioctl_sock, SIOCSIWPRIV, &iwr); 357 linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 1);
|