Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c834 pCap->halTkipMicTxRxKeySupport = AH_TRUE; in ar5212FillCapabilityInfo()
836 pCap->halTkipMicTxRxKeySupport = AH_FALSE; in ar5212FillCapabilityInfo()
H A Dar5212_misc.c828 return pCap->halTkipMicTxRxKeySupport ? in ar5212GetCapability()
946 if (!pCap->halTkipMicTxRxKeySupport) in ar5212SetCapability()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h232 halTkipMicTxRxKeySupport : 1, member
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c933 pCap->halTkipMicTxRxKeySupport = AH_TRUE; in ar5416FillCapabilityInfo()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c717 return p_cap->halTkipMicTxRxKeySupport ? HAL_ENXIO : HAL_OK; in ar9300_get_capability()
976 if (! p_cap->halTkipMicTxRxKeySupport) in ar9300_set_capability()
H A Dar9300_attach.c2761 p_cap->halTkipMicTxRxKeySupport = AH_TRUE; in ar9300_fill_capability_info()