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

/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c680 u_int8_t ismic[128/NBBY]; local
684 memset(ismic, 0, sizeof(ismic));
690 if ((macHi & AR_KEYTABLE_VALID) == 0 && isclr(ismic, entry))
705 setbit(ismic, entry+64);
718 , isset(ismic, entry) ? "MIC" : keytypenames[type & 7]

Completed in 56 milliseconds