FreeBSD kernel ATH device code
if_ath_spectral.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int ath_spectral_attach (struct ath_softc *sc)
 
int ath_spectral_detach (struct ath_softc *sc)
 
int ath_ioctl_spectral (struct ath_softc *sc, struct ath_diag *ad)
 
int ath_spectral_enable (struct ath_softc *sc, struct ieee80211_channel *ch)
 

Function Documentation

◆ ath_ioctl_spectral()

◆ ath_spectral_attach()

int ath_spectral_attach ( struct ath_softc sc)

Definition at line 106 of file if_ath_spectral.c.

References ath_hal_spectral_get_config, ath_hal_spectral_supported, ath_softc::sc_ah, ath_softc::sc_dev, ath_softc::sc_spectral, and ath_spectral_state::spectral_state.

Referenced by ath_attach().

Here is the caller graph for this function:

◆ ath_spectral_detach()

int ath_spectral_detach ( struct ath_softc sc)

Definition at line 137 of file if_ath_spectral.c.

References ath_hal_spectral_supported, ath_softc::sc_ah, and ath_softc::sc_spectral.

Referenced by ath_detach().

Here is the caller graph for this function:

◆ ath_spectral_enable()

int ath_spectral_enable ( struct ath_softc sc,
struct ieee80211_channel *  ch 
)