Searched refs:ismic (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/tools/ath/athregs/
H A Ddumpregs.c664 u_int8_t ismic[128/NBBY]; local
668 memset(ismic, 0, sizeof(ismic));
674 if ((macHi & AR_KEYTABLE_VALID) == 0 && isclr(ismic, entry))
689 setbit(ismic, entry+64);
702 , isset(ismic, entry) ? "MIC" : keytypenames[type & 7]

Completed in 37 milliseconds