Searched refs:SIOCGIWNAME (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dwireless.h231 #define SIOCGIWNAME 0x8B01 /* get name == wireless protocol */ macro
232 /* SIOCGIWNAME is used to verify the presence of Wireless Extensions.
/external/libpcap/
H A Dpcap-linux.c5123 if (ioctl(sock_fd, SIOCGIWNAME, &ireq) >= 0)
5126 "%s: SIOCGIWNAME: %s", device, pcap_strerror(errno));

Completed in 76 milliseconds