Searched refs:SIOCSIWMODE (Results 1 – 4 of 4) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | wireless.h | 242 #define SIOCSIWMODE 0x8B06 /* set operation mode */ macro
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wext.c | 2275 if (ioctl(drv->ioctl_sock, SIOCSIWMODE, &iwr) == 0) { in wpa_driver_wext_set_mode() 2304 if (ioctl(drv->ioctl_sock, SIOCSIWMODE, &iwr) < 0) in wpa_driver_wext_set_mode()
|
D | driver_atheros.c | 1791 if (ioctl(drv->ioctl_sock, SIOCSIWMODE, &iwr) < 0) { in atheros_init()
|
/external/libpcap/ |
D | pcap-linux.c | 1334 if (ioctl(handle->fd, SIOCSIWMODE, &ireq) == -1) { 6058 if (ioctl(sock_fd, SIOCSIWMODE, &ireq) == -1) { 6234 if (ioctl(handle->fd, SIOCSIWMODE, &ireq) == -1) {
|