Home
last modified time | relevance | path

Searched refs:SIOCGATHSPECTRAL (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/tools/tools/ath/athspectral/
Dathspectral.c117 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/
Dif_ath_ioctl.c294 case SIOCGATHSPECTRAL: in ath_ioctl()
Dif_athioctl.h441 #define SIOCGATHSPECTRAL _IOWR('i', 151, struct ath_diag) macro