Home
last modified time | relevance | path

Searched refs:keymax (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/
H A Dkey.c47 if (entry >= common->keymax) { in ath_hw_keyreset()
93 if (entry >= common->keymax) { in ath_hw_keysetmac()
137 if (entry >= common->keymax) { in ath_hw_set_keycache_entry()
157 if (entry + 64 >= common->keymax) { in ath_hw_set_keycache_entry()
390 for (i = IEEE80211_WEP_NKID; i < common->keymax / 2; i++) { in ath_reserve_key_cache_slot_tkip()
415 for (i = IEEE80211_WEP_NKID; i < common->keymax / 4; i++) { in ath_reserve_key_cache_slot()
438 for (i = IEEE80211_WEP_NKID; i < common->keymax / 2; i++) { in ath_reserve_key_cache_slot()
449 for (i = IEEE80211_WEP_NKID; i < common->keymax; i++) { in ath_reserve_key_cache_slot()
H A Dath.h168 u32 keymax; member