HomeSort by: relevance | last modified time | path
    Searched defs:rxmic (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
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]));
  /src/sys/dev/pci/
if_iwnreg.h 599 uint8_t rxmic[IEEE80211_TKIP_MICLEN]; member in struct:iwn_node_info

Completed in 16 milliseconds