/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]));
|
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
|
if_iwnreg.h | 600 uint8_t txmic[IEEE80211_TKIP_MICLEN]; member in struct:iwn_node_info
|