athn.c | 1057 const uint8_t *txmic, *rxmic, *key, *addr; local in function:athn_set_key 1091 rxmic = &key[24]; 1095 rxmic = &key[16]; 1100 AR_WRITE(sc, AR_KEYTABLE_KEY0(micentry), LE_READ_4(&rxmic[0])); 1103 AR_WRITE(sc, AR_KEYTABLE_KEY2(micentry), LE_READ_4(&rxmic[4]));
|