Home
last modified time | relevance | path

Searched refs:halMcastKeySrchSupport (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c856 pCap->halMcastKeySrchSupport = AH_TRUE; in ar5212FillCapabilityInfo()
H A Dar5212_misc.c877 return pCap->halMcastKeySrchSupport ? HAL_OK : HAL_ENXIO; in ar5212GetCapability()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h233 halMcastKeySrchSupport : 1, member
H A Dah.c659 return pCap->halMcastKeySrchSupport ? HAL_OK : HAL_ENOTSUPP; in ath_hal_getcapability()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c951 pCap->halMcastKeySrchSupport = AH_TRUE; /* Works on AR5416 and later */ in ar5416FillCapabilityInfo()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2794 p_cap->halMcastKeySrchSupport = AH_TRUE; in ar9300_fill_capability_info()