Searched refs:HAL_CAP_TKIP_SPLIT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/dev/ath/ |
| HD | if_athvar.h | 1222 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 0, NULL) == HAL_OK) 1224 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, NULL) == HAL_OK) 1226 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL)
|
| /freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_misc.c | 825 case HAL_CAP_TKIP_SPLIT: /* hardware TKIP uses split keys */ in ar5212GetCapability() 945 case HAL_CAP_TKIP_SPLIT: /* hardware TKIP uses split keys */ in ar5212SetCapability()
|
| /freebsd-13-stable/sys/dev/ath/ath_hal/ |
| HD | ah.h | 100 HAL_CAP_TKIP_SPLIT = 3, /* hardware TKIP uses split keys */ enumerator
|
| HD | ah.c | 715 case HAL_CAP_TKIP_SPLIT: /* hardware TKIP uses split keys */ in ath_hal_getcapability()
|
| /freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_misc.c | 714 case HAL_CAP_TKIP_SPLIT: /* hardware TKIP uses split keys */ in ar9300_get_capability() 975 case HAL_CAP_TKIP_SPLIT: /* hardware TKIP uses split keys */ in ar9300_set_capability()
|