Home
last modified time | relevance | path

Searched refs:setChannel (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar9280.c344 priv->base.setChannel = ar9280SetChannel; in ar9280RfAttach()
Dar2133.c441 priv->base.setChannel = ar2133SetChannel; in ar2133RfAttach()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5111.c693 priv->base.setChannel = ar5111SetChannel; in ar5111RfAttach()
Dar2317.c724 priv->base.setChannel = ar2317SetChannel; in ar2317RfAttach()
Dar5212.h138 HAL_BOOL (*setChannel)(struct ath_hal *, HAL_CHANNEL_INTERNAL *); member
Dar2425.c703 priv->base.setChannel = ar2425SetChannel; in ar2425RfAttach()
Dar2413.c740 priv->base.setChannel = ar2413SetChannel; in ar2413RfAttach()
Dar2316.c746 priv->base.setChannel = ar2316SetChannel; in ar2316RfAttach()
Dar5413.c778 priv->base.setChannel = ar5413SetChannel; in ar5413RfAttach()
Dar5112.c863 priv->base.setChannel = ar5112SetChannel; in ar5112RfAttach()
Dar5212_reset.c711 if (!ahp->ah_rfHal->setChannel(ah, chan)) in ar5212SetChannel()