Home
last modified time | relevance | path

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

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