HomeSort by: relevance | last modified time | path
    Searched refs:SIOCG80211NWID (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
if-bsd.c 101 #if defined(SIOCG80211NWID)
109 #if defined(SIOCG80211NWID) /* NetBSD */
114 if (rump_sys_ioctl(socket_afnet, SIOCG80211NWID, &ifr) == 0) {
  /src/sys/compat/common/
if_43.c 168 case SIOCG80211NWID:
  /src/sys/net80211/
ieee80211_ioctl.h 546 #define SIOCG80211NWID _IOWR('i', 231, struct ifreq)
ieee80211_ioctl.c 2606 case SIOCG80211NWID:
  /src/usr.sbin/wiconfig/
wiconfig.c 625 if (ioctl(s, SIOCG80211NWID, &ifr) == -1)
626 err(1, "SIOCG80211NWID");
  /src/usr.sbin/sysinst/
net.c 1216 if (do_ifreq(&ifr, SIOCG80211NWID, &nwid) == -1)
  /src/sbin/ifconfig/
ieee80211.c 611 if (indirect_ioctl(env, SIOCG80211NWID, &nwid) == -1)
614 errx(EXIT_FAILURE, "SIOCG80211NWID: wrong length of nwid (%d)", nwid.i_len);
  /src/sys/dev/pcmcia/
if_ray.c 966 case SIOCG80211NWID:
967 RAY_DPRINTF(("%s: ioctl: cmd SIOCG80211NWID\n", ifp->if_xname));

Completed in 18 milliseconds