Searched refs:ATH_KEYMAX (Results 1 – 2 of 2) sorted by relevance
86 #define ATH_KEYMAX 128 /* max key cache size we handle */ macro87 #define ATH_KEYBYTES (ATH_KEYMAX/NBBY) /* storage space in bytes */
334 if (sc->sc_keymax > ATH_KEYMAX) { in ath_attach()336 ATH_KEYMAX, sc->sc_keymax); in ath_attach()337 sc->sc_keymax = ATH_KEYMAX; in ath_attach()