HomeSort by: relevance | last modified time | path
    Searched defs:SIOCGRADIO (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/iwictl/
iwictl.c 50 #define SIOCGRADIO _IOWR('i', 139, struct ifreq)
136 if (do_req(iface, SIOCGRADIO, &radio) == -1)
  /src/usr.sbin/ipwctl/
ipwctl.c 51 #define SIOCGRADIO _IOWR('i', 139, struct ifreq)
132 if (do_req(iface, SIOCGRADIO, &radio) == -1) {
  /src/sys/dev/pci/
if_ipwvar.h 171 #define SIOCGRADIO _IOWR('i', 139, struct ifreq)
if_iwivar.h 181 #define SIOCGRADIO _IOWR('i', 139, struct ifreq)

Completed in 14 milliseconds