HomeSort by relevance Sort by last modified time
    Searched refs:ioctl_sock (Results 1 - 13 of 13) sorted by null

  /device/generic/goldfish/wifi/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 50 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0);
53 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1);
58 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr);
  /device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 58 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0);
61 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1);
66 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr);
driver_cmd_nl80211.h 80 int ioctl_sock; // socket for ioctl() use member in struct:nl80211_global
  /device/linaro/poplar/wifi/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 87 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0);
90 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1);
95 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr);
109 if ((ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr)) < 0) {
driver_cmd_wext.c 117 if ((ret = ioctl(drv->ioctl_sock, SIOCSIWPRIV, &iwr)) < 0) {
260 ret = ioctl(drv->ioctl_sock, SIOCSIWPRIV, &iwr);
299 linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 0);
332 ret = ioctl(drv->ioctl_sock, SIOCSIWPRIV, &iwr);
352 linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 1);
  /external/wpa_supplicant_8/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) {
652 linux_iface_up(drv->ioctl_sock, drv->ifname) == 0) {
739 if (linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 1)) {
809 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0);
810 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
359 if (linux_set_iface_flags(drv->ioctl_sock, ifname, dev_up) < 0)
366 if (ioctl(drv->ioctl_sock, SIOCSIFMTU, &ifr) != 0) {
388 if (ioctl(drv->ioctl_sock, PRISM2_IOCTL_HOSTAPD, &iwr) < 0) {
503 if (ioctl(drv->ioctl_sock, PRISM2_IOCTL_PRISM2_PARAM, &iwr) < 0) {
561 if (ioctl(drv->ioctl_sock, SIOCSIWESSID, &iwr) < 0) {
924 if (ioctl(drv->ioctl_sock, SIOCGIWRANGE, &iwr) < 0) {
977 drv->ioctl_sock = drv->sock = -1;
980 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0);
981 if (drv->ioctl_sock < 0)
    [all...]
driver_atheros.c 74 int ioctl_sock; /* socket for ioctl() use */ member in struct:atheros_driver_data
196 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_GETPARAM, &iwr) < 0)
233 if (ioctl(drv->ioctl_sock, op, &iwr) < 0) {
254 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_SETPARAM, &iwr) < 0) {
848 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_DBGREQ, &iwr) < 0) {
    [all...]
driver_nl80211.c 1025 linux_get_ifhwaddr(drv->global->ioctl_sock,
1110 linux_iface_up(drv->global->ioctl_sock, namebuf) > 0) {
1148 linux_iface_up(drv->global->ioctl_sock, namebuf) == 0) {
    [all...]
driver_nl80211.h 37 int ioctl_sock; /* socket for ioctl() use */ member in struct:nl80211_global
driver_nl80211_monitor.c 398 if (linux_set_iface_flags(drv->global->ioctl_sock, buf, 1))

Completed in 5112 milliseconds