Searched refs:SIOCGATHSPECTRAL (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/tools/tools/ath/athspectral/ |
| D | athspectral.c | 117 if (ioctl(spectral->s, SIOCGATHSPECTRAL, &spectral->atd) < 0) in spectralset() 134 if (ioctl(spectral->s, SIOCGATHSPECTRAL, &spectral->atd) < 0) in spectral_get() 165 if (ioctl(spectral->s, SIOCGATHSPECTRAL, &spectral->atd) < 0) in spectral_start() 186 if (ioctl(spectral->s, SIOCGATHSPECTRAL, &spectral->atd) < 0) in spectral_stop() 209 if (ioctl(spectral->s, SIOCGATHSPECTRAL, &spectral->atd) < 0) in spectral_enable_at_reset()
|
| /freebsd-12-stable/sys/dev/ath/ |
| D | if_ath_ioctl.c | 294 case SIOCGATHSPECTRAL: in ath_ioctl()
|
| D | if_athioctl.h | 441 #define SIOCGATHSPECTRAL _IOWR('i', 151, struct ath_diag) macro
|