Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c834 pCap->halTkipMicTxRxKeySupport = AH_TRUE; in ar5212FillCapabilityInfo()
836 pCap->halTkipMicTxRxKeySupport = AH_FALSE; in ar5212FillCapabilityInfo()
HDar5212_misc.c828 return pCap->halTkipMicTxRxKeySupport ? in ar5212GetCapability()
946 if (!pCap->halTkipMicTxRxKeySupport) in ar5212SetCapability()
/freebsd-14-stable/sys/dev/ath/ath_hal/
HDah_internal.h232 halTkipMicTxRxKeySupport : 1, member
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c933 pCap->halTkipMicTxRxKeySupport = AH_TRUE; in ar5416FillCapabilityInfo()
/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c717 return p_cap->halTkipMicTxRxKeySupport ? HAL_ENXIO : HAL_OK; in ar9300_get_capability()
976 if (! p_cap->halTkipMicTxRxKeySupport) in ar9300_set_capability()
HDar9300_attach.c2761 p_cap->halTkipMicTxRxKeySupport = AH_TRUE; in ar9300_fill_capability_info()