HomeSort by: relevance | last modified time | path
    Searched defs:txmic (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
1090 txmic = &key[16];
1096 txmic = &key[24];
1101 AR_WRITE(sc, AR_KEYTABLE_KEY1(micentry), LE_READ_2(&txmic[2]));
1104 AR_WRITE(sc, AR_KEYTABLE_KEY3(micentry), LE_READ_2(&txmic[0]));
1106 AR_WRITE(sc, AR_KEYTABLE_KEY4(micentry), LE_READ_4(&txmic[4]));
  /src/sys/dev/pci/
if_iwnreg.h 600 uint8_t txmic[IEEE80211_TKIP_MICLEN]; member in struct:iwn_node_info

Completed in 15 milliseconds