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

  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211_nl.c 71 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0);
74 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1);
91 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr);
driver_mac80211.c 107 ret = send(drv->ioctl_sock, &req, req.hdr.nlmsg_len, 0);
715 if (ioctl(drv->ioctl_sock, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) {
835 if (ioctl(drv->ioctl_sock, SIOCGIWSCAN, &iwr) == 0) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 49 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0);
52 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1);
57 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr);
72 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);
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 49 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0);
52 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1);
57 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr);
72 if ((ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr)) < 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
356 if (linux_set_iface_flags(drv->ioctl_sock, ifname, dev_up) < 0)
363 if (ioctl(drv->ioctl_sock, SIOCSIFMTU, &ifr) != 0) {
385 if (ioctl(drv->ioctl_sock, PRISM2_IOCTL_HOSTAPD, &iwr) < 0) {
499 if (ioctl(drv->ioctl_sock, PRISM2_IOCTL_PRISM2_PARAM, &iwr) < 0) {
556 if (ioctl(drv->ioctl_sock, SIOCSIWESSID, &iwr) < 0) {
921 if (ioctl(drv->ioctl_sock, SIOCGIWRANGE, &iwr) < 0) {
973 drv->ioctl_sock = drv->sock = -1;
976 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0);
977 if (drv->ioctl_sock < 0)
    [all...]
driver_madwifi.c 81 int ioctl_sock; /* socket for ioctl() use */ member in struct:madwifi_driver_data
123 if (ioctl(drv->ioctl_sock, op, &iwr) < 0) {
205 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_SETPARAM, &iwr) < 0) {
811 if (ioctl(drv->ioctl_sock, SIOCSIWFREQ, &iwr) < 0) {
1039 if (ioctl(drv->ioctl_sock, SIOCGIWRANGE, &iwr) < 0) {
1144 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0);
1145 if (drv->ioctl_sock < 0) {
1153 if (ioctl(drv->ioctl_sock, SIOCGIFINDEX, &ifr) != 0) {
1188 if (ioctl(drv->ioctl_sock, SIOCSIWMODE, &iwr) < 0) {
1195 linux_set_iface_flags(drv->ioctl_sock, drv->iface, 0)
    [all...]
driver_wext.c 56 if (ioctl(drv->ioctl_sock, SIOCSIWAUTH, &iwr) < 0) {
84 if (ioctl(drv->ioctl_sock, SIOCGIWAP, &iwr) < 0) {
114 if (ioctl(drv->ioctl_sock, SIOCSIWAP, &iwr) < 0) {
140 if (ioctl(drv->ioctl_sock, SIOCGIWESSID, &iwr) < 0) {
198 if (ioctl(drv->ioctl_sock, SIOCSIWESSID, &iwr) < 0) {
224 if (ioctl(drv->ioctl_sock, SIOCSIWFREQ, &iwr) < 0) {
671 linux_iface_up(drv->ioctl_sock, drv->ifname) == 0) {
758 if (linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 1)) {
828 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0);
829 if (drv->ioctl_sock < 0)
    [all...]
driver_atheros.c 66 int ioctl_sock; /* socket for ioctl() use */ member in struct:atheros_driver_data
205 if (ioctl(drv->ioctl_sock, op, &iwr) < 0) {
226 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_SETPARAM, &iwr) < 0) {
    [all...]
driver_nl80211.c 166 int ioctl_sock; /* socket for ioctl() use */ member in struct:nl80211_global
1128 linux_iface_up(drv->global->ioctl_sock,
1148 linux_iface_up(drv->global->ioctl_sock,
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 74 int ioctl_sock; /* socket for ioctl() use */ member in struct:nl80211_global

Completed in 280 milliseconds