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