Searched refs:ioctl_sock (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_android.c62 ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr);
132 ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr);
H A Ddriver_hostap.c42 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 <
[all...]
H A Ddriver_atheros.c74 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) {
1418 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_P2P_BIG_PARAM, &iwr)
1615 if (ioctl(drv->ioctl_sock, SIOCGIWRANGE, &iwr) < 0) {
1744 drv->ioctl_sock = socket(PF_INET, SOCK_DGRAM, 0);
1745 if (drv->ioctl_sock < 0) {
1754 if (ioctl(drv->ioctl_sock, SIOCGIFINDE
[all...]
H A Ddriver_nl80211.h37 int ioctl_sock; /* socket for ioctl() use */ member in struct:nl80211_global
H A Ddriver_nl80211_monitor.c398 if (linux_set_iface_flags(drv->global->ioctl_sock, buf, 1))

Completed in 167 milliseconds