Searched refs:ah_setKeyCacheEntry (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_stub.c | 144 ah->ah_setKeyCacheEntry = ar9300_Stub_SetKeyCacheEntry; in ar9300_set_stub_functions()
|
H A D | ar9300_freebsd.c | 451 ah->ah_setKeyCacheEntry = ar9300_set_key_cache_entry; in ar9300_attach_freebsd_ops()
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_attach.c | 153 .ah_setKeyCacheEntry = ar5210SetKeyCacheEntry,
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_attach.c | 153 .ah_setKeyCacheEntry = ar5211SetKeyCacheEntry,
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_attach.c | 153 .ah_setKeyCacheEntry = ar5212SetKeyCacheEntry,
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_attach.c | 156 ah->ah_setKeyCacheEntry = ar5416SetKeyCacheEntry; in ar5416InitState()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 1437 HAL_BOOL __ahdecl(*ah_setKeyCacheEntry)(struct ath_hal*, member
|
H A D | ah.c | 1017 return ah->ah_setKeyCacheEntry(ah, dk->dk_keyix, in ath_hal_getdiagstate()
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1093 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
|