Home
last modified time | relevance | path

Searched refs:SIOCHOSTAP_GETALL (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dif_wi_hostap.h59 #define SIOCHOSTAP_GETALL _IOWR('i', 213, struct ifreq) macro
Dif_wi_hostap.c1293 case SIOCHOSTAP_GETALL: in wihap_ioctl()
Dif_wi.c1858 case SIOCHOSTAP_GETALL:
/mirbsd/src/sbin/wicontrol/
Dwicontrol.c786 if (ioctl(s, SIOCHOSTAP_GETALL, &ifr) < 0) in wi_dumpstations()